Skip to content
Snippets Groups Projects
Commit 330ced40 authored by Ken Rickard's avatar Ken Rickard
Browse files

Issue

parent ff16477a
No related branches found
Tags 8.x-1.0-alpha6
No related merge requests found
......@@ -46,6 +46,9 @@ interface DomainNegotiatorInterface {
/**
* Gets the id of the active domain.
*
* @return string
* The id of the active domain.
*/
public function getActiveId();
......@@ -55,6 +58,9 @@ interface DomainNegotiatorInterface {
* This method is an internal method for use by the public getActiveDomain()
* call. It is responsible for determining the active hostname of the request
* and then passing that data to the negotiator.
*
* @return string
* The hostname, without the "www" if applicable.
*/
public function negotiateActiveHostname();
......@@ -66,6 +72,9 @@ interface DomainNegotiatorInterface {
*
* @param bool $reset
* Reset the internal cache of the active domain.
*
* @return \Drupal\domain\DomainInterface
* The active domain object.
*/
public function getActiveDomain($reset = FALSE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment