public function Domain301RedirectManagerInterface::getRedirectCheckUrl in Domain 301 Redirect 8
Generate a url to the redirect check controller endpoint.
Return value
\Drupal\Core\Url The redirect check url.
1 method overrides Domain301RedirectManagerInterface::getRedirectCheckUrl()
- Domain301RedirectManager::getRedirectCheckUrl in src/
Domain301RedirectManager.php - Generate a url to the redirect check controller endpoint.
File
- src/
Domain301RedirectManagerInterface.php, line 38
Class
- Domain301RedirectManagerInterface
- Interface for Domain301RedirectManager.
Namespace
Drupal\domain_301_redirectCode
public function getRedirectCheckUrl($domain);