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 |
|
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. |
ElementInfoTestHooks::elementPluginAlter |
function |
core/modules/system/tests/modules/element_info_test/src/Hook/ElementInfoTestHooks.php |
Implements hook_element_plugin_alter(). |
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 |
|
EntityAdapterUnitTest::$fieldTypePluginManager |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The field type manager used for testing. |
EntityArgumentUpdateTest::testViewsFieldPluginConversion |
function |
core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php |
Tests that numeric argument plugins are updated properly. |
EntityDenormalizerBase::$pluginManager |
property |
core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php |
The field plugin manager. |
EntityDeriver::$basePluginId |
property |
core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php |
The base plugin ID this derivative is for. |
EntityDisplayBase::$pluginManager |
property |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
The plugin manager used by this entity type. |
EntityDisplayBase::$plugins |
property |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
The plugin objects used for this display, keyed by field name. |
EntityDisplayBase::getPluginRemovedDependencies |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Returns the plugin dependencies being removed. |
EntityDisplayBaseMockableClass::getPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
|
EntityDisplayFormBase::$pluginManager |
property |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
The widget or formatter plugin manager. |
EntityDisplayFormBase::getApplicablePluginOptions |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns an array of applicable widget or formatter options for a field. |
EntityDisplayFormBase::getDefaultPlugin |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns the ID of the default widget or formatter plugin for a field type. |
EntityDisplayPluginCollection |
class |
core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php |
A collection of formatters or widgets. |
EntityDisplayPluginCollection.php |
file |
core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php |
|
EntityDisplayPluginCollection::$pluginKey |
property |
core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php |
The key within the plugin configuration that contains the plugin ID. |
EntityField::$fieldTypePluginManager |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The field type plugin manager. |