Search for file

  1. Search 7.x for file
  2. Search 9.5.x for file
  3. Search 8.9.x for file
  4. Search 11.x for file
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
File class core/modules/media/src/Plugin/media/Source/File.php File entity media source.
File class core/modules/file/src/Entity/File.php Defines the file entity class.
File class core/modules/file/src/Plugin/views/field/File.php Field handler to provide simple renderer that allows linking to a file.
File class core/modules/file/src/Plugin/views/wizard/File.php Tests creating managed files views with the wizard.
File class core/modules/file/src/Plugin/migrate/source/d6/File.php Drupal 6 file source from database.
File class core/modules/file/src/Plugin/migrate/source/d7/File.php Drupal 7 file source from database.
File class core/lib/Drupal/Core/Render/Element/File.php Provides a form element for uploading a file.

All search results

Title Object type File name Summary
file-audio.html.twig file core/themes/claro/templates/classy/field/file-audio.html.twig Default theme implementation to display the file entity as an audio tag.
file-audio.html.twig file core/themes/starterkit_theme/templates/field/file-audio.html.twig Default theme implementation to display the file entity as an audio tag.
file-audio.html.twig file core/modules/file/templates/file-audio.html.twig Default theme implementation to display the file entity as an audio tag.
file-link.html.twig file core/modules/file/templates/file-link.html.twig Default theme implementation for a link to a file.
file-link.html.twig file core/profiles/demo_umami/themes/umami/templates/components/field/file-link.html.twig Theme override for a link to a file.
file-link.html.twig file core/themes/stable9/templates/field/file-link.html.twig Theme override for a link to a file.
file-link.html.twig file core/themes/claro/templates/field/file-link.html.twig Theme override for a link to a file.
file-link.html.twig file core/themes/starterkit_theme/templates/field/file-link.html.twig Theme override for a link to a file.
file-managed-file.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/content-edit/file-managed-file.html.twig Theme override to display a file form widget.
file-managed-file.html.twig file core/themes/stable9/templates/content-edit/file-managed-file.html.twig Theme override to display a file form widget.
file-managed-file.html.twig file core/themes/claro/templates/content-edit/file-managed-file.html.twig Theme override to display a file form widget.
file-managed-file.html.twig file core/themes/starterkit_theme/templates/content-edit/file-managed-file.html.twig Theme override to display a file form widget.
file-managed-file.html.twig file core/modules/file/templates/file-managed-file.html.twig Default theme implementation to display a file form widget.
file-upload-help.html.twig file core/modules/file/templates/file-upload-help.html.twig Default theme implementation to display help text for file fields.
file-upload-help.html.twig file core/themes/stable9/templates/content-edit/file-upload-help.html.twig Theme override to display help text for file fields.
file-upload-help.html.twig file core/themes/starterkit_theme/templates/content-edit/file-upload-help.html.twig Theme override to display help text for file fields.
file-video.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/field/file-video.html.twig Default theme implementation to display the file entity as a video tag.
file-video.html.twig file core/themes/stable9/templates/field/file-video.html.twig Theme override to display the file entity as a video tag.
file-video.html.twig file core/themes/claro/templates/classy/field/file-video.html.twig Default theme implementation to display the file entity as a video tag.
file-video.html.twig file core/themes/starterkit_theme/templates/field/file-video.html.twig Default theme implementation to display the file entity as a video tag.
file-video.html.twig file core/modules/file/templates/file-video.html.twig Default theme implementation to display the file entity as a video tag.
file-widget-multiple.html.twig file core/modules/file/templates/file-widget-multiple.html.twig Default theme implementation to display a multi file form widget.
file-widget-multiple.html.twig file core/themes/stable9/templates/content-edit/file-widget-multiple.html.twig Theme override to display a multi file form widget.
file-widget-multiple.html.twig file core/themes/claro/templates/content-edit/file-widget-multiple.html.twig Theme override to display a multiple file upload form widget.
file-widget-multiple.html.twig file core/themes/starterkit_theme/templates/content-edit/file-widget-multiple.html.twig Theme override to display a multi file form widget.
file.api.php file core/modules/file/file.api.php Hooks for file module.
file.api.php file core/lib/Drupal/Core/File/file.api.php Hooks related to the File management system.
file.css file core/profiles/demo_umami/themes/umami/css/classy/components/file.css Default style for file module.
file.css file core/themes/claro/css/components/file.css Extends styles of the file link.
file.css file core/themes/claro/css/classy/components/file.css Default style for file module.
file.css file core/themes/starterkit_theme/css/components/file.css Default style for file module.
file.event.subscriber service core/modules/file/file.services.yml Drupal\file\EventSubscriber\FileEventSubscriber
file.field.inc file core/modules/file/file.field.inc
file.field_type_categories.yml file core/modules/file/file.field_type_categories.yml core/modules/file/file.field_type_categories.yml
file.htaccess_writer service core/core.services.yml Drupal\Core\File\HtaccessWriter
file.icon.theme.css file core/modules/file/css/file.icon.theme.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
.field-icon-file_upload {
background-image: url("data:image/svg+xml,%3csvg height='36'…
file.icon.theme.pcss.css file core/modules/file/css/file.icon.theme.pcss.css .field-icon-file_upload {
background-image: url(../../../misc/icons/55565b/file_upload.svg);
}
file.info.yml file core/modules/file/file.info.yml core/modules/file/file.info.yml
file.input_stream_file_writer service core/modules/file/file.services.yml Drupal\file\Upload\InputStreamFileWriter
file.install file core/modules/file/file.install Install, update and uninstall functions for File module.
file.libraries.yml file core/modules/file/file.libraries.yml core/modules/file/file.libraries.yml
file.migrate_drupal.yml file core/modules/file/migrations/state/file.migrate_drupal.yml core/modules/file/migrations/state/file.migrate_drupal.yml
file.mime_type.guesser service core/core.services.yml Drupal\Core\File\MimeType\MimeTypeGuesser
file.mime_type.guesser.extension service core/core.services.yml Drupal\Core\File\MimeType\ExtensionMimeTypeGuesser
file.module file core/modules/file/file.module Defines a "managed_file" Form API field and a "file" field for Field module.
file.pcss.css file core/themes/claro/css/components/file.pcss.css Extends styles of the file link.
file.permissions.yml file core/modules/file/file.permissions.yml core/modules/file/file.permissions.yml
File.php file core/modules/file/src/Plugin/views/field/File.php
File.php file core/modules/file/src/Plugin/views/wizard/File.php
File.php file core/modules/file/src/Plugin/migrate/source/d6/File.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.