Search for all
| 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[[api-linebreak]] |
| 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[[api-linebreak]] @dataProvider providerGetEnabledButtons |
| CKEditorStylesComboAdminTest | class | core/ |
Tests administration of the CKEditor StylesCombo plugin. |
| CKEditorStylesComboAdminTest.php | file | core/ |
|
| CKEditorStylesComboAdminTest::$adminUser | property | core/ |
A user with the 'administer filters' permission. |
| CKEditorStylesComboAdminTest::$defaultSettings | property | core/ |
The default editor settings. |
| CKEditorStylesComboAdminTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CKEditorStylesComboAdminTest::$format | property | core/ |
A random generated format machine name. |
| CKEditorStylesComboAdminTest::$modules | property | core/ |
Modules to enable. |
| CKEditorStylesComboAdminTest::setUp | function | core/ |
|
| CKEditorStylesComboAdminTest::testExistingFormat | function | core/ |
Tests StylesCombo settings for an existing text format. |
Pagination
- Previous page
- Page 167
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.