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
EntityActionBase::$entityTypeManager property core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php The entity type manager.
EntityActionDeriverBase::$entityTypeManager property core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php The entity type manager.
EntityAdapterUnitTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php
EntityAdapterUnitTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The entity type manager used for testing.
EntityAdapterUnitTest::$fieldTypePluginManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The field type manager used for testing.
EntityAdapterUnitTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The language manager.
EntityAdapterUnitTest::$typedDataManager property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The typed data manager used for testing.
EntityAutocompleteMatcher::$selectionManager property core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php The entity reference selection handler plugin manager.
EntityBase::entityTypeManager function core/lib/Drupal/Core/Entity/EntityBase.php Gets the entity type manager.
EntityBase::languageManager function core/lib/Drupal/Core/Entity/EntityBase.php Gets the language manager.
EntityBundle::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/Condition/Deriver/EntityBundle.php The entity type manager.
EntityBundleListener::$entityFieldManager property core/lib/Drupal/Core/Entity/EntityBundleListener.php The entity field manager.
EntityBundleListener::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityBundleListener.php The entity type manager.
EntityBundleRouteEnhancer::$entityTypeManager property core/lib/Drupal/Core/Entity/Enhancer/EntityBundleRouteEnhancer.php The entity type manager service.
EntityConfigBase::$languageManager property core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php The language manager.
EntityContentBase::$fieldTypeManager property core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Field type plugin manager.
EntityContextDefinitionIsSatisfiedTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php The entity type manager.
EntityController::$entityTypeManager property core/lib/Drupal/Core/Entity/Controller/EntityController.php The entity type manager.
EntityConverter::$entityTypeManager property core/lib/Drupal/Core/ParamConverter/EntityConverter.php Entity type manager which performs the upcasting in the end.
EntityConverterTest::$entityTypeManager property core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php The mocked entity type manager.
EntityCreateAccessCheck::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityCreateAccessCheck.php The entity type manager service.
EntityCreateAccessCheckTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php The mocked entity type manager.
EntityCreateAnyAccessCheck::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php The entity type manager.
EntityDefinitionUpdateManager class core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Manages entity definition updates.
EntityDefinitionUpdateManager.php file core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php
EntityDefinitionUpdateManager::$entityFieldManager property core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php The entity field manager service.
EntityDefinitionUpdateManager::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php The last installed schema repository.
EntityDefinitionUpdateManager::$entityTypeListener property core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php The entity type listener service.
EntityDefinitionUpdateManager::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php The entity type manager service.
EntityDefinitionUpdateManager::$fieldStorageDefinitionListener property core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php The field storage definition listener service.
EntityDefinitionUpdateManager::clearCachedDefinitions function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Clears necessary caches to apply entity/field definition updates.
EntityDefinitionUpdateManager::getChangeList function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Gets a list of changes to entity type and field storage definitions.
EntityDefinitionUpdateManager::getChangeSummary function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Gets a human readable summary of the detected changes.
EntityDefinitionUpdateManager::getEntityType function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Returns an entity type definition ready to be manipulated.
EntityDefinitionUpdateManager::getEntityTypes function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Returns all the entity type definitions, ready to be manipulated.
EntityDefinitionUpdateManager::getFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Returns a field storage definition ready to be manipulated.
EntityDefinitionUpdateManager::installEntityType function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Installs a new entity type definition.
EntityDefinitionUpdateManager::installFieldableEntityType function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Installs a new fieldable entity type definition.
EntityDefinitionUpdateManager::installFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Installs a new field storage definition.
EntityDefinitionUpdateManager::needsUpdates function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Checks if there are any definition updates that need to be applied.
EntityDefinitionUpdateManager::requiresEntityDataMigration function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Checks if existing data would be lost if the schema changes were applied.
EntityDefinitionUpdateManager::requiresEntityStorageSchemaChanges function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Checks if the changes to the entity type requires storage schema changes.
EntityDefinitionUpdateManager::requiresFieldStorageSchemaChanges function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Checks if the changes to the storage definition requires schema changes.
EntityDefinitionUpdateManager::uninstallEntityType function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Uninstalls an entity type definition.
EntityDefinitionUpdateManager::uninstallFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Uninstalls a field storage definition.
EntityDefinitionUpdateManager::updateEntityType function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Applies any change performed to the passed entity type definition.
EntityDefinitionUpdateManager::updateFieldableEntityType function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Applies any change performed to a fieldable entity type definition.
EntityDefinitionUpdateManager::updateFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Applies any change performed to the passed field storage definition.
EntityDefinitionUpdateManager::__construct function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Constructs a new EntityDefinitionUpdateManager.
EntityDefinitionUpdateManagerInterface interface core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php Defines an interface for managing entity definition updates.

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