You are here

public function RuleComponentInterface::getPluginId in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/RuleComponentInterface.php \Drupal\rng\Entity\RuleComponentInterface::getPluginId()

Gets the plugin ID.

Return value

string The plugin ID.

1 method overrides RuleComponentInterface::getPluginId()
RuleComponent::getPluginId in src/Entity/RuleComponent.php
Gets the plugin ID.

File

src/Entity/RuleComponentInterface.php, line 53

Class

RuleComponentInterface
Provides an interface for rule component entities.

Namespace

Drupal\rng\Entity

Code

public function getPluginId();