You are here

public function PluginType::getOperationsProvider in Plugin 8.2

Gets the operations provider.

Return value

\Drupal\plugin\PluginType\PluginTypeOperationsProviderInterface

Overrides PluginTypeInterface::getOperationsProvider

File

src/PluginType/PluginType.php, line 228

Class

PluginType
Provides a plugin type.

Namespace

Drupal\plugin\PluginType

Code

public function getOperationsProvider() {
  return $this->operationsProvider;
}