Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function drupal_container($class = 'Drupal\\Core\\DependencyInjection\\DrupalPimpleContainer') {
- static $container;
- if (!empty($container)) {
- return $container;
- }
- $container = new $class();
- return $container;
- }
Advertisement
Add Comment
Please, Sign In to add comment