You are here

protected function WebformSubmissionListBuilder::getBaseRouteName in Webform 8.5

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

Get base route name for the webform or webform source entity.

Return value

string The base route name for webform or webform source entity.

File

src/WebformSubmissionListBuilder.php, line 1154

Class

WebformSubmissionListBuilder
Provides a list controller for webform submission entity.

Namespace

Drupal\webform

Code

protected function getBaseRouteName() {
  return $this->requestHandler
    ->getBaseRouteName($this->webform, $this->sourceEntity);
}