Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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 enable.
EntityReferenceSelectionSortTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php
EntityReferenceSelectionSortTest::testSort function core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php Assert sorting by field and property.
EntityReferenceSelectionUnitTest class core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Provides unit testing for selection handlers.
EntityReferenceSelectionUnitTest.php file core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php
EntityReferenceSelectionUnitTest::providerTestSetConfiguration function core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Provides test data for ::testSetConfiguration()
EntityReferenceSelectionUnitTest::testDeprecationErrorTriggering function core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Tests deprecation error triggering.
EntityReferenceSelectionUnitTest::testInvalidDefaultConfiguration function core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Tests invalid default configuration.
EntityReferenceSelectionUnitTest::testMalformedHandlerSettingsValue function core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Tests the selection handler with malformed 'handler_settings' value.
EntityReferenceSelectionUnitTest::testSetConfiguration function core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Tests selection handler plugin configuration set.
EntityReferenceSelectionUnitTest::testSetConfigurationBcLevel function core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Tests the selection handler plugin BC structure.
EntityReferenceSettingsTest class core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php Tests entity reference field settings.
EntityReferenceSettingsTest.php file core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php
EntityReferenceSettingsTest::$customBundle property core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php An entity bundle that is not stored as a configuration entity.
EntityReferenceSettingsTest::$modules property core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php Modules to enable.
EntityReferenceSettingsTest::$nodeType property core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php Testing node type.
EntityReferenceSettingsTest::$testLogServiceName property core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php The service name for a logger implementation that collects anything logged.
EntityReferenceSettingsTest::$vocabulary property core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php Testing vocabulary.
EntityReferenceSettingsTest::register function core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php Registers test-specific services.
EntityReferenceSettingsTest::setUp function core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php
EntityReferenceSettingsTest::testConfigTargetBundleDeletion function core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php Tests that config bundle deletions are mirrored in field config settings.
EntityReferenceSettingsTest::testCustomTargetBundleDeletion function core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php Tests that deletions of custom bundles are mirrored in field settings.
EntityReferenceSupportedNewEntitiesConstraint class core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraint.php The entity reference supported new entities constraint.
EntityReferenceSupportedNewEntitiesConstraint.php file core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraint.php
EntityReferenceSupportedNewEntitiesConstraint::$message property core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraint.php The default violation message.
EntityReferenceSupportedNewEntitiesConstraintValidator class core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraintValidator.php Checks if new entities created for entity reference fields are supported.
EntityReferenceSupportedNewEntitiesConstraintValidator.php file core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraintValidator.php
EntityReferenceSupportedNewEntitiesConstraintValidator::$entityTypeManager property core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraintValidator.php The entity type manager.
EntityReferenceSupportedNewEntitiesConstraintValidator::$workspaceManager property core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraintValidator.php The workspace manager.
EntityReferenceSupportedNewEntitiesConstraintValidator::create function core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraintValidator.php Instantiates a new instance of this class.
EntityReferenceSupportedNewEntitiesConstraintValidator::validate function core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraintValidator.php
EntityReferenceSupportedNewEntitiesConstraintValidator::__construct function core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraintValidator.php Creates a new EntityReferenceSupportedNewEntitiesConstraintValidator instance.
EntityReferenceSupportedNewEntitiesConstraintValidatorTest class core/modules/workspaces/tests/src/Kernel/EntityReferenceSupportedNewEntitiesConstraintValidatorTest.php @coversDefaultClass \Drupal\workspaces\Plugin\Validation\Constraint\EntityReferenceSupportedNewEntitiesConstraintValidator[[api-linebreak]]
@group workspaces
EntityReferenceSupportedNewEntitiesConstraintValidatorTest.php file core/modules/workspaces/tests/src/Kernel/EntityReferenceSupportedNewEntitiesConstraintValidatorTest.php
EntityReferenceSupportedNewEntitiesConstraintValidatorTest::$modules property core/modules/workspaces/tests/src/Kernel/EntityReferenceSupportedNewEntitiesConstraintValidatorTest.php Modules to enable.
EntityReferenceSupportedNewEntitiesConstraintValidatorTest::setUp function core/modules/workspaces/tests/src/Kernel/EntityReferenceSupportedNewEntitiesConstraintValidatorTest.php
EntityReferenceSupportedNewEntitiesConstraintValidatorTest::testNewEntitiesAllowedInDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/EntityReferenceSupportedNewEntitiesConstraintValidatorTest.php @covers ::validate[[api-linebreak]]
EntityReferenceSupportedNewEntitiesConstraintValidatorTest::testNewEntitiesForbiddenInNonDefaultWorkspace function core/modules/workspaces/tests/src/Kernel/EntityReferenceSupportedNewEntitiesConstraintValidatorTest.php @covers ::validate[[api-linebreak]]
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.
EntityReferenceTestTrait trait core/modules/field/tests/src/Traits/EntityReferenceTestTrait.php Provides common functionality for the EntityReference test classes.
EntityReferenceTestTrait trait core/modules/field/src/Tests/EntityReference/EntityReferenceTestTrait.php Provides common functionality for the EntityReference test classes.
EntityReferenceTestTrait.php file core/modules/field/src/Tests/EntityReference/EntityReferenceTestTrait.php
EntityReferenceTestTrait.php file core/modules/field/tests/src/Traits/EntityReferenceTestTrait.php
EntityReferenceTestTrait::createEntityReferenceField function core/modules/field/tests/src/Traits/EntityReferenceTestTrait.php Creates a field of an entity reference field storage on the specified bundle.
EntityReferenceTranslationDeriver class core/modules/migrate_drupal/src/Plugin/migrate/EntityReferenceTranslationDeriver.php Deriver for entity reference field translations.

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