Home
last modified time | relevance | path

Searched defs:amdConfig (Results 1 – 3 of 3) sorted by relevance

/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/views/default/elgg/
H A Drequire_config.js.php3 $amdConfig = _elgg_services()->amdConfig->getConfig(); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/Amd/
H A DConfigUnitTest.php20 protected $amdConfig; variable in Elgg\\Amd\\ConfigUnitTest
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Ajax/
H A DService.php59 …ruct(PluginHooksService $hooks, SystemMessagesService $msgs, Request $request, Config $amdConfig) {