DateFormatDeleteForm::__construct

public DateFormatDeleteForm::__construct(DateFormatterInterface $date_formatter)

Constructs an DateFormatDeleteForm object.

Parameters

\Drupal\Core\Datetime\DateFormatterInterface $date_formatter: The date formatter service.

File

core/modules/system/src/Form/DateFormatDeleteForm.php, line 27

Class

DateFormatDeleteForm
Builds a form to delete a date format.

Namespace

Drupal\system\Form

Code

1
2
3
public function __construct(DateFormatterInterface $date_formatter) {
  $this->dateFormatter = $date_formatter;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.