You are here

public function ActionConfigEntityInterface::getType in Zircon Profile 8

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

Returns the operation type.

Return value

string

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 29
Contains \Drupal\system\ActionConfigEntityInterface.

Class

ActionConfigEntityInterface
Provides an interface defining a action entity.

Namespace

Drupal\system

Code

public function getType();