class PluginHelper (View source)

A helper class to determine if a plugin is configurable.

Deprecate this class. https://www.drupal.org/node/3105685

Methods

static bool
isConfigurable(mixed $plugin)

Determines if a plugin is configurable.

Details

static bool isConfigurable(mixed $plugin)

Determines if a plugin is configurable.

Parameters

mixed $plugin

The plugin to check.

Return Value

bool

A boolean indicating whether the plugin is configurable.