public function TripalField::createInstance

3.x TripalField.inc public TripalField::createInstance()

After a field instance is created the following function is run.

This function is equivalent to the hook_field_create_field() hook of the Drupal Field API. This function is invoked after a new field instance is created.

File

tripal/includes/TripalFields/TripalField.inc, line 699

Class

TripalField

Code

public function createInstance() {

}