You are here

public function InvalidDateException::getField in Persian Date for Drupal 8 8.4

Get the invalid field.

Return value

string

File

src/Library/Carbon/Exceptions/InvalidDateException.php, line 53

Class

InvalidDateException

Namespace

Drupal\persian_date\Library\Carbon\Exceptions

Code

public function getField() {
  return $this->field;
}