function PluginDefinition::getProvider

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php \Drupal\Component\Plugin\Definition\PluginDefinition::getProvider()

File

core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php, line 57

Class

PluginDefinition
Provides object-based plugin definitions.

Namespace

Drupal\Component\Plugin\Definition

Code

public function getProvider() {
  return $this->provider;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.