function field_test_default_value
Sample 'default value' callback.
1 call to field_test_default_value()
- FieldAttachStorageTest::testFieldAttachSaveEmptyDataDefaultValue in core/
modules/ field/ tests/ src/ Kernel/ FieldAttachStorageTest.php  - Tests insert with empty or NULL fields, with default value.
 
1 string reference to 'field_test_default_value'
- FieldAttachStorageTest::testFieldAttachSaveEmptyDataDefaultValue in core/
modules/ field/ tests/ src/ Kernel/ FieldAttachStorageTest.php  - Tests insert with empty or NULL fields, with default value.
 
File
- 
              core/
modules/ field/ tests/ modules/ field_test/ field_test.field.inc, line 43  
Code
function field_test_default_value(FieldableEntityInterface $entity, FieldDefinitionInterface $definition) {
  return [
    [
      'value' => 99,
    ],
  ];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.