Empty Coalesce
Empty Coalesce adds the ???
operator to Twig that will return the first thing that is defined, not null, and not empty. This is particularly useful when you're dealing with a number of fallback/default values that may or may not exist, and may or may not be empty.
The ???
Empty Coalescing operator is similar to the ??
null coalescing operator, but also ignores empty strings (""
) and empty arrays ([]
) as well.
- Installation Instructions
To install this plugin, copy the command above to your terminal.
- Active Installs
- 3,217
- License
- MIT
- Last release
- August 5, 2022
- Activity (30 days)
- 0Closed Issues0Open Issues0Merged PRs0Open PRs