API results for “find”

76 to 89 of 89

FieldtypeTable::findColumns(Field $field, string $property, $value) class.method
Find columns having property that matches value

FieldtypeTable::getMatchQuery(PageFinderDatabaseQuerySelect $query, string $table, string $subfield, string $operator, string $value) class.method
Update a DatabaseQuerySelect object to match a Page

FieldtypeText::getMatchQuery(PageFinderDatabaseQuerySelect $query, string $table, string $subfield, string $operator, $value) class.method
Update a query to match the text with a fulltext index

FieldtypeTextarea::findLinks(Page $page, $selector = '', $field = '', array $options = []) class.method
Find abstracted HTML/href attribute Textarea links to given $page

FieldtypeToggle::getMatchQuery($query, string $table, string $subfield, string $operator, mixed $value) class.method
@param DatabaseQuerySelect|PageFinderDatabaseQuerySelect $query

InputfieldPage::findPagesCode(Page $page) module.method
Execute the findPagesCode

InputfieldPage::createFindPagesSelector(array $options = []) module.method
Create a page finding selector from all configured properties

PagePaths::getMatchQuery(DatabaseQuerySelect $query, Selector $selector) module.method
Perform a path match for use by PageFinder

ProcessPageList::getSelector(Page $page, array $options) module.method
Get selector string to use in finding children

ProcessPageList::find(string $selectorString, Page $page) module.method
@param string $selectorString

ProcessPageSearch::findReady(string $selector) module.method
Hookable function to optionally modify selector before it is sent to $pages->find()

ProcessPageLister::getSelector(int $limit = null) module.method
Get the selector string to be used in finding results

ProcessPageLister::findResults(string $selector) module.method
Find the pages from the given selector string

ProcessPageLister::renderResults($selector = null) module.method
Find and render the results (ajax)