CachePluginBase::getRowCacheTags |
function |
core/modules/views/src/Plugin/views/cache/CachePluginBase.php |
Returns the row cache tags. |
CachePluginBase::getRowId |
function |
core/modules/views/src/Plugin/views/cache/CachePluginBase.php |
Returns a unique identifier for the specified row. |
CachePluginBase::postRender |
function |
core/modules/views/src/Plugin/views/cache/CachePluginBase.php |
Post process any rendered data. |
CachePluginBase::prepareViewResult |
function |
core/modules/views/src/Plugin/views/cache/CachePluginBase.php |
Prepares the view result before putting it into cache. |
CachePluginBase::summaryTitle |
function |
core/modules/views/src/Plugin/views/cache/CachePluginBase.php |
Returns a string to display as the clickable title for the access control. |
CastedIntFieldJoinTestBase::$pluginId |
property |
core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php |
|
CategorizingPluginManager |
class |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
Class that allows testing the trait. |
CategorizingPluginManager::getDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
Provides some test definitions to the trait. |
CategorizingPluginManager::processDefinition |
function |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
Performs extra processing on plugin definitions. |
CategorizingPluginManager::__construct |
function |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
Replace the constructor so we can instantiate a stub. |
CategorizingPluginManagerInterface |
interface |
core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php |
Defines an interface for plugin managers that categorize plugin definitions. |
CategorizingPluginManagerInterface.php |
file |
core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php |
|
CategorizingPluginManagerInterface::getCategories |
function |
core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php |
Gets the names of all categories. |
CategorizingPluginManagerInterface::getGroupedDefinitions |
function |
core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php |
Gets sorted plugin definitions grouped by category. |
CategorizingPluginManagerInterface::getSortedDefinitions |
function |
core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php |
Gets sorted plugin definitions. |
CategorizingPluginManagerTrait |
trait |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php |
Provides a trait for the CategorizingPluginManagerInterface. |
CategorizingPluginManagerTrait.php |
file |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php |
|
CategorizingPluginManagerTrait::getCategories |
function |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php |
|
CategorizingPluginManagerTrait::getDefinitions |
function |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php |
|
CategorizingPluginManagerTrait::getGroupedDefinitions |
function |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php |
|
CategorizingPluginManagerTrait::getModuleExtensionList |
function |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php |
Returns the module extension list used. |
CategorizingPluginManagerTrait::getModuleHandler |
function |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php |
Returns the module handler used. |
CategorizingPluginManagerTrait::getProviderName |
function |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php |
Gets the name of a provider. |
CategorizingPluginManagerTrait::getSortedDefinitions |
function |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php |
|
CategorizingPluginManagerTrait::processDefinitionCategory |
function |
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php |
Processes a plugin definition to ensure there is a category. |
CategorizingPluginManagerTraitTest |
class |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
Tests Drupal\Core\Plugin\CategorizingPluginManagerTrait. |
CategorizingPluginManagerTraitTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
|
CategorizingPluginManagerTraitTest::$pluginManager |
property |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
The plugin manager to test. |
CategorizingPluginManagerTraitTest::setUp |
function |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
|
CategorizingPluginManagerTraitTest::testGetCategories |
function |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
Tests get categories. |
CategorizingPluginManagerTraitTest::testGetGroupedDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
Tests get grouped definitions. |
CategorizingPluginManagerTraitTest::testGetSortedDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
Tests get sorted definitions. |
CategorizingPluginManagerTraitTest::testProcessDefinitionCategory |
function |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
Tests process definition category. |
CKEditor5::$ckeditor5PluginManager |
property |
core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php |
The CKEditor plugin manager. |
CKEditor5::$plugins |
property |
core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php |
The set of configured CKEditor 5 plugins. |
CKEditor5::injectPluginSettingsForm |
function |
core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php |
Injects the CKEditor plugins settings forms as a vertical tabs subform. |
CKEditor5::shouldHaveVisiblePluginSettingsForm |
function |
core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php |
Determines whether the plugin settings form should be visible. |
CKEditor5AllowedTagsTest::testImgAddedViaUploadPlugin |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php |
Tests that the img tag is added after enabling image uploads. |
CKEditor5AspectsOfCKEditor5Plugin |
class |
core/modules/ckeditor5/src/Attribute/CKEditor5AspectsOfCKEditor5Plugin.php |
Defines the CKEditor5 aspect of CKEditor5 plugin. |
CKEditor5AspectsOfCKEditor5Plugin |
class |
core/modules/ckeditor5/src/Annotation/CKEditor5AspectsOfCKEditor5Plugin.php |
Defines the "CKEditor 5 aspects of a CKEditor5Plugin" annotation object. |
CKEditor5AspectsOfCKEditor5Plugin.php |
file |
core/modules/ckeditor5/src/Attribute/CKEditor5AspectsOfCKEditor5Plugin.php |
|
CKEditor5AspectsOfCKEditor5Plugin.php |
file |
core/modules/ckeditor5/src/Annotation/CKEditor5AspectsOfCKEditor5Plugin.php |
|
CKEditor5AspectsOfCKEditor5Plugin::$config |
property |
core/modules/ckeditor5/src/Annotation/CKEditor5AspectsOfCKEditor5Plugin.php |
A keyed array of additional values for the CKEditor 5 configuration. |
CKEditor5AspectsOfCKEditor5Plugin::$plugins |
property |
core/modules/ckeditor5/src/Annotation/CKEditor5AspectsOfCKEditor5Plugin.php |
The CKEditor 5 plugin classes provided. |
CKEditor5AspectsOfCKEditor5Plugin::get |
function |
core/modules/ckeditor5/src/Attribute/CKEditor5AspectsOfCKEditor5Plugin.php |
Gets the value of an attribute. |
CKEditor5AspectsOfCKEditor5Plugin::__construct |
function |
core/modules/ckeditor5/src/Attribute/CKEditor5AspectsOfCKEditor5Plugin.php |
Constructs a CKEditor5AspectsOfCKEditor5Plugin attribute. |
Ckeditor5DrupalElementStyleTestHooks::ckeditor5PluginInfoAlter |
function |
core/modules/ckeditor5/tests/modules/ckeditor5_drupalelementstyle_test/src/Hook/Ckeditor5DrupalElementStyleTestHooks.php |
Implements hook_ckeditor5_plugin_info_alter(). |
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::$filterPluginManager |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php |
The filter plugin manager service. |
CKEditor5Plugin |
class |
core/modules/ckeditor5/src/Attribute/CKEditor5Plugin.php |
The CKEditor5Plugin attribute. |
CKEditor5Plugin |
class |
core/modules/ckeditor5/src/Annotation/CKEditor5Plugin.php |
Defines a CKEditor5Plugin annotation object. |