public function WSEncoderBase::isCacheable in Web Service Data 8
Same name and namespace in other branches
- 2.0.x src/Plugin/WSEncoderBase.php \Drupal\wsdata\Plugin\WSEncoderBase::isCacheable()
Returns whether or not the result on the encoder are cacheable.
File
- src/
Plugin/ WSEncoderBase.php, line 20
Class
- WSEncoderBase
- Base class for Web Service Encoder plugins.
Namespace
Drupal\wsdata\PluginCode
public function isCacheable() {
return TRUE;
}