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
TestFileParser class core/lib/Drupal/Core/Test/RunTests/TestFileParser.php Parses class names from PHP files without loading them.
TestFileParser.php file core/lib/Drupal/Core/Test/RunTests/TestFileParser.php
TestFileParser::getTestListFromFile function core/lib/Drupal/Core/Test/RunTests/TestFileParser.php Gets the classes from a PHP file.
TestFileParser::parseContents function core/lib/Drupal/Core/Test/RunTests/TestFileParser.php Parse class names out of PHP file contents.
TestFileParserTest class core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php Tests for the deprecated TestFileParser class.
TestFileParserTest.php file core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php
TestFileParserTest::provideTestFileContents function core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php
TestFileParserTest::testGetTestListFromFile function core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php @legacy-covers ::getTestListFromFile
TestFileParserTest::testParseContents function core/tests/Drupal/Tests/Core/Test/RunTests/TestFileParserTest.php @legacy-covers ::parseContents
TestFileTransfer class core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Mock FileTransfer object for test case.
TestFileTransfer.php file core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php
TestFileTransfer::$host property core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php
TestFileTransfer::$password property core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php The password for this file transfer.
TestFileTransfer::$port property core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php The port for this file transfer.
TestFileTransfer::$shouldIsDirectoryReturnTrue property core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php This is for testing the CopyRecursive logic.
TestFileTransfer::$username property core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php The username for this file transfer.
TestFileTransfer::chmodJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Stub function for changing file permissions within the jailed environment.
TestFileTransfer::connect function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Establishes a mock connection for file transfer.
TestFileTransfer::copyFileJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Copies a file within the jailed environment.
TestFileTransfer::createDirectoryJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Creates a directory within the jailed environment.
TestFileTransfer::factory function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Factory method to create a TestFileTransfer instance.
TestFileTransfer::isDirectory function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Checks if a path is a directory.
TestFileTransfer::isFile function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Checks if a path is a file.
TestFileTransfer::removeDirectoryJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Removes a directory within the jailed environment.
TestFileTransfer::removeFileJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Removes a file within the jailed environment.
TestFileTransferWithSettingsForm class core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php Provides an object to test the settings form functionality.
TestFileTransferWithSettingsForm.php file core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php
TestFileTransferWithSettingsForm::factory function core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php Returns a Drupal\update_test\TestFileTransferWithSettingsForm object.
TestFileTransferWithSettingsForm::getSettingsForm function core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php Returns a settings form with a text field to input a username.
TestFileUsage class core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php Test class of database file usage backend implementation.
TestFileUsage.php file core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php
TestFileUsage::add function core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php Records that a module is using a file.
TestFileUsage::delete function core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php Removes a record to indicate that a module is no longer using a file.
TestFileUsage::listUsage function core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php Determines where a file is used.
TestingHooksProfile class core/profiles/tests/testing_hooks/src/Hook/TestingHooksProfile.php Hook implementation on behalf of another module.
TestingHooksProfile.php file core/profiles/tests/testing_hooks/src/Hook/TestingHooksProfile.php
TestingHooksProfile::flush function core/profiles/tests/testing_hooks/src/Hook/TestingHooksProfile.php Implements hook_cache_flush().
TestingProfileHooksTest class core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooksTest.php Tests installing the Testing profile with update notifications on.
TestingProfileHooksTest.php file core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooksTest.php
TestingProfileHooksTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooksTest.php The theme to install as the default for testing.
TestingProfileHooksTest::$profile property core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooksTest.php The profile to install as a basis for testing.
TestingProfileHooksTest::testHookPickup function core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooksTest.php Test hooks are picked up.
TestingProfileInstallTest class core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Tests installing the Testing profile with update notifications on.
TestingProfileInstallTest.php file core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php
TestingProfileInstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php The theme to install as the default for testing.
TestingProfileInstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php The profile to install as a basis for testing.
TestingProfileInstallTest::installParameters function core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Returns the parameters that will be used when the test installs Drupal.
TestingProfileInstallTest::testUpdateModuleInstall function core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Ensure the Update Status module is installed.
testing_hooks.profile file core/profiles/tests/testing_hooks/testing_hooks.profile
testing_install_profile_all_dependencies.info.yml file core/profiles/tests/testing_install_profile_all_dependencies/testing_install_profile_all_dependencies.info.yml core/profiles/tests/testing_install_profile_all_dependencies/testing_install_profile_all_dependencies.info.yml

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