public function WSDecoderInterface::accepts in Web Service Data 2.0.x
Same name and namespace in other branches
- 8 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\PluginCode
public function accepts();