|
FileFieldDisplayTestCase::testNodeDisplay |
function |
core/modules/file/tests/file.test |
Tests normal formatter display on node display. |
|
views_handler_field_file_filemime::render |
function |
core/modules/file/views/views_handler_field_file_filemime.inc |
|
|
views_handler_field_file_uri::options_form |
function |
core/modules/file/views/views_handler_field_file_uri.inc |
Provide link to file option |
|
file_stream_wrapper_get_instance_by_scheme |
function |
core/includes/file.inc |
Returns a reference to the stream wrapper class responsible for a scheme. |
|
views_handler_argument_file_type::fileType |
function |
core/modules/file/views/views_handler_argument_file_type.inc |
Get the File label (human readable). |
|
SystemAuthorizeCase::testFileTransferHooks |
function |
core/modules/system/tests/system.test |
Tests the FileTransfer hooks |
|
FileValidatorTest::testFileValidateIsImage |
function |
core/modules/simpletest/tests/file.test |
This ensures a specific file is actually an image. |
|
views_handler_field_file_icon::getIconName |
function |
core/modules/file/views/views_handler_field_file_icon.inc |
Map file extensions to Phosphor icons. |
|
FileExampleSessionStreamWrapper::getTarget |
function |
modules/examples/file_example/file_example_session_streams.inc |
Implements getTarget(). |
|
BackdropWebTestCase::$temp_files_directory |
property |
core/modules/simpletest/backdrop_web_test_case.php |
|
|
FileUnmanagedDeleteRecursiveTest::$profile |
property |
core/modules/simpletest/tests/file.test |
The profile to install as a basis for testing. |
|
views_handler_field_file_link_edit::render |
function |
core/modules/file/views/views_handler_field_file_link_edit.inc |
Render the field. |
|
ContextualDynamicContextTestCase::$profile |
property |
core/modules/contextual/tests/contextual.test |
The profile to install as a basis for testing. |
|
FilterEditorLinkValidateTestCase::$profile |
property |
core/modules/filter/tests/filter_dialog.test |
The profile to install as a basis for testing. |
|
views_handler_field_file_type::render_name |
function |
core/modules/file/views/views_handler_field_file_type.inc |
Render file type as human readable name, unless using machine_name option. |
|
FileTransferFTPExtension::removeFileJailed |
function |
core/includes/filetransfer/ftp.inc |
Removes a file. |
|
backdrop_install_profile_distribution_name |
function |
core/includes/install.inc |
Loads the installation profile, extracting its defined distribution name. |
|
FilterFileUsageTest::testFilterEntityHooks |
function |
core/modules/filter/tests/filter.test |
Tests file usages are tracked in creating, updating, and deleting content. |
|
FileChangeSchemeTestCase::testChangeScheme |
function |
core/modules/file/tests/file.test |
|
|
FileFieldValidateTestCase::testFileMaxSize |
function |
core/modules/file/tests/file.test |
Tests the max file size validator. |
|
views_handler_field_file_extension::render |
function |
core/modules/file/views/views_handler_field_file_extension.inc |
Render the field. |
|
EntityReferenceSelectionHandlerGeneric_file |
class |
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Override for the File entity type. |
|
UserValidateCurrentPassCustomForm::$profile |
property |
core/modules/user/tests/user.test |
The profile to install as a basis for testing. |
|
_authorize_filetransfer_connection_settings |
function |
core/includes/authorize.inc |
Generates the Form API array for a given connection backend's settings. |
|
FileUnmanagedSaveDataTest::testFileSaveData |
function |
core/modules/simpletest/tests/file.test |
Test the file_unmanaged_save_data() function. |
|
views_handler_field_file_size::options_form |
function |
core/modules/views/handlers/views_handler_field.inc |
|
|
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(). |
|
FileExampleSessionStreamWrapper::stream_eof |
function |
modules/examples/file_example/file_example_session_streams.inc |
Support for feof(). |
|
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. |
|
FileExampleSessionStreamWrapper::__construct |
function |
modules/examples/file_example/file_example_session_streams.inc |
Constructor method. |
|
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. |