You are here

public function NameListFormatInterface::isLocked in Name Field 8

Determines if this name format is locked.

Return value

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

1 method overrides NameListFormatInterface::isLocked()
NameListFormat::isLocked in src/Entity/NameListFormat.php
Determines if this name format is locked.

File

src/NameListFormatInterface.php, line 18

Class

NameListFormatInterface
Provides an interface defining a name format.

Namespace

Drupal\name

Code

public function isLocked();