function 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 162
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.