You are here

protected function PoweredByBlock::getRequiredCacheContexts in Ubercart 8.4

File

uc_store/src/Plugin/Block/PoweredByBlock.php, line 156

Class

PoweredByBlock
Provides a block to identify Ubercart as the store software on a site.

Namespace

Drupal\uc_store\Plugin\Block

Code

protected function getRequiredCacheContexts() {
  return [
    'url',
  ];
}