trait PluginManagerDependentValidatorTrait (View source)

internal  
 

Common functionality for many CKEditor 5 validation constraints.

Properties

protected CKEditor5PluginManagerInterface $pluginManager

The CKEditor 5 plugin manager.

Methods

__construct(CKEditor5PluginManagerInterface $plugin_manager)

Constructs a CKEditor5ConstraintValidatorTrait object.

static 
create(ContainerInterface $container)

{@inheritdoc}

Details

__construct(CKEditor5PluginManagerInterface $plugin_manager)

Constructs a CKEditor5ConstraintValidatorTrait object.

Parameters

CKEditor5PluginManagerInterface $plugin_manager

The CKEditor 5 plugin manager.

static create(ContainerInterface $container)

{@inheritdoc}

Parameters

ContainerInterface $container