You are here

public function Variable::getBusinessRuleItemTranslatedType in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/Entity/Variable.php \Drupal\business_rules\Entity\Variable::getBusinessRuleItemTranslatedType()

Get the Item type translated. Action|Condition.

Return value

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

Overrides ItemInterface::getBusinessRuleItemTranslatedType

File

src/Entity/Variable.php, line 68

Class

Variable
Defines the Variable entity.

Namespace

Drupal\business_rules\Entity

Code

public function getBusinessRuleItemTranslatedType() {
  return t('Variable');
}