Sets the field name.
string $name: The field name to set.
static The object itself for chaining.
public function setName($name) { $this->definition['field_name'] = $name; return $this; }