function Action::getType

Returns the operation type.

Return value

string

Overrides ActionConfigEntityInterface::getType

File

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

Class

Action
Defines the configured action entity.

Namespace

Drupal\system\Entity

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.