ActionExpression::getLabel |
function |
src/Plugin/RulesExpression/ActionExpression.php |
The label of this expression element that can be shown in the UI. |
ConditionExpression::getLabel |
function |
src/Plugin/RulesExpression/ConditionExpression.php |
The label of this expression element that can be shown in the UI. |
ExecutablePluginTrait::getLabelValue |
function |
src/Core/ExecutablePluginTrait.php |
Get the translated label from the plugin definition. |
ExpressionBase::getLabel |
function |
src/Engine/ExpressionBase.php |
The label of this expression element that can be shown in the UI. |
ExpressionInterface::getLabel |
function |
src/Engine/ExpressionInterface.php |
The label of this expression element that can be shown in the UI. |
ReactionRuleConfig::$label |
property |
src/Entity/ReactionRuleConfig.php |
The label of the Reaction rule. |
ReactionRuleConfig::label |
function |
src/Entity/ReactionRuleConfig.php |
Overrides \Drupal\Core\Entity\Entity::label(). |
RulesAction::$label |
property |
src/Core/Annotation/RulesAction.php |
The human-readable name of the action plugin. |
RulesActionBaseTest::testSummaryParsingTheLabelAnnotation |
function |
tests/src/Unit/RulesActionBaseTest.php |
Tests that the summary is being parsed from the label annotation. |
RulesActionBaseTest::testTranslatedLabel |
function |
tests/src/Unit/RulesActionBaseTest.php |
Tests that a translation wrapper label is correctly parsed. |
RulesComponentConfig::$label |
property |
src/Entity/RulesComponentConfig.php |
The label of the Rules component. |
RulesComponentConfig::label |
function |
src/Entity/RulesComponentConfig.php |
Overrides \Drupal\Core\Entity\Entity::label(). |
RulesDataProcessor::$label |
property |
src/Annotation/RulesDataProcessor.php |
The human-readable name of the rules plugin. |
RulesExpression::$label |
property |
src/Annotation/RulesExpression.php |
The human-readable name of the rules plugin. |
RulesUiConfigHandler::getComponentLabel |
function |
src/Ui/RulesUiConfigHandler.php |
Gets the human-readable label of the component. |
RulesUiDefinition::$component_label |
property |
src/Ui/RulesUiDefinition.php |
The label used for referring to the component (optional). |
RulesUiDefinition::$component_type_label |
property |
src/Ui/RulesUiDefinition.php |
The label used for referring to the component type. |
RulesUiDefinition::$label |
property |
src/Ui/RulesUiDefinition.php |
The human-readable name of the plugin. |
RulesUiHandlerInterface::getComponentLabel |
function |
src/Ui/RulesUiHandlerInterface.php |
Gets the human-readable label of the component. |