function Action::setPlugin

File

core/modules/system/src/Entity/Action.php, line 136

Class

Action
Defines the configured action entity.

Namespace

Drupal\system\Entity

Code

public function setPlugin($plugin_id) {
  $this->plugin = $plugin_id;
  $this->getPluginCollection()
    ->addInstanceId($plugin_id);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.