function RulesActionManagerInterface::createInstance

Return value

\Drupal\rules\Core\RulesActionInterface A fully configured plugin instance.

File

src/Core/RulesActionManagerInterface.php, line 24

Class

RulesActionManagerInterface
Interface the Rules Action plugin manager of the Rules actions API.

Namespace

Drupal\rules\Core

Code

public function createInstance($plugin_id, array $configuration = []);