Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DDatabasePageRow.php908 $query = $this->getParametrizedLookupQuery($pageIdAttribute);
943 function getParametrizedLookupQuery(string $attributeName): string
964 $query = $this->getParametrizedLookupQuery($canoncialName);
1044 $query = $this->getParametrizedLookupQuery($attribute);
1324 $query = $this->getParametrizedLookupQuery(self::ROWID);
927 function getParametrizedLookupQuery(string $attributeName): string global() function in ComboStrap\\DatabasePageRow