public Action::getType()
Returns the operation type.
Return value
string
Overrides ActionConfigEntityInterface::getType
File
- core/modules/system/src/Entity/Action.php, line 135
Class
- Action
- Defines the configured action entity.
Namespace
Drupal\system\Entity
Code
1 2 3 | public function getType () { return $this ->type; } |
Please login to continue.