Search for manager

  1. Search 7.x for manager
  2. Search 9.5.x for manager
  3. Search 10.3.x for manager
  4. Search 11.x for manager
  5. Other projects
Title Object type File name Summary
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::entityManager function core/lib/Drupal/Core/Entity/EntityBase.php Gets the entity 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.
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.
EntityConfigBase::$languageManager property core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php The language manager.
EntityContentBase::$entityFieldManager property core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Entity field 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 manager.
EntityConverter::$entityTypeManager property core/lib/Drupal/Core/ParamConverter/EntityConverter.php Entity type manager which performs the upcasting in the end.
EntityConverter::languageManager function core/lib/Drupal/Core/ParamConverter/EntityConverter.php Returns a language manager instance.
EntityConverterTest::$entityTypeManager property core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php The mocked entity type manager.
EntityConverterTest::testDeprecatedLanguageManager function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests that passing the language manager triggers a deprecation error.
EntityConverterTest::testDeprecatedLanguageManagerMethod function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests that retrieving the language manager triggers a deprecation error.
EntityConverterTest::testDeprecatedLanguageManagerProperty function core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php Tests that retrieving the language manager triggers a deprecation error.
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 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::$deprecatedProperties property 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::applyUpdates function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Applies all the detected valid changes.
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.

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