You are here

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\TagsHeader

Code

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