Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/wirtschaftsclub.web-klick.de/themes/bootstrap/src/Traits/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : /var/www/html/wirtschaftsclub.web-klick.de/themes/bootstrap/src/Traits/FormAutoloadFixTrait.php

<?php

namespace Drupal\bootstrap\Traits;

use Drupal\bootstrap\Bootstrap;
use Drupal\Core\Form\FormStateInterface;

/**
 * Trait FormAutoloadFixTrait.
 */
trait FormAutoloadFixTrait {

  /**
   * Adds the autoload fix include file to the form state.
   *
   * This may be necessary if you notice your AJAX callbacks not working.
   *
   * @param \Drupal\Core\Form\FormStateInterface $form_state
   *   The form state object.
   */
  public static function formAutoloadFix(FormStateInterface $form_state) {
    $files = $form_state->getBuildInfo()['files'];

    // Only add the include once.
    $file = Bootstrap::autoloadFixInclude();
    $key = array_search($file, $files);
    if ($key === FALSE) {
      array_unshift($files, $file);
      $form_state->addBuildInfo('files', $files);
    }
  }

}

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net