Search for plugin
- Search 7.x for plugin
- Search 9.5.x for plugin
- Search 8.9.x for plugin
- Search 10.3.x for plugin
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Plugin | class | core/ |
Defines a Plugin attribute object. |
Plugin | class | composer/ |
Composer plugin for handling dependency unpacking. |
Plugin | class | composer/ |
Composer plugin for handling drupal scaffold. |
Plugin | class | core/ |
Defines a Plugin annotation object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
CKEditor5PluginManagerTest::providerTestProvidedElements | function | core/ |
Provides uses cases enabling different elements and the expected results. |
CKEditor5PluginManagerTest::setUp | function | core/ |
|
CKEditor5PluginManagerTest::testAutomaticLinkDecoratorsDisallowed | function | core/ |
@covers \Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition::validateCKEditor5Aspects[[api-linebreak]] |
CKEditor5PluginManagerTest::testDeprecatedIcons | function | core/ |
Tests deprecation and backwards compatibility of icon names. |
CKEditor5PluginManagerTest::testDerivedPluginDefinitions | function | core/ |
@covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::getDiscovery[[api-linebreak]] @dataProvider providerTestDerivedPluginDefinitions @group legacy |
CKEditor5PluginManagerTest::testEnabledPlugins | function | core/ |
Tests the enabling of plugins. |
CKEditor5PluginManagerTest::testExternalLinkAutomaticLinkDecoratorDisallowed | function | core/ |
@covers \Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition::validateCKEditor5Aspects[[api-linebreak]] |
CKEditor5PluginManagerTest::testInvalidPluginDefinitions | function | core/ |
@covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::processDefinition[[api-linebreak]] @dataProvider providerTestInvalidPluginDefinitions |
CKEditor5PluginManagerTest::testPluginSupportingElement | function | core/ |
Tests the logic of findPluginSupportingElement. |
CKEditor5PluginManagerTest::testProvidedElements | function | core/ |
Tests the parsing of CKEditor 5 plugin element config. |
CKEditor5PluginManagerTest::testProvidedElementsInvalidElementSubset | function | core/ |
Tests detection of invalid CKEditor5PluginElementsSubsetInterface classes. |
CKEditor5Test::languageOfPartsPluginConfigureLanguageListHelper | function | core/ |
Helper to set language list option for CKEditor. |
CKEditor5Test::languageOfPartsPluginInitialConfigurationHelper | function | core/ |
Helper to configure CKEditor5 with Language plugin. |
CKEditor5Test::languageOfPartsPluginTestHelper | function | core/ |
Validate expected languages available in editor. |
CKEditor5Test::testHeadingsPlugin | function | core/ |
Test headings configuration. |
CKEditor5Test::testLanguageOfPartsPlugin | function | core/ |
Test for Language of Parts plugin. |
CKEditor5Test::testListPlugin | function | core/ |
Tests list plugin. |
Ckeditor5TestModuleAllowedImageHooks::ckeditor5PluginInfoAlter | function | core/ |
Implements hook_ckeditor5_plugin_info_alter(). |
ckeditor5_plugin_conditions_test.ckeditor5.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_conditions_test/ckeditor5_plugin_conditions_test.ckeditor5.yml |
ckeditor5_plugin_conditions_test.info.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_conditions_test/ckeditor5_plugin_conditions_test.info.yml |
ckeditor5_plugin_elements_subset.ckeditor5.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/ckeditor5_plugin_elements_subset.ckeditor5.yml |
ckeditor5_plugin_elements_subset.info.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/ckeditor5_plugin_elements_subset.info.yml |
ckeditor5_plugin_elements_subset.schema.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/config/schema/ckeditor5_plugin_elements_subset.schema.yml |
ckeditor5_plugin_elements_test.ckeditor5.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_test/ckeditor5_plugin_elements_test.ckeditor5.yml |
ckeditor5_plugin_elements_test.info.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_test/ckeditor5_plugin_elements_test.info.yml |
CodeBlock::getDynamicPluginConfig | function | core/ |
Allows a plugin to modify its static configuration. |
ComponentPluginManager | class | core/ |
Defines a plugin manager to deal with components. |
ComponentPluginManager.php | file | core/ |
|
ComponentPluginManager::$defaults | property | core/ |
A set of defaults to be referenced by $this->processDefinition(). |
ComponentPluginManager::alterDefinition | function | core/ |
Alters the plugin definition with computed properties. |
ComponentPluginManager::alterDefinitions | function | core/ |
Invokes the hook to alter the definitions if the alter hook is set. |
ComponentPluginManager::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
ComponentPluginManager::createInstance | function | core/ |
Creates an instance. |
ComponentPluginManager::find | function | core/ |
Gets a component for rendering. |
ComponentPluginManager::findAsset | function | core/ |
Finds assets related to the provided metadata file. |
ComponentPluginManager::getAllComponents | function | core/ |
Gets all components. |
ComponentPluginManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
ComponentPluginManager::getScanDirectories | function | core/ |
Get the list of directories to scan. |
ComponentPluginManager::isValidDefinition | function | core/ |
Validates the metadata info. |
ComponentPluginManager::libraryFromDefinition | function | core/ |
Creates the library declaration array from a component definition. |
ComponentPluginManager::makePathRelativeToLibraryRoot | function | core/ |
Takes a path and makes it relative to the library provider. |
ComponentPluginManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
ComponentPluginManager::processDefinitionCategory | function | core/ |
Processes a plugin definition to ensure there is a category. |
ComponentPluginManager::providerExists | function | core/ |
Determines if the provider of a definition exists. |
ComponentPluginManager::shouldEnforceSchemas | function | core/ |
Assess whether schemas are mandatory for props. |
ComponentPluginManager::translateLibraryPaths | function | core/ |
Changes the library paths, so they can be used by the library system. |
ComponentPluginManager::__construct | function | core/ |
Constructs ComponentPluginManager object. |
ComponentPluginManagerCachedDiscoveryTest | class | core/ |
Tests discovery of components in a theme being installed or uninstalled. |
ComponentPluginManagerCachedDiscoveryTest.php | file | core/ |
|
ComponentPluginManagerCachedDiscoveryTest::$themes | property | core/ |
Themes to install. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.