Search for manager

  1. Search 7.x for manager
  2. Search 9.5.x for manager
  3. Search 8.9.x for manager
  4. Search 10.3.x for manager
  5. Other projects
Title Object type File name Summary
ContentTranslationManager::setEnabled function core/modules/content_translation/src/ContentTranslationManager.php Sets the value for translatability of the given entity type bundle.
ContentTranslationManager::__construct function core/modules/content_translation/src/ContentTranslationManager.php Constructs a ContentTranslationManageAccessCheck object.
ContentTranslationManagerInterface interface core/modules/content_translation/src/ContentTranslationManagerInterface.php Provides an interface for common functionality for content translation.
ContentTranslationManagerInterface.php file core/modules/content_translation/src/ContentTranslationManagerInterface.php
ContentTranslationManagerInterface::getSupportedEntityTypes function core/modules/content_translation/src/ContentTranslationManagerInterface.php Gets the entity types that support content translation.
ContentTranslationManagerInterface::getTranslationHandler function core/modules/content_translation/src/ContentTranslationManagerInterface.php Returns an instance of the Content translation handler.
ContentTranslationManagerInterface::getTranslationMetadata function core/modules/content_translation/src/ContentTranslationManagerInterface.php Returns an instance of the Content translation metadata.
ContentTranslationManagerInterface::isEnabled function core/modules/content_translation/src/ContentTranslationManagerInterface.php Determines whether the given entity type is translatable.
ContentTranslationManagerInterface::isSupported function core/modules/content_translation/src/ContentTranslationManagerInterface.php Checks whether an entity type supports translation.
ContentTranslationManagerInterface::setEnabled function core/modules/content_translation/src/ContentTranslationManagerInterface.php Sets the value for translatability of the given entity type bundle.
ContentTranslationModuleInstallTest::$contentTranslationManager property core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php The content translation manager.
ContentTranslationOverviewAccess::$entityTypeManager property core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php The entity type manager service.
ContentTranslationPermissions::$contentTranslationManager property core/modules/content_translation/src/ContentTranslationPermissions.php The content translation manager.
ContentTranslationPermissions::$entityTypeManager property core/modules/content_translation/src/ContentTranslationPermissions.php The entity type manager.
ContentTranslationRouteSubscriber::$contentTranslationManager property core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php The content translation manager.
ContentTranslationSynchronizedFieldsConstraintValidator::$contentTranslationManager property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php The content translation manager.
ContentTranslationSynchronizedFieldsConstraintValidator::$entityTypeManager property core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php The entity type manager.
ContentTranslationTestBase::$manager property core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php
ContentUninstallValidator::$entityTypeManager property core/lib/Drupal/Core/Entity/ContentUninstallValidator.php The entity type manager service.
content_translation.manager service core/modules/content_translation/content_translation.services.yml Drupal\content_translation\ContentTranslationManager
ContextAwarePluginManagerInterface interface core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerInterface.php Provides an interface for plugin managers that support context-aware plugins.
ContextAwarePluginManagerInterface.php file core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerInterface.php
ContextAwarePluginManagerInterface::getDefinitionsForContexts function core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerInterface.php Determines plugins whose constraints are satisfied by a set of contexts.
ContextAwarePluginManagerTrait trait core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerTrait.php Provides a trait for plugin managers that support context-aware plugins.
ContextAwarePluginManagerTrait.php file core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerTrait.php
ContextAwarePluginManagerTrait::contextHandler function core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerTrait.php Wraps the context handler.
ContextAwarePluginManagerTrait::getDefinitions function core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerTrait.php See \Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions().
ContextAwarePluginManagerTrait::getDefinitionsForContexts function core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerTrait.php See \Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface::getDefinitionsForContexts().
ContextTest::$typedDataManager property core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php The mocked Typed Data manager.
ContextualLinkManager class core/lib/Drupal/Core/Menu/ContextualLinkManager.php Defines a contextual link plugin manager to deal with contextual links.
ContextualLinkManager.php file core/lib/Drupal/Core/Menu/ContextualLinkManager.php
ContextualLinkManager::$accessManager property core/lib/Drupal/Core/Menu/ContextualLinkManager.php The access manager.
ContextualLinkManager::$account property core/lib/Drupal/Core/Menu/ContextualLinkManager.php The current user.
ContextualLinkManager::$controllerResolver property core/lib/Drupal/Core/Menu/ContextualLinkManager.php A controller resolver object.
ContextualLinkManager::$defaults property core/lib/Drupal/Core/Menu/ContextualLinkManager.php Provides default values for a contextual link definition.
ContextualLinkManager::$languageManager property core/lib/Drupal/Core/Menu/ContextualLinkManager.php The language manager.
ContextualLinkManager::$pluginsByGroup property core/lib/Drupal/Core/Menu/ContextualLinkManager.php A static cache of all the contextual link plugins by group name.
ContextualLinkManager::$requestStack property core/lib/Drupal/Core/Menu/ContextualLinkManager.php The request stack.
ContextualLinkManager::clearCachedDefinitions function core/lib/Drupal/Core/Menu/ContextualLinkManager.php Clears static and persistent plugin definition caches.
ContextualLinkManager::getContextualLinkPluginsByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManager.php Gets the contextual link plugins by contextual link group.
ContextualLinkManager::getContextualLinksArrayByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManager.php Gets the contextual links prepared as expected by links.html.twig.
ContextualLinkManager::getDiscovery function core/lib/Drupal/Core/Menu/ContextualLinkManager.php Gets the plugin discovery.
ContextualLinkManager::processDefinition function core/lib/Drupal/Core/Menu/ContextualLinkManager.php Performs extra processing on plugin definitions.
ContextualLinkManager::__construct function core/lib/Drupal/Core/Menu/ContextualLinkManager.php Constructs a new ContextualLinkManager instance.
ContextualLinkManagerInterface interface core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php Provides an object which returns the available contextual links.
ContextualLinkManagerInterface.php file core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php
ContextualLinkManagerInterface::getContextualLinkPluginsByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php Gets the contextual link plugins by contextual link group.
ContextualLinkManagerInterface::getContextualLinksArrayByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php Gets the contextual links prepared as expected by links.html.twig.
ContextualLinkManagerTest class core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests Drupal\Core\Menu\ContextualLinkManager.
ContextualLinkManagerTest.php file core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.