|
ProfilerStorageInterface::read |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php |
Reads data associated with the given token. |
|
FileManagedFileElementTest.php |
file |
drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedFileElementTest.php |
Definition of Drupal\file\Tests\FileManagedFileElementTest. |
|
AnnotationFileLoader::supports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationFileLoader.php |
|
|
YamlFileLoader::$availableKeys |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/YamlFileLoader.php |
|
|
FTPExtension::removeFileJailed |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FTPExtension.php |
Implements Drupal\Core\FileTransfer\FileTransfer::removeFileJailed(). |
|
file_validate_image_resolution |
function |
drupal/core/modules/file/file.module |
Verifies that image dimensions are within the specified maximum and minimum. |
|
FileCacheReaderTest::$cacheDir |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/FileCacheReaderTest.php |
|
|
FileCacheReaderTest::getReader |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/FileCacheReaderTest.php |
|
|
UniversalClassLoader::findFile |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
Finds the path to the file where the class is defined. |
|
SaveDataTest::testWithFilename |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php |
Test the file_save_data() function when a filename is provided. |
|
FileinfoMimeTypeGuesser::guess |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php |
Guesses the mime type of the file with the given path. |
|
MockFileSessionStorageTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php |
|
|
DefinitionTest::testSetGetFile |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php |
@covers Symfony\Component\DependencyInjection\Definition::setFile
@covers Symfony\Component\DependencyInjection\Definition::getFile |
|
FileProfilerStorageTest::setUp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php |
|
|
FileTransfer::removeFileJailed |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Removes a file. |
|
ConfigFileContentTest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigFileContentTest.php |
|
|
ArchiveTar::_maliciousFilename |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
Detect and report a malicious file name |
|
FileFieldValidateTest::getInfo |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldValidateTest.php |
|
|
FlattenExceptionTest::testFile |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Exception/FlattenExceptionTest.php |
@dataProvider flattenDataProvider |
|
ClassFinderInterface::findFile |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php |
Finds a class. |
|
FileReadOnlyStorage::writeable |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::writeable(). |
|
NativePhpunitTask::setTestfile |
function |
drupal/core/vendor/doctrine/common/tests/NativePhpunitTask.php |
|
|
FileReadOnlyStorage::deleteAll |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::deleteAll(). |
|
RedisProfilerStorage::getRedis |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
Internal convenience method that returns the instance of Redis. |
|
RedisProfilerStorage::setRedis |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
Set instance of the Redis |
|
RedisProfilerStorage::getValue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
Retrieves an item from the Redis server. |
|
RedisProfilerStorage::setValue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/RedisProfilerStorage.php |
Stores an item on the Redis server under the specified key. |
|
FileFieldTestBase::$admin_user |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
|
|
FileAssetTest::testLazyLoading |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/FileAssetTest.php |
|
|
FileFieldTestBase::getTestFile |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php |
Retrieves a sample file of the specified type. |
|
DefaultFileLocator::__construct |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php |
Initializes a new FileDriver that looks in the given path(s) for mapping
documents and operates in the specified operating mode. |
|
FileAssetTest::testPathGuessing |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/FileAssetTest.php |
|
|
LocaleFileImportStatus::getInfo |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleFileImportStatus.php |
|
|
FileManagedTestBase::createFile |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedTestBase.php |
Create a file and save it to the files table and assert that it occurs
correctly. |
|
SymfonyFileLocator::__construct |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php |
Constructor |
|
AbstractProfilerStorageTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
|
MemcacheProfilerStorageTest.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcacheProfilerStorageTest.php |
|
|
FileBag::convertFileInformation |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/FileBag.php |
Converts uploaded files to UploadedFile instances. |
|
XmlFileLoader::parseDefinitions |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php |
Parses multiple definitions |
|
PostFileInterface::setFieldName |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFileInterface.php |
Set the name of the field |
|
PostFileInterface::getFieldName |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFileInterface.php |
Get the name of the field |
|
RemoteFileUnmanagedSaveDataTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedSaveDataTest.php |
Tests the file_unmanaged_save_data() function on remote filesystems. |
|
YamlFileLoader::parseDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php |
Parses a definition. |
|
YamlFileLoader::resolveServices |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php |
Resolves services. |
|
RemoteFileUnmanagedCopyTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileUnmanagedCopyTest.php |
Definition of Drupal\system\Tests\File\RemoteFileUnmanagedCopyTest. |
|
MongoDbProfilerStorage::cleanup |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
|
MongoDbProfilerStorage::getData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MongoDbProfilerStorage.php |
|
|
FileDriverTest::testIsTransient |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php |
|
|
RemoteFileScanDirectoryTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/File/RemoteFileScanDirectoryTest.php |
Definition of Drupal\system\Tests\File\RemoteFileScanDirectoryTest. |
|
AnnotationFileLoaderTest::setUp |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php |
|