You are here

protected function PluginConfigFormTestBase::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.

Overrides AjaxFormTestBase::shouldReturnAjaxProperties

File

modules/purge_ui/tests/src/Functional/Form/Config/PluginConfigFormTestBase.php, line 77

Class

PluginConfigFormTestBase
Testbase for purge_ui configuration forms (for plugins).

Namespace

Drupal\Tests\purge_ui\Functional\Form\Config

Code

protected function shouldReturnAjaxProperties() : bool {
  return $this->dialogRouteTest;
}