Skip to content
Snippets Groups Projects

Issue #2877924: Make node aware of the latest_version route

Issue #2877924: Make node aware of the latest_version route

Closes #2877924

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
65 80 * @return \Drupal\node\Entity\Node
66 81 * The mocked node.
67 82 */
68 protected function setupNode($nid) {
83 protected function setupNode(int $nid): Node {
  • 48 63 * @return \Drupal\Core\Routing\CurrentRouteMatch
    49 64 * The mocked current route match object.
    50 65 */
    51 protected function setupCurrentRouteMatch($route_name, $nid) {
    66 protected function setupCurrentRouteMatch(string $route_name, int $nid): CurrentRouteMatch {
  • Stephen Mustgrave left review comments

    left review comments

  • andrew farquharson added 393 commits

    added 393 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading