Search for plugin

  1. Search 7.x for plugin
  2. Search 9.5.x for plugin
  3. Search 10.3.x for plugin
  4. Search 11.x for plugin
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Plugin class composer/Plugin/Scaffold/Plugin.php Composer plugin for handling drupal scaffold.
Plugin class core/lib/Drupal/Component/Annotation/Plugin.php Defines a Plugin annotation object.

All search results

Title Object type File name Summary
SearchPluginCollectionTest class core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php @coversDefaultClass \Drupal\search\Plugin\SearchPluginCollection
@group search
SearchPluginCollectionTest.php file core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php
SearchPluginCollectionTest::$pluginInstances property core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php Stores all setup plugin instances.
SearchPluginCollectionTest::$pluginManager property core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php The mocked plugin manager.
SearchPluginCollectionTest::$searchPluginCollection property core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php The tested plugin collection.
SearchPluginCollectionTest::setUp function core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php
SearchPluginCollectionTest::testGet function core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php Tests the get() method.
SearchPluginCollectionTest::testGetWithConfigurablePlugin function core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php Tests the get() method with a configurable plugin.
SearchPluginManager class core/modules/search/src/SearchPluginManager.php SearchExecute plugin manager.
SearchPluginManager.php file core/modules/search/src/SearchPluginManager.php
SearchPluginManager::__construct function core/modules/search/src/SearchPluginManager.php Constructs SearchPluginManager
SearchSetLocaleTest::$nodeSearchPlugin property core/modules/search/tests/src/Functional/SearchSetLocaleTest.php A node search plugin instance.
Section::layoutPluginManager function core/modules/layout_builder/src/Section.php Wraps the layout plugin manager.
SectionComponent::getPlugin function core/modules/layout_builder/src/SectionComponent.php Gets the plugin for this component.
SectionComponent::getPluginId function core/modules/layout_builder/src/SectionComponent.php Gets the plugin ID.
SectionComponent::pluginManager function core/modules/layout_builder/src/SectionComponent.php Wraps the component plugin manager.
SectionComponentBuildRenderArrayEvent::$plugin property core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php The plugin for the section component being built.
SectionComponentBuildRenderArrayEvent::getPlugin function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Get the plugin for the section component being built.
SectionRenderTest::testToRenderArrayMissingPluginId function core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php @covers ::toRenderArray
SectionStorageInterface::getPluginDefinition function core/modules/layout_builder/src/SectionStorageInterface.php Overrides \Drupal\Component\Plugin\PluginInspectionInterface::getPluginDefinition().
SectionStorageManagerTest::$plugin property core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php The plugin.
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
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.
Serializer::$usesRowPlugin property core/modules/rest/src/Plugin/views/style/Serializer.php Whether or not this style uses a row plugin.
SettingsTrayFormAnnotationIsClassBlockForm::$plugin property core/modules/settings_tray/tests/modules/settings_tray_test/src/Form/SettingsTrayFormAnnotationIsClassBlockForm.php The block plugin.
SortPluginBase class core/modules/views/src/Plugin/views/sort/SortPluginBase.php Base sort handler that has no options and performs a simple sort.

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