You are here

public property RulesUiDefinition::$component_label in Rules 8.3

The label used for referring to the component (optional).

If omitted, a handler-specific fallback logic is applied. For example, the RulesUiConfigHandler assumes a config entity and uses its label() method.

Type: string|null

File

src/Ui/RulesUiDefinition.php, line 100

Class

RulesUiDefinition
Class for rules_ui plugin definitions.

Namespace

Drupal\rules\Ui

Code

public $component_label;