Search for plugin

  1. Search 7.x for plugin
  2. Search 8.9.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
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.
SmartDefaultSettings::$pluginManager property core/modules/ckeditor5/src/SmartDefaultSettings.php The CKEditor 5 plugin manager.
SmartDefaultSettings::$upgradePluginManager property core/modules/ckeditor5/src/SmartDefaultSettings.php The CKEditor 4 to 5 upgrade plugin manager.
SmartDefaultSettings::addDefaultSettingsForEnabledConfigurablePlugins function core/modules/ckeditor5/src/SmartDefaultSettings.php Adds default settings for all enabled CKEditor 5 plugins.
SmartDefaultSettings::computeNetNewElementsForPlugin function core/modules/ckeditor5/src/SmartDefaultSettings.php Computes net new needed elements when considering adding the given plugin.
SmartDefaultSettings::computeSubsetSettingForEnabledPluginsWithSubsets function core/modules/ckeditor5/src/SmartDefaultSettings.php Computes configuration for all enabled CKEditor 5 plugins with subsets.
SortPluginBase class core/modules/views/src/Plugin/views/sort/SortPluginBase.php Base sort handler that has no options and performs a simple sort.
SortPluginBase.php file core/modules/views/src/Plugin/views/sort/SortPluginBase.php
SortPluginBase::adminSummary function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Display whether or not the sort order is ascending or descending.
SortPluginBase::buildExposeForm function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Form for exposed handler options.
SortPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Basic options for all sort criteria.
SortPluginBase::canExpose function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Determine if a sort can be exposed.
SortPluginBase::defaultExposeOptions function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Provide default options for exposed sorts.
SortPluginBase::defineOptions function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Information about options for all kinds of purposes will be held here.
SortPluginBase::getCacheContexts function core/modules/views/src/Plugin/views/sort/SortPluginBase.php The cache contexts associated with this object.
SortPluginBase::getCacheMaxAge function core/modules/views/src/Plugin/views/sort/SortPluginBase.php The maximum age for which this object may be cached.
SortPluginBase::getCacheTags function core/modules/views/src/Plugin/views/sort/SortPluginBase.php The cache tags associated with this object.
SortPluginBase::query function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Called to add the sort to a query.
SortPluginBase::showExposeButton function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Shortcut to display the expose/hide button.
SortPluginBase::showSortForm function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Shortcut to display the value form.
SortPluginBase::sortOptions function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Provide a list of options for the default sort form.
SortPluginBase::sortSubmit function core/modules/views/src/Plugin/views/sort/SortPluginBase.php
SortPluginBase::sortValidate function core/modules/views/src/Plugin/views/sort/SortPluginBase.php
SortPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Simple submit handler.
SortPluginBase::trustedCallbacks function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Lists the trusted callbacks provided by the implementing class.
SortPluginBase::validateExposeForm function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Validate the options form.
SortPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/sort/SortPluginBase.php Simple validate handler.
SourceEditing::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/SourceEditing.php Allows a plugin to modify its static configuration.
SourceEditingPluginTest class core/modules/ckeditor5/tests/src/Unit/SourceEditingPluginTest.php @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\SourceEditing
@group ckeditor5
@internal
SourceEditingPluginTest.php file core/modules/ckeditor5/tests/src/Unit/SourceEditingPluginTest.php
SourceEditingPluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/SourceEditingPluginTest.php Provides a list of configs to test.
SourceEditingPluginTest::testGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/SourceEditingPluginTest.php @covers ::getDynamicPluginConfig
@dataProvider providerGetDynamicPluginConfig
SourceEditingRedundantTagsConstraint::$availablePluginsMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraint.php When a Source Editing element is added that a disabled plugin supports.
SourceEditingRedundantTagsConstraint::$enabledPluginsMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraint.php When a Source Editing element is added that an enabled plugin supports.
SourceEditingRedundantTagsConstraintValidator::pluginsSupplyingTagsMessage function core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraintValidator.php Creates a message listing plugins and the overlapping tags they provide.
SourcePluginBase class core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The base class for source plugins.

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