You are here

function CacheMissObserverInterface::cacheMiss in X Autoload 7.5

Executes the operation.

This method will only be called if and when the "real" class finder is initialized.

Parameters

ExtendedClassFinderInterface $finder: The class finder.

3 methods override CacheMissObserverInterface::cacheMiss()
CacheMissLoaderSetFinder::cacheMiss in src/CacheMissObserver/CacheMissLoaderSetFinder.php
Executes the operation.
DrupalPhaseControl::cacheMiss in src/Phases/DrupalPhaseControl.php
Executes the operation.
LibraryCacheMissObserver::cacheMiss in src/Libraries/LibraryCacheMissObserver.php
Executes the operation.

File

src/CacheMissObserver/CacheMissObserverInterface.php, line 28

Class

CacheMissObserverInterface
An operation that can be queued up to be performed on the class finder once it is initialized.

Namespace

Drupal\xautoload\CacheMissObserver

Code

function cacheMiss($finder);