You appear to be a bot. Output may be restricted
Description
Replays dependencies onto the queues.Replays dependencies after a reload
Usage
dependencies_cache::replay_dependencies();
Parameters
Returns
voidSource
File name: oik/libs/class-dependencies-cache.phpLines:
1 to 4 of 4
function replay_dependencies() { $this->replay_scripts(); $this->replay_styles(); }View on GitHub View on Trac