public static function YouTubeTest::getInfo in YouTube Field 8
File
- tests/
src/ Functional/ YouTubeTest.php, line 27
Class
- YouTubeTest
- Tests youtube field widgets and formatters.
Namespace
Drupal\Tests\youtube\FunctionalCode
public static function getInfo() {
return [
'name' => 'YouTube field',
'description' => 'Tests youtube field widgets and formatters.',
'group' => 'YouTube',
];
}