Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for file

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
views_handler_field_file_size::options_form function core/modules/views/handlers/views_handler_field.inc Default options form that provides the label widget that all fields should have.
FileSaveUploadTest::testHandleDangerousFile function core/modules/simpletest/tests/file.test Test dangerous file handling.
views_handler_field_file_icon::options_form function core/modules/file/views/views_handler_field_file_icon.inc Default options form that provides the label widget that all fields should have.
FileNameMungingTest::testMungeIgnoreAllowed function core/modules/simpletest/tests/file.test Allowed extensions are ignored by file_munge_filename().
FormsElementsDescriptionsTestCase::$profile property core/modules/simpletest/tests/form.test {inheritdoc}
user_form_test_form_user_profile_form_alter function core/modules/user/tests/user_form_test/user_form_test.module Implements hook_form_FORM_ID_alter().
views_handler_field_file_type::options_form function core/modules/file/views/views_handler_field_file_type.inc Provide machine_name option for to file type display.
FileMimeTypeTest::testFileMimeTypeDetection function core/modules/simpletest/tests/file.test Test mapping of mimetypes from filenames.
ViewsHandlerTestFileSize::testFieldFileSize function core/modules/views/tests/handlers/views_handler_field_file_size.test
FormsFormStoragePageCacheTestCase::$profile property core/modules/simpletest/tests/form.test The profile to install as a basis for testing.
views_handler_field_file::option_definition function core/modules/file/views/views_handler_field_file.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
FileDirectoryTest::testFileCreateNewFilepath function core/modules/simpletest/tests/file.test This will take a directory and path, and find a valid filepath that is not taken by another file.
BackdropWebTestCase::$public_files_directory property core/modules/simpletest/backdrop_web_test_case.php
FileAccessFunctionsAlignedTestCase::$profile property core/modules/file/tests/file.test The profile to install as a basis for testing.
NodeViewsRevisionRelationsTestCase::$profile property core/modules/node/tests/node_views_revision_relations.test The profile to install as a basis for testing.
FileNameMungingTest::testMungeIgnoreInsecure function core/modules/simpletest/tests/file.test If the allow_insecure_uploads variable evaluates to true, the file should come out untouched, no matter how evil the filename.
FileTypeTestCase::clickFileTypeOperationLink function core/modules/file/tests/file.test Click a link to perform an operation on a view.
FileTaxonomyTermTestCase::testTermFilePublic function core/modules/file/tests/file.test Tests that a public file can be attached to a taxonomy term.
image_form_system_file_system_settings_alter function core/modules/image/image.module Implements hook_form_FORM_ID_alter().
FileFieldValidateTestCase::testFileExtension function core/modules/file/tests/file.test Tests file extension checking.
views_handler_field_file_link_delete::render function core/modules/file/views/views_handler_field_file_link_delete.inc Render the field.
views_handler_argument_file_fid::title_query function core/modules/file/views/views_handler_argument_file_fid.inc Override the behavior of title_query(). Get the filenames.
CommonCascadingStylesheetsTestCase::$profile property core/modules/simpletest/tests/common.test The profile to install as a basis for testing.
ColorTestCase::testUpdateCssFilesOnConfigSave function core/modules/color/tests/color.test Test if the CSS files for a theme are updated when editing Configuration.
_file_generic_settings_inline_fields_validate function core/modules/file/file.field.inc Render API callback: Validates the selected fields.
FileValidatorTest::testFileValidateExtensions function core/modules/simpletest/tests/file.test Test the file_validate_extensions() function.
FileValidatorTest::testFileValidateNameLength function core/modules/simpletest/tests/file.test This will ensure the filename length is valid.
FileFieldWidgetTestCase::testWidgetValidation function core/modules/file/tests/file.test Tests validation with the Upload button.
BackdropWebTestCase::$private_files_directory property core/modules/simpletest/backdrop_web_test_case.php
RemoteFileUnmanagedDeleteRecursiveTest::setUp function core/modules/simpletest/tests/file.test Sets up a Backdrop site for running functional and integration tests.
InfoFileCoreTest::testProjectInfoFileContents function core/modules/system/tests/system.test Tests that the .info files of all core projects specify a project type.
FileTaxonomyTermTestCase::testTermFilePrivate function core/modules/file/tests/file.test Tests that a private file can be attached to a taxonomy term.
CommonBackdropSystemListingTestCase::$profile property core/modules/simpletest/tests/common.test Use the testing profile; this is needed for testDirectoryPrecedence().
views_handler_argument_file_type::summary_name function core/modules/file/views/views_handler_argument_file_type.inc Override the behavior of summary_name().
LocaleImportFunctionalTest::getOverwritePoFile function core/modules/locale/tests/locale.test Helper function that returns a proper .po file for testing.
TestFileTransfer::$shouldIsDirectoryReturnTrue property core/modules/simpletest/tests/filetransfer.test This is for testing the CopyRecursive logic.
FileURLRewritingTest::testPublicCreatedFileURL function core/modules/simpletest/tests/file.test Test the generating of rewritten public created file URLs.
ConfigurationInstallDefaultHooksTest::$profile property core/modules/config/tests/config.test The profile to install as a basis for testing.
ImageStylesPathAndUrlUnitTest::$image_filepath property core/modules/image/tests/image.test
FileFieldWidgetTestCase::testMultiValuedWidget function core/modules/file/tests/file.test Tests upload and remove buttons for multiple multi-valued File fields.
FormStateValuesCleanAdvancedTestCase::$profile property core/modules/simpletest/tests/form.test The profile to install as a basis for testing.
_file_generic_settings_file_directory_validate function core/modules/file/file.field.inc Render API callback: Validates the file destination field.
views_handler_field_file_uri::option_definition function core/modules/file/views/views_handler_field_file_uri.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
LocaleImportFunctionalTest::getPoFileWithMsgstr function core/modules/locale/tests/locale.test Helper function that returns a .po file with an empty last item.
FormsFileInclusionTestCase::testLoadMenuInclude function core/modules/simpletest/tests/form.test Tests loading an include specified in hook_menu().
FileFieldValidateTestCase::testCardinalityLimit function core/modules/file/tests/file.test Tests that cardinality is enforced when too many files are uploaded.
FileFieldAnonymousSubmission::testAnonymousNode function core/modules/file/tests/file.test Tests the basic node submission for an anonymous visitor.
FileUnmanagedDeleteRecursiveTest::testDirectory function core/modules/simpletest/tests/file.test Try deleting a directory with some files.
views_handler_field_file_link_edit::render_link function core/modules/file/views/views_handler_field_file_link_edit.inc Renders the link.
CommonCascadingStylesheetsTestCase::testAddFile function core/modules/simpletest/tests/common.test Tests adding a file stylesheet.

Pages

  • « first
  • ‹ previous
  • …
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
    • Dialog API
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org