function BaseFieldDefinition::setProvider
Sets the name of the provider of this field.
Parameters
string $provider: The provider name to set.
Return value
$this
File
- 
              core/
lib/ Drupal/ Core/ Field/ BaseFieldDefinition.php, line 206  
Class
- BaseFieldDefinition
 - A class for defining entity fields.
 
Namespace
Drupal\Core\FieldCode
public function setProvider($provider) {
  $this->definition['provider'] = $provider;
  return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.