hook_views_plugins_relationship_alter |
function |
core/modules/views/views.api.php |
Modify the list of available views relationship handler plugins. |
hook_views_plugins_row_alter |
function |
core/modules/views/views.api.php |
Modify the list of available views row plugins. |
hook_views_plugins_sort_alter |
function |
core/modules/views/views.api.php |
Modify the list of available views sort handler plugins. |
hook_views_plugins_style_alter |
function |
core/modules/views/views.api.php |
Modify the list of available views style plugins. |
hook_views_plugins_wizard_alter |
function |
core/modules/views/views.api.php |
Modify the list of available views wizard plugins. |
HtmlList::$usesRowPlugin |
property |
core/modules/views/src/Plugin/views/style/HtmlList.php |
Whether or not this style uses a row plugin. |
HTMLRestrictions::fromFilterPluginInstance |
function |
core/modules/ckeditor5/src/HTMLRestrictions.php |
Constructs a set of HTML restrictions matching the given text format. |
I18nQueryTraitTest::providerI18nQueryTraitPlugins |
function |
core/modules/migrate_drupal/tests/src/Kernel/I18nQueryTraitTest.php |
Provides data for testMigrateSourcePluginUsingI18nQueryTraitDiscovery(). |
I18nQueryTraitTest::testMigrateSourcePluginUsingI18nQueryTraitDiscovery |
function |
core/modules/migrate_drupal/tests/src/Kernel/I18nQueryTraitTest.php |
Tests instantiating migrate source plugins using I18nQueryTrait. |
IconExtractorPluginManager |
class |
core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php |
IconExtractor plugin manager. |
IconExtractorPluginManager.php |
file |
core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php |
|
IconExtractorPluginManager::getExtractorForm |
function |
core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php |
Get an extractor settings form. |
IconExtractorPluginManager::getExtractorForms |
function |
core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php |
Get multiple extractor settings form. |
IconExtractorPluginManager::getPluginForm |
function |
core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php |
Retrieves the plugin form for a given icon extractor. |
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. |
IdMapTableNoDummyTest::$pluginManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php |
The migration plugin manager. |
Image::getDynamicPluginConfig |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php |
Allows a plugin to modify its static configuration. |
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. |