Search for file
Exact matches
| Title | Object type | File name | Summary | 
|---|---|---|---|
| File | class | core/ | 
                      File entity media source. | 
| File | class | core/ | 
                      Defines the file entity class. | 
| File | class | core/ | 
                      Field handler to provide simple renderer that allows linking to a file. | 
| File | class | core/ | 
                      Tests creating managed files views with the wizard. | 
| File | class | core/ | 
                      Drupal 6 file source from database. | 
| File | class | core/ | 
                      Drupal 7 file source from database. | 
| File | class | core/ | 
                      Provides a form element for uploading a file. | 
All search results
| Title | Object type | File name | Summary | 
|---|---|---|---|
| CssOptimizer::$rewriteFileURIBasePath | property | core/ | 
                                                                                        The base path used by rewriteFileURI(). | 
| CssOptimizer::getFileUrlGenerator | function | core/ | 
                                                                                        Returns the file URL generator. | 
| CssOptimizer::loadFile | function | core/ | 
                                                                                        Loads the stylesheet and resolves all @import commands. | 
| CssOptimizer::loadNestedFile | function | core/ | 
                                                                                        Loads stylesheets recursively and returns contents with corrected paths. | 
| CssOptimizer::processFile | function | core/ | 
                                                                                        Processes CSS file and adds base URLs to any relative resource paths. | 
| CssOptimizer::rewriteFileURI | function | core/ | 
                                                                                        Prefixes all paths within a CSS file for processFile(). | 
| CssOptimizerUnitTest::$fileUrlGenerator | property | core/ | 
                                                                                        The file URL generator mock. | 
| CssOptimizerUnitTest::testTypeFilePreprocessingDisabled | function | core/ | 
                                                                                        Tests a file CSS asset with preprocessing disabled. | 
| D6FileField | class | core/ | 
                                                                                        Plugin annotation @MigrateField( id = "d6_file", core = {6}, type_map = { "file" = "file" }, source_module = "foo", destination_module = "bar" )  | 
              
| D6FileField.php | file | core/ | 
                                                                                        |
| d6_file.yml | file | core/ | 
                                                                                        core/modules/file/migrations/d6_file.yml | 
| d6_profile_field_option_translation.yml | file | core/ | 
                                                                                        core/modules/config_translation/migrations/d6_profile_field_option_translation.yml | 
| d6_profile_values.yml | file | core/ | 
                                                                                        core/modules/user/migrations/d6_profile_values.yml | 
| d6_system_file.yml | file | core/ | 
                                                                                        core/modules/system/migrations/d6_system_file.yml | 
| d6_user_picture_file.yml | file | core/ | 
                                                                                        core/modules/user/migrations/d6_user_picture_file.yml | 
| d6_user_profile_field_instance_translation.yml | file | core/ | 
                                                                                        core/modules/config_translation/migrations/d6_user_profile_field_instance_translation.yml | 
| d7_file.yml | file | core/ | 
                                                                                        core/modules/file/migrations/d7_file.yml | 
| d7_file_private.yml | file | core/ | 
                                                                                        core/modules/file/migrations/d7_file_private.yml | 
| d7_file_used.yml | file | core/ | 
                                                                                        core/modules/file/tests/modules/file_test_get_ids/migrations/d7_file_used.yml | 
| d7_system_file.yml | file | core/ | 
                                                                                        core/modules/system/migrations/d7_system_file.yml | 
| DatabaseFileUsageBackend | class | core/ | 
                                                                                        Defines the database file usage backend. This is the default Drupal backend. | 
| DatabaseFileUsageBackend.php | file | core/ | 
                                                                                        |
| DatabaseFileUsageBackend::$connection | property | core/ | 
                                                                                        The database connection used to store file usage information. | 
| DatabaseFileUsageBackend::$tableName | property | core/ | 
                                                                                        The name of the SQL table used to store file usage information. | 
| DatabaseFileUsageBackend::add | function | core/ | 
                                                                                        Records that a module is using a file. | 
| DatabaseFileUsageBackend::delete | function | core/ | 
                                                                                        Removes a record to indicate that a module is no longer using a file. | 
| DatabaseFileUsageBackend::listUsage | function | core/ | 
                                                                                        Determines where a file is used. | 
| DatabaseFileUsageBackend::__construct | function | core/ | 
                                                                                        Construct the DatabaseFileUsageBackend. | 
| DefaultContentFilesAccessTest | class | core/ | 
                                                                                        Tests that files provided by demo_umami_content are not accessible. | 
| DefaultContentFilesAccessTest.php | file | core/ | 
                                                                                        |
| DefaultContentFilesAccessTest::$defaultTheme | property | core/ | 
                                                                                        The theme to install as the default for testing. | 
| DefaultContentFilesAccessTest::testAccessDeniedToFiles | function | core/ | 
                                                                                        Tests that sample images, recipes and articles are not accessible. | 
| DefaultFileFormatter | class | core/ | 
                                                                                        Formatter for a text field on a file entity that links the field to the file. | 
| DefaultFileFormatter.php | file | core/ | 
                                                                                        |
| DefaultFileFormatter::defaultSettings | function | core/ | 
                                                                                        Defines the default settings for this plugin. | 
| DefaultFileFormatter::settingsForm | function | core/ | 
                                                                                        Returns a form to configure settings for the formatter. | 
| DefaultFileFormatter::viewValue | function | core/ | 
                                                                                        Generate the output appropriate for one field item. | 
| DeleteAuthorizeSettingsUpdateTest::setDatabaseDumpFiles | function | core/ | 
                                                                                        Set database dump files to be used. | 
| DemoUmamiProfileTest | class | core/ | 
                                                                                        Tests demo_umami profile. | 
| DemoUmamiProfileTest.php | file | core/ | 
                                                                                        |
| DemoUmamiProfileTest::$profile | property | core/ | 
                                                                                        The profile to install as a basis for testing. | 
| DemoUmamiProfileTest::assertDefaultConfig | function | core/ | 
                                                                                        Asserts that the default configuration matches active configuration. | 
| DemoUmamiProfileTest::drupalLoginWithPassword | function | core/ | 
                                                                                        Logs in a user using the Mink controlled browser using a password. | 
| DemoUmamiProfileTest::installParameters | function | core/ | 
                                                                                        Returns the parameters that will be used when Simpletest installs Drupal. | 
| DemoUmamiProfileTest::testAppearance | function | core/ | 
                                                                                        Tests that the Umami theme is available on the Appearance page. | 
| DemoUmamiProfileTest::testConfig | function | core/ | 
                                                                                        Tests the profile supplied configuration is the same after installation. | 
| DemoUmamiProfileTest::testDemonstrationWarningMessage | function | core/ | 
                                                                                        Tests that the toolbar warning only appears on the admin pages. | 
| DemoUmamiProfileTest::testEditNodesByAdmin | function | core/ | 
                                                                                        Tests the successful editing of nodes by admin. | 
| DemoUmamiProfileTest::testUser | function | core/ | 
                                                                                        Tests that the users can log in with the admin password entered at install. | 
| DemoUmamiProfileTest::testWarningsOnStatusPage | function | core/ | 
                                                                                        Tests demo_umami profile warnings shown on Status Page. | 
Pagination
- Previous page
 - Page 4
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.