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
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 install.
FileOnTranslatedEntityTest::setUp function core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php
FileOnTranslatedEntityTest::testFileUsage function core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php Tests if file field tracks file usages correctly on translated nodes.
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 install.
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.
FilePathTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets the missing upgrade paths.
FilePathTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets the source base path for the concrete test.
FilePathTest::getSourcePath function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Gets the source base path for the Credential form.
FilePathTest::makeFiles function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Creates files for the test.
FilePathTest::providerTestFilePath function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Data provider of test dates for file path test.
FilePathTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php
FilePathTest::testFilePath function core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php Executes all steps of migrations upgrade.
FilePrivateTest class core/modules/file/tests/src/Functional/FilePrivateTest.php Uploads a test to a private node and checks access.
FilePrivateTest.php file core/modules/file/tests/src/Functional/FilePrivateTest.php
FilePrivateTest::$defaultTheme property core/modules/file/tests/src/Functional/FilePrivateTest.php The theme to install as the default for testing.
FilePrivateTest::$modules property core/modules/file/tests/src/Functional/FilePrivateTest.php Modules to install.
FilePrivateTest::setUp function core/modules/file/tests/src/Functional/FilePrivateTest.php
FilePrivateTest::testPrivateFile function core/modules/file/tests/src/Functional/FilePrivateTest.php Tests file access for file uploaded to a private node.
FileProcessBase class core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php Provides functionality for file process plugins.
FileProcessBase.php file core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php
FileProcessBase::__construct function core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php Constructs a file process plugin.
FileReadOnlyStorage class core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Reads code as regular PHP files, but won't write them.
FileReadOnlyStorage.php file core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php
FileReadOnlyStorage::$directory property core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php The directory where the files should be stored.
FileReadOnlyStorage::delete function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Deletes PHP code from storage.
FileReadOnlyStorage::deleteAll function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Removes all files in this bin.
FileReadOnlyStorage::exists function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Checks whether the PHP code exists in storage.
FileReadOnlyStorage::garbageCollection function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Performs garbage collection on the storage.
FileReadOnlyStorage::getFullPath function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Gets the full file path.
FileReadOnlyStorage::listAll function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Lists all the files in the storage.
FileReadOnlyStorage::load function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Loads PHP code from storage.
FileReadOnlyStorage::save function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Saves PHP code to storage.
FileReadOnlyStorage::writeable function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Whether this is a writable storage.
FileReadOnlyStorage::__construct function core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Constructs this FileStorage object.

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