protected function CKEditorTest::getDefaultContentsCssConfig in Drupal 8
Same name and namespace in other branches
- 9 core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php \Drupal\Tests\ckeditor\Kernel\CKEditorTest::getDefaultContentsCssConfig()
- 10 core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php \Drupal\Tests\ckeditor\Kernel\CKEditorTest::getDefaultContentsCssConfig()
2 calls to CKEditorTest::getDefaultContentsCssConfig()
- CKEditorTest::testBuildContentsCssJSSetting in core/
modules/ ckeditor/ tests/ src/ Kernel/ CKEditorTest.php - Tests CKEditor::buildContentsCssJSSetting().
- CKEditorTest::testGetJSSettings in core/
modules/ ckeditor/ tests/ src/ Kernel/ CKEditorTest.php - Tests CKEditor::getJSSettings().
File
- core/
modules/ ckeditor/ tests/ src/ Kernel/ CKEditorTest.php, line 500
Class
- CKEditorTest
- Tests for the 'CKEditor' text editor plugin.
Namespace
Drupal\Tests\ckeditor\KernelCode
protected function getDefaultContentsCssConfig() {
$query_string = '?0=';
return [
file_url_transform_relative(file_create_url('core/modules/ckeditor/css/ckeditor-iframe.css')) . $query_string,
file_url_transform_relative(file_create_url('core/modules/system/css/components/align.module.css')) . $query_string,
];
}