getStorage('wisski_salz_adapter'); foreach ($storage->loadMultiple() as $adapter) { // read the configuration, and check if we have a default graph $conf = $adapter->getEngine()->getConfiguration(); if(!array_key_exists('default_graph', $conf)) { continue; } // and echo it out echo $conf['default_graph'] . "\n"; }