/twig_not_empty

Adds a Twig notEmpty test for Drupal 8

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

twig_not_empty

Adds a Twig notEmpty test for Drupal 8.

Usage: Fields

{% if content.field_name is notEmpty %}
  <div class="field_name">
    {{ content.field_name }}
  </div>
{% endif %}

Usage: Regions

{% if page.content is notEmpty %}
  {{ page.content }}
{% endif %}

License

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html