Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorEdgeIndexEngineExtension

abstract class PhabricatorEdgeIndexEngineExtension
Phabricator Technical Documentation (Search)

This class is not documented.

Methods

public function setParameters($parameters)
Inherited

This method is not documented.
Parameters
array$parameters
Return
wild

public function getParameter($key, $default)
Inherited

This method is not documented.
Parameters
$key
$default
Return
wild

final public function getExtensionKey()
Inherited

This method is not documented.
Return
wild

final protected function getViewer()
Inherited

This method is not documented.
Return
wild

abstract public function getExtensionName()
Inherited

This method is not documented.
Return
wild

abstract public function shouldIndexObject($object)
Inherited

This method is not documented.
Parameters
$object
Return
wild

final public function indexObject($engine, $object)

This method is not documented.
Parameters
PhabricatorIndexEngine$engine
$object
Return
wild

final public function getIndexVersion($object)

This method is not documented.
Parameters
$object
Return
wild

final public static function getAllExtensions()
Inherited

This method is not documented.
Return
wild

final public function shouldForceFullReindex()
Inherited

This method is not documented.
Return
wild

abstract protected function getIndexEdgeType()

This method is not documented.
Return
wild

abstract protected function getIndexDestinationPHIDs($object)

This method is not documented.
Parameters
$object
Return
wild