Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/store/web/modules/contrib/state_machine/

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/store/web/modules/contrib/state_machine/state_machine.module

<?php

/**
 * @file
 * Provides workflow functionality.
 */

use Drupal\state_machine\Form\StateTransitionConfirmForm;

/**
 * Implements hook_field_widget_info_alter().
 */
function state_machine_field_widget_info_alter(array &$info) {
  $info['options_select']['field_types'][] = 'state';
}

/**
 * Implements hook_field_formatter_info_alter().
 */
function state_machine_field_formatter_info_alter(array &$info) {
  $info['list_default']['field_types'][] = 'state';
}

/**
 * Implements hook_entity_type_alter().
 */
function state_machine_entity_type_alter(array &$entity_types) {
  /** @var \Drupal\Core\Entity\EntityTypeInterface[] $entity_types */
  foreach ($entity_types as $entity_type) {
    // Sets a default state-transition-confirm form class for all entity types
    // defining a "state-transition-form" link template.
    if (!$entity_type->hasLinkTemplate('state-transition-form') ||
      $entity_type->getFormClass('state-transition-confirm')) {
      continue;
    }
    $entity_type->setFormClass('state-transition-confirm', StateTransitionConfirmForm::class);
  }
}

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