function MultipleProviderAttributeInterface::getProvider

Gets the name of the provider of the attribute class.

Return value

string|null The provider of the attribute. If there are multiple providers the first is returned.

File

core/modules/migrate/src/Attribute/MultipleProviderAttributeInterface.php, line 26

Class

MultipleProviderAttributeInterface
Defines a common interface for attributes with multiple providers.

Namespace

Drupal\migrate\Attribute

Code

public function getProvider() : ?string;

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