Overrides SelectionInterface::countReferenceableEntities
public function countReferenceableEntities($match = NULL, $match_operator = 'CONTAINS') { $this->getReferenceableEntities($match, $match_operator); return $this->view->pager ->getTotalItems(); }