私はD8のボディエレメントにクラスを取得しようとしています。私が手 themename.theme use Drupal\Component\Utility\Html;
/**
* Preprocess variables for html templates.
*/
function HOOK_preprocess_html(&$variables) {
$path_clas
のDrupal 8における小枝は、スイッチのcase文 {% set size = rows | length %}
{% switch rows %}
{% case "1" %}
{{ do something }}
{% case "2" %}
{{ do example }}
{% case "3" %}
{{ do th