‪TYPO3CMS  10.4
TYPO3\CMS\IndexedSearch\Hook\CrawlerFilesHook Class Reference

Public Member Functions

array null crawler_execute ($params, &$pObj)
 

Detailed Description

Crawler hook for indexed search. Works with the "crawler" extension This hook is specifically used to index external files found on pages through the crawler extension.

See also
‪\TYPO3\CMS\IndexedSearch\Indexer::extractLinks()

this is a TYPO3-internal hook implementation and not part of TYPO3's Core API.

Definition at line 27 of file CrawlerFilesHook.php.

Member Function Documentation

◆ crawler_execute()

array null TYPO3\CMS\IndexedSearch\Hook\CrawlerFilesHook::crawler_execute (   $params,
$pObj 
)

Call back function for execution of a log element

Parameters
array$params‪Params from log element.
object$pObj‪Parent object (tx_crawler lib)
Returns
‪array|null Result array

Definition at line 36 of file CrawlerFilesHook.php.