| PageContextTest::entityLabelProvider |
function |
core/modules/navigation/tests/src/Unit/PageContextTest.php |
Data provider for entity label scenarios. |
| PageContextTest::testBuildEntityLabel |
function |
core/modules/navigation/tests/src/Unit/PageContextTest.php |
Tests the build of an entity label within the page context plugin. |
| PageContextTest::testBuildWhenNoEntityOnRoute |
function |
core/modules/navigation/tests/src/Unit/PageContextTest.php |
Tests the build method when no entity is present on the route. |
| paramconverter.configentity_admin |
service |
core/core.services.yml |
Drupal\Core\ParamConverter\AdminPathConfigEntityConverter |
| paramconverter.entity |
service |
core/core.services.yml |
Drupal\Core\ParamConverter\EntityConverter |
| paramconverter.entity_revision |
service |
core/core.services.yml |
Drupal\Core\ParamConverter\EntityRevisionParamConverter |
| paramconverter.jsonapi.entity_uuid |
service |
core/modules/jsonapi/jsonapi.services.yml |
Drupal\jsonapi\ParamConverter\EntityUuidConverter |
| PathAliasConstraintValidator::$entityTypeManager |
property |
core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php |
The entity type manager. |
| PathAliasForm::$entity |
property |
core/modules/path/src/PathAliasForm.php |
The path_alias entity. |
| PathAliasListBuilder::getEntityIds |
function |
core/modules/path/src/PathAliasListBuilder.php |
|
| PathAliasResourceTestBase::$entityTypeId |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
|
| PathAliasResourceTestBase::$firstCreatedEntityId |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
|
| PathAliasResourceTestBase::$secondCreatedEntityId |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
|
| PathAliasResourceTestBase::createEntity |
function |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
|
| PathAliasResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
|
| PathAliasResourceTestBase::getNormalizedPostEntity |
function |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
|
| PathAliasStorageSchema::getEntitySchema |
function |
core/modules/path_alias/src/PathAliasStorageSchema.php |
|
| PathAliasTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
|
| PathAliasTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
|
| PathAliasTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
|
| PathHooks::entityBaseFieldInfo |
function |
core/modules/path/src/Hook/PathHooks.php |
Implements hook_entity_base_field_info(). |
| PathHooks::entityBaseFieldInfoAlter |
function |
core/modules/path/src/Hook/PathHooks.php |
Implements hook_entity_base_field_info_alter(). |
| PathHooks::entityTranslationCreate |
function |
core/modules/path/src/Hook/PathHooks.php |
Implements hook_entity_translation_create(). |
| PathHooks::entityTypeAlter |
function |
core/modules/path/src/Hook/PathHooks.php |
Implements hook_entity_type_alter(). |
| PerComponentEntityDisplay |
class |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php |
This class imports one component of an entity display. |
| PerComponentEntityDisplay.php |
file |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php |
|
| PerComponentEntityDisplay::getEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php |
|
| PerComponentEntityDisplay::MODE_NAME |
constant |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php |
|
| PerComponentEntityDisplayTest |
class |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php |
Tests the entity display destination plugin. |
| PerComponentEntityDisplayTest.php |
file |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php |
|
| PerComponentEntityDisplayTest::testImport |
function |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php |
Tests the entity display import method. |
| PerComponentEntityFormDisplay |
class |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php |
This class imports one component of an entity form display. |
| PerComponentEntityFormDisplay.php |
file |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php |
|
| PerComponentEntityFormDisplay::getEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php |
|
| PerComponentEntityFormDisplay::MODE_NAME |
constant |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php |
|
| PerComponentEntityFormDisplayTest |
class |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php |
Tests the entity display destination plugin. |
| PerComponentEntityFormDisplayTest.php |
file |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php |
|
| PerComponentEntityFormDisplayTest::testImport |
function |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php |
Tests the entity display import method. |
| PermissionsTest::testPreRenderNullEntity |
function |
core/modules/user/tests/src/Unit/Plugin/views/field/PermissionsTest.php |
Tests the preRender method when getEntity returns NULL. |
| pgsql.entity.query.sql |
service |
core/modules/pgsql/pgsql.services.yml |
Drupal\pgsql\EntityQuery\QueryFactory |
| plugin.manager.entity_reference_selection |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManager |
| PluginBase::INCLUDE_ENTITY |
constant |
core/modules/views/src/Plugin/views/PluginBase.php |
Include entity row languages when listing languages. |
| PreEntityImportEvent |
class |
core/lib/Drupal/Core/DefaultContent/PreEntityImportEvent.php |
Event dispatched before an entity is created during default content import. |
| PreEntityImportEvent.php |
file |
core/lib/Drupal/Core/DefaultContent/PreEntityImportEvent.php |
|
| PreEntityImportEvent::$metadata |
property |
core/lib/Drupal/Core/DefaultContent/PreEntityImportEvent.php |
The entity metadata. |
| PreEntityImportEvent::__construct |
function |
core/lib/Drupal/Core/DefaultContent/PreEntityImportEvent.php |
|
| PreExportEvent::setEntityKeyExportable |
function |
core/lib/Drupal/Core/DefaultContent/PreExportEvent.php |
Toggles whether a specific entity key should be exported. |
| PrepareModulesEntityUninstallForm |
class |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Provides a form removing module content entities data before uninstallation. |
| PrepareModulesEntityUninstallForm.php |
file |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
|
| PrepareModulesEntityUninstallForm::$entityTypeId |
property |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
The entity type ID of the entities to delete. |