File
- drupal/core/modules/system/lib/Drupal/system/Tests/Common/AlterTest.php, line 25
- Definition of Drupal\system\Tests\Common\AlterTest.
Class
- AlterTest
- Tests alteration of arguments passed to drupal_alter().
Namespace
Drupal\system\Tests\Common
Code
public static function getInfo() {
return array(
'name' => 'Alter hook functionality',
'description' => 'Tests alteration of arguments passed to drupal_alter().',
'group' => 'Common',
);
}