public function CachePluginBase::getOutputKey in Views (for Drupal 7) 8.3
Returns the outputKey property.
Return value
string The outputKey property.
File
- lib/
Drupal/ views/ Plugin/ views/ cache/ CachePluginBase.php, line 82 - Definition of Drupal\views\Plugin\views\cache\CachePluginBase.
Class
- CachePluginBase
- The base plugin to handle caching.
Namespace
Drupal\views\Plugin\views\cacheCode
public function getOutputKey() {
return $this->outputKey;
}