You are here

protected property DateFormatFormBase::$dateFormatStorage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/src/Form/DateFormatFormBase.php \Drupal\system\Form\DateFormatFormBase::dateFormatStorage

The date format storage.

Type: \Drupal\Core\Config\Entity\ConfigEntityStorageInterface

File

core/modules/system/src/Form/DateFormatFormBase.php, line 29

Class

DateFormatFormBase
Provides a base form for date formats.

Namespace

Drupal\system\Form

Code

protected $dateFormatStorage;