コード例 #1
0
ファイル: EntityReference.php プロジェクト: eloiv/botafoc.cat
  /**
   * {@inheritdoc}
   */
  public function getCacheContexts() {
    $cache_contexts = Cache::mergeContexts(parent::getCacheContexts(), $this->view->storage->getCacheContexts());
    $cache_contexts = Cache::mergeContexts($cache_contexts, $this->targetEntityType->getListCacheContexts());

    return $cache_contexts;
  }