Returns the outputKey property.
Return value
string
The outputKey property.
File
- drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/CachePluginBase.php, line 67
- Definition of Drupal\views\Plugin\views\cache\CachePluginBase.
Class
- CachePluginBase
- The base plugin to handle caching.
Namespace
Drupal\views\Plugin\views\cache
Code
public function getOutputKey() {
return $this->outputKey;
}