DisplayPluginInterface::optionsOverride |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
If override/revert was clicked, perform the proper toggle. |
DisplayPluginInterface::optionsSummary |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Provides the default summary for options in the views UI. |
DisplayPluginInterface::outputIsEmpty |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Is the output of the view empty. |
DisplayPluginInterface::overrideOption |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Set an option and force it to be an override. |
DisplayPluginInterface::preExecute |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Sets up any variables on the view prior to execution. |
DisplayPluginInterface::preview |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Renders the display for the purposes of a live preview. |
DisplayPluginInterface::query |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Injects anything into the query that the display handler needs. |
DisplayPluginInterface::remove |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Reacts on deleting a display. |
DisplayPluginInterface::render |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Renders this display. |
DisplayPluginInterface::renderArea |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Renders one of the available areas. |
DisplayPluginInterface::renderFilters |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Does nothing (obsolete function). |
DisplayPluginInterface::renderMoreLink |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Renders the 'more' link. |
DisplayPluginInterface::renderPager |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Checks to see if the display plugins support pager rendering. |
DisplayPluginInterface::setOption |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Sets an option, on this display or the default display. |
DisplayPluginInterface::setOverride |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Flip the override setting for the given section. |
DisplayPluginInterface::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Performs any necessary changes to the form values prior to storage. |
DisplayPluginInterface::useGroupBy |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Does the display have groupby enabled? |
DisplayPluginInterface::useMoreAlways |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Should the enabled display more link be shown when no more items? |
DisplayPluginInterface::useMoreText |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Does the display have custom link text? |
DisplayPluginInterface::usesAJAX |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Whether the display allows the use of AJAX or not. |
DisplayPluginInterface::usesAreas |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Returns whether the display can use areas. |
DisplayPluginInterface::usesAttachments |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Returns whether the display can use attachments. |
DisplayPluginInterface::usesExposed |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Determines if this display uses exposed filters. |
DisplayPluginInterface::usesExposedFormInBlock |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Checks to see if the display can put the exposed form in a block. |
DisplayPluginInterface::usesFields |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Determines if the display's style uses fields. |
DisplayPluginInterface::usesLinkDisplay |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Checks to see if the display has some need to link to another display. |
DisplayPluginInterface::usesMore |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Whether the display allows the use of a 'more' link or not. |
DisplayPluginInterface::usesPager |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Whether the display allows the use of a pager or not. |
DisplayPluginInterface::validate |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Make sure the display and all associated handlers are valid. |
DisplayPluginInterface::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Validates the options form. |
DisplayPluginInterface::viewExposedFormBlocks |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Renders the exposed form as block. |
DisplayTest::testDisplayPlugin |
function |
core/modules/views/tests/src/Functional/Plugin/DisplayTest.php |
Tests the display test plugin. |
DisplayTest::testDisplayPluginsAlter |
function |
core/modules/views_ui/tests/src/Functional/DisplayTest.php |
Tests views_ui_views_plugins_display_alter is altering plugin definitions. |
DisplayTest::testInvalidDisplayPlugins |
function |
core/modules/views/tests/src/Functional/Plugin/DisplayTest.php |
Tests invalid display plugins. |
DrupalAspectsOfCKEditor5Plugin |
class |
core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php |
Defines the "Drupal aspects of a CKEditor5Plugin" annotation object. |
DrupalAspectsOfCKEditor5Plugin.php |
file |
core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php |
|
DrupalAspectsOfCKEditor5Plugin::$admin_library |
property |
core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php |
The admin library this plugin provides. |
DrupalAspectsOfCKEditor5Plugin::$class |
property |
core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php |
The CKEditor 5 plugin class. |
DrupalAspectsOfCKEditor5Plugin::$conditions |
property |
core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php |
List of conditions to enable this plugin. |
DrupalAspectsOfCKEditor5Plugin::$deriver |
property |
core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php |
The CKEditor 5 plugin deriver class. |
DrupalAspectsOfCKEditor5Plugin::$elements |
property |
core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php |
List of elements and attributes provided. |
DrupalAspectsOfCKEditor5Plugin::$label |
property |
core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php |
The human-readable name of the CKEditor plugin. |
DrupalAspectsOfCKEditor5Plugin::$library |
property |
core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php |
The library this plugin requires. |
DrupalAspectsOfCKEditor5Plugin::$toolbar_items |
property |
core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php |
List of toolbar items the plugin provides. |
DrupalSqlBaseTest::$pluginDefinition |
property |
core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php |
The plugin definition. |
DynamicLocalTasks::$basePluginId |
property |
core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php |
The base plugin ID. |
DynamicPluginConfigWithCsrfTokenUrlTrait |
trait |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/DynamicPluginConfigWithCsrfTokenUrlTrait.php |
Provides a trait for CKEditor 5 with dynamically generated CSRF token URLs. |
DynamicPluginConfigWithCsrfTokenUrlTrait.php |
file |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/DynamicPluginConfigWithCsrfTokenUrlTrait.php |
|
DynamicPluginConfigWithCsrfTokenUrlTrait::getUrlWithReplacedCsrfTokenPlaceholder |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/DynamicPluginConfigWithCsrfTokenUrlTrait.php |
Gets the given URL with all placeholders replaced. |
Editor::$editorPluginManager |
property |
core/modules/editor/src/Entity/Editor.php |
|