public function SpoolList::count in Simplenews 8.2
Same name and namespace in other branches
- 8 src/Spool/SpoolList.php \Drupal\simplenews\Spool\SpoolList::count()
- 3.x src/Spool/SpoolList.php \Drupal\simplenews\Spool\SpoolList::count()
File
- src/
Spool/ SpoolList.php, line 74
Class
- SpoolList
- List of mail spool entries.
Namespace
Drupal\simplenews\SpoolCode
public function count() {
return count($this->spoolRows);
}