Home
last modified time | relevance | path

Searched refs:SingletonInterface (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/7.4/
H A DDeprecation-67670-DeprecateCustomSingletonLogicInGeneralUtilitygetUserObj.rst40 If so, implement the `SingletonInterface` of the TYPO3 Core, so the underlying function `GeneralUti…
41 will register the SingletonInterface only once.
50 While the class itself implements the SingletonInterface of the TYPO3 Core to only be instantiated …
57 class MysqlFulltextIndexHook implements \TYPO3\CMS\Core\Core\SingletonInterface {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/7.4/
H A DDeprecation-67670-DeprecateCustomSingletonLogicInGeneralUtilitygetUserObj.rst40 If so, implement the `SingletonInterface` of the TYPO3 Core, so the underlying function `GeneralUti…
41 will register the SingletonInterface only once.
50 While the class itself implements the SingletonInterface of the TYPO3 Core to only be instantiated …
57 class MysqlFulltextIndexHook implements \TYPO3\CMS\Core\Core\SingletonInterface {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/7.4/
H A DDeprecation-67670-DeprecateCustomSingletonLogicInGeneralUtilitygetUserObj.rst40 If so, implement the `SingletonInterface` of the TYPO3 Core, so the underlying function `GeneralUti…
41 will register the SingletonInterface only once.
50 While the class itself implements the SingletonInterface of the TYPO3 Core to only be instantiated …
57 class MysqlFulltextIndexHook implements \TYPO3\CMS\Core\Core\SingletonInterface {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Object/Container/
H A DContainer.php26 use TYPO3\CMS\Core\SingletonInterface; alias
41 class Container implements SingletonInterface, LoggerAwareInterface
225 if ($classSchema->isSingleton() && !$instanceToInject instanceof SingletonInterface) {
241 if ($classSchema->isSingleton() && !$instanceToInject instanceof SingletonInterface) {
307 if ($classSchema->isSingleton() && !$argument instanceof SingletonInterface) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Object/Container/
H A DContainer.php26 use TYPO3\CMS\Core\SingletonInterface; alias
38 class Container implements SingletonInterface, LoggerAwareInterface
222 if ($classSchema->isSingleton() && !$instanceToInject instanceof SingletonInterface) {
235 if ($classSchema->isSingleton() && !$instanceToInject instanceof SingletonInterface) {
304 if ($classSchema->isSingleton() && !$argument instanceof SingletonInterface) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/PageTitle/
H A DAbstractPageTitleProvider.php19 use TYPO3\CMS\Core\SingletonInterface; alias
24 abstract class AbstractPageTitleProvider implements PageTitleProviderInterface, SingletonInterface
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/PageTitle/
H A DAbstractPageTitleProvider.php20 use TYPO3\CMS\Core\SingletonInterface; alias
25 abstract class AbstractPageTitleProvider implements PageTitleProviderInterface, SingletonInterface
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/PageTitle/
H A DAbstractPageTitleProvider.php20 use TYPO3\CMS\Core\SingletonInterface; alias
25 abstract class AbstractPageTitleProvider implements PageTitleProviderInterface, SingletonInterface
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Object/
H A DObjectManagerInterface.php20 use TYPO3\CMS\Core\SingletonInterface; alias
28 interface ObjectManagerInterface extends SingletonInterface
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Object/
H A DObjectManagerInterface.php20 use TYPO3\CMS\Core\SingletonInterface; alias
25 interface ObjectManagerInterface extends SingletonInterface
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/dashboard/Classes/
H A DWidgetGroupRegistry.php20 use TYPO3\CMS\Core\SingletonInterface; alias
25 class WidgetGroupRegistry implements SingletonInterface
H A DDashboardPresetRegistry.php20 use TYPO3\CMS\Core\SingletonInterface; alias
25 class DashboardPresetRegistry implements SingletonInterface
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/dashboard/Classes/
H A DWidgetGroupRegistry.php20 use TYPO3\CMS\Core\SingletonInterface; alias
25 class WidgetGroupRegistry implements SingletonInterface
H A DDashboardPresetRegistry.php20 use TYPO3\CMS\Core\SingletonInterface; alias
25 class DashboardPresetRegistry implements SingletonInterface
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Property/
H A DPropertyMappingConfigurationBuilder.php18 use TYPO3\CMS\Core\SingletonInterface; alias
25 class PropertyMappingConfigurationBuilder implements SingletonInterface
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Property/
H A DPropertyMappingConfigurationBuilder.php18 use TYPO3\CMS\Core\SingletonInterface; alias
25 class PropertyMappingConfigurationBuilder implements SingletonInterface
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Messaging/
H A DFlashMessageService.php20 use TYPO3\CMS\Core\SingletonInterface; alias
26 class FlashMessageService implements SingletonInterface
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/Rendering/
H A DFileRendererInterface.php19 use TYPO3\CMS\Core\SingletonInterface; alias
24 interface FileRendererInterface extends SingletonInterface
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Messaging/
H A DFlashMessageService.php18 use TYPO3\CMS\Core\SingletonInterface; alias
24 class FlashMessageService implements SingletonInterface
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/Rendering/
H A DFileRendererInterface.php19 use TYPO3\CMS\Core\SingletonInterface; alias
24 interface FileRendererInterface extends SingletonInterface
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Messaging/
H A DFlashMessageService.php20 use TYPO3\CMS\Core\SingletonInterface; alias
26 class FlashMessageService implements SingletonInterface
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/felogin/Classes/Service/
H A DValidatorResolverService.php21 use TYPO3\CMS\Core\SingletonInterface; alias
27 class ValidatorResolverService implements SingletonInterface
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/felogin/Classes/Service/
H A DValidatorResolverService.php21 use TYPO3\CMS\Core\SingletonInterface; alias
27 class ValidatorResolverService implements SingletonInterface
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/Utility/
H A DCompressionUtility.php18 use TYPO3\CMS\Core\SingletonInterface; alias
26 class CompressionUtility implements SingletonInterface
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/Utility/
H A DCompressionUtility.php18 use TYPO3\CMS\Core\SingletonInterface; alias
26 class CompressionUtility implements SingletonInterface

12345678910>>...16