public function RuleComponentInterface::setPluginId in RNG - Events and Registrations 8
Sets the plugin ID.
Parameters
string $plugin_id: The plugin ID.
Return value
\Drupal\rng\RuleComponentInterface Return this object for chaining.
1 method overrides RuleComponentInterface::setPluginId()
- RuleComponent::setPluginId in src/
Entity/ RuleComponent.php - Sets the plugin ID.
File
- src/
RuleComponentInterface.php, line 64
Class
- RuleComponentInterface
- Provides an interface for rule component entities.
Namespace
Drupal\rngCode
public function setPluginId($plugin_id);