You are here

abstract public function Notifications_Field_Select::select_options in Notifications 7

3 calls to Notifications_Field_Select::select_options()
Notifications_Field_Select::element_edit in ./notifications.field.inc
Build a form element to edit this field
Notifications_Field_Select::get_name in ./notifications.field.inc
Translate name into options
Notifications_Field_Select::valid_value in ./notifications.field.inc
Check valid value
2 methods override Notifications_Field_Select::select_options()
Notifications_Node_Type_Field::select_options in notifications_content/notifications_content.inc
Select options, content type list
Notifications_Taxonomy_Vocabulary_Field::select_options in notifications_tags/notifications_tags.inc
List of options

File

./notifications.field.inc, line 447
Drupal Notifications Framework - Default class file

Class

Notifications_Field_Select
Field with selectable values

Code

public abstract function select_options();