public function WebformTranslationManagerInterface::isAdminRoute in Webform 6.x
Same name and namespace in other branches
- 8.5 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\webformCode
public function isAdminRoute();