public function SpoolList::count in Simplenews 8
Same name and namespace in other branches
- 8.2 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 37
Class
- SpoolList
- List of mail spool entries.
Namespace
Drupal\simplenews\SpoolCode
public function count() {
return count($this->mails);
}