You are here

public function Notifications_Subscription::field_element in Notifications 7

Same name and namespace in other branches
  1. 6.4 includes/notifications_subscription.class.inc \Notifications_Subscription::field_element()

Display a form field for a notifications_field

File

./notifications.subscription.inc, line 1590
Drupal Notifications Framework - Default class file

Class

Notifications_Subscription
Common base for subscription type and subscription instance

Code

public function field_element($field, $element = array()) {
  return $this
    ->field_edit_element($field, $element);
}