You are here

public function ResultSetPluginInterface::getResultSet in Webform Scheduled Tasks 8.2

Get an iterator for a set of results matching the conditions of the plugin.

Return value

\Iterator An iterator for all results that match the conditions of the plugin.

3 methods override ResultSetPluginInterface::getResultSet()
AllSubmissions::getResultSet in src/Plugin/WebformScheduledTasks/ResultSet/AllSubmissions.php
Get an iterator for a set of results matching the conditions of the plugin.
SubmissionsCompletedSinceLastSuccess::getResultSet in src/Plugin/WebformScheduledTasks/ResultSet/SubmissionsCompletedSinceLastSuccess.php
Get an iterator for a set of results matching the conditions of the plugin.
TestResultSet::getResultSet in tests/modules/webform_scheduled_tasks_test_types/src/Plugin/WebformScheduledTasks/ResultSet/TestResultSet.php
Get an iterator for a set of results matching the conditions of the plugin.

File

src/Plugin/WebformScheduledTasks/ResultSetPluginInterface.php, line 21

Class

ResultSetPluginInterface
An interface for result set plugins.

Namespace

Drupal\webform_scheduled_tasks\Plugin\WebformScheduledTasks

Code

public function getResultSet();