You are here

public function DateTimePlus::getErrors in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Component/Datetime/DateTimePlus.php \Drupal\Component\Datetime\DateTimePlus::getErrors()

Gets error messages.

Public function to return the error messages.

File

core/lib/Drupal/Component/Datetime/DateTimePlus.php, line 420
Contains \Drupal\Component\Datetime\DateTimePlus.

Class

DateTimePlus
Wraps DateTime().

Namespace

Drupal\Component\Datetime

Code

public function getErrors() {
  return $this->errors;
}