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

Breadcrumb

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

function Plugin::setProvider

Overrides AnnotationInterface::setProvider

File

core/lib/Drupal/Component/Annotation/Plugin.php, line 87

Class

Plugin
Defines a Plugin annotation object.

Namespace

Drupal\Component\Annotation

Code

public function setProvider($provider) {
    $this->definition['provider'] = $provider;
}
RSS feed
Powered by Drupal