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 10.3.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
FileVideoFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php
FileVideoFormatter::calculateDependencies function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Calculates dependencies for the configured plugin.
FileVideoFormatter::create function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Instantiates a new instance of the implementing class using autowiring.
FileVideoFormatter::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Defines the default settings for this plugin.
FileVideoFormatter::getMediaType function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Gets the applicable media type for a formatter.
FileVideoFormatter::onDependencyRemoval function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Informs the plugin that some configuration it depends on will be deleted.
FileVideoFormatter::prepareAttributes function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Prepare the attributes according to the settings.
FileVideoFormatter::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Returns a form to configure settings for the formatter.
FileVideoFormatter::settingsSummary function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Returns a short summary for the current formatter settings.
FileVideoFormatter::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Builds a renderable array for a field value.
FileVideoFormatter::__construct function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Constructs a FormatterBase object.
FileVideoFormatterTest class core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php Tests Drupal\file\Plugin\Field\FieldFormatter\FileVideoFormatter.
FileVideoFormatterTest.php file core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php
FileVideoFormatterTest::$defaultTheme property core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php The theme to install as the default for testing.
FileVideoFormatterTest::$modules property core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php Modules to install.
FileVideoFormatterTest::testAttributes function core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php Tests that the attributes added to the formatter are applied on render.
FileVideoFormatterTest::testRender function core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php Tests render.
FileVideoFormatterUpdateTest class core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterUpdateTest.php Tests the upgrade path for video formatters.
FileVideoFormatterUpdateTest.php file core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterUpdateTest.php
FileVideoFormatterUpdateTest::$modules property core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterUpdateTest.php Modules to install after the database is loaded.
FileVideoFormatterUpdateTest::setDatabaseDumpFiles function core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterUpdateTest.php Set database dump files to be used.
FileVideoFormatterUpdateTest::testPlaysInlineUpdate function core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterUpdateTest.php Tests plays inline update.
FileVideoPosterFormatterTest class core/modules/file/tests/src/Functional/Formatter/FileVideoPosterFormatterTest.php Tests rendering poster on video.
FileVideoPosterFormatterTest.php file core/modules/file/tests/src/Functional/Formatter/FileVideoPosterFormatterTest.php
FileVideoPosterFormatterTest::$defaultTheme property core/modules/file/tests/src/Functional/Formatter/FileVideoPosterFormatterTest.php The theme to install as the default for testing.
FileVideoPosterFormatterTest::$modules property core/modules/file/tests/src/Functional/Formatter/FileVideoPosterFormatterTest.php Modules to install.
FileVideoPosterFormatterTest::testPosterImageStyle function core/modules/file/tests/src/Functional/Formatter/FileVideoPosterFormatterTest.php Tests rendering poster on video using an image style.
FileVideoPosterFormatterTest::testPosterNoImageStyle function core/modules/file/tests/src/Functional/Formatter/FileVideoPosterFormatterTest.php Tests rendering poster on video.
FileViewsData class core/modules/file/src/FileViewsData.php Provides views data for the file entity type.
FileViewsData.php file core/modules/file/src/FileViewsData.php
FileViewsData::getViewsData function core/modules/file/src/FileViewsData.php Returns views data for the entity type.
FileViewsDataTest class core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php Tests file views data.
FileViewsDataTest.php file core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php
FileViewsDataTest::$modules property core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php Modules to install.
FileViewsDataTest::setUp function core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php
FileViewsDataTest::testRelationshipViewsData function core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php Tests views data generated for file field relationship.
FileViewsFieldAccessTest class core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php Tests base field access in Views for the file entity.
FileViewsFieldAccessTest.php file core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php
FileViewsFieldAccessTest::$modules property core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php Modules to install.
FileViewsFieldAccessTest::setUp function core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php
FileViewsFieldAccessTest::testFileFields function core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php Check access for file fields.
FileViewsHooks class core/modules/file/src/Hook/FileViewsHooks.php Hook implementations for file.
FileViewsHooks.php file core/modules/file/src/Hook/FileViewsHooks.php
FileViewsHooks::fieldViewsData function core/modules/file/src/Hook/FileViewsHooks.php Implements hook_field_views_data().
FileViewsHooks::fieldViewsDataViewsDataAlter function core/modules/file/src/Hook/FileViewsHooks.php Implements hook_field_views_data_views_data_alter().
FileViewsHooks::__construct function core/modules/file/src/Hook/FileViewsHooks.php
FileWidget class core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Plugin implementation of the 'file_generic' widget.
FileWidget.php file core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
FileWidget::$elementInfo property core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php The element info manager.
FileWidget::defaultSettings function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Defines the default settings for this plugin.

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