Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

Fid.php

Namespace

Drupal\file\Plugin\views\argument

File

core/modules/file/src/Plugin/views/argument/Fid.php

View source
<?php

namespace Drupal\file\Plugin\views\argument;

use Drupal\views\Attribute\ViewsArgument;
use Drupal\views\Plugin\views\argument\EntityArgument;

/**
 * Argument handler to accept multiple file ids.
 *
 * @ingroup views_argument_handlers
 */
class Fid extends EntityArgument {

}

Classes

Title Deprecated Summary
Fid Argument handler to accept multiple file ids.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal