You are here

public function EntityReference_SelectionHandler_Broken::countReferencableEntities in Entity reference 7

Count entities that are referencable by a given field.

Overrides EntityReference_SelectionHandler::countReferencableEntities

File

plugins/selection/abstract.inc, line 97
Abstraction of the selection logic of an entity reference field.

Class

EntityReference_SelectionHandler_Broken
A null implementation of EntityReference_SelectionHandler.

Code

public function countReferencableEntities($match = NULL, $match_operator = 'CONTAINS') {
  return 0;
}