public DateFormatInterface::isLocked()
Determines if this date format is locked.
Return value
bool TRUE if the date format is locked, FALSE otherwise.
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();
Please login to continue.