DateFormatInterface::isLocked

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();
doc_Drupal
2016-10-29 09:00:41
Comments
Leave a Comment

Please login to continue.