PPI\Framework\Module\AbstractModule::loadYamlRoutes PHP Method

loadYamlRoutes() protected method

Load up our routes.
Deprecation: Please use loadSymfonyRoutes instead
protected loadYamlRoutes ( string $path ) : RouteCollection
$path string
return Symfony\Component\Routing\RouteCollection
    protected function loadYamlRoutes($path)
    {
        return $this->loadSymfonyRoutes($path);
    }