예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function alter($type, &$data, &$context1 = NULL, &$context2 = NULL)
 {
     // @todo Sadly ::alter() does not allow three $context values.
     $this->drupal7->drupal_alter($type, $data, $context1, $context2);
 }