n Adding More Theme Suggestions Programmatically To Forms in drupal 8 | CodimTh

Please Disable Your Browser Adblock Extension for our site and Refresh This Page!

our ads are user friendly, we do not serve popup ads. We serve responsible ads!

Refresh Page
Skip to main content
On . By CodimTh
Category:

Code snippet that can be used to add more theme suggestions programmatically to forms in drupal 8.

To do that in our custom theme folder in the .theme file we have to add the following hook function: hook_theme_suggestions_HOOK_alter like below:

/**
 * @param array $suggestions
 * @param array $variables
 * @param $hook
 */
function THEMENAME_theme_suggestions_form_alter(array &$suggestions, array &$variables, $hook)
{
    if (isset($variables['element']['#form_id'])) {
        $suggestions[] = $hook . '__' . $variables['element']['#form_id'];
    }
}

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook