You are here

public function ItemInterface::getBusinessRuleItemTranslatedType in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/ItemInterface.php \Drupal\business_rules\ItemInterface::getBusinessRuleItemTranslatedType()

Get the Item type translated. Action|Condition.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The translates item type label.

3 methods override ItemInterface::getBusinessRuleItemTranslatedType()
Action::getBusinessRuleItemTranslatedType in src/Entity/Action.php
Get the Item type translated. Action|Condition.
Condition::getBusinessRuleItemTranslatedType in src/Entity/Condition.php
Get the Item type translated. Action|Condition.
Variable::getBusinessRuleItemTranslatedType in src/Entity/Variable.php
Get the Item type translated. Action|Condition.

File

src/ItemInterface.php, line 41

Class

ItemInterface
Class BusinessRuleItemInterface.

Namespace

Drupal\business_rules

Code

public function getBusinessRuleItemTranslatedType();