| Versionen | |
|---|---|
| drupal7 | hook_field_create_field($field) |
Act on a field being created.
This hook is invoked after the field is created and so it cannot modify the field itself.
TODO: Not implemented.
$field The field just created.
modules/
<?php
function hook_field_create_field($field) { }
?>
Kommentare
Kommentar hinzufügen