You are here

public function LinkBinding::getDestination in Drupal 7 to 8/9 Module Upgrader 8

Returns the Drupal 8 route in this binding.

Return value

\Drupal\drupalmoduleupgrader\Routing\Drupal7\RouteWrapper

1 call to LinkBinding::getDestination()
MenuLinkBinding::build in src/Routing/LinkBinding/MenuLinkBinding.php
Builds the link definition.

File

src/Routing/LinkBinding/LinkBinding.php, line 60

Class

LinkBinding
Represents a binding between a Drupal 7 route and a Drupal 8 one.

Namespace

Drupal\drupalmoduleupgrader\Routing\LinkBinding

Code

public function getDestination() {
  return $this->destination;
}