ckeditor5_test_module_allowed_image_ckeditor5_plugin_info_alter |
function |
core/modules/ckeditor5/tests/modules/ckeditor5_test_module_allowed_image/ckeditor5_test_module_allowed_image.module |
Implements hook_ckeditor5_plugin_info_alter(). |
CodeBlock::getDynamicPluginConfig |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php |
Allows a plugin to modify its static configuration. |
ComponentPluginManager |
class |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Defines a plugin manager to deal with components. |
ComponentPluginManager.php |
file |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
|
ComponentPluginManager::$defaults |
property |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
A set of defaults to be referenced by $this->processDefinition(). |
ComponentPluginManager::alterDefinition |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Alters the plugin definition with computed properties. |
ComponentPluginManager::alterDefinitions |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Invokes the hook to alter the definitions if the alter hook is set. |
ComponentPluginManager::clearCachedDefinitions |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Clears static and persistent plugin definition caches. |
ComponentPluginManager::createInstance |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Creates an instance. |
ComponentPluginManager::find |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Gets a component for rendering. |
ComponentPluginManager::findAsset |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Finds assets related to the provided metadata file. |
ComponentPluginManager::getAllComponents |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Gets all components. |
ComponentPluginManager::getDiscovery |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Gets the plugin discovery. |
ComponentPluginManager::getScanDirectories |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Get the list of directories to scan. |
ComponentPluginManager::isValidDefinition |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Validates the metadata info. |
ComponentPluginManager::libraryFromDefinition |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Creates the library declaration array from a component definition. |
ComponentPluginManager::makePathRelativeToLibraryRoot |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Takes a path and makes it relative to the library provider. |
ComponentPluginManager::providerExists |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Determines if the provider of a definition exists. |
ComponentPluginManager::shouldEnforceSchemas |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Assess whether schemas are mandatory for props. |
ComponentPluginManager::translateLibraryPaths |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Changes the library paths, so they can be used by the library system. |
ComponentPluginManager::__construct |
function |
core/lib/Drupal/Core/Theme/ComponentPluginManager.php |
Constructs ComponentPluginManager object. |
ComponentPluginManagerTest |
class |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Tests the component plugin manager. |
ComponentPluginManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
|
ComponentPluginManagerTest::$modules |
property |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Modules to install. |
ComponentPluginManagerTest::$themes |
property |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Themes to install. |
ComponentPluginManagerTest::testFindEmptyMetadataFile |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Test that components render correctly. |
ComponentPluginManagerTest::testMismatchingFolderName |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php |
Test that the machine name is grabbed from the *.component.yml. |
ComponentRenderTest::testPluginDefinition |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Ensures some key aspects of the plugin definition are correctly computed. |
ComposerPluginImplementsScaffoldEvents |
class |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php |
A fixture composer plugin implement Drupal scaffold events. |
ComposerPluginImplementsScaffoldEvents.php |
file |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php |
|
ComposerPluginImplementsScaffoldEvents::activate |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php |
|
ComposerPluginImplementsScaffoldEvents::deactivate |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php |
|
ComposerPluginImplementsScaffoldEvents::getSubscribedEvents |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php |
|
ComposerPluginImplementsScaffoldEvents::postDrupalScaffoldCmd |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php |
Implements post Drupal scaffold cmd. |
ComposerPluginImplementsScaffoldEvents::preDrupalScaffoldCmd |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php |
Implements pre Drupal scaffold cmd. |
ComposerPluginImplementsScaffoldEvents::uninstall |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php |
|
ConditionPluginBase |
class |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Provides a basis for fulfilling contexts for condition plugins. |
ConditionPluginBase.php |
file |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
|
ConditionPluginBase::$executableManager |
property |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
The condition manager to proxy execute calls through. |
ConditionPluginBase::buildConfigurationForm |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Form constructor. |
ConditionPluginBase::calculateDependencies |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Calculates dependencies for the configured plugin. |
ConditionPluginBase::defaultConfiguration |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Gets default configuration for this plugin. |
ConditionPluginBase::execute |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Executes the plugin. |
ConditionPluginBase::getConfiguration |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Gets this plugin's configuration. |
ConditionPluginBase::isNegated |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Determines whether condition result will be negated. |
ConditionPluginBase::setConfiguration |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Sets the configuration for this plugin instance. |
ConditionPluginBase::setExecutableManager |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Sets the executable manager class. |
ConditionPluginBase::submitConfigurationForm |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Form submission handler. |
ConditionPluginBase::validateConfigurationForm |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Form validation handler. |
ConditionPluginBase::__construct |
function |
core/lib/Drupal/Core/Condition/ConditionPluginBase.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |