function SearchPage::postSave
Overrides EntityBase::postSave
File
- 
              core/
modules/ search/ src/ Entity/ SearchPage.php, line 193  
Class
- SearchPage
 - Defines a configured search page.
 
Namespace
Drupal\search\EntityCode
public function postSave(EntityStorageInterface $storage, $update = TRUE) {
  parent::postSave($storage, $update);
  $this->routeBuilder()
    ->setRebuildNeeded();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.