You are here

public function RulesUiHandlerInterface::getComponentLabel in Rules 8.3

Gets the human-readable label of the component.

The human-readable label used when referring to the whole component. This can be a fixed string, or the label of a config entity.

Return value

string The label.

1 method overrides RulesUiHandlerInterface::getComponentLabel()
RulesUiConfigHandler::getComponentLabel in src/Ui/RulesUiConfigHandler.php
Gets the human-readable label of the component.

File

src/Ui/RulesUiHandlerInterface.php, line 34

Class

RulesUiHandlerInterface
Interface for Rules UI handlers.

Namespace

Drupal\rules\Ui

Code

public function getComponentLabel();