ViewsHandlerFilterDateTest::$profile |
property |
core/modules/views/tests/handlers/views_handler_filter_date.test |
The profile to install as a basis for testing. |
BootstrapIPAddressTestCase::$profile |
property |
core/modules/simpletest/tests/bootstrap.test |
The profile to install as a basis for testing. |
BootstrapPageCacheTestCase::$profile |
property |
core/modules/simpletest/tests/bootstrap.test |
The profile to install as a basis for testing. |
entity_crud_hook_test_file_predelete |
function |
core/modules/entity/tests/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_file_predelete(). |
FileSaveDataTest::testExistingRename |
function |
core/modules/simpletest/tests/file.test |
Test file_save_data() when renaming around an existing file. |
FileUsageTestCase::testFileUsagePage |
function |
core/modules/file/tests/file.test |
Create a file and verify its usage information. |
FileReplaceTestCase::testReplaceFile |
function |
core/modules/file/tests/file.test |
@todo Test image dimensions for an image field are reset when a file is replaced.
@todo Test image styles are cleared when an image is updated. |
CronRunTestCase::testTempFileCleanup |
function |
core/modules/system/tests/system.test |
Ensure that temporary files are removed. |
ConfigFileStorage::initializeStorage |
function |
core/includes/config.inc |
Create a configuration directory, if it does not already exist, and ensure
it is writable by the site. Additionally, protect it with a .htaccess file. |
FileAccessTestCase::assertFileAccess |
function |
core/modules/file/tests/file.test |
Asserts file_access correctly grants or denies access. |
views_handler_filter_file_status.inc |
file |
core/modules/file/views/views_handler_filter_file_status.inc |
Definition of views_handler_filter_file_status. |
FileUploadSvgTestCase::createSvgFile |
function |
core/modules/file/tests/file.test |
Create SVG file. |
FilterEditorAccessTestCase::$profile |
property |
core/modules/filter/tests/filter.test |
|
views_handler_field_file_link_delete |
class |
core/modules/file/views/views_handler_field_file_link_delete.inc |
Field handler to present a link to delete a file. |
file_query_entity_field_access_alter |
function |
core/modules/file/file.module |
Implements hook_query_TAG_alter(). |
FileNameMungingTest::testMungeUnsafe |
function |
core/modules/simpletest/tests/file.test |
Tests unsafe extensions are munged by file_munge_filename(). |
FilePrivateTestCase::testPrivateFile |
function |
core/modules/file/tests/file.test |
Tests file access for file uploaded to a private node. |
LocaleImportFunctionalTest::getPoFile |
function |
core/modules/locale/tests/locale.test |
Helper function that returns a proper .po file. |
LocaleExportFunctionalTest::getPoFile |
function |
core/modules/locale/tests/locale.test |
Helper function that returns a proper .po file. |
UserRolesAssignmentTestCase::$profile |
property |
core/modules/user/tests/user.test |
The profile to install as a basis for testing. |
UserEntityCallbacksTestCase::$profile |
property |
core/modules/user/tests/user.test |
The profile to install as a basis for testing. |
views_handler_field_file_size::render |
function |
core/modules/views/handlers/views_handler_field.inc |
|
file_example_file_check_exists_submit |
function |
modules/examples/file_example/file_example.module |
Submit handler to check existence of a file. |
views_handler_field_file_icon::render |
function |
core/modules/file/views/views_handler_field_file_icon.inc |
Render the field. |
FileExampleSessionStreamWrapper::$uri |
property |
modules/examples/file_example/file_example_session_streams.inc |
Instance URI (stream). |
BackdropWebTestCase::$originalProfile |
property |
core/modules/simpletest/backdrop_web_test_case.php |
The original installation profile, before changing for testing purposes. |
file_module_test_file_download_access |
function |
core/modules/file/tests/file_module_test/file_module_test.module |
Implements hook_file_download_access(). |
file_test_file_mimetype_mapping_alter |
function |
core/modules/simpletest/tests/file_test.module |
Implements hook_file_mimetype_mapping_alter(). |
views_handler_field_file_rendered.inc |
file |
core/modules/file/views/views_handler_field_file_rendered.inc |
Definition of views_handler_field_file_rendered. |
FileExampleTest::testFileExampleBasic |
function |
modules/examples/file_example/tests/file_example.test |
Test the basic File Example UI. |
FileMoveTest::testExistingReplaceSelf |
function |
core/modules/simpletest/tests/file.test |
Test replacement when moving onto itself. |
FileLoadTest::testLoadMissingFilepath |
function |
core/modules/simpletest/tests/file.test |
Try to load a non-existent file by URI. |
EntityCrudHookTestCase::testFileHooks |
function |
core/modules/entity/tests/entity_crud_hook_test.test |
Tests hook invocations for CRUD operations on files. |
FileTransferTest::_getFakeModuleFiles |
function |
core/modules/simpletest/tests/filetransfer.test |
|
views_handler_field_file_type::render |
function |
core/modules/file/views/views_handler_field_file_type.inc |
Render the field. |
FileTransferFTPExtension::isDirectory |
function |
core/includes/filetransfer/ftp.inc |
Checks if a particular path is a directory |
FileSaveDataTest::testWithoutFilename |
function |
core/modules/simpletest/tests/file.test |
Test the file_save_data() function when no filename is provided. |
FileTransferFTPExtension::chmodJailed |
function |
core/includes/filetransfer/ftp.inc |
Changes the permissions of the file / directory specified in $path |
FileSaveDataTest::testExistingReplace |
function |
core/modules/simpletest/tests/file.test |
Test file_save_data() when replacing an existing file. |
CommonJavaScriptTestCase::testAddFile |
function |
core/modules/simpletest/tests/common.test |
Test adding a JavaScript file. |
FileTestHelper::assertFileEntryExists |
function |
core/modules/file/tests/file.test |
Asserts that a file exists in the database. |
FileTestHelper::assertFileIsPermanent |
function |
core/modules/file/tests/file.test |
Asserts that a file's status is set to permanent in the database. |
simpletest_clean_profile_cache_tables |
function |
core/modules/simpletest/simpletest.module |
Removes cached profile tables from the database. |
FileUnitTestCase::testImageDimensions |
function |
core/modules/file/tests/file.test |
Tests storing image height and width as file metadata. |
FileAdminTestCase::testFilesAdminSort |
function |
core/modules/file/tests/file.test |
Tests that the table sorting works on the files admin pages. |
DrupalWebTestCase::drupalGetTestFiles |
function |
core/includes/drupal.classes.inc |
|
DrupalWebTestCase::drupalCompareFiles |
function |
core/includes/drupal.classes.inc |
|
FileTaxonomyTermTestCase::$admin_user |
property |
core/modules/file/tests/file.test |
|
FormsElementsLabelsTestCase::$profile |
property |
core/modules/simpletest/tests/form.test |
The profile to install as a basis for testing. |
FileManagedFileElementTestCase::setUp |
function |
core/modules/file/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |