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/Attribute/DrupalAspectsOfCKEditor5Plugin.php |
#[\Attribute(\Attribute::TARGET_CLASS)] |
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.php |
file |
core/modules/ckeditor5/src/Attribute/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. |
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 |
|
Editor::editorPluginManager |
function |
core/modules/editor/src/Entity/Editor.php |
Returns the editor plugin manager. |
EditorConfigEntityUnitTest::$editorPluginManager |
property |
core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php |
The editor plugin manager used for testing. |
EditorPluginInterface |
interface |
core/modules/editor/src/Plugin/EditorPluginInterface.php |
Defines an interface for configurable text editors. |
EditorPluginInterface.php |
file |
core/modules/editor/src/Plugin/EditorPluginInterface.php |
|
EditorPluginInterface::getDefaultSettings |
function |
core/modules/editor/src/Plugin/EditorPluginInterface.php |
Returns the default settings for this configurable text editor. |
EditorPluginInterface::getJSSettings |
function |
core/modules/editor/src/Plugin/EditorPluginInterface.php |
Returns JavaScript settings to be attached. |
EditorPluginInterface::getLibraries |
function |
core/modules/editor/src/Plugin/EditorPluginInterface.php |
Returns libraries to be attached. |
EditorValidationTest::testInvalidPluginId |
function |
core/modules/editor/tests/src/Kernel/EditorValidationTest.php |
Tests validating an editor with an unknown plugin ID. |
Element::$pluginManager |
property |
core/modules/editor/src/Element.php |
The Text Editor plugin manager service. |
ElementInfoManagerTest::providerTestGetInfoElementPlugin |
function |
core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php |
Provides tests data for testGetInfoElementPlugin(). |
ElementInfoManagerTest::testGetInfoElementPlugin |
function |
core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php |
Tests the getInfo() method when render element plugins are used. |
element_info_test_element_plugin_alter |
function |
core/modules/system/tests/modules/element_info_test/element_info_test.module |
Implements hook_element_plugin_alter(). |
EmptyBlockForm::$plugin |
property |
core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php |
The plugin this form is for. |
EnabledConfigurablePluginsConstraint |
class |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraint.php |
The CKEditor 5 plugin settings. |
EnabledConfigurablePluginsConstraint.php |
file |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraint.php |
|
EnabledConfigurablePluginsConstraint::$message |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraint.php |
The default violation message. |
EnabledConfigurablePluginsConstraintValidator |
class |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php |
Enabled configurable plugin settings validator. |
EnabledConfigurablePluginsConstraintValidator.php |
file |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php |
|
EnabledConfigurablePluginsConstraintValidator::getConfigurableEnabledDefinitions |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php |
Gets all configurable CKEditor 5 plugin definitions that are enabled. |
EnabledConfigurablePluginsConstraintValidator::validate |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php |
|