You are here

public function Action::getType in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::getType()

Returns the operation type.

Return value

string

Overrides ActionConfigEntityInterface::getType

File

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

Class

Action
Defines the configured action entity.

Namespace

Drupal\system\Entity

Code

public function getType() {
  return $this->type;
}