Search for file

  1. Search 7.x for file
  2. Search 8.9.x for file
  3. Search 10.3.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
FileMigrationTestTrait::setUpMigratedFiles function core/modules/file/tests/src/Kernel/Migrate/d6/FileMigrationTestTrait.php Setup and execute d6_file migration.
FilemimeFormatter class core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php Formatter to render the file MIME type, with an optional icon.
FilemimeFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php
FilemimeFormatter::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php Defines the default settings for this plugin.
FilemimeFormatter::isApplicable function core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php Returns if the formatter can be used for the provided field.
FilemimeFormatter::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php Returns a form to configure settings for the formatter.
FilemimeFormatter::viewValue function core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php Generate the output appropriate for one field item.
FileModuleTestForm class core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php Form controller for file_module_test module.
FileModuleTestForm.php file core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php
FileModuleTestForm::buildForm function core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php
FileModuleTestForm::getFormId function core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php Returns a unique string identifying the form.
FileModuleTestForm::submitForm function core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php Form submission handler.
FileMoveTest class core/modules/image/tests/src/Functional/FileMoveTest.php Tests the file move function for images and image styles.
FileMoveTest class core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php Tests the unmanaged file move function.
FileMoveTest.php file core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php
FileMoveTest.php file core/modules/image/tests/src/Functional/FileMoveTest.php
FileMoveTest::$defaultTheme property core/modules/image/tests/src/Functional/FileMoveTest.php The theme to install as the default for testing.
FileMoveTest::$fileRepository property core/modules/image/tests/src/Functional/FileMoveTest.php The file repository service.
FileMoveTest::$modules property core/modules/image/tests/src/Functional/FileMoveTest.php Modules to enable.
FileMoveTest::setUp function core/modules/image/tests/src/Functional/FileMoveTest.php
FileMoveTest::testMissing function core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php Try to move a missing file.
FileMoveTest::testNormal function core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php Move a normal file.
FileMoveTest::testNormal function core/modules/image/tests/src/Functional/FileMoveTest.php Tests moving a randomly generated image.
FileMoveTest::testOverwriteSelf function core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php Try to move a file onto itself.
FileNormalizeTest class core/modules/hal/tests/src/Kernel/FileNormalizeTest.php Tests that file entities can be normalized in HAL.
FileNormalizeTest.php file core/modules/hal/tests/src/Kernel/FileNormalizeTest.php
FileNormalizeTest::$modules property core/modules/hal/tests/src/Kernel/FileNormalizeTest.php Modules to enable.
FileNormalizeTest::setUp function core/modules/hal/tests/src/Kernel/FileNormalizeTest.php
FileNormalizeTest::testNormalize function core/modules/hal/tests/src/Kernel/FileNormalizeTest.php Tests the normalize function.
FileNotExistsException class core/lib/Drupal/Core/File/Exception/FileNotExistsException.php Exception thrown when a file is expected to exist but does not.
FileNotExistsException.php file core/lib/Drupal/Core/File/Exception/FileNotExistsException.php
FileOnTranslatedEntityTest class core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php Uploads files to translated nodes.
FileOnTranslatedEntityTest.php file core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php
FileOnTranslatedEntityTest::$defaultTheme property core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php The theme to install as the default for testing.
FileOnTranslatedEntityTest::$fieldName property core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php The name of the file field used in the test.
FileOnTranslatedEntityTest::$modules property core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php Modules to enable.
FileOnTranslatedEntityTest::setUp function core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php
FileOnTranslatedEntityTest::testSyncedFiles function core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php Tests synced file fields on translated nodes.
FilePathTest class core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Tests the Drupal 7 public and private file migrations.
FilePathTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php
FilePathTest::$defaultTheme property core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php The theme to install as the default for testing.
FilePathTest::$fs property core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php The file system service.
FilePathTest::$localDirectory property core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php The base path to the source files on the destination site.
FilePathTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Modules to enable.
FilePathTest::$profile property core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Use the Standard profile to test help implementations of many core modules.
FilePathTest::$sourceFileScheme property core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php The file scheme variables in the source database.
FilePathTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets the available upgrade paths.
FilePathTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets the expected number of entities per entity type after migration.
FilePathTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets expected number of entities per entity after incremental migration.
FilePathTest::getManagedFiles function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets the file data.

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