function FieldTestHooks::fieldStorageConfigCreate
Same name and namespace in other branches
- 11.x core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php \Drupal\field_test\Hook\FieldTestHooks::fieldStorageConfigCreate()
Implements hook_field_storage_config_create().
Attributes
#[Hook('field_storage_config_create')]
File
-
core/
modules/ field/ tests/ modules/ field_test/ src/ Hook/ FieldTestHooks.php, line 192
Class
- FieldTestHooks
- Hook implementations for field_test.
Namespace
Drupal\field_test\HookCode
public function fieldStorageConfigCreate(FieldStorageConfigInterface $field_storage) : void {
$args = func_get_args();
FieldTestHelper::memorize(__METHOD__, $args);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.