protected property MysqlDate::$dateFormatter in Views Custom Table 8
Same name in this branch
- 8 src/Plugin/views/filter/MysqlDate.php \Drupal\view_custom_table\Plugin\views\filter\MysqlDate::dateFormatter
- 8 src/Plugin/views/field/MysqlDate.php \Drupal\view_custom_table\Plugin\views\field\MysqlDate::dateFormatter
Same name and namespace in other branches
- 9.0.x 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\fieldCode
protected $dateFormatter;