Overrides DefaultSelection::countReferenceableEntities
public function countReferenceableEntities($match = NULL, $match_operator = 'CONTAINS') { $options = $this->getReferenceableEntities($match, $match_operator); return count($options, COUNT_RECURSIVE) - count($options); }