HookDiscoveryTest::hookDiscoveryTestTestPlugin |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php |
|
HookDiscoveryTest::testGetDefinitionsWithoutPlugins |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php |
Tests the getDefinitions() method without any plugins. |
hook_contextual_links_plugins_alter |
function |
core/lib/Drupal/Core/Menu/menu.api.php |
Alter the plugin definition of contextual links. |
hook_display_variant_plugin_alter |
function |
core/core.api.php |
Alter display variant plugin definitions. |
hook_element_plugin_alter |
function |
core/lib/Drupal/Core/Render/theme.api.php |
Alter Element plugin definitions. |
hook_plugin_filter_TYPE_alter |
function |
core/lib/Drupal/Core/Plugin/plugin.api.php |
Alter the filtering of plugin definitions for a specific plugin type. |
hook_plugin_filter_TYPE__CONSUMER_alter |
function |
core/lib/Drupal/Core/Plugin/plugin.api.php |
Alter the filtering of plugin definitions for a specific type and consumer. |
ImageEffectPluginCollection |
class |
core/modules/image/src/ImageEffectPluginCollection.php |
A collection of image effects. |
ImageEffectPluginCollection.php |
file |
core/modules/image/src/ImageEffectPluginCollection.php |
|
ImageEffectPluginCollection::get |
function |
core/modules/image/src/ImageEffectPluginCollection.php |
|
ImageEffectPluginCollection::sortHelper |
function |
core/modules/image/src/ImageEffectPluginCollection.php |
Provides uasort() callback to sort plugins. |
ImageEffectsTest::$imageEffectPluginManager |
property |
core/modules/image/tests/src/Kernel/ImageEffectsTest.php |
The image effect plugin manager service. |
ImageStyle::getImageEffectPluginManager |
function |
core/modules/image/src/Entity/ImageStyle.php |
Returns the image effect plugin manager. |
ImageStyle::getPluginCollections |
function |
core/modules/image/src/Entity/ImageStyle.php |
Gets the plugin collections used by this object. |
ImageToolkitOperationManager::getToolkitOperationPluginId |
function |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php |
Returns the plugin ID for a given toolkit and operation. |
InvalidPluginDefinitionException |
class |
core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php |
Defines a class for invalid plugin definition exceptions. |
InvalidPluginDefinitionException.php |
file |
core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php |
|
InvalidPluginDefinitionException::$pluginId |
property |
core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php |
The plugin ID of the mapper. |
InvalidPluginDefinitionException::getPluginId |
function |
core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php |
Gets the plugin ID of the mapper that raised the exception. |
InvalidPluginDefinitionException::__construct |
function |
core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php |
Constructs an InvalidPluginDefinitionException. |
LanguageNegotiationContentEntityTest::getPluginClass |
function |
core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php |
Returns the plugin class to use for creating the language negotiation plugin. |
LanguageNegotiationTestBase::createLanguageNegotiationPlugin |
function |
core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationTestBase.php |
Creates a @LanguageNegotiation plugin using the factory ::create method. |
LanguageNegotiationTestBase::getPluginClass |
function |
core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationTestBase.php |
Returns the plugin class to use for creating the language negotiation plugin. |
LayoutBuilderBlocksTest::testPluginsProvidingCustomAttributesAndContextualLinks |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php |
Tests that block plugins can define custom attributes and contextual links. |
LayoutBuilderBlocksTest::testPreviewAwarePlugins |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php |
Tests preview-aware layout & block plugins. |
LayoutDefault::$pluginDefinition |
property |
core/lib/Drupal/Core/Layout/LayoutDefault.php |
The layout definition. |
LayoutDefault::getPluginDefinition |
function |
core/lib/Drupal/Core/Layout/LayoutDefault.php |
|
LayoutInterface::getPluginDefinition |
function |
core/lib/Drupal/Core/Layout/LayoutInterface.php |
|
LayoutPluginManager |
class |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
Provides a plugin manager for layouts. |
LayoutPluginManager.php |
file |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
LayoutPluginManager::$themeHandler |
property |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
The theme handler. |
LayoutPluginManager::getCategories |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
Gets the names of all categories. |
LayoutPluginManager::getDiscovery |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
Gets the plugin discovery. |
LayoutPluginManager::getGroupedDefinitions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
LayoutPluginManager::getLayoutOptions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
Returns an array of layout labels grouped by category. |
LayoutPluginManager::getSortedDefinitions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
|
LayoutPluginManager::getThemeImplementations |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
Gets theme implementations for layouts. |
LayoutPluginManager::getType |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
A string identifying the plugin type. |
LayoutPluginManager::processDefinition |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
Performs extra processing on plugin definitions. |
LayoutPluginManager::providerExists |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
Determines if the provider of a definition exists. |
LayoutPluginManager::__construct |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManager.php |
LayoutPluginManager constructor. |
LayoutPluginManagerInterface |
interface |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
Provides the interface for a plugin manager of layouts. |
LayoutPluginManagerInterface.php |
file |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
|
LayoutPluginManagerInterface::createInstance |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
|
LayoutPluginManagerInterface::getDefinition |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
|
LayoutPluginManagerInterface::getDefinitions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
|
LayoutPluginManagerInterface::getGroupedDefinitions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
|
LayoutPluginManagerInterface::getLayoutOptions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
Returns an array of layout labels grouped by category. |
LayoutPluginManagerInterface::getSortedDefinitions |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
|
LayoutPluginManagerInterface::getThemeImplementations |
function |
core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php |
Gets theme implementations for layouts. |