public function RuleComponentInterface::setPluginId in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 3.x 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\EntityCode
public function setPluginId($plugin_id);