function Action::getPluginCollections

Same name and namespace in other branches
  1. 8.9.x core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::getPluginCollections()
  2. 10 core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::getPluginCollections()
  3. 11.x core/modules/system/src/Entity/Action.php \Drupal\system\Entity\Action::getPluginCollections()

File

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

Class

Action
Defines the configured action entity.

Namespace

Drupal\system\Entity

Code

public function getPluginCollections() {
    return [
        'configuration' => $this->getPluginCollection(),
    ];
}

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