Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PluginDefinitionInterface.php

function PluginDefinitionInterface::getProvider

Gets the plugin provider.

The provider is the name of the module that provides the plugin, or "core', or "component".

Return value

string The provider.

1 method overrides PluginDefinitionInterface::getProvider()
PluginDefinition::getProvider in core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php
Gets the plugin provider.

File

core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php, line 52

Class

PluginDefinitionInterface
Defines a plugin definition.

Namespace

Drupal\Component\Plugin\Definition

Code

public function getProvider();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal