Sets the name of the provider of this field.
string $provider: The provider name to set.
$this
public function setProvider($provider) { $this->definition['provider'] = $provider; return $this; }