You are here

public function ServiceInterface::reload in Purge 8.3

Reload the service and reinstantiate all enabled plugins.

@warning Reloading a service implies that all cached data will be reset and that plugins get reinstantiated during the current request, which should normally not be used. This method is specifically used in tests.

1 method overrides ServiceInterface::reload()
ServiceBase::reload in src/ServiceBase.php
Reload the service and reinstantiate all enabled plugins.

File

src/ServiceInterface.php, line 50

Class

ServiceInterface
Describes a generic service for all DIC-registered service classes by Purge.

Namespace

Drupal\purge

Code

public function reload();