Search for %s
- Search 7.x for %s
- Search 8.9.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 |
|---|---|---|---|
| ckeditor5_drupalelementstyle_test.module | file | core/ |
|
| ckeditor5_drupalelementstyle_test_ckeditor5_plugin_info_alter | function | core/ |
Implements hook_ckeditor4to5upgrade_plugin_info_alter(). |
| ckeditor5_filter_format_edit_form_submit | function | core/ |
Form submission handler for filter format forms. |
| ckeditor5_incompatible_filter_test.info.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_incompatible_filter_test/ckeditor5_incompatible_filter_test.info.yml |
| ckeditor5_js_alter | function | core/ |
Implements hook_js_alter(). |
| ckeditor5_manual_decorator_test.ckeditor5.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_manual_decorator_test/ckeditor5_manual_decorator_test.ckeditor5.yml |
| ckeditor5_manual_decorator_test.info.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_manual_decorator_test/ckeditor5_manual_decorator_test.info.yml |
| ckeditor5_module_implements_alter | function | core/ |
Implements hook_module_implements_alter(). |
| ckeditor5_plugin_conditions_test.ckeditor5.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_conditions_test/ckeditor5_plugin_conditions_test.ckeditor5.yml |
| ckeditor5_plugin_conditions_test.info.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_conditions_test/ckeditor5_plugin_conditions_test.info.yml |
| ckeditor5_plugin_elements_subset.ckeditor5.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/ckeditor5_plugin_elements_subset.ckeditor5.yml |
| ckeditor5_plugin_elements_subset.info.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/ckeditor5_plugin_elements_subset.info.yml |
| ckeditor5_plugin_elements_subset.schema.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_subset/config/schema/ckeditor5_plugin_elements_subset.schema.yml |
| ckeditor5_plugin_elements_test.ckeditor5.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_test/ckeditor5_plugin_elements_test.ckeditor5.yml |
| ckeditor5_plugin_elements_test.info.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_plugin_elements_test/ckeditor5_plugin_elements_test.info.yml |
| ckeditor5_post_update_alignment_buttons | function | core/ |
Updates text formats that has alignment shown as individual buttons. |
| ckeditor5_post_update_image_toolbar_item | function | core/ |
The image toolbar item changed from `uploadImage` to `drupalInsertImage`. |
| ckeditor5_test.ckeditor5.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.ckeditor5.yml |
| ckeditor5_test.info.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.info.yml |
| ckeditor5_test.libraries.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.libraries.yml |
| ckeditor5_test.routing.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor5_test/ckeditor5_test.routing.yml |
| ckeditor5_validation_constraint_alter | function | core/ |
Implements hook_validation_constraint_alter(). |
| CKEditor::$moduleList | property | core/ |
The module list service. |
| CKEditor::$state | property | core/ |
The state key/value store. |
| CKEditor::buildContentsCssJSSetting | function | core/ |
Builds the "contentsCss" configuration part of the CKEditor JS settings. |
| CKEditor::buildToolbarJSSetting | function | core/ |
Builds the "toolbar" configuration part of the CKEditor JS settings. |
| CKEditor::getDefaultSettings | function | core/ |
Returns the default settings for this configurable text editor. |
| CKEditor::getJSSettings | function | core/ |
Returns JavaScript settings to be attached. |
| CKEditor::getLangcodes | function | core/ |
Returns a list of language codes supported by CKEditor. |
| CKEditor::getLibraries | function | core/ |
Returns libraries to be attached. |
| CKEditor::submitConfigurationForm | function | core/ |
Form submission handler. |
| CKEditor::__construct | function | core/ |
Constructs a \Drupal\ckeditor\Plugin\Editor\CKEditor object. |
| CKEditorAdminSortTrait | trait | core/ |
Provides callback for simulated CKEditor toolbar configuration change. |
| CKEditorAdminSortTrait.php | file | core/ |
|
| CKEditorAdminSortTrait::sortableUpdate | function | core/ |
Define to provide any necessary callback following layout change. |
| CKEditorAdminTest | class | core/ |
Tests administration of CKEditor. |
| CKEditorAdminTest.php | file | core/ |
|
| CKEditorAdminTest::$adminUser | property | core/ |
A user with the 'administer filters' permission. |
| CKEditorAdminTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CKEditorAdminTest::$modules | property | core/ |
Modules to enable. |
| CKEditorAdminTest::setUp | function | core/ |
|
| CKEditorAdminTest::testExistingFormat | function | core/ |
Tests configuring a text editor for an existing text format. |
| CKEditorAdminTest::testNewFormat | function | core/ |
Tests configuring a text editor for a new text format. |
| CKEditorIntegrationTest | class | core/ |
Tests the integration of CKEditor. |
| CKEditorIntegrationTest.php | file | core/ |
|
| CKEditorIntegrationTest::$account | property | core/ |
The account. |
| CKEditorIntegrationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CKEditorIntegrationTest::$filterFormat | property | core/ |
The FilterFormat config entity used for testing. |
| CKEditorIntegrationTest::$modules | property | core/ |
Modules to enable. |
| CKEditorIntegrationTest::setUp | function | core/ |
The theme to install as the default for testing. |
Pagination
- Previous page
- Page 134
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.