public function Action::getBusinessRuleItemTranslatedType in Business Rules 2.x
Same name and namespace in other branches
- 8 src/Entity/Action.php \Drupal\business_rules\Entity\Action::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/ Action.php, line 90
Class
- Action
- Defines the Action entity.
Namespace
Drupal\business_rules\EntityCode
public function getBusinessRuleItemTranslatedType() {
return t('Action');
}