views_handler_field_file_filemime.inc |
file |
core/modules/file/views/views_handler_field_file_filemime.inc |
Definition of views_handler_field_file_filemime. |
FileFieldValidateTestCase::$node_type |
property |
core/modules/file/tests/file.test |
|
FileAdminTestCase::testFileAdminPages |
function |
core/modules/file/tests/file.test |
Tests file overview with different user permissions. |
FileFieldPathTestCase::testUploadPath |
function |
core/modules/file/tests/file.test |
Tests the normal formatter display on node display. |
file_permissions_get_configured_types |
function |
core/modules/file/file.module |
Returns an array of file types that should be managed by permissions. |
FieldUIManageFieldsTestCase::$profile |
property |
core/modules/field_ui/tests/field_ui.test |
The profile to install as a basis for testing. |
file_field_formatter_settings_summary |
function |
core/modules/file/file.field.inc |
Implements hook_field_formatter_settings_summary(). |
views_handler_field_file::render_link |
function |
core/modules/file/views/views_handler_field_file.inc |
Render whatever the data is as a link to the file. |
ViewsHandlerFileExtensionTest::dataSet |
function |
core/modules/views/tests/handlers/views_handler_field_file_extension.test |
A very simple test dataset. |
views_ui_file_managed_views_wizard.php |
file |
core/modules/views_ui/wizards/views_ui_file_managed_views_wizard.php |
Definition of ViewsUiFileManagedViewsWizard. |
UserEditedOwnAccountTestCase::$profile |
property |
core/modules/user/tests/user.test |
The profile to install as a basis for testing. |
FileHookTestCase::assertFileHookCalled |
function |
core/modules/simpletest/tests/file.test |
Assert that a hook_file_* hook was called a certain number of times. |
RemoteFileUnmanagedSaveDataTest::setUp |
function |
core/modules/simpletest/tests/file.test |
|
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. |