function PostSaveProcess::setRouterRebuild
Same name and namespace in other branches
- 11.x core/modules/views/src/PostSaveProcess.php \Drupal\views\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\viewsCode
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.