Search for plugin
- Search 7.x for plugin
- Search 8.9.x for plugin
- Search 10.3.x for plugin
- Search 11.x for plugin
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
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 |
---|---|---|---|
CKEditorPluginBase::getModuleList | function | core/ |
Gets the module list service. |
CKEditorPluginBase::getModulePath | function | core/ |
Gets the Drupal-root relative installation directory of a module. |
CKEditorPluginBase::isInternal | function | core/ |
Indicates if this plugin is part of the optimized CKEditor build. |
CKEditorPluginButtonsInterface | interface | core/ |
Defines an interface for CKEditor plugins with buttons. |
CKEditorPluginButtonsInterface.php | file | core/ |
|
CKEditorPluginButtonsInterface::getButtons | function | core/ |
Returns the buttons that this plugin provides, along with metadata. |
CKEditorPluginConfigurableInterface | interface | core/ |
Defines an interface for configurable CKEditor plugins. |
CKEditorPluginConfigurableInterface.php | file | core/ |
|
CKEditorPluginConfigurableInterface::settingsForm | function | core/ |
Returns a settings form to configure this CKEditor plugin. |
CKEditorPluginContextualInterface | interface | core/ |
Defines an interface for contextually enabled CKEditor plugins. |
CKEditorPluginContextualInterface.php | file | core/ |
|
CKEditorPluginContextualInterface::isEnabled | function | core/ |
Checks if this plugin should be enabled based on the editor configuration. |
CKEditorPluginCssInterface | interface | core/ |
Defines an interface for CKEditor plugins with associated CSS. |
CKEditorPluginCssInterface.php | file | core/ |
|
CKEditorPluginCssInterface::getCssFiles | function | core/ |
Retrieves enabled plugins' iframe instance CSS files. |
CKEditorPluginInterface | interface | core/ |
Defines an interface for (loading of) CKEditor plugins. |
CKEditorPluginInterface.php | file | core/ |
|
CKEditorPluginInterface::getConfig | function | core/ |
Returns the additions to CKEDITOR.config for a specific CKEditor instance. |
CKEditorPluginInterface::getDependencies | function | core/ |
Returns a list of plugins this plugin requires. |
CKEditorPluginInterface::getFile | function | core/ |
Returns the Drupal root-relative file path to the plugin JavaScript file. |
CKEditorPluginInterface::getLibraries | function | core/ |
Returns a list of libraries this plugin requires. |
CKEditorPluginInterface::isInternal | function | core/ |
Indicates if this plugin is part of the optimized CKEditor build. |
CKEditorPluginManager | class | core/ |
Provides a CKEditor Plugin plugin manager. |
CKEditorPluginManager.php | file | core/ |
|
CKEditorPluginManager::getButtons | function | core/ |
Retrieves all available CKEditor buttons, keyed by plugin ID. |
CKEditorPluginManager::getCssFiles | function | core/ |
Retrieves enabled plugins' iframe instance CSS files, keyed by plugin ID. |
CKEditorPluginManager::getEnabledButtons | function | core/ |
Gets the enabled toolbar buttons in the given text editor instance. |
CKEditorPluginManager::getEnabledPluginFiles | function | core/ |
Retrieves enabled plugins' files, keyed by plugin ID. |
CKEditorPluginManager::injectPluginSettingsForm | function | core/ |
Injects the CKEditor plugins settings forms as a vertical tabs subform. |
CKEditorPluginManager::__construct | function | core/ |
Constructs a CKEditorPluginManager object. |
CKEditorPluginManagerTest | class | core/ |
@coversDefaultClass \Drupal\ckeditor\CKEditorPluginManager |
CKEditorPluginManagerTest | class | core/ |
Tests different ways of enabling CKEditor plugins. |
CKEditorPluginManagerTest.php | file | core/ |
|
CKEditorPluginManagerTest.php | file | core/ |
|
CKEditorPluginManagerTest::$manager | property | core/ |
The manager for "CKEditor plugin" plugins. |
CKEditorPluginManagerTest::$modules | property | core/ |
Modules to enable. |
CKEditorPluginManagerTest::providerGetEnabledButtons | function | core/ |
Provides a list of configs to test. |
CKEditorPluginManagerTest::setUp | function | core/ |
|
CKEditorPluginManagerTest::testCssFiles | function | core/ |
Tests the iframe instance CSS files of plugins. |
CKEditorPluginManagerTest::testEnabledPlugins | function | core/ |
Tests the enabling of plugins. |
CKEditorPluginManagerTest::testGetEnabledButtons | function | core/ |
@covers ::getEnabledButtons @dataProvider providerGetEnabledButtons |
CKEditorUpdateOmitDisabledPluginSettings | class | core/ |
Tests the update path for CKEditor plugin settings for disabled plugins. |
CKEditorUpdateOmitDisabledPluginSettings.php | file | core/ |
|
CKEditorUpdateOmitDisabledPluginSettings::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
CKEditorUpdateOmitDisabledPluginSettings::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
CKEditorUpdateOmitDisabledPluginSettings::testUpdateUpdateOmitDisabledSettingsEntitySave | function | core/ |
Ensure settings for disabled CKEditor 4 plugins are omitted on entity save. |
CKEditorUpdateOmitDisabledPluginSettings::testUpdateUpdateOmitDisabledSettingsPostUpdate | function | core/ |
Ensure settings for disabled CKEditor 4 plugins are omitted on post update. |
ckeditor_post_update_omit_settings_for_disabled_plugins | function | core/ |
Updates Text Editors using CKEditor 4 to omit settings for disabled plugins. |
ConditionPluginBase | class | core/ |
Provides a basis for fulfilling contexts for condition plugins. |
ConditionPluginBase.php | file | core/ |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.