function CKEditorTest::getDefaultInternalConfig
Same name in other branches
- 9 core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php \Drupal\Tests\ckeditor\Kernel\CKEditorTest::getDefaultInternalConfig()
2 calls to CKEditorTest::getDefaultInternalConfig()
- CKEditorTest::testGetJSSettings in core/
modules/ ckeditor/ tests/ src/ Kernel/ CKEditorTest.php - Tests CKEditor::getJSSettings().
- CKEditorTest::testInternalGetConfig in core/
modules/ ckeditor/ tests/ src/ Kernel/ CKEditorTest.php - Tests Internal::getConfig().
File
-
core/
modules/ ckeditor/ tests/ src/ Kernel/ CKEditorTest.php, line 442
Class
- CKEditorTest
- Tests for the 'CKEditor' text editor plugin.
Namespace
Drupal\Tests\ckeditor\KernelCode
protected function getDefaultInternalConfig() {
return [
'customConfig' => '',
'pasteFromWordPromptCleanup' => TRUE,
'resize_dir' => 'vertical',
'justifyClasses' => [
'text-align-left',
'text-align-center',
'text-align-right',
'text-align-justify',
],
'entities' => FALSE,
'disableNativeSpellChecker' => FALSE,
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.