function FieldStorageDefinitionInterface::getProvider
Returns the name of the provider of this field.
Return value
string The provider name; e.g., the module name.
2 methods override FieldStorageDefinitionInterface::getProvider()
- BaseFieldDefinition::getProvider in core/
lib/ Drupal/ Core/ Field/ BaseFieldDefinition.php  - Returns the name of the provider of this field.
 - FieldStorageConfig::getProvider in core/
modules/ field/ src/ Entity/ FieldStorageConfig.php  - Returns the name of the provider of this field.
 
File
- 
              core/
lib/ Drupal/ Core/ Field/ FieldStorageDefinitionInterface.php, line 299  
Class
- FieldStorageDefinitionInterface
 - Defines an interface for entity field storage definitions.
 
Namespace
Drupal\Core\FieldCode
public function getProvider();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.