FilesystemCacheTest::tearDown |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/FilesystemCacheTest.php |
|
FileUsageInterface::listUsage |
function |
drupal/core/modules/file/lib/Drupal/file/FileUsage/FileUsageInterface.php |
Determines where a file is used. |
FileCacheReaderTest::tearDown |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/FileCacheReaderTest.php |
|
DatabaseFileUsageBackend::add |
function |
drupal/core/modules/file/lib/Drupal/file/FileUsage/DatabaseFileUsageBackend.php |
Implements Drupal\file\FileUsage\FileUsageInterface::add(). |
file_managed_file_save_upload |
function |
drupal/core/modules/file/file.module |
Saves any files that have been uploaded into a managed_file element. |
FileTransfer::createDirectory |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Creates a directory. |
FileTransfer::removeDirectory |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Removes a directory. |
FileFieldValidateTest::$field |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldValidateTest.php |
|
FileTransfer::getSettingsForm |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Returns a form to collect connection settings credentials. |
TextTranslationTest::$profile |
property |
drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextTranslationTest.php |
The profile to install as a basis for testing. |
CommentLanguageTest::$profile |
property |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLanguageTest.php |
Use the standard profile. |
file_stream_wrapper_get_class |
function |
drupal/core/includes/file.inc |
Returns the stream wrapper class name for a given scheme. |
FileFieldDisplayTest::getInfo |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldDisplayTest.php |
|
MTimeProtectedFastFileStorage |
class |
drupal/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php |
Stores PHP code in files with securely hashed names. |
TestFileTransfer::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/TestFileTransfer.php |
Constructs a Drupal\Core\FileTransfer\FileTransfer object. |
PdoProfilerStorage::$username |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
PdoProfilerStorage::$password |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
ParseException::getParsedFile |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Exception/ParseException.php |
Gets the filename where the error occurred. |
PdoProfilerStorage::$lifetime |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
ParseException::setParsedFile |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Exception/ParseException.php |
Sets the filename where the error occurred. |
TestFileTransfer::isDirectory |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/TestFileTransfer.php |
Checks if a particular path is a directory. |
FileDriver::setGlobalBasename |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php |
Set global basename |
FileDriver::getGlobalBasename |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php |
Retrieve global basename |
TestFileTransfer::chmodJailed |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/FileTransfer/TestFileTransfer.php |
|
File::default_display_options |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/views/wizard/File.php |
Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::default_display_options(). |
MockFileSessionStorage::start |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
Starts the session. |
FileAssetTest::testInvalidBase |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/FileAssetTest.php |
|
FileCacheReader::saveCacheFile |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/FileCacheReader.php |
Save cache file |
install_find_translation_files |
function |
drupal/core/includes/install.core.inc |
Finds installer translations either for a specific langcode or all languages. |
ProfilerListener::saveProfiles |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php |
Saves the profile hierarchy. |
DefaultFileLocator::fileExists |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php |
Check if a file can be found for this class name. |
UsageTest::testTempFileCleanup |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/UsageTest.php |
Ensure that temporary files are removed. |
FileFieldRevisionTest::getInfo |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRevisionTest.php |
|
MongoDbProfilerStorageTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
SymfonyFileLocator::fileExists |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php |
Check if a file can be found for this class name. |
XmlFileLoader::parseParameters |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php |
Parses parameters |
XmlFileLoader::parseDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php |
Parses an individual Definition |
MongoDbProfilerStorage::$mongo |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
PostFileInterface::setFilename |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFileInterface.php |
Set the path to the file |
PostFileInterface::getFilename |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFileInterface.php |
Get the full path to the file |
FileStorageController::preSave |
function |
drupal/core/modules/file/lib/Drupal/file/FileStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::presave(). |
RemoteFileDirectoryTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileDirectoryTest.php |
Sets up a Drupal site for running functional and integration tests. |
ParseInfoFileUnitTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/ParseInfoFileUnitTest.php |
|
PhpFileCacheTest::testLifetime |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php |
|
PhpFileCacheTest::testGetStats |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php |
@group DCOM-43 |
FilesystemCacheTest::testCache |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Cache/FilesystemCacheTest.php |
|
ProfileFormController::actions |
function |
drupal/core/modules/user/lib/Drupal/user/ProfileFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::actions(). |
Twig_Loader_Filesystem::$paths |
property |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php |
|
Twig_Loader_Filesystem::$cache |
property |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php |
|
ProfilerStorageInterface::find |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php |
Finds profiler tokens for the given criteria. |