function NodeDisplayConfigurableTest::provideThemes
Same name in other branches
- 11.x core/modules/node/tests/src/Functional/NodeDisplayConfigurableTest.php \Drupal\Tests\node\Functional\NodeDisplayConfigurableTest::provideThemes()
Data provider for ::testDisplayConfigurable().
Return value
array
File
-
core/
modules/ rdf/ tests/ src/ Functional/ Node/ NodeDisplayConfigurableTest.php, line 168
Class
- NodeDisplayConfigurableTest
- Tests making node base fields' displays configurable.
Namespace
Drupal\Tests\rdf\Functional\NodeCode
public function provideThemes() {
return [
[
'claro',
'footer',
TRUE,
],
// @todo Add coverage for olivero after fixing
// https://www.drupal.org/project/drupal/issues/3215220.
// ['olivero', 'footer', TRUE],
[
'stable',
'footer',
FALSE,
],
[
'stable9',
'footer',
FALSE,
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.