public function YamlFormInterface::hasTranslations in YAML Form 8
Determine if the current form is translated.
Return value
bool TRUE if the current form is translated.
1 method overrides YamlFormInterface::hasTranslations()
- YamlForm::hasTranslations in src/
Entity/ YamlForm.php - Determine if the current form is translated.
File
- src/
YamlFormInterface.php, line 85
Class
- YamlFormInterface
- Provides an interface defining a form entity.
Namespace
Drupal\yamlformCode
public function hasTranslations();