function PostSaveProcess::setRouterRebuild

Sets routerRebuild to true.

File

core/modules/views/src/PostSaveProcess.php, line 27

Class

PostSaveProcess
Defines the post save process value object.

Namespace

Drupal\views

Code

public function setRouterRebuild() : void {
  $this->routerRebuild = TRUE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.