You are here

protected property UiHelperTrait::$maximumMetaRefreshCount in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/UiHelperTrait.php \Drupal\Tests\UiHelperTrait::maximumMetaRefreshCount
  2. 9 core/tests/Drupal/Tests/UiHelperTrait.php \Drupal\Tests\UiHelperTrait::maximumMetaRefreshCount

The number of meta refresh redirects to follow, or NULL if unlimited.

Type: null|int

File

core/tests/Drupal/Tests/UiHelperTrait.php, line 35

Class

UiHelperTrait
Provides UI helper methods.

Namespace

Drupal\Tests

Code

protected $maximumMetaRefreshCount = NULL;