public function DateFormatInterface::isLocked in Drupal 9
Same name and namespace in other branches
- 8 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\DatetimeCode
public function isLocked();