ActionScheduler_HybridStore::query_actions( array $query = array(), string $query_type = 'select' )
Find actions matching the query in the secondary source first.
Description Description
If any are found, migrate them immediately. Then the secondary store will contain the canonical results.
Parameters Parameters
- $query
-
(Optional)
Default value: array()
- $query_type
-
(Optional) Whether to select or count the results. Default, select.
Default value: 'select'
Return Return
(int[])
Source Source
File: packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php