Search for plugin

  1. Search 7.x for plugin
  2. Search 9.5.x for plugin
  3. Search 8.9.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.
Plugin class core/lib/Drupal/Component/Plugin/Attribute/Plugin.php Defines a Plugin attribute object.

All search results

Title Object type File name Summary
ListPlugin::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php
ListPlugin::defaultConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php
ListPlugin::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php Allows a plugin to modify its static configuration.
ListPlugin::getElementsSubset function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php Returns a configured subset of the elements supported by this plugin.
ListPlugin::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php
ListPlugin::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php
ListPluginTest class core/modules/ckeditor5/tests/src/Unit/ListPluginTest.php @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\ListPlugin
@group ckeditor5
@internal
ListPluginTest.php file core/modules/ckeditor5/tests/src/Unit/ListPluginTest.php
ListPluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/ListPluginTest.php Provides a list of configs to test.
ListPluginTest::testGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/ListPluginTest.php @covers ::getDynamicPluginConfig
LocalActionDefaultTest::$pluginDefinition property core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php The used plugin definition.
LocalActionDefaultTest::$pluginId property core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php The used plugin ID.
LocalTaskDefaultTest::$pluginDefinition property core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php The used plugin definition.
LocalTaskDefaultTest::$pluginId property core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php The used plugin ID.
LocalTaskDefaultTest::testGetRouteParametersInPluginDefinitions function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php @covers ::getRouteParameters
LocalTaskManagerTest::$pluginDiscovery property core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php The mocked plugin discovery.
LocalTaskManagerTest::setupFactoryAndLocalTaskPlugins function core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php
LocalTasksTest::testPluginLocalTask function core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php Tests the plugin based local tasks.
LogTest::$logPlugin property core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php The Log process plugin.
MainContentBlockPluginInterface interface core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php The interface for "main page content" blocks.
MainContentBlockPluginInterface.php file core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php
MainContentBlockPluginInterface::setMainContent function core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php Sets the main content render array.
Media::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Media.php Allows a plugin to modify its static configuration.
MediaLibrary::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/MediaLibrary.php Allows a plugin to modify its static configuration.
MediaType::$sourcePluginCollection property core/modules/media/src/Entity/MediaType.php Lazy collection for the media source.
MediaType::getPluginCollections function core/modules/media/src/Entity/MediaType.php
MediaType::sourcePluginCollection function core/modules/media/src/Entity/MediaType.php Returns media source lazy plugin collection.
MenuLinkContent::$insidePlugin property core/modules/menu_link_content/src/Entity/MenuLinkContent.php A flag for whether this entity is wrapped in a plugin instance.
MenuLinkContent::getPluginDefinition function core/modules/menu_link_content/src/Entity/MenuLinkContent.php Builds up the menu link plugin definition for this entity.
MenuLinkContent::getPluginId function core/modules/menu_link_content/src/Entity/MenuLinkContent.php Gets the menu plugin ID associated with this entity.
MenuLinkContent::setInsidePlugin function core/modules/menu_link_content/src/Entity/MenuLinkContent.php Flags this instance as being wrapped in a menu link plugin instance.
MenuLinkContentInterface::getPluginDefinition function core/modules/menu_link_content/src/MenuLinkContentInterface.php Builds up the menu link plugin definition for this entity.
MenuLinkContentInterface::getPluginId function core/modules/menu_link_content/src/MenuLinkContentInterface.php Gets the menu plugin ID associated with this entity.
MenuLinkContentInterface::setInsidePlugin function core/modules/menu_link_content/src/MenuLinkContentInterface.php Flags this instance as being wrapped in a menu link plugin instance.
MenuLinkPluginConverter class core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php Provides a proxy class for \Drupal\Core\ParamConverter\MenuLinkPluginConverter.
MenuLinkPluginConverter class core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php Parameter converter for upcasting entity ids to full objects.
MenuLinkPluginConverter.php file core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php
MenuLinkPluginConverter.php file core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php
MenuLinkPluginConverter::$container property core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php The service container.
MenuLinkPluginConverter::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php The id of the original proxied service.
MenuLinkPluginConverter::$menuLinkManager property core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php Plugin manager which creates the instance from the value.
MenuLinkPluginConverter::$service property core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php The real proxied service, after it was lazy loaded.
MenuLinkPluginConverter::applies function core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php Determines if the converter applies to a specific route and variable.
MenuLinkPluginConverter::applies function core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php Determines if the converter applies to a specific route and variable.
MenuLinkPluginConverter::convert function core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php Converts path variables to their corresponding objects.
MenuLinkPluginConverter::convert function core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php Converts path variables to their corresponding objects.
MenuLinkPluginConverter::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php Lazy loads the real service from the container.
MenuLinkPluginConverter::__construct function core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php Constructs a ProxyClass Drupal proxy object.
MenuLinkPluginConverter::__construct function core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php Constructs a new MenuLinkPluginConverter.
MenuLinkPluginTest class core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php @coversDefaultClass \Drupal\menu_link_content\Plugin\Menu\MenuLinkContent

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