You are here

public function RuleComponentInterface::setPluginId in RNG - Events and Registrations 3.x

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

Sets the plugin ID.

Parameters

string $plugin_id: The plugin ID.

Return value

\Drupal\rng\Entity\RuleComponentInterface Return this object for chaining.

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

File

src/Entity/RuleComponentInterface.php, line 64

Class

RuleComponentInterface
Provides an interface for rule component entities.

Namespace

Drupal\rng\Entity

Code

public function setPluginId($plugin_id);