You are here

protected property FilterDateTest::$fieldName in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php \Drupal\Tests\datetime\Functional\Views\FilterDateTest::fieldName

Name of the field.

Note, this is used in the default test view.

Type: string

File

core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php, line 27

Class

FilterDateTest
Tests Views filters for datetime fields.

Namespace

Drupal\Tests\datetime\Functional\Views

Code

protected $fieldName = 'field_date';