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