function AdminNegotiatorTest::getThemes
Provides a list of theme names to test.
File
-
core/
modules/ user/ tests/ src/ Unit/ Theme/ AdminNegotiatorTest.php, line 38
Class
- AdminNegotiatorTest
- Tests AdminNegotiator class.
Namespace
Drupal\Tests\user\Unit\ThemeCode
public static function getThemes() {
return [
[
'claro',
'claro',
],
[
NULL,
NULL,
],
[
'',
NULL,
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.