You are here

public function NameListFormat::isLocked in Name Field 8

Determines if this name format is locked.

Return value

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

Overrides NameListFormatInterface::isLocked

File

src/Entity/NameListFormat.php, line 147

Class

NameListFormat
Defines the Name List Format configuration entity class.

Namespace

Drupal\name\Entity

Code

public function isLocked() {
  return (bool) $this->locked;
}