public function PluginOperationsProviderDefinitionInterface::getOperationsProviderClass in Plugin 8.2
Gets the operations provider class.
Return value
string|null The fully qualified name of a class that implements \Drupal\plugin\PluginOperationsProviderInterface or null.
1 method overrides PluginOperationsProviderDefinitionInterface::getOperationsProviderClass()
- ArrayPluginDefinitionDecorator::getOperationsProviderClass in src/
PluginDefinition/ ArrayPluginDefinitionDecorator.php - Gets the operations provider class.
File
- src/
PluginDefinition/ PluginOperationsProviderDefinitionInterface.php, line 32
Class
- PluginOperationsProviderDefinitionInterface
- Defines a plugin definition that includes an operations provider.
Namespace
Drupal\plugin\PluginDefinitionCode
public function getOperationsProviderClass();