You are here

protected function AjaxFormTestBase::shouldReturnAjaxProperties in Purge 8.3

Determine whether the test should return Ajax properties or not.

Return value

bool Whether the test should return Ajax properties or not.

1 call to AjaxFormTestBase::shouldReturnAjaxProperties()
AjaxFormTestBase::testAjaxDialog in modules/purge_ui/tests/src/Functional/Form/AjaxFormTestBase.php
Tests that forms have the Ajax dialog library loaded.
1 method overrides AjaxFormTestBase::shouldReturnAjaxProperties()
PluginConfigFormTestBase::shouldReturnAjaxProperties in modules/purge_ui/tests/src/Functional/Form/Config/PluginConfigFormTestBase.php
Determine whether the test should return Ajax properties or not.

File

modules/purge_ui/tests/src/Functional/Form/AjaxFormTestBase.php, line 206

Class

AjaxFormTestBase
Testbase for Ajax-based purge_ui forms.

Namespace

Drupal\Tests\purge_ui\Functional\Form

Code

protected function shouldReturnAjaxProperties() : bool {
  return TRUE;
}