You are here

public function QueryTest::setFieldTimezoneOffset in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php \Drupal\views_test_data\Plugin\views\query\QueryTest::setFieldTimezoneOffset()

Applies a timezone offset to the given field.

Parameters

string &$field: The date field, in string format.

int $offset: The timezone offset to apply to the field.

Overrides QueryPluginBase::setFieldTimezoneOffset

File

core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php, line 157

Class

QueryTest
Defines a query test plugin.

Namespace

Drupal\views_test_data\Plugin\views\query

Code

public function setFieldTimezoneOffset(&$field, $offset) {
}