Newscoop\NewscoopBundle\Routing\PluginsLoader::supports PHP Method

supports() public method

public supports ( $resource, $type = null )
    public function supports($resource, $type = null)
    {
        return 'plugins' === $type;
    }