protected function Notifications_Field::get_property in Notifications 7
Get field type property
1 call to Notifications_Field::get_property()
- Notifications_Field::get_title in ./
notifications.field.inc - Get title for field
File
- ./
notifications.field.inc, line 367 - Drupal Notifications Framework - Default class file
Class
- Notifications_Field
- Base class for Notifications fields
Code
protected function get_property($name, $default = NULL) {
return $this
->type_info($this->type, $name, $default);
}