README.txt |
README.txt |
|
This module renders a block that shows the login form to anonymous users
and a "welcome username" with logout link block to authenticated users.
The string "Welcome" and "logout" are translatable with the t()… |
welcome-username-login.html.twig |
templates/welcome-username-login.html.twig |
|
{{ content.login_form }}
{% if content.profile_link %}
{{ content.profile_link }} | {{ content.logout_link }}
{% endif %} |
WelcomeUserNameBlock.php |
src/Plugin/Block/WelcomeUserNameBlock.php |
Drupal\welcome_username\Plugin\Block |
|
welcome_username.info.yml |
welcome_username.info.yml |
|
welcome_username.info.yml |
welcome_username.module |
welcome_username.module |
|
Module file for welcome_username. |