function CKEditor5MediaAndFilterSettingsInSyncConstraint::__construct

Same name and namespace in other branches
  1. main core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\CKEditor5MediaAndFilterSettingsInSyncConstraint::__construct()

Attributes

#[HasNamedArguments]

File

core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraint.php, line 23

Class

CKEditor5MediaAndFilterSettingsInSyncConstraint
Ensure CKEditor 5 media plugin's and media filter's settings are in sync.

Namespace

Drupal\ckeditor5\Plugin\Validation\Constraint

Code

public function __construct(mixed $options = NULL, public $message = 'The CKEditor 5 "%cke5_media_plugin_label" plugin\'s "%cke5_allow_view_mode_override_label" setting should be in sync with the "%filter_media_plugin_label" filter\'s "%filter_media_allowed_view_modes_label" setting: when checked, two or more view modes must be allowed by the filter.', ?array $groups = NULL, mixed $payload = NULL) {
  parent::__construct($options, $groups, $payload);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.