You are here

public function SinglePageSiteManager::updateHash in Single Page Site 2.x

Same name and namespace in other branches
  1. 8 src/Manager/SinglePageSiteManager.php \Drupal\single_page_site\Manager\SinglePageSiteManager::updateHash()
  2. 2.0.x src/Manager/SinglePageSiteManager.php \Drupal\single_page_site\Manager\SinglePageSiteManager::updateHash()

Returns id url hash has to be updated.

Return value

array|mixed|null Return the result of operation with get() for updatehash.

File

src/Manager/SinglePageSiteManager.php, line 158

Class

SinglePageSiteManager
Class SinglePageSiteManager.

Namespace

Drupal\single_page_site\Manager

Code

public function updateHash() {
  return $this->settings
    ->get('updatehash');
}