public function PluginTypeInterface::getOperationsProvider in Plugin 8.2
Gets the operations provider.
Return value
\Drupal\plugin\PluginType\PluginTypeOperationsProviderInterface
1 method overrides PluginTypeInterface::getOperationsProvider()
- PluginType::getOperationsProvider in src/
PluginType/ PluginType.php - Gets the operations provider.
File
- src/
PluginType/ PluginTypeInterface.php, line 86
Class
- PluginTypeInterface
- Defines a plugin type.
Namespace
Drupal\plugin\PluginTypeCode
public function getOperationsProvider();