You are here

protected property ProxyClassFinder::$cacheMissObservers in X Autoload 7.5

Operations to run when the actual finder is initialized.

Type: CacheMissObserverInterface[]

File

src/ClassFinder/ProxyClassFinder.php, line 24

Class

ProxyClassFinder
A placeholder class finder. Used to postpone expensive operations until they are actually needed.

Namespace

Drupal\xautoload\ClassFinder

Code

protected $cacheMissObservers = array();