Loading src/CacheManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ use Drupal\Core\Logger\RfcLogLevel; use Symfony\Component\HttpKernel\Event\ResponseEvent; /** * Class CacheManager. * Class provides a set of Varnish cache operations. */ class CacheManager implements CacheManagerInterface, CacheTagsInvalidatorInterface { Loading src/CacheManagerInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ namespace Drupal\adv_varnish; use Symfony\Component\HttpKernel\Event\ResponseEvent; /** * Interface CacheManagerInterface. * Interface for a Varnish Cache Manager class. */ interface CacheManagerInterface { Loading src/Controller/ESIBlockController.php +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ use Drupal\Core\Render\RendererInterface; use Symfony\Component\DependencyInjection\ContainerInterface; /** * Class ESIBlockController. * Controller that manages the ESI blocks behaviour. * * @package Drupal\adv_varnish\Controller */ Loading src/Controller/UserBlocksController.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ use Drupal\Core\Session\AccountProxyInterface; use Symfony\Component\DependencyInjection\ContainerInterface; /** * Class UserBlocksController. * Controller to manage User Blocks data. * * @package Drupal\adv_varnish\Controller */ Loading src/CookieManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ use Psr\Log\LoggerInterface; use Symfony\Component\HttpFoundation\RequestStack; /** * Class CookieManager. * Cookie manager for Advanced Varnish module. * * @package Drupal\adv_varnish */ Loading Loading
src/CacheManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ use Drupal\Core\Logger\RfcLogLevel; use Symfony\Component\HttpKernel\Event\ResponseEvent; /** * Class CacheManager. * Class provides a set of Varnish cache operations. */ class CacheManager implements CacheManagerInterface, CacheTagsInvalidatorInterface { Loading
src/CacheManagerInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ namespace Drupal\adv_varnish; use Symfony\Component\HttpKernel\Event\ResponseEvent; /** * Interface CacheManagerInterface. * Interface for a Varnish Cache Manager class. */ interface CacheManagerInterface { Loading
src/Controller/ESIBlockController.php +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ use Drupal\Core\Render\RendererInterface; use Symfony\Component\DependencyInjection\ContainerInterface; /** * Class ESIBlockController. * Controller that manages the ESI blocks behaviour. * * @package Drupal\adv_varnish\Controller */ Loading
src/Controller/UserBlocksController.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ use Drupal\Core\Session\AccountProxyInterface; use Symfony\Component\DependencyInjection\ContainerInterface; /** * Class UserBlocksController. * Controller to manage User Blocks data. * * @package Drupal\adv_varnish\Controller */ Loading
src/CookieManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ use Psr\Log\LoggerInterface; use Symfony\Component\HttpFoundation\RequestStack; /** * Class CookieManager. * Cookie manager for Advanced Varnish module. * * @package Drupal\adv_varnish */ Loading