You are here

protected static property DateTimeHandlerTestBase::$field_name in Drupal 8

Same name in this branch
  1. 8 core/modules/datetime/src/Tests/Views/DateTimeHandlerTestBase.php \Drupal\datetime\Tests\Views\DateTimeHandlerTestBase::field_name
  2. 8 core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php \Drupal\Tests\datetime\Kernel\Views\DateTimeHandlerTestBase::field_name
Same name and namespace in other branches
  1. 9 core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php \Drupal\Tests\datetime\Kernel\Views\DateTimeHandlerTestBase::field_name

Name of the field.

Note, this is used in the default test view.

Type: string

File

core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php, line 31

Class

DateTimeHandlerTestBase
Base class for testing datetime handlers.

Namespace

Drupal\Tests\datetime\Kernel\Views

Code

protected static $field_name = 'field_date';