Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RemovableCacheInterface.php

interface RemovableCacheInterface

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

  • interface \Twig\Cache\RemovableCacheInterface

Expanded class hierarchy of RemovableCacheInterface

All classes that implement RemovableCacheInterface

1 file declares its use of RemovableCacheInterface
Environment.php in vendor/twig/twig/src/Environment.php

File

vendor/twig/twig/src/Cache/RemovableCacheInterface.php, line 17

Namespace

Twig\Cache
View source
interface RemovableCacheInterface {
    public function remove(string $name, string $cls) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
RemovableCacheInterface::remove public function 3
RSS feed
Powered by Drupal