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 group by 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 |
class |
core/modules/ckeditor5/src/Attribute/DrupalAspectsOfCKEditor5Plugin.php |
Define a Drupal aspects of CKEditor5 plugin. |
DrupalAspectsOfCKEditor5Plugin.php |
file |
core/modules/ckeditor5/src/Attribute/DrupalAspectsOfCKEditor5Plugin.php |
|
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. |
DrupalAspectsOfCKEditor5Plugin::__construct |
function |
core/modules/ckeditor5/src/Attribute/DrupalAspectsOfCKEditor5Plugin.php |
Constructs a DrupalAspectsOfCKEditor5Plugin attribute. |
DrupalSqlBaseTest::$pluginDefinition |
property |
core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php |
The plugin definition. |
Drupal\ckeditor5\Plugin\CKEditor5PluginManagerInterface |
service |
core/modules/ckeditor5/ckeditor5.services.yml |
|
Drupal\Core\Layout\LayoutPluginManagerInterface |
service |
core/modules/layout_discovery/layout_discovery.services.yml |
|
Drupal\help\HelpTopicPluginManagerInterface |
service |
core/modules/help/help.services.yml |
|
Drupal\migrate\Plugin\MigrationPluginManagerInterface |
service |
core/modules/migrate/migrate.services.yml |
|
Drupal\migrate_drupal\Plugin\MigrateFieldPluginManagerInterface |
service |
core/modules/migrate_drupal/migrate_drupal.services.yml |
|
Drupal\package_manager\Validator\ComposerPluginsValidator |
service |
core/modules/package_manager/package_manager.services.yml |
|
Drupal\views\Plugin\views\query\CastSqlInterface |
service |
core/modules/views/views.services.yml |
|
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 |
|