You are here

public static function Notifications_Field::build_object in Notifications 7

Build from db object

1 call to Notifications_Field::build_object()
Notifications_Field::load_multiple in ./notifications.field.inc
Load multiple fields

File

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

Class

Notifications_Field
Base class for Notifications fields

Code

public static function build_object($object) {
  return self::build_type($object->type, $object);
}