Back to InstallerAdapter class

Method getRoute

public string
getRoute
()
Get the install route being followed
Returns
  • string The install route
Since
  • 3.4

Method getRoute - Source code

/**
 * Get the install route being followed
 *
 * @return  string  The install route
 *
 * @since   3.4
 */
public function getRoute()
{
    return $this->route;
}