You are here

protected static property DateTimeHandlerTestBase::$field_type in Drupal 8

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_type

Type of the field.

Type: string

File

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

Class

DateTimeHandlerTestBase
Base class for testing datetime handlers.

Namespace

Drupal\Tests\datetime\Kernel\Views

Code

protected static $field_type = 'datetime';