public function Domain301RedirectManagerInterface::checkRedirectLoop in Domain 301 Redirect 8
Determine if connection should be refreshed.
Parameters
string $domain: The domain to be checked.
Return value
array Returns the list of options that domain_301_redirect provides.
1 method overrides Domain301RedirectManagerInterface::checkRedirectLoop()
- Domain301RedirectManager::checkRedirectLoop in src/
Domain301RedirectManager.php - Determine if connection should be refreshed.
File
- src/
Domain301RedirectManagerInterface.php, line 30
Class
- Domain301RedirectManagerInterface
- Interface for Domain301RedirectManager.
Namespace
Drupal\domain_301_redirectCode
public function checkRedirectLoop($domain);