Search for to
Title | Object type | File name | Summary |
---|---|---|---|
CKEditorLoadingTest::$untrustedUser | property | core/ |
An untrusted user with access to only the 'plain_text' format. |
CKEditorLoadingTest::getThingsToCheck | function | core/ |
|
CKEditorLoadingTest::setUp | function | core/ |
|
CKEditorLoadingTest::testLoading | function | core/ |
Tests loading of CKEditor CSS, JS and JS settings. |
CKEditorLoadingTest::testLoadingWithoutInternalButtons | function | core/ |
Tests presence of essential configuration even without Internal's buttons. |
CkeditorOffCanvasTestController | class | core/ |
Provides controller for testing CKEditor in off-canvas dialogs. |
CkeditorOffCanvasTestController.php | file | core/ |
|
CkeditorOffCanvasTestController::testOffCanvas | function | core/ |
Returns a link that can open a node add form in an off-canvas dialog. |
CKEditorPlugin | class | core/ |
Defines a CKEditorPlugin annotation object. |
CKEditorPlugin.php | file | core/ |
|
CKEditorPlugin::$id | property | core/ |
The plugin ID. |
CKEditorPlugin::$label | property | core/ |
The human-readable name of the CKEditor plugin. |
CKEditorPluginBase | class | core/ |
Defines a base CKEditor plugin implementation. |
CKEditorPluginBase.php | file | core/ |
|
CKEditorPluginBase::$moduleList | property | core/ |
The module list service. |
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::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/ |
Pagination
- Previous page
- Page 34
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.