You are here

public function WSDecoderInterface::accepts in Web Service Data 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/WSDecoderInterface.php \Drupal\wsdata\Plugin\WSDecoderInterface::accepts()

Returns a list of the data/encoding formats support by this decoder.

1 method overrides WSDecoderInterface::accepts()
WSDecoderBase::accepts in src/Plugin/WSDecoderBase.php
Returns an array of the content type of the data this processor accepts.

File

src/Plugin/WSDecoderInterface.php, line 15

Class

WSDecoderInterface
Defines an interface for Wsdecoder plugin plugins.

Namespace

Drupal\wsdata\Plugin

Code

public function accepts();