function ActionConfigEntityInterface::getType
Same name in other branches
- 9 core/modules/system/src/ActionConfigEntityInterface.php \Drupal\system\ActionConfigEntityInterface::getType()
- 8.9.x core/modules/system/src/ActionConfigEntityInterface.php \Drupal\system\ActionConfigEntityInterface::getType()
- 10 core/modules/system/src/ActionConfigEntityInterface.php \Drupal\system\ActionConfigEntityInterface::getType()
Returns the operation type.
The operation type can be NULL if no type is specified.
Return value
string|null The operation type, or NULL if no type is specified.
1 method overrides ActionConfigEntityInterface::getType()
- Action::getType in core/
modules/ system/ src/ Entity/ Action.php - Returns the operation type.
File
-
core/
modules/ system/ src/ ActionConfigEntityInterface.php, line 28
Class
- ActionConfigEntityInterface
- Provides an interface defining an action entity.
Namespace
Drupal\systemCode
public function getType();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.