protected function TripalField::getPagerElementID

3.x TripalField.inc protected TripalField::getPagerElementID()

When constructing a pager for use by a field, all pagers must have a unique ID

File

tripal/includes/TripalFields/TripalField.inc, line 211

Class

TripalField

Code

protected function getPagerElementID() {
  return $this->field['id'];
}