You are here

public function WebformTranslationManagerInterface::isAdminRoute in Webform 8.5

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

Determine if the translated webform should be displayed.

Return value

bool TRUE if the translated webform should be displayed.

1 method overrides WebformTranslationManagerInterface::isAdminRoute()
WebformTranslationManager::isAdminRoute in src/WebformTranslationManager.php
Determine if the translated webform should be displayed.

File

src/WebformTranslationManagerInterface.php, line 16

Class

WebformTranslationManagerInterface
Defines an interface for webform element translation classes.

Namespace

Drupal\webform

Code

public function isAdminRoute();