FileSaveUploadTest::testExistingRename |
function |
core/modules/simpletest/tests/file.test |
Test renaming when uploading over a file that already exists. |
FileDirectoryTest::testFileDestination |
function |
core/modules/simpletest/tests/file.test |
This will test the filepath for a destination based on passed flags and
whether or not the file exists. |
FileExampleSessionStreamWrapper::chmod |
function |
modules/examples/file_example/file_example_session_streams.inc |
We have no concept of chmod, so just return TRUE. |
FileUnmanagedDeleteTest::testDirectory |
function |
core/modules/simpletest/tests/file.test |
Try deleting a directory. |
views_handler_field_file_link_edit.inc |
file |
core/modules/file/views/views_handler_field_file_link_edit.inc |
Definition of views_handler_field_file_link_edit. |
RemoteFileUnmanagedDeleteRecursiveTest |
class |
core/modules/simpletest/tests/file.test |
Deletion related tests on remote filesystems. |
FileExampleSessionStreamWrapper::mkdir |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for mkdir(). |
FileExampleSessionStreamWrapper::rmdir |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for rmdir(). |
FileUnmanagedCopyTest::testNonExistent |
function |
core/modules/simpletest/tests/file.test |
Copy a non-existent file. |
entityreference_preprocess_file_entity |
function |
core/modules/entityreference/entityreference.module |
Implements hook_preprocess_file_entity(). |
CommonBackdropRenderTestCase::$profile |
property |
core/modules/simpletest/tests/common.test |
The profile to install as a basis for testing. |
FileNameMungingTest::$name_with_uc_ext |
property |
core/modules/simpletest/tests/file.test |
|
FileTransferSSH::createDirectoryJailed |
function |
core/includes/filetransfer/ssh.inc |
Creates a directory. |
FileTransferSSH::removeDirectoryJailed |
function |
core/includes/filetransfer/ssh.inc |
Removes a directory. |
ViewsPluginStyleJumpMenuTest::$profile |
property |
core/modules/views/tests/styles/views_plugin_style_jump_menu.test |
The profile to install as a basis for testing. |
FileValidateTest::testCallerValidation |
function |
core/modules/simpletest/tests/file.test |
Test that the validators passed into are checked. |
BootstrapDestinationTestCase::$profile |
property |
core/modules/simpletest/tests/bootstrap.test |
The profile to install as a basis for testing. |
FileNameMungingTest::testMungeNullByte |
function |
core/modules/simpletest/tests/file.test |
Tests munging with a null byte in the filename. |
FileUnitTestCase::testMimeTypeMappings |
function |
core/modules/file/tests/file.test |
Regression tests for core issue https://www.drupal.org/node/1239376. |
simpletest_clean_profile_cache_folders |
function |
core/modules/simpletest/simpletest.module |
Removes cached profile folders from the files directory. |
FileAccessTestCase::testFilePageAccess |
function |
core/modules/file/tests/file.test |
Tests page access. |
BatchPercentagesUnitTestCase::$profile |
property |
core/modules/simpletest/tests/batch.test |
|
views_handler_field_file_extension.inc |
file |
core/modules/file/views/views_handler_field_file_extension.inc |
Definition of views_handler_field_file_extension. |
FileFieldPathTestCase::assertPathMatch |
function |
core/modules/file/tests/file.test |
Asserts that a file is uploaded to the right location. |
file_field_views_data_views_data_alter |
function |
core/modules/file/views/file.views.inc |
Implements hook_field_views_data_views_data_alter(). |
FormStateValuesCleanTestCase::$profile |
property |
core/modules/simpletest/tests/form.test |
The profile to install as a basis for testing. |
hook_file_formatter_FORMATTER_settings |
function |
core/modules/file/file.api.php |
Define formatter settings. |
views_handler_field_file::options_form |
function |
core/modules/file/views/views_handler_field_file.inc |
Provide link to file option |
file_stream_wrapper_get_instance_by_uri |
function |
core/includes/file.inc |
Returns a reference to the stream wrapper class responsible for a given URI. |
UpdateTestFileTransfer::getSettingsForm |
function |
core/modules/update/tests/update_test/update_test.module |
Returns a settings form with a text field to input a username. |
views_handler_argument_file_type::title |
function |
core/modules/file/views/views_handler_argument_file_type.inc |
Override the behavior of title(). |
FormResizableTextareaTestCase::$profile |
property |
core/modules/simpletest/tests/form.test |
The profile to install as a basis for testing. |
FileHookTestCase::assertFileHooksCalled |
function |
core/modules/simpletest/tests/file.test |
Assert that all of the specified hook_file_* hooks were called once, other
values result in failure. |
FileValidatorTest::testFileValidateSize |
function |
core/modules/simpletest/tests/file.test |
Test file_validate_size(). |
FileSaveUploadTest::testHandleExtension |
function |
core/modules/simpletest/tests/file.test |
Test extension handling. |
FileSaveUploadTest::testHandleFileMunge |
function |
core/modules/simpletest/tests/file.test |
Test file munge handling. |
FileSaveUploadTest::testExistingReplace |
function |
core/modules/simpletest/tests/file.test |
Test replacement when uploading over a file that already exists. |
FileExampleSessionStreamWrapper::setUri |
function |
modules/examples/file_example/file_example_session_streams.inc |
Implements setUri(). |
FileScanDirectoryTest::testOptionNoMask |
function |
core/modules/simpletest/tests/file.test |
Check that the no-mask parameter is honored. |
FileExampleSessionStreamWrapper::getUri |
function |
modules/examples/file_example/file_example_session_streams.inc |
Implements getUri(). |
FileExampleSessionStreamWrapper::unlink |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for unlink(). |
FileExampleSessionStreamWrapper::rename |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for rename(). |
TestFileTransfer::removeDirectoryJailed |
function |
core/modules/simpletest/tests/filetransfer.test |
|
TestFileTransfer::createDirectoryJailed |
function |
core/modules/simpletest/tests/filetransfer.test |
|
views_handler_field_file_extension.test |
file |
core/modules/views/tests/handlers/views_handler_field_file_extension.test |
Definition of ViewsHandlerFileExtensionTest. |
filter_editor_file_upload_settings_form |
function |
core/modules/filter/filter.admin.inc |
Subform constructor to configure the text editor's file upload settings. |
FileTransferChmodInterface::chmodJailed |
function |
core/includes/filetransfer/filetransfer.inc |
Changes the permissions of the file / directory specified in $path |
file_file_formatter_file_field_settings |
function |
core/modules/file/file.module |
Implements hook_file_formatter_FORMATTER_settings(). |
file_file_formatter_file_image_settings |
function |
core/modules/file/file.module |
Implements hook_file_formatter_FORMATTER_settings(). |
PathPatternFunctionalTestCase::$profile |
property |
core/modules/path/tests/path_pattern.test |
The profile to install as a basis for testing. |