function Date::getArgFormat
Same name and namespace in other branches
- 11.x core/modules/views/src/Plugin/views/argument/Date.php \Drupal\views\Plugin\views\argument\Date::getArgFormat()
Returns the date format used in the query in a form usable by PHP.
Return value
string The date format used in the query.
File
-
core/
modules/ views/ src/ Plugin/ views/ argument/ Date.php, line 147
Class
- Date
- Argument handler for dates.
Namespace
Drupal\views\Plugin\views\argumentCode
public function getArgFormat() : string {
return $this->argFormat;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.