function PostSaveProcess::needsRouterRebuild

Same name and namespace in other branches
  1. 11.x core/modules/views/src/PostSaveProcess.php \Drupal\views\PostSaveProcess::needsRouterRebuild()

Does the router need rebuilding?

File

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

Class

PostSaveProcess
Defines the post save process value object.

Namespace

Drupal\views

Code

public function needsRouterRebuild() : bool {
  return $this->routerRebuild;
}

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