Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CKEditorPluginBase.php | file | core/ |
|
| CKEditorPluginBase::getDependencies | function | core/ |
Returns a list of plugins this plugin requires. |
| CKEditorPluginBase::getLibraries | function | core/ |
Returns a list of libraries this plugin requires. |
| 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::settingsForm | function | core/ |
Returns a settings form to configure this CKEditor plugin. |
| 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::getDependencies | function | core/ |
Returns a list of plugins this plugin requires. |
| 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::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::$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. |
| CKEditorStylesComboTranslationTest | class | core/ |
Tests administration of the CKEditor StylesCombo plugin. |
| CKEditorStylesComboTranslationTest.php | file | core/ |
|
| CKEditorStylesComboTranslationTest::$adminUser | property | core/ |
A user with the 'administer filters' permission. |
| CKEditorStylesComboTranslationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CKEditorStylesComboTranslationTest::$format | property | core/ |
A randomly generated format machine name. |
| CKEditorStylesComboTranslationTest::$modules | property | core/ |
{inheritdoc} |
| CKEditorStylesComboTranslationTest::setUp | function | core/ |
|
| CKEditorStylesComboTranslationTest::testExistingFormat | function | core/ |
Tests translations of CKEditor styles configuration. |
| CKEditorTest | class | core/ |
Tests for the 'CKEditor' text editor plugin. |
| CKEditorTest.php | file | core/ |
Pagination
- Previous page
- Page 130
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.