public function UIkitViewTable::getCacheMaxAge in UIkit Components 8
Same name and namespace in other branches
- 8.3 uikit_views/src/Plugin/views/style/UIkitViewTable.php \Drupal\uikit_views\Plugin\views\style\UIkitViewTable::getCacheMaxAge()
- 8.2 uikit_views/src/Plugin/views/style/UIkitViewTable.php \Drupal\uikit_views\Plugin\views\style\UIkitViewTable::getCacheMaxAge()
The maximum age for which this object may be cached.
Return value
int The maximum time in seconds that this object may be cached.
Overrides CacheableDependencyInterface::getCacheMaxAge
File
- uikit_views/
src/ Plugin/ views/ style/ UIkitViewTable.php, line 469
Class
- UIkitViewTable
- Style plugin to render each item in a UIkit Table component.
Namespace
Drupal\uikit_views\Plugin\views\styleCode
public function getCacheMaxAge() {
return 0;
}