protected function TripalFieldFormatter::getPagerElementID

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

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

File

tripal/includes/TripalFields/TripalFieldFormatter.inc, line 173

Class

TripalFieldFormatter

Code

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