public static function Notifications_Field::type_info in Notifications 7
Get field type information
1 call to Notifications_Field::type_info()
- Notifications_Field::get_property in ./
notifications.field.inc - Get field type property
File
- ./
notifications.field.inc, line 373 - Drupal Notifications Framework - Default class file
Class
- Notifications_Field
- Base class for Notifications fields
Code
public static function type_info($type = NULL, $property = NULL, $default = NULL) {
return notifications_info('field types', $type, $property, $default);
}