EclipseGc

Untitled

Mar 13th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. function config($name, $class = 'Drupal\Core\Config\DrupalConfig') {
  2.   return new $class(new DrupalVerifiedStorageSQL($name));
  3. }
Advertisement
Add Comment
Please, Sign In to add comment