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
LayoutPluginManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php The module handler.
LayoutPluginManagerTest::$themeHandler property core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php The theme handler.
LayoutPluginManagerTest::setUp function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php
LayoutPluginManagerTest::setUpFilesystem function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Sets up the filesystem with YAML files and annotated plugins.
LayoutPluginManagerTest::testGetCategories function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getCategories
LayoutPluginManagerTest::testGetDefinition function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getDefinition
@covers ::processDefinition
LayoutPluginManagerTest::testGetDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getDefinitions
@covers ::providerExists
LayoutPluginManagerTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getGroupedDefinitions
LayoutPluginManagerTest::testGetSortedDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getSortedDefinitions
LayoutPluginManagerTest::testGetThemeImplementations function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getThemeImplementations
LayoutPluginManagerTest::testProcessDefinition function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::processDefinition
LayoutTest::$layoutPluginManager property core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php The layout plugin manager.
LayoutTestDependenciesPlugin class core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php Provides a plugin that contains config dependencies.
LayoutTestDependenciesPlugin.php file core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php
LayoutTestDependenciesPlugin::calculateDependencies function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php Calculates dependencies for the configured plugin.
LayoutTestPlugin class core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php The plugin that handles the default layout template.
LayoutTestPlugin.php file core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php
LayoutTestPlugin::buildConfigurationForm function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php Form constructor.
LayoutTestPlugin::defaultConfiguration function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php Gets default configuration for this plugin.
LayoutTestPlugin::submitConfigurationForm function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php Form submission handler.
LayoutTestPlugin::validateConfigurationForm function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php Form validation handler.
layout_builder_plugin_filter_block_alter function core/modules/layout_builder/layout_builder.module Implements hook_plugin_filter_TYPE_alter().
layout_builder_plugin_filter_block__block_ui_alter function core/modules/layout_builder/layout_builder.module Implements hook_plugin_filter_TYPE__CONSUMER_alter().
layout_builder_plugin_filter_block__layout_builder_alter function core/modules/layout_builder/layout_builder.module Implements hook_plugin_filter_TYPE__CONSUMER_alter().
layout_builder_plugin_filter_layout_alter function core/modules/layout_builder/layout_builder.module Implements hook_plugin_filter_TYPE_alter().
layout_builder_plugin_filter_layout__layout_builder_alter function core/modules/layout_builder/layout_builder.module Implements hook_plugin_filter_TYPE__CONSUMER_alter().
layout_builder_post_update_discover_blank_layout_plugin function core/modules/layout_builder/layout_builder.post_update.php Clear caches to discover new blank layout plugin.
layout_builder_post_update_rebuild_plugin_dependencies function core/modules/layout_builder/layout_builder.post_update.php Rebuild plugin dependencies for all entity view displays.
layout_builder_test_plugin_filter_block__layout_builder_alter function core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.module Implements hook_plugin_filter_TYPE__CONSUMER_alter().
LazyPluginCollection class core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Defines an object which stores multiple plugin instances to lazy load them.
LazyPluginCollection.php file core/lib/Drupal/Component/Plugin/LazyPluginCollection.php
LazyPluginCollection::$instanceIds property core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Stores the IDs of all potential plugin instances.
LazyPluginCollection::$pluginInstances property core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Stores all instantiated plugins.
LazyPluginCollection::addInstanceId function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Adds an instance ID to the available instance IDs.
LazyPluginCollection::clear function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Clears all instantiated plugins.
LazyPluginCollection::count function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php
LazyPluginCollection::get function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Gets a plugin instance, initializing it if necessary.
LazyPluginCollection::getConfiguration function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Gets the current configuration of all plugins in this collection.
LazyPluginCollection::getInstanceIds function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Gets all instance IDs.
LazyPluginCollection::getIterator function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php
LazyPluginCollection::has function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Determines if a plugin instance exists.
LazyPluginCollection::initializePlugin function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Initializes and stores a plugin.
LazyPluginCollection::remove function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Removes an initialized plugin.
LazyPluginCollection::removeInstanceId function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Removes an instance ID.
LazyPluginCollection::set function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Stores an initialized plugin.
LazyPluginCollection::setConfiguration function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Sets the configuration for all plugins in this collection.
LazyPluginCollectionTestBase class core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php Provides a base class for plugin collection tests.
LazyPluginCollectionTestBase.php file core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php
LazyPluginCollectionTestBase::$config property core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php Contains the plugin configuration.
LazyPluginCollectionTestBase::$defaultPluginCollection property core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php The tested plugin collection.

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