Home
last modified time | relevance | path

Searched refs:addToIndex (Results 1 – 2 of 2) sorted by relevance

/plugin/spatialhelper/helper/
Dindex.php122 return $this->addToIndex($geohash, $id);
133 private function addToIndex(string $geohash, string $id): bool function in helper_plugin_spatialhelper_index
234 return $this->addToIndex($geohash, 'media__' . $imgId);
/plugin/combo/ComboStrap/
H A DMarkupPath.php599 function addToIndex() function in ComboStrap\\MarkupPath