TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\IndexedSearch\Hook\CrawlerFilesHook Class Reference

Public Member Functions

 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
::extractLinks()

Definition at line 22 of file CrawlerFilesHook.php.

Member Function Documentation

◆ crawler_execute()

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

Call back function for execution of a log element

Parameters
array$paramsParams from log element.
object$pObjParent object (tx_crawler lib)
Returns
null|array Result array

Definition at line 31 of file CrawlerFilesHook.php.

References $params, and TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().