class IndexObjectProvider (View source)

Provides messages to the reindexer for common objects

Properties

protected Connection $connection

Methods

__construct(Connection $connection)

IndexObjectProvider constructor.

fetchPages()

Get Pages to add to the queue.

fetchUsers()

Get Users to add to the queue.

fetchExpressObjects()

Get Express objects to add to the queue.

fetchExpressEntries()

Get Express entries to add to the queue.

fetchFiles()

Get Files to add to the queue.

fetchSites()

Get Sites to add to the queue.

Details

__construct(Connection $connection)

IndexObjectProvider constructor.

Parameters

Connection $connection

Iterator fetchPages()

Get Pages to add to the queue.

Return Value

Iterator

Iterator fetchUsers()

Get Users to add to the queue.

Return Value

Iterator

Iterator fetchExpressObjects()

Get Express objects to add to the queue.

Return Value

Iterator

Iterator fetchExpressEntries()

Get Express entries to add to the queue.

Return Value

Iterator

Iterator fetchFiles()

Get Files to add to the queue.

Return Value

Iterator

Iterator fetchSites()

Get Sites to add to the queue.

Return Value

Iterator