You are here

interface TagsHeadersServiceInterface in Purge 8.3

Describes a service that provides access to available tags headers.

Hierarchy

Expanded class hierarchy of TagsHeadersServiceInterface

All classes that implement TagsHeadersServiceInterface

1 file declares its use of TagsHeadersServiceInterface
CacheableResponseSubscriber.php in src/EventSubscriber/CacheableResponseSubscriber.php

File

src/Plugin/Purge/TagsHeader/TagsHeadersServiceInterface.php, line 11

Namespace

Drupal\purge\Plugin\Purge\TagsHeader
View source
interface TagsHeadersServiceInterface extends ServiceInterface, ContainerAwareInterface, \Countable, \Iterator {

}

Members

Namesort descending Modifiers Type Description Overrides
ServiceInterface::getPlugins public function Retrieve a list of all available plugins providing the service. 1
ServiceInterface::getPluginsEnabled public function Retrieve the configured plugin_ids that the service will use. 1
ServiceInterface::isPluginEnabled public function Find out whether the given plugin_id is enabled. 1
ServiceInterface::reload public function Reload the service and reinstantiate all enabled plugins. 1
ServiceModifierInterface::alter public function Modifies existing service definitions. 13
ServiceProviderInterface::register public function Registers services to the container. 14