| EntityReferenceFormatterTest.php |
file |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
|
| EntityReferenceFormatterTest::$bundle |
property |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
The bundle used in this test. |
| EntityReferenceFormatterTest::$entityType |
property |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
The entity type used in this test. |
| EntityReferenceFormatterTest::$fieldName |
property |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
The name of the field used in this test. |
| EntityReferenceFormatterTest::$referencedEntity |
property |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
The entity to be referenced in this test. |
| EntityReferenceFormatterTest::$unsavedReferencedEntity |
property |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
An entity that is not yet saved to its persistent storage. |
| EntityReferenceFormatterTest::buildRenderArray |
function |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
Sets field values and returns a render array. |
| EntityReferenceFormatterTest::setUp |
function |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
|
| EntityReferenceFormatterTest::testAccess |
function |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
Assert inaccessible items don't change the data of the fields. |
| EntityReferenceFormatterTest::testCustomCacheTagFormatter |
function |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
Tests the merging of cache metadata. |
| EntityReferenceFormatterTest::testEntityFormatter |
function |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
Tests the entity formatter. |
| EntityReferenceFormatterTest::testEntityFormatterRecursiveRendering |
function |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
Tests the recursive rendering protection of the entity formatter. |
| EntityReferenceFormatterTest::testEntityReferenceRecursiveProtectionWithManyRenderedEntities |
function |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
Renders the same entity referenced from different places. |
| EntityReferenceFormatterTest::testFormatterReferencingItem |
function |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
Tests formatters set the correct _referringItem on referenced entities. |
| EntityReferenceFormatterTest::testIdFormatter |
function |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
Tests the ID formatter. |
| EntityReferenceFormatterTest::testLabelFormatter |
function |
core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php |
Tests the label formatter. |
| EntityReferenceIdFormatter |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceIdFormatter.php |
Plugin implementation of the 'entity reference ID' formatter. |
| EntityReferenceIdFormatter.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceIdFormatter.php |
|
| EntityReferenceIdFormatter::viewElements |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceIdFormatter.php |
Builds a renderable array for a field value. |
| EntityReferenceItem::fieldSettingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Returns a form for the field-level settings. |
| EntityReferenceItem::fieldSettingsFormValidate |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Form element validation handler; Invokes selection plugin's validation. |
| EntityReferenceItem::formProcessMergeParent |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Render API callback that moves entity reference elements up a level. |
| EntityReferenceItem::storageSettingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php |
Returns a form for the storage-level settings. |
| EntityReferenceLabelFormatter |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php |
Plugin implementation of the 'entity reference label' formatter. |
| EntityReferenceLabelFormatter.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php |
|
| EntityReferenceLabelFormatter::checkAccess |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php |
Checks access to the given entity. |
| EntityReferenceLabelFormatter::defaultSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php |
Defines the default settings for this plugin. |
| EntityReferenceLabelFormatter::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php |
Returns a form to configure settings for the formatter. |
| EntityReferenceLabelFormatter::settingsSummary |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php |
Returns a short summary for the current formatter settings. |
| EntityReferenceLabelFormatter::viewElements |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php |
Builds a renderable array for a field value. |
| EntityReferenceTaxonomyTermRssFormatter |
class |
core/modules/taxonomy/src/Plugin/Field/FieldFormatter/EntityReferenceTaxonomyTermRssFormatter.php |
Plugin implementation of the 'entity reference taxonomy term RSS' formatter. |
| EntityReferenceTaxonomyTermRssFormatter.php |
file |
core/modules/taxonomy/src/Plugin/Field/FieldFormatter/EntityReferenceTaxonomyTermRssFormatter.php |
|
| EntityReferenceTaxonomyTermRssFormatter::isApplicable |
function |
core/modules/taxonomy/src/Plugin/Field/FieldFormatter/EntityReferenceTaxonomyTermRssFormatter.php |
Returns if the formatter can be used for the provided field. |
| EntityReferenceTaxonomyTermRssFormatter::viewElements |
function |
core/modules/taxonomy/src/Plugin/Field/FieldFormatter/EntityReferenceTaxonomyTermRssFormatter.php |
Builds a renderable array for a field value. |
| EntityResolverManager::setParametersFromEntityInformation |
function |
core/lib/Drupal/Core/Entity/EntityResolverManager.php |
Sets the upcasting information using the _entity_* route defaults. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityAddFormRoute |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with an _entity_form route for an add form. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormNoUpcasting |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with a form parameter without interface. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormRoute |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with an _entity_form route. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormRouteAndArgument |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests an _entity_form route where a non-entity parameter is first. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormUpcasting |
function |
core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php |
Tests setRouteOptions() with an entity type parameter form. |
| EntityRouteEnhancer::enhanceEntityForm |
function |
core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php |
Update defaults for entity forms. |
| EntityRow::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/row/EntityRow.php |
Provide a form for setting options. |
| EntityTestBundleJsonAnonTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonAnonTest.php |
The format to use in this test. |
| EntityTestBundleJsonBasicAuthTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonBasicAuthTest.php |
The format to use in this test. |
| EntityTestBundleJsonCookieTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonCookieTest.php |
The format to use in this test. |
| EntityTestBundleXmlAnonTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlAnonTest.php |
The format to use in this test. |
| EntityTestBundleXmlBasicAuthTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlBasicAuthTest.php |
The format to use in this test. |
| EntityTestBundleXmlCookieTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleXmlCookieTest.php |
The format to use in this test. |
| EntityTestDeleteForm |
class |
core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php |
Provides the entity_test delete form. |
| EntityTestDeleteForm.php |
file |
core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php |
|