function ParamNotConvertedException::getRouteName
Same name in other branches
- 8.9.x core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php \Drupal\Core\ParamConverter\ParamNotConvertedException::getRouteName()
- 10 core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php \Drupal\Core\ParamConverter\ParamNotConvertedException::getRouteName()
- 11.x core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php \Drupal\Core\ParamConverter\ParamNotConvertedException::getRouteName()
Get the route name that was not converted.
Return value
string The route name that was not converted.
File
-
core/
lib/ Drupal/ Core/ ParamConverter/ ParamNotConvertedException.php, line 50
Class
- ParamNotConvertedException
- Provides an exception class for a request parameter that was not converted.
Namespace
Drupal\Core\ParamConverterCode
public function getRouteName() {
return $this->routeName;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.