hook_file_predelete |
function |
drupal/core/modules/file/file.api.php |
Act prior to file deletion. |
File::defineOptions |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/File.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
FilesLoaderTest.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/FilesLoaderTest.php |
|
FilesystemCacheTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/FilesystemCacheTest.php |
@group DCOM-101 |
FileCacheReaderTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/FileCacheReaderTest.php |
|
FileStorageTest.php |
file |
drupal/core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php |
Definition of Drupal\Tests\Component\PhpStorage\FileStorageTest. |
FileItemTest::$file |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/FileItemTest.php |
Created file entity. |
FileItemTest::setUp |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileItemTest.php |
Set the default field storage backend for fields created during tests. |
FileProfilerStorage |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php |
Storage for profiler using files. |
CustomXmlFileLoader |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/CustomXmlFileLoader.php |
XmlFileLoader with schema validation turned off |
GetFilenameUnitTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/GetFilenameUnitTest.php |
Tests drupal_get_filename()'s availability. |
FILE_EXISTS_REPLACE |
constant |
drupal/core/includes/file.inc |
Flag for dealing with existing files: Replace the existing file. |
file_default_scheme |
function |
drupal/core/includes/file.inc |
Gets the default file stream implementation. |
XmlFileLoader::load |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/XmlFileLoader.php |
Loads an XML file. |
FileStorage::exists |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::exists(). |
FileStorage::delete |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::delete(). |
file_unmanaged_copy |
function |
drupal/core/includes/file.inc |
Copies a file to a new location without invoking the file API. |
FileStorage::unlink |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Deletes files and/or directories in the specified path. |
file_unmanaged_move |
function |
drupal/core/includes/file.inc |
Moves a file to a new location without database changes or hook invocation. |
file_munge_filename |
function |
drupal/core/includes/file.inc |
Modifies a filename as needed for security purposes. |
assertFileNotEquals |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that the contents of one file is not equal to the contents of
another file. |
assertFileNotExists |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that a file does not exist. |
FileReadOnlyStorage |
class |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Reads code as regular PHP files, but won't write them. |
file_scan_directory |
function |
drupal/core/includes/file.inc |
Finds all files that match a given mask in a given directory. |
FILE_URL_TEST_CDN_1 |
constant |
drupal/core/modules/file/tests/file_test/file_test.module |
|
FILE_URL_TEST_CDN_2 |
constant |
drupal/core/modules/file/tests/file_test/file_test.module |
|
PagerTest::$profile |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Pager/PagerTest.php |
The profile to install as a basis for testing. |
file_test_get_calls |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Get the arguments passed to invocation of a given hook since
file_test_reset() was last called. |
_file_test_log_call |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Store the values passed to a hook invocation. |
FileFieldWidgetTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests file field widget. |
file_test_file_load |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Implements hook_file_load(). |
FilesystemCache.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FilesystemCache.php |
|
file_directory_temp |
function |
drupal/core/includes/file.inc |
Gets and sets the path of the configured temporary directory. |
PhpFileLoader::load |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/PhpFileLoader.php |
Loads a PHP file. |
file_test_file_copy |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Implements hook_file_copy(). |
file_test_file_move |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Implements hook_file_move(). |
Client::filterFiles |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Client.php |
Filters an array of files. |
FileCachingTest.php |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/FileCachingTest.php |
|
file_test_validator |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Helper validator that returns the $errors parameter. |
FileCacheReader.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/FileCacheReader.php |
|
FileStorage::exists |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Implements Drupal\Core\Config\StorageInterface::exists(). |
FileStorage::delete |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Implements Drupal\Core\Config\StorageInterface::delete(). |
FileStorage::rename |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Implements Drupal\Core\Config\StorageInterface::rename(). |
FileStorage::encode |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Implements Drupal\Core\Config\StorageInterface::encode(). |
FileStorage::decode |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Implements Drupal\Core\Config\StorageInterface::decode(). |
image_file_download |
function |
drupal/core/modules/image/image.module |
Implements hook_file_download(). |
XmlFileLoader::load |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php |
Loads an XML file. |
FileResource::$path |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/FileResource.php |
|
UploadedFile::$test |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php |
Whether the test mode is activated. |
SSH::copyFileJailed |
function |
drupal/core/lib/Drupal/Core/FileTransfer/SSH.php |
Implements Drupal\Core\FileTransfer\FileTransfer::copyFileJailed(). |