| 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. |
| EntityReferenceRelationshipTest |
class |
core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php |
Tests entity reference relationship data. |
| EntityReferenceRelationshipTest.php |
file |
core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php |
|
| EntityReferenceRelationshipTest::$entities |
property |
core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php |
The entity_test entities used by the test. |
| EntityReferenceRelationshipTest::$modules |
property |
core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php |
Modules to install. |
| EntityReferenceRelationshipTest::$testViews |
property |
core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php |
Views used by this test. |
| EntityReferenceRelationshipTest::setUp |
function |
core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php |
|
| EntityReferenceRelationshipTest::testDataTableRelationship |
function |
core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php |
Tests views data generated for relationship. |
| EntityReferenceRelationshipTest::testDataTableRelationshipWithLongFieldName |
function |
core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php |
Tests views data generated for relationship. |
| EntityReferenceRelationshipTest::testEntityReferenceConfigEntity |
function |
core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php |
Test that config entities don't get relationships added. |
| EntityReferenceRelationshipTest::testGroupByWithEmptyRelationships |
function |
core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php |
Tests group by with optional and empty relationship. |
| EntityReferenceRelationshipTest::testNoDataTableRelationship |
function |
core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php |
Tests using the views relationship. |
| EntityReferenceSelection |
class |
core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php |
Defines an EntityReferenceSelection plugin annotation object. |
| EntityReferenceSelection |
class |
core/lib/Drupal/Core/Entity/Attribute/EntityReferenceSelection.php |
Defines an EntityReferenceSelection attribute for plugin discovery. |
| EntityReferenceSelection.php |
file |
core/lib/Drupal/Core/Entity/Attribute/EntityReferenceSelection.php |
|
| EntityReferenceSelection.php |
file |
core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php |
|
| EntityReferenceSelection::$entity_types |
property |
core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php |
An array of entity types that can be referenced by this plugin. |
| EntityReferenceSelection::$group |
property |
core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php |
The selection plugin group. |
| EntityReferenceSelection::$id |
property |
core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php |
The plugin ID. |
| EntityReferenceSelection::$label |
property |
core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php |
The human-readable name of the selection plugin. |
| EntityReferenceSelection::$weight |
property |
core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php |
The weight of the plugin in its group. |
| EntityReferenceSelection::__construct |
function |
core/lib/Drupal/Core/Entity/Attribute/EntityReferenceSelection.php |
Constructs an EntityReferenceSelection attribute. |
| EntityReferenceSelectionAccessTest |
class |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php |
Tests for the base handlers provided by Entity Reference. |
| EntityReferenceSelectionAccessTest.php |
file |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php |
|
| EntityReferenceSelectionAccessTest::$modules |
property |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php |
Modules to install. |
| EntityReferenceSelectionAccessTest::assertReferenceable |
function |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php |
Checks that a selection plugin returns the expected results. |
| EntityReferenceSelectionAccessTest::setUp |
function |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php |
|
| EntityReferenceSelectionAccessTest::testCommentHandler |
function |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php |
Tests the comment-specific overrides of the entity handler. |
| EntityReferenceSelectionAccessTest::testMediaHandler |
function |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php |
Tests the selection handler for the media entity type. |
| EntityReferenceSelectionAccessTest::testNodeHandler |
function |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php |
Tests the node-specific overrides of the entity handler. |
| EntityReferenceSelectionAccessTest::testTermHandler |
function |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php |
Tests the term-specific overrides of the selection handler. |
| EntityReferenceSelectionAccessTest::testUserHandler |
function |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php |
Tests the user-specific overrides of the entity handler. |
| EntityReferenceSelectionReferenceableTest |
class |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php |
Tests entity reference selection plugins. |
| EntityReferenceSelectionReferenceableTest.php |
file |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php |
|
| EntityReferenceSelectionReferenceableTest::$bundle |
property |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php |
Bundle of 'entity_test_no_label' entity. |
| EntityReferenceSelectionReferenceableTest::$labels |
property |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php |
Labels to be tested. |
| EntityReferenceSelectionReferenceableTest::$modules |
property |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php |
Modules to install. |
| EntityReferenceSelectionReferenceableTest::$selectionHandler |
property |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php |
The selection handler. |
| EntityReferenceSelectionReferenceableTest::providerTestCases |
function |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php |
Provides test cases for ::testReferenceablesWithNoLabelKey() test. |
| EntityReferenceSelectionReferenceableTest::setUp |
function |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php |
|
| EntityReferenceSelectionReferenceableTest::testReferenceablesWithNoLabelKey |
function |
core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php |
Tests referenceable entities with no target entity type 'label' key. |
| EntityReferenceSelectionSortTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php |
Tests sorting referenced items. |
| EntityReferenceSelectionSortTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php |
|
| EntityReferenceSelectionSortTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php |
Modules to install. |