eZ\Bundle\EzPublishRestBundle\Routing\OptionsLoader::supports PHP Method

supports() public method

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