function BaseFieldDefinition::getInitialValueFromField
Returns the name of the field that will be used for getting initial values.
Return value
string|null The field name.
File
-
core/
lib/ Drupal/ Core/ Field/ BaseFieldDefinition.php, line 527
Class
- BaseFieldDefinition
- A class for defining entity fields.
Namespace
Drupal\Core\FieldCode
public function getInitialValueFromField() {
return $this->definition['initial_value_from_field'] ?? NULL;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.