function 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 135
Class
- Action
- Defines the configured action entity.
Namespace
Drupal\system\EntityCode
public function isConfigurable() {
return PluginHelper::isConfigurable($this->getPlugin());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.