| EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeLangcode |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode(). |
| EntityFieldManagerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
|
| EntityFieldManagerTest::setUpEntityTypeDefinitions |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Sets up the entity type manager to be tested. |
| EntityFieldManagerTest::setUpEntityWithFieldDefinition |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Prepares an entity that defines a field definition. |
| EntityFieldManagerTest::testClearCachedFieldDefinitions |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests the clearCachedFieldDefinitions() method. |
| EntityFieldManagerTest::testGetBaseFieldDefinitions |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests the getBaseFieldDefinitions() method. |
| EntityFieldManagerTest::testGetBaseFieldDefinitionsInvalidDefinition |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests the getBaseFieldDefinitions() method with an invalid definition. |
| EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests the getBaseFieldDefinitions() method with a translatable entity type. |
| EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests the getBaseFieldDefinitions() method with a translatable entity type. |
| EntityFieldManagerTest::testGetBaseFieldDefinitionsWithCaching |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests the getBaseFieldDefinitions() method with caching. |
| EntityFieldManagerTest::testGetExtraFields |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
@covers ::getExtraFields[[api-linebreak]] |
| EntityFieldManagerTest::testGetFieldDefinitions |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests the getFieldDefinitions() method. |
| EntityFieldManagerTest::testGetFieldDefinitionsProvider |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests that getFieldDefinitions() method sets the 'provider' definition key. |
| EntityFieldManagerTest::testGetFieldDefinitionsWithCaching |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests the getFieldDefinitions() method with caching. |
| EntityFieldManagerTest::testGetFieldMap |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
@covers ::getFieldMap[[api-linebreak]] |
| EntityFieldManagerTest::testGetFieldMapByFieldType |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
@covers ::getFieldMapByFieldType[[api-linebreak]] |
| EntityFieldManagerTest::testGetFieldMapFromCache |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
@covers ::getFieldMap[[api-linebreak]] |
| EntityFieldManagerTest::testGetFieldStorageDefinitions |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests the getFieldStorageDefinitions() method. |
| EntityFieldManagerTest::testGetFieldStorageDefinitionsWithCaching |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests the getFieldStorageDefinitions() method with caching. |
| EntityFieldRenderer |
class |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
Renders entity fields. |
| EntityFieldRenderer.php |
file |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
|
| EntityFieldRenderer::$deprecatedProperties |
property |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
|
| EntityFieldRenderer::$entityRepository |
property |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
The entity repository service. |
| EntityFieldRenderer::$entityTypeManager |
property |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
The entity type manager. |
| EntityFieldRenderer::$processedRows |
property |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
A list of indexes of rows whose fields have already been rendered. |
| EntityFieldRenderer::$relationship |
property |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
The relationship being handled. |
| EntityFieldRenderer::buildFields |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
Builds the render arrays for all fields of all result rows. |
| EntityFieldRenderer::getCacheContexts |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
The cache contexts associated with this object. |
| EntityFieldRenderer::getEntityManager |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
|
| EntityFieldRenderer::getEntityRepository |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
Returns the entity repository. |
| EntityFieldRenderer::getEntityTypeId |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
Returns the entity type identifier. |
| EntityFieldRenderer::getEntityTypeManager |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
Returns the entity type manager. |
| EntityFieldRenderer::getLanguageManager |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
Returns the language manager. |
| EntityFieldRenderer::getRenderableFieldIds |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
Returns a list of names of entity fields to be rendered. |
| EntityFieldRenderer::getView |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
Returns the top object of a view. |
| EntityFieldRenderer::query |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
Alters the query if needed. |
| EntityFieldRenderer::render |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
Renders entity field data. |
| EntityFieldRenderer::__construct |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
Constructs an EntityFieldRenderer object. |
| EntityFieldStorageConfig |
class |
core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Provides destination plugin for field_storage_config configuration entities. |
| EntityFieldStorageConfig |
class |
core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Deprecated. Destination with Drupal specific config dependencies. |
| EntityFieldStorageConfig.php |
file |
core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
|
| EntityFieldStorageConfig.php |
file |
core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
|
| EntityFieldStorageConfig::$fieldTypePluginManager |
property |
core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
The field type plugin manager. |
| EntityFieldStorageConfig::calculateDependencies |
function |
core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Calculates dependencies for the configured plugin. |
| EntityFieldStorageConfig::create |
function |
core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Creates an instance of the plugin. |
| EntityFieldStorageConfig::getEntityTypeId |
function |
core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Finds the entity type from configuration or plugin ID. |
| EntityFieldStorageConfig::getIds |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Gets the destination IDs. |
| EntityFieldStorageConfig::rollback |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Delete the specified destination object from the target Drupal. |
| EntityFieldStorageConfig::__construct |
function |
core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
Construct a new plugin. |
| EntityFieldTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Tests the Entity Field API. |