IconExtractorPluginManager::__construct |
function |
core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php |
Constructs a new \Drupal\Core\Plugin\DefaultPluginManager object. |
IconPackExtractorFormTest::$plugin |
property |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
The plugin form. |
IconPackManager::getExtractorPluginForms |
function |
core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php |
Retrieve extractor forms based on the provided icon set limit. |
IconPackManagerInterface::getExtractorPluginForms |
function |
core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php |
Retrieve extractor forms based on the provided icon set limit. |
IconPackManagerKernelTest::$pluginManagerIconPack |
property |
core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php |
The IconPackManager instance. |
IconPackManagerKernelTest::testGetExtractorPluginForms |
function |
core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php |
Test the IconPackManager::getExtractorPluginForms method. |
IconPackManagerKernelTest::testGetExtractorPluginFormsWithAllowed |
function |
core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php |
Test the IconPackManager::getExtractorPluginForms method. |
IconPackManagerKernelTest::testGetExtractorPluginFormsWithDefault |
function |
core/tests/Drupal/KernelTests/Core/Theme/Icon/IconPackManagerKernelTest.php |
Test the IconPackManager::getExtractorPluginForms method with default. |
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. |
JoinPluginBase |
class |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
Represents a join and creates the SQL necessary to implement the join. |
JoinPluginBase.php |
file |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
|
JoinPluginBase::$adjusted |
property |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
Defines whether a join has been adjusted. |
JoinPluginBase::$configuration |
property |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
The configuration array passed by initJoin. |
JoinPluginBase::$extra |
property |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
An array of extra conditions on the join. |
JoinPluginBase::$extraOperator |
property |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
How all the extras will be combined. Either AND or OR. |
JoinPluginBase::$field |
property |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
The field to join on (right field). |
JoinPluginBase::$leftField |
property |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
The field we join to. |
JoinPluginBase::$leftFormula |
property |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
A formula to be used instead of the left field. |
JoinPluginBase::$leftTable |
property |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
The table we join to. |
JoinPluginBase::$table |
property |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
The table to join (right table). |
JoinPluginBase::$type |
property |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
The join type, so for example LEFT (default) or INNER. |
JoinPluginBase::buildExtra |
function |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
Builds a single extra condition. |
JoinPluginBase::buildJoin |
function |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
Builds the SQL for the join this object represents. |
JoinPluginBase::joinAddExtra |
function |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
Adds the extras to the join condition. |
JoinPluginBase::__construct |
function |
core/modules/views/src/Plugin/views/join/JoinPluginBase.php |
Constructs a Drupal\views\Plugin\views\join\JoinPluginBase object. |
JoinPluginInterface |
interface |
core/modules/views/src/Plugin/views/join/JoinPluginInterface.php |
Represents a join and creates the SQL necessary to implement the join. |
JoinPluginInterface.php |
file |
core/modules/views/src/Plugin/views/join/JoinPluginInterface.php |
|
JoinPluginInterface::buildJoin |
function |
core/modules/views/src/Plugin/views/join/JoinPluginInterface.php |
Builds the SQL for the join this object represents. |
JoinTest::testBasePlugin |
function |
core/modules/views/tests/src/Kernel/Plugin/JoinTest.php |
Tests the join plugin base. |
JoinTest::testExamplePlugin |
function |
core/modules/views/tests/src/Kernel/Plugin/JoinTest.php |
Tests an example join plugin. |
layout-test-plugin.html.twig |
file |
core/modules/system/tests/modules/layout_test/templates/layout-test-plugin.html.twig |
Template for layout_test_plugin layout. |
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. |