File
- drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php, line 24
- Definition of Drupal\contact\Tests\ContactSitewideTest.
Class
- ContactSitewideTest
- Tests the site-wide contact form.
Namespace
Drupal\contact\Tests
Code
public static function getInfo() {
return array(
'name' => 'Site-wide contact form',
'description' => 'Tests site-wide contact form functionality.',
'group' => 'Contact',
);
}