| 1 | <?php |
||
| 8 | class EntityEmbedTestTwigController { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * Menu callback for testing entity_embed twig extension using entity ID. |
||
| 12 | */ |
||
| 13 | public function idRender() { |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Menu callback for testing entity_embed twig extension using 'label' Entity Embed Display plugin. |
||
| 23 | */ |
||
| 24 | public function labelPluginRender() { |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Menu callback for testing entity_embed twig extension using 'label' Entity Embed Display plugin without linking to the node. |
||
| 35 | */ |
||
| 36 | public function labelPluginNoLinkRender() { |
||
| 45 | |||
| 46 | } |
||
| 47 |