public static function LegacyDrupal7Test::getInfo in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/service_container/Tests/LegacyDrupal7Test.php \Drupal\service_container\Tests\LegacyDrupal7Test::getInfo()
File
- lib/
Drupal/ service_container/ Tests/ LegacyDrupal7Test.php, line 17 - Contains \Drupal\service_container\Tests\LegacyDrupal7Test.
Class
Namespace
Drupal\service_container\TestsCode
public static function getInfo() {
return array(
'name' => 'LegacyDrupal7Test',
'description' => 'Tests the legacy Drupal 7 integration service',
'group' => 'service_container',
);
}