ContentSearchService
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- delete() : void
- getCommentsAsText() : string
- getFileContentAsText() : string
- isIndexable() : bool
- update() : void
- getSearchDriver() : AbstractDriver
Properties
$content
public
Content
$content
Methods
__construct()
public
__construct(Content $content) : mixed
Parameters
- $content : Content
delete()
public
delete([mixed $asActiveJob = true ]) : void
Parameters
- $asActiveJob : mixed = true
getCommentsAsText()
public
getCommentsAsText() : string
Return values
stringgetFileContentAsText()
public
getFileContentAsText() : string
Return values
stringisIndexable()
public
isIndexable() : bool
Return values
boolupdate()
public
update([mixed $asActiveJob = true ]) : void
Parameters
- $asActiveJob : mixed = true
getSearchDriver()
private
getSearchDriver() : AbstractDriver