You are here

protected property MysqlDate::$dateFormatter in Views Custom Table 9.0.x

Same name in this branch
  1. 9.0.x src/Plugin/views/filter/MysqlDate.php \Drupal\view_custom_table\Plugin\views\filter\MysqlDate::dateFormatter
  2. 9.0.x src/Plugin/views/field/MysqlDate.php \Drupal\view_custom_table\Plugin\views\field\MysqlDate::dateFormatter
Same name and namespace in other branches
  1. 8 src/Plugin/views/filter/MysqlDate.php \Drupal\view_custom_table\Plugin\views\filter\MysqlDate::dateFormatter

The date format storage.

Date Formatter

Type: Drupal\Core\Datetime\DateFormatterInterface

File

src/Plugin/views/filter/MysqlDate.php, line 33

Class

MysqlDate
Filter to handle dates stored as a datetime.

Namespace

Drupal\view_custom_table\Plugin\views\filter

Code

protected $dateFormatter;