Returns the name of the field that will be used for getting initial values.
string|null The field name.
public function getInitialValueFromField() { return $this->definition['initial_value_from_field'] ?? NULL; }