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
SelectionPluginBase class core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Provides a base class for configurable selection handlers.
SelectionPluginBase.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php
SelectionPluginBase::buildConfigurationForm function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Form constructor.
SelectionPluginBase::calculateDependencies function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Calculates dependencies for the configured plugin.
SelectionPluginBase::defaultConfiguration function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Gets default configuration for this plugin.
SelectionPluginBase::ensureBackwardCompatibilityConfiguration function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Ensures a backward compatibility level configuration.
SelectionPluginBase::entityQueryAlter function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Allows the selection to alter the SelectQuery generated by EntityFieldQuery.
SelectionPluginBase::getConfiguration function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Gets this plugin's configuration.
SelectionPluginBase::resolveBackwardCompatibilityConfiguration function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Moves the backward compatibility level configurations in the right place.
SelectionPluginBase::setConfiguration function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Sets the configuration for this plugin instance.
SelectionPluginBase::submitConfigurationForm function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Form submission handler.
SelectionPluginBase::validateConfigurationForm function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Form validation handler.
SelectionPluginBase::__construct function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Constructs a new selection object.
SelectionPluginManager class core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php Plugin type manager for Entity Reference Selection plugins.
SelectionPluginManager.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php
SelectionPluginManager::getFallbackPluginId function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php Gets a fallback id for a missing plugin.
SelectionPluginManager::getInstance function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php Gets a preconfigured instance of a plugin.
SelectionPluginManager::getPluginId function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php Gets the plugin ID for a given target entity type and base plugin ID.
SelectionPluginManager::getSelectionGroups function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php Gets the selection plugins that can reference a specific entity type.
SelectionPluginManager::getSelectionHandler function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php Gets the selection handler for a given entity_reference field.
SelectionPluginManager::__construct function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php Creates the discovery object.
SelectionPluginManagerInterface interface core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php Defines an interface for the entity reference selection plugin manager.
SelectionPluginManagerInterface.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php
SelectionPluginManagerInterface::getPluginId function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php Gets the plugin ID for a given target entity type and base plugin ID.
SelectionPluginManagerInterface::getSelectionGroups function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php Gets the selection plugins that can reference a specific entity type.
SelectionPluginManagerInterface::getSelectionHandler function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php Gets the selection handler for a given entity_reference field.
SelectionTest class core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php Tests entity reference selection handler.
SelectionTest class core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Tests entity reference selection handler.
SelectionTest.php file core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php
SelectionTest.php file core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
SelectionTest::$defaultTheme property core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php The theme to install as the default for testing.
SelectionTest::$handlerSettings property core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php The handler settings for the entity reference field.
SelectionTest::$modules property core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php Modules to enable.
SelectionTest::$modules property core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Modules to enable.
SelectionTest::$nodes property core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Nodes for testing.
SelectionTest::$nodes property core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php An array of node titles, keyed by content type and node ID.
SelectionTest::$selectionHandler property core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php The selection handler.
SelectionTest::assertResults function core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Confirm the expected results are returned.
SelectionTest::setUp function core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php
SelectionTest::setUp function core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
SelectionTest::testAnchorTagStripping function core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Tests the anchor tag stripping.
SelectionTest::testAutocompleteOutput function core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php Tests that the Views selection handles the views output properly.
SelectionTest::testSelectionHandler function core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Tests the selection handler.
SelectionTrait trait core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php Provides common methods and injects services for core selection handlers.
SelectionTrait.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php
SelectionTrait::$currentUser property core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php The current user.
SelectionTrait::$entityManager property core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php The entity manager service.
SelectionTrait::$moduleHandler property core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php The module handler service.
SelectionTrait::create function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php
SelectionTrait::__construct function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php Constructs a new selection object.

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