Newscoop\NewscoopBundle\Routing\PluginsLoader::supports PHP 메소드

supports() 공개 메소드

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