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

    return $cache_tags;
  }