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/field/MysqlDate.php \Drupal\view_custom_table\Plugin\views\field\MysqlDate::dateFormatter

The date formatter service.

Type: \Drupal\Core\Datetime\DateFormatterInterface

File

src/Plugin/views/field/MysqlDate.php, line 26

Class

MysqlDate
A handler to provide a field that is completely custom by the administrator.

Namespace

Drupal\view_custom_table\Plugin\views\field

Code

protected $dateFormatter;