Search for _info

  1. Search 7.x for _info
  2. Search 9.5.x for _info
  3. Search 10.3.x for _info
  4. Search 11.x for _info
  5. Other projects
Title Object type File name Summary
EntityTypeInfo::$workspaceManager property core/modules/workspaces/src/EntityTypeInfo.php The workspace manager service.
EntityTypeInfo::addModerationToEntityType function core/modules/content_moderation/src/EntityTypeInfo.php Modifies an entity definition to include moderation support.
EntityTypeInfo::bundleFormRedirect function core/modules/content_moderation/src/EntityTypeInfo.php Redirect content entity edit forms on save, if there is a pending revision.
EntityTypeInfo::create function core/modules/content_moderation/src/EntityTypeInfo.php Instantiates a new instance of this class.
EntityTypeInfo::create function core/modules/workspaces/src/EntityTypeInfo.php Instantiates a new instance of this class.
EntityTypeInfo::entityBaseFieldInfo function core/modules/content_moderation/src/EntityTypeInfo.php Adds base field info to an entity type.
EntityTypeInfo::entityBaseFieldInfo function core/modules/workspaces/src/EntityTypeInfo.php Provides custom base field definitions for a content entity type.
EntityTypeInfo::entityExtraFieldInfo function core/modules/content_moderation/src/EntityTypeInfo.php Gets the "extra fields" for a bundle.
EntityTypeInfo::entityPrepareForm function core/modules/content_moderation/src/EntityTypeInfo.php Replaces the entity form entity object with a proper revision object.
EntityTypeInfo::entityTypeAlter function core/modules/content_moderation/src/EntityTypeInfo.php Adds Moderation configuration to appropriate entity types.
EntityTypeInfo::entityTypeAlter function core/modules/workspaces/src/EntityTypeInfo.php Removes the 'latest-version' link template provided by Content Moderation.
EntityTypeInfo::entityTypeBuild function core/modules/workspaces/src/EntityTypeInfo.php Adds the "EntityWorkspaceConflict" constraint to eligible entity types.
EntityTypeInfo::fieldInfoAlter function core/modules/workspaces/src/EntityTypeInfo.php Alters field plugin definitions.
EntityTypeInfo::formAlter function core/modules/content_moderation/src/EntityTypeInfo.php Alters bundle forms to enforce revision handling.
EntityTypeInfo::getModeratedBundles function core/modules/content_moderation/src/EntityTypeInfo.php Returns an iterable list of entity names and bundle names under moderation.
EntityTypeInfo::isModeratedEntityEditForm function core/modules/content_moderation/src/EntityTypeInfo.php Checks whether the specified form allows to edit a moderated entity.
EntityTypeInfo::__construct function core/modules/content_moderation/src/EntityTypeInfo.php EntityTypeInfo constructor.
EntityTypeInfo::__construct function core/modules/workspaces/src/EntityTypeInfo.php Constructs a new EntityTypeInfo instance.
EntityTypeInfoTest class core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php @coversDefaultClass \Drupal\content_moderation\EntityTypeInfo
EntityTypeInfoTest.php file core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php
EntityTypeInfoTest::$entityFieldManager property core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php The entity field manager.
EntityTypeInfoTest::$entityTypeInfo property core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php The entity type info class.
EntityTypeInfoTest::$entityTypeManager property core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php The entity type manager.
EntityTypeInfoTest::$modules property core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php Modules to enable.
EntityTypeInfoTest::enableModeration function core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php Add moderation to an entity type and bundle.
EntityTypeInfoTest::providerTestEntityTypeAlter function core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php Provides test data for testEntityTypeAlter().
EntityTypeInfoTest::setUp function core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php
EntityTypeInfoTest::testBaseFieldOnlyAddedToModeratedEntityTypes function core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php @covers ::entityBaseFieldInfo
EntityTypeInfoTest::testEntityBaseFieldInfo function core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php @covers ::entityBaseFieldInfo
EntityTypeInfoTest::testEntityBaseFieldProvider function core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php Test entity base field provider.
EntityTypeInfoTest::testEntityTypeAlter function core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php Test the correct entity types have moderation added.
EntityUnitTestBase::getHooksInfo function core/modules/system/src/Tests/Entity/EntityUnitTestBase.php Returns the entity_test hook invocation info.
EntityUrlTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php The entity type bundle info service mock used in this test.
EntityUrlTest::providerTestUrlInfo function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Provides data for testUrlInfo().
EntityUrlTest::registerBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Registers bundle information for the mock entity type.
EntityUrlTest::testUrlInfo function core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php Tests the urlInfo() method.
EntityViewsDataTest::userEntityInfo function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Returns entity info for the user entity.
entity_crud_hook_test.info.yml file core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.info.yml core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.info.yml
entity_reference.info.yml file core/modules/entity_reference/entity_reference.info.yml core/modules/entity_reference/entity_reference.info.yml
entity_reference_test.info.yml file core/modules/system/tests/modules/entity_reference_test/entity_reference_test.info.yml core/modules/system/tests/modules/entity_reference_test/entity_reference_test.info.yml
entity_reference_test_entity_base_field_info function core/modules/system/tests/modules/entity_reference_test/entity_reference_test.module Implements hook_entity_base_field_info().
entity_reference_test_entity_base_field_info_alter function core/modules/system/tests/modules/entity_reference_test/entity_reference_test.module Implements hook_entity_base_field_info_alter().
entity_reference_test_views.info.yml file core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml
entity_schema_test.info.yml file core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml
entity_schema_test_entity_base_field_info function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_base_field_info().
entity_schema_test_entity_bundle_field_info function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_bundle_field_info().
entity_schema_test_entity_field_storage_info function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_field_storage_info().
entity_serialization_test.info.yml file core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.info.yml core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.info.yml
entity_test.info.yml file core/modules/system/tests/modules/entity_test/entity_test.info.yml core/modules/system/tests/modules/entity_test/entity_test.info.yml
entity_test_constraints.info.yml file core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.info.yml core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.info.yml

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