Skip to content
Snippets Groups Projects

Issue #3525442 by grimreaper: Source entity_link makes rendering uncacheable

Merged Issue #3525442 by grimreaper: Source entity_link makes rendering uncacheable
2 unresolved threads
2 unresolved threads

Closes #3525442

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
162 162 if (!($entity instanceof EntityInterface)) {
163 163 return $element;
164 164 }
165 $entity_type = $entity->getEntityType();
  • 162 162 if (!($entity instanceof EntityInterface)) {
    163 163 return $element;
    164 164 }
    165 $entity_type = $entity->getEntityType();
    166 $cacheable_metadata = CacheableMetadata::createFromObject($entity_type);
    167 $urls = $this->getPropValueUrlAndString();
    168 if ($urls["url"] instanceof Url) {
  • added 1 commit

    • 5229a4ac - Issue #3525442 by grimreaper: Update other sources cache metadata handling.

    Compare with previous version

  • Mikael Meulle added 6 commits

    added 6 commits

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading