You are here

public property WSDecoderBase::$data in Web Service Data 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/WSDecoderBase.php \Drupal\wsdata\Plugin\WSDecoderBase::data

Storage for decoded data.

Type: mixed

File

src/Plugin/WSDecoderBase.php, line 16

Class

WSDecoderBase
Base class for Wsdecoder plugin plugins.

Namespace

Drupal\wsdata\Plugin

Code

public $data;