function Action::isConfigurable

Same name and namespace in other branches
  1. 9 core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::isConfigurable()
  2. 8.9.x core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::isConfigurable()
  3. 10 core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::isConfigurable()

Overrides ActionConfigEntityInterface::isConfigurable

File

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

Class

Action
Defines the configured action entity.

Namespace

Drupal\system\Entity

Code

public function isConfigurable() {
    return $this->getPlugin() instanceof ConfigurableInterface;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.