Sets the bundle this field is defined for.
string|null $bundle: The bundle, or NULL if the field is not bundle-specific.
$this
public function setTargetBundle($bundle) { $this->definition['bundle'] = $bundle; return $this; }