Core minimum schema version. File core/lib/Drupal.php, line 94 Contains
public static Drupal::state() Returns the state storage
public static Drupal::cache($bin = 'default') Returns
public static Drupal::hasRequest() Indicates if there
public static Drupal::hasService($id) Indicates if
public static Drupal::database() Returns the current
public static Drupal::url($route_name, $route_parameters = array(), $options = array(), $c
public static Drupal::menuTree() Returns the menu tree
public static Drupal::flood() Returns the flood instance
Static Service Container wrapper. Generally, code in Drupal should accept its dependencies via either constructor injection or setter method
Page 2 of 6