SymfonyFileLocatorTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/SymfonyFileLocatorTest.php |
|
FileAsset::__construct |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php |
Constructor. |
hook_filetransfer_info |
function |
drupal/core/modules/system/system.api.php |
Register information about FileTransfer classes provided by a module. |
PdoProfilerStorage.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
PostFile::$contentType |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php |
|
YamlFileLoaderTest.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php |
|
PostFile::setFieldName |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php |
Set the name of the field |
PostFile::getFieldName |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php |
Get the name of the field |
Profile::getCollectors |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
|
Profile::setCollectors |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
|
FileStorageTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/FileStorageTest.php |
Overrides \Drupal\simpletest\UnitTestBase::setUp() |
InfoFileParserUnitTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/System/InfoFileParserUnitTest.php |
|
DefaultFileLocatorTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/DefaultFileLocatorTest.php |
|
FileCache::__construct |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FileCache.php |
Constructor |
FileCache::getFilename |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FileCache.php |
|
Twig_Loader_Filesystem |
class |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php |
Loads template from the filesystem. |
FileUsageInterface.php |
file |
drupal/core/modules/file/lib/Drupal/file/FileUsage/FileUsageInterface.php |
Definition of Drupal\file\FileUsage\FileUsageInterface. |
file_validate_is_image |
function |
drupal/core/modules/file/file.module |
Checks that the file is recognized by image_get_info() as an image. |
Psr0FindFile::findFile |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php |
Finds a class. |
drupal_parse_info_file |
function |
drupal/core/includes/common.inc |
Parses Drupal module and theme .info files. |
_file_test_form_submit |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Process the upload. |
ArchiveTar::_cleanFile |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
FileTransfer::copyFile |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Copies a file. |
MockFileFinder::create |
function |
drupal/core/lib/Drupal/Component/Reflection/MockFileFinder.php |
Creates new mock file finder objects. |
theme_file_upload_help |
function |
drupal/core/modules/file/file.field.inc |
Returns HTML for help text based on file upload validators. |
UploadedFile::getError |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php |
Returns the upload error. |
TestCacheWarmer::$file |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php |
|
file_prepare_directory |
function |
drupal/core/includes/file.inc |
Checks that the directory exists and is writable. |
StandardTest::$profile |
property |
drupal/core/profiles/standard/lib/Drupal/standard/Tests/StandardTest.php |
The profile to install as a basis for testing. |
File::buildOptionsForm |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/views/field/File.php |
Provide link to file option |
FileStorage::writeable |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::writeable(). |
FileStorage::deleteAll |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Implements Drupal\Component\PhpStorage\PhpStorageInterface::deleteAll(). |
FileDriver::getElement |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php |
Get the element of schema meta data for the class from the mapping file.
This will lazily load the mapping file if it is not loaded yet |
SaveTest::testFileSave |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SaveTest.php |
|
FileDriver::initialize |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php |
Initialize the class cache from all the global files. |
MockFileSessionStorage |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php |
MockFileSessionStorage is used to mock sessions for
functional testing when done in a single PHP process. |
FileDriver::getLocator |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php |
Retrieve the locator used to discover mapping files by className |
FileDriver::setLocator |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php |
Set the locator used to discover mapping files by className |
FilePrivateTest::setUp |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FilePrivateTest.php |
Sets up a Drupal site for running functional and integration tests. |
_install_select_profile |
function |
drupal/core/includes/install.core.inc |
Selects an installation profile. |
FileWidget::formElement |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php |
Implements \Drupal\field\Plugin\Type\Widget\WidgetInterface::formElement(). |
FileStorageTest::insert |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php |
|
FileStorageTest::update |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php |
|
FileStorageTest::delete |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/FileStorageTest.php |
|
file_module_test.module |
file |
drupal/core/modules/file/tests/file_module_test.module |
Provides File module pages for testing purposes. |
install_profile_modules |
function |
drupal/core/includes/install.core.inc |
Installs required modules via a batch process. |
CustomXmlFileLoader.php |
file |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/CustomXmlFileLoader.php |
|
FileLocator::fileExists |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php |
Check if a file can be found for this class name. |
FileTestBase::createUri |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/FileTestBase.php |
Create a file and return the URI of it. |
FileLoader::__construct |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/FileLoader.php |
Constructor. |