function ClassyTemplatesIdenticalToStableTest::providerTestStableTemplatesIdenticalToClassy
Same name in other branches
- 8.9.x core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php \Drupal\Tests\Core\Theme\ClassyTemplatesIdenticalToStableTest::providerTestStableTemplatesIdenticalToClassy()
A list of the Classy templates that have identical copies in Stable.
File
-
core/
tests/ Drupal/ Tests/ Core/ Theme/ ClassyTemplatesIdenticalToStableTest.php, line 36
Class
- ClassyTemplatesIdenticalToStableTest
- Confirms that certain Classy templates have identical equivalents in Stable.
Namespace
Drupal\Tests\Core\ThemeCode
public function providerTestStableTemplatesIdenticalToClassy() {
return [
[
'/content-edit/file-upload-help.html.twig',
],
[
'/content-edit/file-widget-multiple.html.twig',
],
[
'/field/image-formatter.html.twig',
],
[
'/field/image-style.html.twig',
],
[
'/form/checkboxes.html.twig',
],
[
'/form/confirm-form.html.twig',
],
[
'/form/container.html.twig',
],
[
'/form/dropbutton-wrapper.html.twig',
],
[
'/form/field-multiple-value-form.html.twig',
],
[
'/form/form.html.twig',
],
[
'/form/form-element-label.html.twig',
],
[
'/form/input.html.twig',
],
[
'/form/select.html.twig',
],
[
'/navigation/links.html.twig',
],
[
'/navigation/menu-local-action.html.twig',
],
[
'/navigation/pager.html.twig',
],
[
'/navigation/vertical-tabs.html.twig',
],
[
'/views/views-view-grid.html.twig',
],
[
'/views/views-view-list.html.twig',
],
[
'/views/views-view-mapping-test.html.twig',
],
[
'/views/views-view-opml.html.twig',
],
[
'/views/views-view-row-opml.html.twig',
],
[
'/views/views-view-rss.html.twig',
],
[
'/views/views-view-unformatted.html.twig',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.