Drupal PHP Cross Reference Content Management Systems

Summary: /modules/field/modules/options/options.api.php - 74 lines - 2445 bytes - Source - Print

Description: (no description)

Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 function

hook_options_list()

Functions

Functions that are not part of a class:

hook_options_list($field, $instance, $entity_type, $entity line: 8
Returns the list of options to be displayed for a field.

Field types willing to enable one or several of the widgets defined in
options.module (select, radios/checkboxes, on/off checkbox) need to
implement this hook to specify the list of options to display in the
widgets.

param: $field
param: $instance
param: $entity_type
param: $entity
return:

title

Body