public function TagsHeadersService::count in Purge 8.3
File
- src/
Plugin/ Purge/ TagsHeader/ TagsHeadersService.php, line 88
Class
- TagsHeadersService
- Provides a service that provides access to available tags headers.
Namespace
Drupal\purge\Plugin\Purge\TagsHeaderCode
public function count() {
$this
->initializePluginInstances();
return count($this->instances);
}