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

Breadcrumb

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

function FileCacheInterface::get

Gets data based on a filename.

Parameters

string $filepath: Path of the file that the cached data is based on.

Return value

mixed|null The data that was persisted with set() or NULL if there is no data or the file has been modified.

2 methods override FileCacheInterface::get()
FileCache::get in core/lib/Drupal/Component/FileCache/FileCache.php
Gets data based on a filename.
NullFileCache::get in core/lib/Drupal/Component/FileCache/NullFileCache.php
Gets data based on a filename.

File

core/lib/Drupal/Component/FileCache/FileCacheInterface.php, line 28

Class

FileCacheInterface
Interface for objects that allow caching file data.

Namespace

Drupal\Component\FileCache

Code

public function get($filepath);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal