public function LingotekProfileInterface::isLocked in Lingotek Translation 3.6.x
Same name and namespace in other branches
- 8 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::isLocked()
- 8.2 src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::isLocked()
- 4.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::isLocked()
- 3.0.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::isLocked()
- 3.1.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::isLocked()
- 3.2.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::isLocked()
- 3.3.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::isLocked()
- 3.4.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::isLocked()
- 3.5.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::isLocked()
- 3.7.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::isLocked()
- 3.8.x src/LingotekProfileInterface.php \Drupal\lingotek\LingotekProfileInterface::isLocked()
Returns whether this profile is locked.
Return value
bool Whether the profile is locked or not.
1 method overrides LingotekProfileInterface::isLocked()
- LingotekProfile::isLocked in src/
Entity/ LingotekProfile.php - Returns whether this profile is locked.
File
- src/
LingotekProfileInterface.php, line 38
Class
- LingotekProfileInterface
- Provides an interface defining a Lingotek profile entity.
Namespace
Drupal\lingotekCode
public function isLocked();