Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
EntityReferenceRdfaTest::setUp function core/modules/rdf/tests/src/Kernel/Field/EntityReferenceRdfaTest.php Set the default field storage backend for fields created during tests.
EntityReferenceRdfaTest::testAllFormatters function core/modules/rdf/tests/src/Kernel/Field/EntityReferenceRdfaTest.php Tests all the entity reference formatters.
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::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.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. Defaults to
all entity types.
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.
EntityReferenceSelectionAccessTest class core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests for the base handlers provided by Entity Reference.
EntityReferenceSelectionAccessTest.php file core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
EntityReferenceSelectionAccessTest::$modules property core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Modules to enable.
EntityReferenceSelectionAccessTest::assertReferenceable function core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Checks that a selection plugin returns the expected results.
EntityReferenceSelectionAccessTest::setUp function core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
EntityReferenceSelectionAccessTest::testCommentHandler function core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Test the comment-specific overrides of the entity handler.
EntityReferenceSelectionAccessTest::testMediaHandler function core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the selection handler for the media entity type.
EntityReferenceSelectionAccessTest::testNodeHandler function core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Test the node-specific overrides of the entity handler.
EntityReferenceSelectionAccessTest::testTermHandler function core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Test the term-specific overrides of the selection handler.
EntityReferenceSelectionAccessTest::testUserHandler function core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Test 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 enable.
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 values returned by SelectionInterface::getReferenceableEntities()
when the target entity type has no '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 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.

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