Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BaseFieldDefinition.php

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\Field

Code

public function getInitialValueFromField() {
    return $this->definition['initial_value_from_field'] ?? NULL;
}
RSS feed
Powered by Drupal