public ActionConfigEntityInterface::isConfigurable()
Returns whether or not this action is configurable.
Return value
bool
File
- core/modules/system/src/ActionConfigEntityInterface.php, line 17
Class
- ActionConfigEntityInterface
- Provides an interface defining a action entity.
Namespace
Drupal\system
Code
public function isConfigurable();
Please login to continue.