You are here

public function WebformInterface::hasTranslations in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::hasTranslations()

Determine if the current webform is translated.

Return value

bool TRUE if the current webform is translated.

1 method overrides WebformInterface::hasTranslations()
Webform::hasTranslations in src/Entity/Webform.php
Determine if the current webform is translated.

File

src/WebformInterface.php, line 466

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function hasTranslations();