public function ActionConfigEntityInterface::isConfigurable

Returns whether or not this action is configurable.

Return value

bool

1 method overrides ActionConfigEntityInterface::isConfigurable()
Action::isConfigurable in drupal/core/modules/system/lib/Drupal/system/Plugin/Core/Entity/Action.php
Returns whether or not this action is configurable.

File

drupal/core/modules/system/lib/Drupal/system/ActionConfigEntityInterface.php, line 22
Contains \Drupal\system\ActionConfigEntityInterface.

Class

ActionConfigEntityInterface
Provides an interface defining a action entity.

Namespace

Drupal\system

Code

public function isConfigurable();