hook_field_storage_create_field

Versions
7
hook_field_storage_create_field($field)

Act on creation of a new field.

Parameters

$field The field structure being created.

Related topics

Code

modules/field/field.api.php, line 1288

<?php
function hook_field_storage_create_field($field) {
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.