Search for info

  1. Search 7.x for info
  2. Search 9.5.x for info
  3. Search 8.9.x for info
  4. Search 11.x for info
  5. Other projects
Title Object type File name Summary
EntityKernelTestBase::getHooksInfo function core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php Returns the entity_test hook invocation info.
EntityLink::getUrlInfo function core/modules/views/src/Plugin/views/field/EntityLink.php Returns the URI elements of the link.
EntityModerationForm::$moderationInfo property core/modules/content_moderation/src/Form/EntityModerationForm.php The moderation information service.
EntityOperations::$bundleInfo property core/modules/content_moderation/src/EntityOperations.php The entity bundle information service.
EntityOperations::$moderationInfo property core/modules/content_moderation/src/EntityOperations.php The Moderation Information service.
EntityOperations::$workspaceInfo property core/modules/workspaces/src/EntityOperations.php The workspace information service.
EntityReferenceSupportedNewEntitiesConstraintValidator::$workspaceInfo property core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraintValidator.php The workspace information service.
EntityResolverManager::setParametersFromEntityInformation function core/lib/Drupal/Core/Entity/EntityResolverManager.php Sets the upcasting information using the _entity_* route defaults.
EntitySchemaSubscriber::$workspaceInfo property core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php The workspace information service.
EntityTest::$entityTypeBundleInfo property core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php The mocked entity type bundle info used in this test.
EntityTypeBundleInfo class core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php Provides discovery and retrieval of entity type bundles.
EntityTypeBundleInfo.php file core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php
EntityTypeBundleInfo::$bundleInfo property core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php Static cache of bundle information.
EntityTypeBundleInfo::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php The entity type manager.
EntityTypeBundleInfo::$languageManager property core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php The language manager.
EntityTypeBundleInfo::$moduleHandler property core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php The module handler.
EntityTypeBundleInfo::$typedDataManager property core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php The typed data manager.
EntityTypeBundleInfo::clearCachedBundles function core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php
EntityTypeBundleInfo::getAllBundleInfo function core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php
EntityTypeBundleInfo::getBundleInfo function core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php
EntityTypeBundleInfo::__construct function core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php Constructs a new EntityTypeBundleInfo.
EntityTypeBundleInfoInterface interface core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php Provides an interface for an entity type bundle info.
EntityTypeBundleInfoInterface.php file core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php
EntityTypeBundleInfoInterface::clearCachedBundles function core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php Clears static and persistent bundles.
EntityTypeBundleInfoInterface::getAllBundleInfo function core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php Get the bundle info of all entity types.
EntityTypeBundleInfoInterface::getBundleInfo function core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php Gets the bundle info of an entity type.
EntityTypeBundleInfoTest class core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php @coversDefaultClass \Drupal\Core\Entity\EntityTypeBundleInfo
@group Entity
EntityTypeBundleInfoTest.php file core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php
EntityTypeBundleInfoTest::$cacheBackend property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The cache backend to use.
EntityTypeBundleInfoTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The cache tags invalidator.
EntityTypeBundleInfoTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The entity type bundle info under test.
EntityTypeBundleInfoTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The entity type manager.
EntityTypeBundleInfoTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The language manager.
EntityTypeBundleInfoTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The module handler.
EntityTypeBundleInfoTest::$typedDataManager property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The typed data manager.
EntityTypeBundleInfoTest::providerTestGetBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Provides test data for testGetBundleInfo().
EntityTypeBundleInfoTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php
EntityTypeBundleInfoTest::setUpEntityTypeDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Sets up the entity type manager to be tested.
EntityTypeBundleInfoTest::testClearCachedBundles function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Tests the clearCachedBundles() method.
EntityTypeBundleInfoTest::testGetAllBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Tests the getAllBundleInfo() method.
EntityTypeBundleInfoTest::testGetAllBundleInfoWithEntityBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php @covers ::getAllBundleInfo
EntityTypeBundleInfoTest::testGetBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Tests the getBundleInfo() method.
EntityTypeInfo class core/modules/content_moderation/src/EntityTypeInfo.php Manipulates entity type information.
EntityTypeInfo class core/modules/workspaces/src/EntityTypeInfo.php Manipulates entity type information.
EntityTypeInfo.php file core/modules/content_moderation/src/EntityTypeInfo.php
EntityTypeInfo.php file core/modules/workspaces/src/EntityTypeInfo.php
EntityTypeInfo::$bundleInfo property core/modules/content_moderation/src/EntityTypeInfo.php The bundle information service.
EntityTypeInfo::$currentUser property core/modules/content_moderation/src/EntityTypeInfo.php The current user.
EntityTypeInfo::$entityTypeManager property core/modules/content_moderation/src/EntityTypeInfo.php The entity type manager.
EntityTypeInfo::$moderationHandlers property core/modules/content_moderation/src/EntityTypeInfo.php A keyed array of custom moderation handlers for given entity types.

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