You are here

TagsHeadersServiceInterface.php in Purge 8.3

File

src/Plugin/Purge/TagsHeader/TagsHeadersServiceInterface.php
View source
<?php

namespace Drupal\purge\Plugin\Purge\TagsHeader;

use Drupal\purge\ServiceInterface;
use Symfony\Component\DependencyInjection\ContainerAwareInterface;

/**
 * Describes a service that provides access to available tags headers.
 */
interface TagsHeadersServiceInterface extends ServiceInterface, ContainerAwareInterface, \Countable, \Iterator {

}

Interfaces

Namesort descending Description
TagsHeadersServiceInterface Describes a service that provides access to available tags headers.