You are here

public function ZfExtensionManagerSfContainer::get in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php \Drupal\Component\Bridge\ZfExtensionManagerSfContainer::get()

File

lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php, line 68
Contains \Drupal\Component\Bridge\ZfExtensionManagerSfContainer.

Class

ZfExtensionManagerSfContainer
Defines a bridge between the ZF2 service manager to Symfony container.

Namespace

Drupal\Component\Bridge

Code

public function get($extension) {
  return $this->container
    ->get($this->prefix . $this
    ->canonicalizeName($extension));
}