function EnabledConfigurablePluginsConstraint::__construct

Attributes

#[HasNamedArguments]

File

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

Class

EnabledConfigurablePluginsConstraint
The CKEditor 5 plugin settings.

Namespace

Drupal\ckeditor5\Plugin\Validation\Constraint

Code

public function __construct(mixed $options = NULL, public $message = 'Configuration for the enabled plugin "%plugin_label" (%plugin_id) is missing.', ?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.