You are here

public function Notifications_Node_Type_Field::select_options in Notifications 7

Select options, content type list

Overrides Notifications_Field_Select::select_options

File

notifications_content/notifications_content.inc, line 177
Drupal Notifications Framework - Default class file

Class

Notifications_Node_Type_Field
Node type field

Code

public function select_options() {
  return node_type_get_names();
}