function 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.