function ThemeSettingsFormTest::providerTestFormSettingsSubmissionHandler

Same name in other branches
  1. 8.9.x core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php \Drupal\Tests\system\FunctionalJavascript\ThemeSettingsFormTest::providerTestFormSettingsSubmissionHandler()
  2. 10 core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php \Drupal\Tests\system\FunctionalJavascript\ThemeSettingsFormTest::providerTestFormSettingsSubmissionHandler()
  3. 11.x core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php \Drupal\Tests\system\FunctionalJavascript\ThemeSettingsFormTest::providerTestFormSettingsSubmissionHandler()

Provides test data for ::testFormSettingsSubmissionHandler().

File

core/modules/system/tests/src/FunctionalJavascript/ThemeSettingsFormTest.php, line 76

Class

ThemeSettingsFormTest
Tests that theme form settings works correctly.

Namespace

Drupal\Tests\system\FunctionalJavascript

Code

public function providerTestFormSettingsSubmissionHandler() {
    return [
        'test theme.theme' => [
            'test_theme_theme',
        ],
        'test theme-settings.php' => [
            'test_theme_settings',
        ],
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.