You are here

public function RulesUiDefinition::id in Rules 8.3

Gets the unique identifier of the plugin.

Return value

string The unique identifier of the plugin.

Overrides PluginDefinitionInterface::id

File

src/Ui/RulesUiDefinition.php, line 114

Class

RulesUiDefinition
Class for rules_ui plugin definitions.

Namespace

Drupal\rules\Ui

Code

public function id() {
  return $this->id;
}