Search for plugin
- Search 7.x for plugin
- Search 8.9.x for plugin
- Search 10.3.x for plugin
- Search 11.x for plugin
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Plugin | class | composer/ |
Composer plugin for handling drupal scaffold. |
Plugin | class | core/ |
Defines a Plugin annotation object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
LayoutPluginManagerInterface | interface | core/ |
Provides the interface for a plugin manager of layouts. |
LayoutPluginManagerInterface.php | file | core/ |
|
LayoutPluginManagerInterface::createInstance | function | core/ |
|
LayoutPluginManagerInterface::getDefinition | function | core/ |
|
LayoutPluginManagerInterface::getDefinitions | function | core/ |
|
LayoutPluginManagerInterface::getGroupedDefinitions | function | core/ |
|
LayoutPluginManagerInterface::getLayoutOptions | function | core/ |
Returns an array of layout labels grouped by category. |
LayoutPluginManagerInterface::getSortedDefinitions | function | core/ |
|
LayoutPluginManagerInterface::getThemeImplementations | function | core/ |
Gets theme implementations for layouts. |
LayoutPluginManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Layout\LayoutPluginManager @group Layout |
LayoutPluginManagerTest.php | file | core/ |
|
LayoutPluginManagerTest::$cacheBackend | property | core/ |
Cache backend instance. |
LayoutPluginManagerTest::$layoutPluginManager | property | core/ |
The layout plugin manager. |
LayoutPluginManagerTest::$moduleHandler | property | core/ |
The module handler. |
LayoutPluginManagerTest::$themeHandler | property | core/ |
The theme handler. |
LayoutPluginManagerTest::setUp | function | core/ |
|
LayoutPluginManagerTest::setUpFilesystem | function | core/ |
Sets up the filesystem with YAML files and annotated plugins. |
LayoutPluginManagerTest::testGetCategories | function | core/ |
@covers ::getCategories |
LayoutPluginManagerTest::testGetDefinition | function | core/ |
@covers ::getDefinition @covers ::processDefinition |
LayoutPluginManagerTest::testGetDefinitions | function | core/ |
@covers ::getDefinitions @covers ::providerExists |
LayoutPluginManagerTest::testGetGroupedDefinitions | function | core/ |
@covers ::getGroupedDefinitions |
LayoutPluginManagerTest::testGetSortedDefinitions | function | core/ |
@covers ::getSortedDefinitions |
LayoutPluginManagerTest::testGetThemeImplementations | function | core/ |
@covers ::getThemeImplementations |
LayoutPluginManagerTest::testProcessDefinition | function | core/ |
@covers ::processDefinition |
LayoutTest::$layoutPluginManager | property | core/ |
The layout plugin manager. |
LayoutTestDependenciesPlugin | class | core/ |
Provides a plugin that contains config dependencies. |
LayoutTestDependenciesPlugin.php | file | core/ |
|
LayoutTestDependenciesPlugin::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
LayoutTestPlugin | class | core/ |
The plugin that handles the default layout template. |
LayoutTestPlugin.php | file | core/ |
|
LayoutTestPlugin::buildConfigurationForm | function | core/ |
Form constructor. |
LayoutTestPlugin::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
LayoutTestPlugin::submitConfigurationForm | function | core/ |
Form submission handler. |
LayoutTestPlugin::validateConfigurationForm | function | core/ |
Form validation handler. |
layout_builder_plugin_filter_block_alter | function | core/ |
Implements hook_plugin_filter_TYPE_alter(). |
layout_builder_plugin_filter_block__block_ui_alter | function | core/ |
Implements hook_plugin_filter_TYPE__CONSUMER_alter(). |
layout_builder_plugin_filter_block__layout_builder_alter | function | core/ |
Implements hook_plugin_filter_TYPE__CONSUMER_alter(). |
layout_builder_plugin_filter_layout_alter | function | core/ |
Implements hook_plugin_filter_TYPE_alter(). |
layout_builder_plugin_filter_layout__layout_builder_alter | function | core/ |
Implements hook_plugin_filter_TYPE__CONSUMER_alter(). |
layout_builder_test_plugin_filter_block__layout_builder_alter | function | core/ |
Implements hook_plugin_filter_TYPE__CONSUMER_alter(). |
LazyPluginCollection | class | core/ |
Defines an object which stores multiple plugin instances to lazy load them. |
LazyPluginCollection.php | file | core/ |
|
LazyPluginCollection::$instanceIds | property | core/ |
Stores the IDs of all potential plugin instances. |
LazyPluginCollection::$pluginInstances | property | core/ |
Stores all instantiated plugins. |
LazyPluginCollection::addInstanceId | function | core/ |
Adds an instance ID to the available instance IDs. |
LazyPluginCollection::clear | function | core/ |
Clears all instantiated plugins. |
LazyPluginCollection::count | function | core/ |
|
LazyPluginCollection::get | function | core/ |
Gets a plugin instance, initializing it if necessary. |
LazyPluginCollection::getConfiguration | function | core/ |
Gets the current configuration of all plugins in this collection. |
LazyPluginCollection::getInstanceIds | function | core/ |
Gets all instance IDs. |
Pagination
- Previous page
- Page 33
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.