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

Breadcrumb

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

function NullFileCache::get

Overrides FileCacheInterface::get

File

core/lib/Drupal/Component/FileCache/NullFileCache.php, line 30

Class

NullFileCache
Null implementation for the file cache.

Namespace

Drupal\Component\FileCache

Code

public function get($filepath) {
    return NULL;
}
RSS feed
Powered by Drupal