You are here

public function Drupal7::__call in Service Container 8

Same name and namespace in other branches
  1. 7.2 src/Legacy/Drupal7.php \Drupal\service_container\Legacy\Drupal7::__call()
  2. 7 src/Legacy/Drupal7.php \Drupal\service_container\Legacy\Drupal7::__call()

File

src/Legacy/Drupal7.php, line 20
Contains \Drupal\service_container\Legacy\Drupal7.

Class

Drupal7
Defines the Drupal 7 legacy service.

Namespace

Drupal\service_container\Legacy

Code

public function __call($method, $args) {
  return call_user_func_array($method, $args);
}