You are here

public function WebformRequestInterface::isWebformAdminRoute in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformRequestInterface.php \Drupal\webform\WebformRequestInterface::isWebformAdminRoute()

Determine if the current request is a webform admin route.

Return value

bool TRUE if the current request is a webform admin route.

1 method overrides WebformRequestInterface::isWebformAdminRoute()
WebformRequest::isWebformAdminRoute in src/WebformRequest.php
Determine if the current request is a webform admin route.

File

src/WebformRequestInterface.php, line 18

Class

WebformRequestInterface
Provides an interface defining a webform request handler.

Namespace

Drupal\webform

Code

public function isWebformAdminRoute();