Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| CKEditorIntegrationTest::testPreviewUsesDefaultThemeAndIsClientCacheable | function | core/ |
The CKEditor Widget must load a preview generated using the default theme. |
| CKEditorIntegrationTest::testTranslationAlt | function | core/ |
Test that dialog loads appropriate translation's alt text. |
| CKEditorIntegrationTest::testViewMode | function | core/ |
Tests the EditorMediaDialog can set the data-view-mode attribute. |
| CKEditorIntegrationTest::waitForMetadataDialog | function | core/ |
Waits for the form that allows editing metadata. |
| CKEditorLoadingTest | class | core/ |
Tests loading of CKEditor. |
| CKEditorLoadingTest.php | file | core/ |
|
| CKEditorLoadingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CKEditorLoadingTest::$modules | property | core/ |
Modules to enable. |
| CKEditorLoadingTest::$normalUser | property | core/ |
A normal user with access to the 'plain_text' and 'filtered_html' formats. |
| CKEditorLoadingTest::$untrustedUser | property | core/ |
An untrusted user with access to only the 'plain_text' format. |
| CKEditorLoadingTest::getThingsToCheck | function | core/ |
|
| CKEditorLoadingTest::setUp | function | core/ |
|
| CKEditorLoadingTest::testExternalStylesheets | function | core/ |
Tests loading of theme's CKEditor stylesheets defined in the .info file. |
| 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::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 | 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. |
Pagination
- Previous page
- Page 159
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.