Created
January 22, 2016 15:39
-
-
Save mccrodp/322835a0253b2ed01d33 to your computer and use it in GitHub Desktop.
Message Template Output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Drupal\Core\Render\Markup Object | |
( | |
[string:protected] => | |
<!-- THEME DEBUG --> | |
<!-- THEME HOOK: 'message' --> | |
<!-- FILE NAME SUGGESTIONS: | |
* message--2--full.html.twig | |
* message--2.html.twig | |
* message--example-create-node--full.html.twig | |
* message--example-create-node.html.twig | |
* message--full.html.twig | |
x message.html.twig | |
--> | |
<!-- BEGIN OUTPUT from 'modules/message/templates/message.html.twig' --> | |
<div data-quickedit-entity-id="message/2"> | |
<!-- THEME DEBUG --> | |
<!-- THEME HOOK: 'field' --> | |
<!-- FILE NAME SUGGESTIONS: | |
* field--message--field-published--example-create-node.html.twig | |
* field--message--field-published.html.twig | |
* field--message--example-create-node.html.twig | |
* field--field-published.html.twig | |
* field--boolean.html.twig | |
x field.html.twig | |
--> | |
<!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> | |
<div data-quickedit-field-id="message/2/field_published/en/full" class="field field--name-field-published field--type-boolean field--label-above"> | |
<div class="field__label">Published</div> | |
<div class="field__item">On</div> | |
</div> | |
<!-- END OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> | |
<!-- THEME DEBUG --> | |
<!-- THEME HOOK: 'field' --> | |
<!-- FILE NAME SUGGESTIONS: | |
* field--message--field-node-reference--example-create-node.html.twig | |
* field--message--field-node-reference.html.twig | |
* field--message--example-create-node.html.twig | |
* field--field-node-reference.html.twig | |
* field--entity-reference.html.twig | |
x field.html.twig | |
--> | |
<!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> | |
<div data-quickedit-field-id="message/2/field_node_reference/en/full" class="field field--name-field-node-reference field--type-entity-reference field--label-above"> | |
<div class="field__label">Node reference</div> | |
<div class="field__item"> | |
<!-- THEME DEBUG --> | |
<!-- THEME HOOK: 'node' --> | |
<!-- FILE NAME SUGGESTIONS: | |
* node--2--default.html.twig | |
* node--2.html.twig | |
* node--page--default.html.twig | |
* node--page.html.twig | |
* node--default.html.twig | |
x node.html.twig | |
--> | |
<!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/node.html.twig' --> | |
<article data-history-node-id="2" data-quickedit-entity-id="node/2" role="article" class="contextual-region node node--type-page node--view-mode-default" about="/node/2" typeof="schema:WebPage"> | |
<h2> | |
<a href="/node/2" rel="bookmark"> | |
<!-- THEME DEBUG --> | |
<!-- THEME HOOK: 'field' --> | |
<!-- FILE NAME SUGGESTIONS: | |
* field--node--title--page.html.twig | |
x field--node--title.html.twig | |
* field--node--page.html.twig | |
* field--title.html.twig | |
* field--string.html.twig | |
* field.html.twig | |
--> | |
<!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> | |
<span property="schema:name" data-quickedit-field-id="node/2/title/en/default" class="field field--name-title field--type-string field--label-hidden">Page for Test</span> | |
<!-- END OUTPUT from 'core/themes/classy/templates/field/field--node--title.html.twig' --> | |
</a> | |
</h2> | |
<div data-contextual-id="node:node=2:changed=1453290190&langcode=en"></div> | |
<!-- THEME DEBUG --> | |
<!-- THEME HOOK: 'rdf_metadata' --> | |
<!-- BEGIN OUTPUT from 'core/themes/classy/templates/misc/rdf-metadata.html.twig' --> | |
<span property="schema:name" content="Page for Test" class="rdf-meta hidden"></span> | |
<!-- END OUTPUT from 'core/themes/classy/templates/misc/rdf-metadata.html.twig' --> | |
<div class="node__content"> | |
<!-- THEME DEBUG --> | |
<!-- THEME HOOK: 'field' --> | |
<!-- FILE NAME SUGGESTIONS: | |
* field--node--body--page.html.twig | |
* field--node--body.html.twig | |
* field--node--page.html.twig | |
* field--body.html.twig | |
x field--text-with-summary.html.twig | |
* field.html.twig | |
--> | |
<!-- BEGIN OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> | |
<div property="schema:text" data-quickedit-field-id="node/2/body/en/default" class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"><p>Now we can see template data...</p></div> | |
<!-- END OUTPUT from 'core/themes/classy/templates/field/field--text-with-summary.html.twig' --> | |
<!-- THEME DEBUG --> | |
<!-- THEME HOOK: 'links__node' --> | |
<!-- FILE NAME SUGGESTIONS: | |
x links--node.html.twig | |
x links--node.html.twig | |
* links.html.twig | |
--> | |
<!-- BEGIN OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> | |
<!-- END OUTPUT from 'core/themes/classy/templates/content/links--node.html.twig' --> | |
</div> | |
</article> | |
<!-- END OUTPUT from 'core/themes/classy/templates/content/node.html.twig' --> | |
</div> | |
</div> | |
<!-- END OUTPUT from 'core/themes/classy/templates/field/field.html.twig' --> | |
</div> | |
<!-- END OUTPUT from 'modules/message/templates/message.html.twig' --> | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment