function RulesUiHandlerInterface::getComponentLabel
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\UiCode
public function getComponentLabel();