You are here

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

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

Get the item type.

Return value

string The item type

1 method overrides ItemInterface::getType()
BusinessRulesItemBase::getType in src/Entity/BusinessRulesItemBase.php
Get the item type.

File

src/ItemInterface.php, line 108

Class

ItemInterface
Class BusinessRuleItemInterface.

Namespace

Drupal\business_rules

Code

public function getType();