protected function CKEditorTest::getDefaultContentsCssConfig in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/ckeditor/src/Tests/CKEditorTest.php \Drupal\ckeditor\Tests\CKEditorTest::getDefaultContentsCssConfig()
2 calls to CKEditorTest::getDefaultContentsCssConfig()
- CKEditorTest::testBuildContentsCssJSSetting in core/
modules/ ckeditor/ src/ Tests/ CKEditorTest.php - Tests CKEditor::buildContentsCssJSSetting().
- CKEditorTest::testGetJSSettings in core/
modules/ ckeditor/ src/ Tests/ CKEditorTest.php - Tests CKEditor::getJSSettings().
File
- core/
modules/ ckeditor/ src/ Tests/ CKEditorTest.php, line 479 - Contains \Drupal\ckeditor\Tests\CKEditorTest.
Class
- CKEditorTest
- Tests for the 'CKEditor' text editor plugin.
Namespace
Drupal\ckeditor\TestsCode
protected function getDefaultContentsCssConfig() {
return array(
file_create_url('core/modules/ckeditor/css/ckeditor-iframe.css'),
file_create_url('core/modules/system/css/components/align.module.css'),
);
}