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