You are here

public function PluginOperationsProviderInterface::getOperations in Plugin 8.2

Gets plugin operations.

Parameters

string $plugin_id: The ID of the plugin the operations are for.

Return value

array[] An array with the same structure as \Drupal\Core\Entity\EntityListBuilderInterface::getOperations()' return value.

File

src/PluginOperationsProviderInterface.php, line 26

Class

PluginOperationsProviderInterface
Defines a plugin operations provider.

Namespace

Drupal\plugin

Code

public function getOperations($plugin_id);