FieldConfigInterface::setDefaultValueCallback

public FieldConfigInterface::setDefaultValueCallback($callback)

Sets a custom default value callback.

If set, the callback overrides any set default value.

Parameters

string|null $callback: The callback to invoke for getting the default value (pass NULL to unset a previously set callback). The callback will be invoked with the following arguments:

It should return the default value in the format accepted by the setDefaultValue() method.

Return value

$this

File

core/lib/Drupal/Core/Field/FieldConfigInterface.php, line 151

Class

FieldConfigInterface
Defines an interface for configurable field definitions.

Namespace

Drupal\Core\Field

Code

public function setDefaultValueCallback($callback);
doc_Drupal
2016-10-29 09:11:10
Comments
Leave a Comment

Please login to continue.