You are here

protected property AddStyleSheetCommand::$styleSheets in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/ckeditor/src/Ajax/AddStyleSheetCommand.php \Drupal\ckeditor\Ajax\AddStyleSheetCommand::styleSheets

The style sheet URLs to add to the CKEditor instance.

Type: string[]

File

core/modules/ckeditor/src/Ajax/AddStyleSheetCommand.php, line 24

Class

AddStyleSheetCommand
AJAX command to add style sheets to a CKEditor instance.

Namespace

Drupal\ckeditor\Ajax

Code

protected $styleSheets = [];