Issue #1912536 by vollepeer, derheap | taslett: Remove all references to the (removed) user-picture.html.twig file.

8.0.x
Alex Pott 2014-05-31 07:40:38 -05:00
parent d82a0ffb8d
commit bd6c123c4f
2 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,8 @@
* or print a subset such as {{ content.field_example }}. Use
* {{ content|without('field_example') %} to temporarily suppress the printing
* of a given child element.
* - user_picture: The node author's picture from user-picture.html.twig.
* - user_picture: The node author's information as loaded from the 'compact'
* view mode for the user entity.
* - date: Formatted creation date. Preprocess functions can reformat it by
* calling format_date() with the desired parameters on
* $variables['created'].

View File

@ -20,7 +20,8 @@
* or print a subset such as {{ content.field_example }}. Use
* {{ content|without('field_example') }} to exclude the printing of a
* given child element.
* - user_picture: The node author's picture from user-picture.html.twig.
* - user_picture: The node author's information as loaded from the 'compact'
* view mode for the user entity.
* - date: Formatted creation date. Preprocess functions can reformat it by
* calling format_date() with the desired parameters on
* $variables['created'].