You are here

public function PluginOperationsProviderProviderInterface::getOperationsProvider in Plugin 8.2

Gets the plugin's operations provider.

Parameters

string $plugin_id:

Return value

\Drupal\plugin\PluginOperationsProviderInterface|null The operations provider or NULL if none is available.

Throws

\Drupal\Component\Plugin\Exception\PluginNotFoundException

File

src/PluginOperationsProviderProviderInterface.php, line 20

Class

PluginOperationsProviderProviderInterface
Defines a class that can get operations providers for plugins.

Namespace

Drupal\plugin

Code

public function getOperationsProvider($plugin_id);