You are here

public function WebformIteratorAggregate::count in Webform Scheduled Tasks 8.2

File

src/Iterator/WebformIteratorAggregate.php, line 46

Class

WebformIteratorAggregate
The WebformIteratorAggregate class.

Namespace

Drupal\webform_scheduled_tasks\Iterator

Code

public function count() {
  return count($this->submissionIds);
}