Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Datetime/DateFormatInterface.php \Drupal\Core\Datetime\DateFormatInterface::isLocked()
  2. 9 core/lib/Drupal/Core/Datetime/DateFormatInterface.php \Drupal\Core\Datetime\DateFormatInterface::isLocked()

Determines if this date format is locked.

Return value

bool TRUE if the date format is locked, FALSE otherwise.

1 method overrides DateFormatInterface::isLocked()
DateFormat::isLocked in core/lib/Drupal/Core/Datetime/Entity/DateFormat.php
Determines if this date format is locked.

File

core/lib/Drupal/Core/Datetime/DateFormatInterface.php, line 36

Class

DateFormatInterface
Provides an interface defining a date format.

Namespace

Drupal\Core\Datetime

Code

public function isLocked();