BackdropWebTestCase::$public_files_directory |
property |
core/modules/simpletest/backdrop_web_test_case.php |
|
FileExampleSessionStreamWrapper::getMimeType |
function |
modules/examples/file_example/file_example_session_streams.inc |
Implements getMimeType(). |
FileExampleSessionStreamWrapper::stream_open |
function |
modules/examples/file_example/file_example_session_streams.inc |
Opens a stream, as for fopen(), file_get_contents(), file_put_contents(). |
FileExampleSessionStreamWrapper::stream_lock |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for flock(). |
FileExampleSessionStreamWrapper::stream_read |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for fread(), file_get_contents() etc. |
FileExampleSessionStreamWrapper::stream_seek |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for fseek(). |
FileExampleSessionStreamWrapper::stream_tell |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for ftell(). |
FileExampleSessionStreamWrapper::stream_stat |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for fstat(). |
FileExampleSessionStreamWrapper::dir_opendir |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for opendir(). |
FileExampleSessionStreamWrapper::dir_readdir |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for readdir(). |
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. |
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 |
|
FileExampleSessionStreamWrapper::getLocalPath |
function |
modules/examples/file_example/file_example_session_streams.inc |
Returns the local path. |
FileExampleSessionStreamWrapper::stream_write |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for fwrite(), file_put_contents() etc. |
FileExampleSessionStreamWrapper::stream_flush |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for fflush(). |
FileExampleSessionStreamWrapper::stream_close |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for fclose(). |
RemoteFileUnmanagedDeleteRecursiveTest::setUp |
function |
core/modules/simpletest/tests/file.test |
|
FileExampleSessionStreamWrapper::dir_closedir |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for closedir(). |
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. |
FileExampleSessionStreamWrapper::dir_rewinddir |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for rewinddir(). |
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. |
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(). |
FileFieldAnonymousSubmission::testAnonymousNode |
function |
core/modules/file/tests/file.test |
Tests the basic node submission for an anonymous visitor. |
FileExampleSessionStreamWrapper::$directoryKeys |
property |
modules/examples/file_example/file_example_session_streams.inc |
List of keys in a given directory. |
FileExampleSessionStreamWrapper::$streamPointer |
property |
modules/examples/file_example/file_example_session_streams.inc |
The pointer to the next read or write within the session variable. |
FileExampleSessionStreamWrapper::getExternalUrl |
function |
modules/examples/file_example/file_example_session_streams.inc |
Overrides getExternalUrl(). |