You are here

protected property DateTimePlus::$errors in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/Component/Datetime/DateTimePlus.php \Drupal\Component\Datetime\DateTimePlus::errors

An array of errors encountered when creating this date.

File

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

Class

DateTimePlus
Wraps DateTime().

Namespace

Drupal\Component\Datetime

Code

protected $errors = array();