You are here

public function UIkitViewTable::getCacheMaxAge in UIkit Components 8

Same name and namespace in other branches
  1. 8.3 uikit_views/src/Plugin/views/style/UIkitViewTable.php \Drupal\uikit_views\Plugin\views\style\UIkitViewTable::getCacheMaxAge()
  2. 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\style

Code

public function getCacheMaxAge() {
  return 0;
}