public static function dsViewModesTests::getInfo in Display Suite 7
Same name and namespace in other branches
- 7.2 tests/ds.base.test \dsViewModesTests::getInfo()
Implements getInfo().
File
- tests/
ds.base.test, line 374 - Base functions and tests for Display Suite.
Class
- dsViewModesTests
- Test managing of view modes.
Code
public static function getInfo() {
return array(
'name' => t('View modes'),
'description' => t('Tests for managing custom view modes.'),
'group' => t('Display suite'),
);
}