You are here

public function CKEditor5PluginDefinition::hasCKEditor5Plugins in Drupal 10

Whether this plugin loads CKEditor 5 plugin classes.

Return value

bool

See also

\Drupal\ckeditor5\Annotation\CKEditor5AspectsOfCKEditor5Plugin::$plugins

File

core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php, line 528

Class

CKEditor5PluginDefinition
Provides an implementation of a CKEditor 5 plugin definition.

Namespace

Drupal\ckeditor5\Plugin

Code

public function hasCKEditor5Plugins() : bool {
  return $this
    ->getCKEditor5Plugins() !== [];
}