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