hook_views_plugins_display_alter |
function |
core/modules/views/views.api.php |
Modify the list of available views display plugins. |
hook_views_plugins_display_extenders_alter |
function |
core/modules/views/views.api.php |
Modify the list of available views display extender plugins. |
hook_views_plugins_exposed_form_alter |
function |
core/modules/views/views.api.php |
Modify the list of available views exposed form plugins. |
hook_views_plugins_field_alter |
function |
core/modules/views/views.api.php |
Modify the list of available views field handler plugins. |
hook_views_plugins_filter_alter |
function |
core/modules/views/views.api.php |
Modify the list of available views filter handler plugins. |
hook_views_plugins_join_alter |
function |
core/modules/views/views.api.php |
Modify the list of available views join plugins. |
hook_views_plugins_pager_alter |
function |
core/modules/views/views.api.php |
Modify the list of available views pager plugins. |
hook_views_plugins_query_alter |
function |
core/modules/views/views.api.php |
Modify the list of available views query plugins. |
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. |
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 |
|
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. |