Action::isConfigurable

public Action::isConfigurable()

Returns whether or not this action is configurable.

Return value

bool

Overrides ActionConfigEntityInterface::isConfigurable

File

core/modules/system/src/Entity/Action.php, line 128

Class

Action
Defines the configured action entity.

Namespace

Drupal\system\Entity

Code

public function isConfigurable() {
  return $this->getPlugin() instanceof ConfigurablePluginInterface;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.