Dingo\Api\Console\Command\Routes::filterByPath PHP 메소드

filterByPath() 보호된 메소드

Filter the route by its path.
protected filterByPath ( array $route ) : boolean
$route array
리턴 boolean
    protected function filterByPath(array $route)
    {
        return Str::contains($route['uri'], $this->option('path'));
    }