You are here

public function PluginTypeOperationsProviderInterface::getOperations in Plugin 8.2

Gets plugin operations.

Parameters

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

Return value

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

1 method overrides PluginTypeOperationsProviderInterface::getOperations()
DefaultPluginTypeOperationsProvider::getOperations in src/PluginType/DefaultPluginTypeOperationsProvider.php
Gets plugin operations.

File

src/PluginType/PluginTypeOperationsProviderInterface.php, line 24

Class

PluginTypeOperationsProviderInterface
Defines a plugin type operations provider.

Namespace

Drupal\plugin\PluginType

Code

public function getOperations($plugin_type_id);