You are here

public function BusinessRulesItemPluginInterface::getGroup in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/Plugin/BusinessRulesItemPluginInterface.php \Drupal\business_rules\Plugin\BusinessRulesItemPluginInterface::getGroup()

Provide the group of the item.

Return value

string The item group name

1 method overrides BusinessRulesItemPluginInterface::getGroup()
BusinessRulesItemPluginBase::getGroup in src/Plugin/BusinessRulesItemPluginBase.php
Provide the group of the item.

File

src/Plugin/BusinessRulesItemPluginInterface.php, line 57

Class

BusinessRulesItemPluginInterface
Interface BusinessRulesItemInterface.

Namespace

Drupal\business_rules\Plugin

Code

public function getGroup();