Fix paragraph blocks not appearing in Layout Builder until layout saved
Layout Builder's tempstore can hold stale entity data, causing newly added paragraphs to not appear in the block selection UI until the layout is saved.
- Add loadFreshEntity() method to load entity directly from database
- Update getRefererEntity() to bypass tempstore cached entity
- Update ParagraphBlock::getLatestParagraph() to fallback to fresh entity when paragraph not found
- Remove unused getLatestEntityRevision() method and related code
Closes #3346580