protected function YamlFormSubmissionListBuilder::getBaseRouteName in YAML Form 8
Get base route name for the form or form source entity.
Return value
string The base route name for form or form source entity.
File
- src/
YamlFormSubmissionListBuilder.php, line 529
Class
- YamlFormSubmissionListBuilder
- Provides a list controller for yamlform submission entity.
Namespace
Drupal\yamlformCode
protected function getBaseRouteName() {
return $this->requestHandler
->getBaseRouteName($this->yamlform, $this->sourceEntity);
}