Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SearchPage.php

function SearchPage::postSave

Overrides EntityBase::postSave

File

core/modules/search/src/Entity/SearchPage.php, line 199

Class

SearchPage
Defines a configured search page.

Namespace

Drupal\search\Entity

Code

public function postSave(EntityStorageInterface $storage, $update = TRUE) {
    parent::postSave($storage, $update);
    $this->routeBuilder()
        ->setRebuildNeeded();
}
RSS feed
Powered by Drupal