public function WSDecoderInterface::getData in Web Service Data 8
Same name and namespace in other branches
- 2.0.x src/Plugin/WSDecoderInterface.php \Drupal\wsdata\Plugin\WSDecoderInterface::getData()
Return the data element at the location given.
1 method overrides WSDecoderInterface::getData()
- WSDecoderBase::getData in src/
Plugin/ WSDecoderBase.php - Retrieve the value for the given data key.
File
- src/
Plugin/ WSDecoderInterface.php, line 25
Class
- WSDecoderInterface
- Defines an interface for Wsdecoder plugin plugins.
Namespace
Drupal\wsdata\PluginCode
public function getData($key = NULL, $lang = NULL);