Pantheon\Terminus\Collections\EnvironmentOwnedCollection::getUrl PHP Method

getUrl() public method

public getUrl ( )
    public function getUrl()
    {
        return $this->replaceUrlTokens(parent::getUrl());
    }

Usage Example

Example #1
0
 public function getUrl()
 {
     return parent::getUrl() . '?hydrate=' . $this->hydrate;
 }