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

Breadcrumb

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

function MultipleProviderAnnotationInterface::setProviders

Sets the provider names of the annotated class.

Parameters

string[] $providers: The providers of the annotation.

1 method overrides MultipleProviderAnnotationInterface::setProviders()
MigrateSource::setProviders in core/modules/migrate/src/Annotation/MigrateSource.php
Sets the provider names of the annotated class.

File

core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php, line 39

Class

MultipleProviderAnnotationInterface
Defines a common interface for classed annotations with multiple providers.

Namespace

Drupal\migrate\Annotation

Code

public function setProviders(array $providers);

API Navigation

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