Snippets tagged “if-then-else”
1 snippet uses this tag.
- Twig ternary operator, Shorthand if-then-elsePHP
In PHP, you can use the ternary operator to perform a shorthand if-then-else statement.
1 snippet uses this tag.
In PHP, you can use the ternary operator to perform a shorthand if-then-else statement.