Issue #3525442 by grimreaper: Source entity_link makes rendering uncacheable
2 unresolved threads
Closes #3525442
Merge request reports
Activity
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
added 6 commits
-
5229a4ac...43f6334b - 4 commits from branch
project:2.0.x
- bef9ffd5 - Issue #3525442 by grimreaper: Source entity_link makes rendering uncacheable
- 6f08e8cb - Issue #3525442 by grimreaper: Update other sources cache metadata handling.
-
5229a4ac...43f6334b - 4 commits from branch
Please register or sign in to reply