public function Action::getType

Implements \Drupal\Core\TypedData\TypedDataInterface::getType().

Overrides Entity::getType

File

drupal/core/modules/system/lib/Drupal/system/Plugin/Core/Entity/Action.php, line 134
Contains \Drupal\system\Plugin\Core\Entity\Action.

Class

Action
Defines the configured action entity.

Namespace

Drupal\system\Plugin\Core\Entity

Code

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