AlterTest::$defaultTheme

Same name and namespace in other branches
  1. 9 core/modules/system/tests/src/Functional/Form/AlterTest.php \Drupal\Tests\system\Functional\Form\AlterTest::defaultTheme
  2. 9 core/modules/system/tests/src/Functional/Common/AlterTest.php \Drupal\Tests\system\Functional\Common\AlterTest::defaultTheme
  3. 8.9.x core/modules/system/tests/src/Functional/Form/AlterTest.php \Drupal\Tests\system\Functional\Form\AlterTest::defaultTheme
  4. 8.9.x core/modules/system/tests/src/Functional/Common/AlterTest.php \Drupal\Tests\system\Functional\Common\AlterTest::defaultTheme
  5. 10 core/modules/system/tests/src/Functional/Form/AlterTest.php \Drupal\Tests\system\Functional\Form\AlterTest::defaultTheme

Type: defaultTheme

Overrides BrowserTestBase::$defaultTheme

File

core/modules/system/tests/src/Functional/Form/AlterTest.php, line 27

Class

AlterTest
Tests <a href="/api/drupal/core%21lib%21Drupal%21Core%21Form%21form.api.php/function/hook_form_alter/11.x" title="Perform alterations before a form is rendered." class="local">hook_form_alter</a>() and <a href="/api/drupal/core%21lib%21Drupal%21Core%21Form%21form.api.php/function/hook_form_FORM_ID_alter/11.x" title="Provide a form-specific alteration instead of the global hook_form_alter()." class="local">hook_form_FORM_ID_alter</a>().

Namespace

Drupal\Tests\system\Functional\Form

Code

protected $defaultTheme = 'stark';

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