You are here

public function NameFormatInterface::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 NameFormatInterface::isLocked()
NameFormat::isLocked in src/Entity/NameFormat.php
Determines if this name format is locked.

File

src/NameFormatInterface.php, line 18

Class

NameFormatInterface
Provides an interface defining a name format.

Namespace

Drupal\name

Code

public function isLocked();