getSiteConfiguration() public method

Example #1
0
 public function setConfiguredDestination()
 {
     if ($this->app->getSiteConfiguration()->offsetExists('destination')) {
         $this->app->setDestinationLocation($this->app->getSiteConfiguration()->offsetGet('destination'));
     }
 }