You are here

function Notifications_Subscription_Multiple::map_field in Notifications 7

Map field to its right position in this subscription. As fields have no specific position it will be the next one

File

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

Class

Notifications_Subscription_Multiple
Multiple subscription. It has an undetermined number of fields

Code

function map_field($field) {
  return isset($this->fields) ? count($this->fields) : 0;
}