n Show only specific options in select field 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:

Example How to Show only first level options in select field in drupal 8

 

if ( $form['#id'] == 'views-exposed-form-documents-page-1'){
    $options_act = $form['category']['#options'];
    foreach ($options_act as $key => $activity) {
        if (isset($activity) && !is_object($activity)) {
            if (strpos($activity, '-', 0) === 0) {
                unset($options_act[$key]);
            }
        }
    }

    $form['category']['#options'] = $options_act;
}

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