| InlineBlockPrivateFilesTest::testPrivateFiles |
function |
core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php |
Tests access to private files added to inline blocks in the layout builder. |
| InputStreamFileWriter |
class |
core/modules/file/src/Upload/InputStreamFileWriter.php |
Writes files from a input stream to a temporary file. |
| InputStreamFileWriter.php |
file |
core/modules/file/src/Upload/InputStreamFileWriter.php |
|
| InputStreamFileWriter::writeStreamToFile |
function |
core/modules/file/src/Upload/InputStreamFileWriter.php |
Write the input stream to a temporary file. |
| InputStreamFileWriter::__construct |
function |
core/modules/file/src/Upload/InputStreamFileWriter.php |
Creates a new InputStreamFileUploader. |
| InputStreamFileWriterInterface |
interface |
core/modules/file/src/Upload/InputStreamFileWriterInterface.php |
Uploads files from a stream. |
| InputStreamFileWriterInterface.php |
file |
core/modules/file/src/Upload/InputStreamFileWriterInterface.php |
|
| InputStreamFileWriterInterface::DEFAULT_BYTES_TO_READ |
constant |
core/modules/file/src/Upload/InputStreamFileWriterInterface.php |
The length of bytes to read in each iteration when streaming file data. |
| InputStreamFileWriterInterface::DEFAULT_STREAM |
constant |
core/modules/file/src/Upload/InputStreamFileWriterInterface.php |
The default stream. |
| InputStreamFileWriterInterface::writeStreamToFile |
function |
core/modules/file/src/Upload/InputStreamFileWriterInterface.php |
Write the input stream to a temporary file. |
| InputStreamUploadedFile |
class |
core/modules/file/src/Upload/InputStreamUploadedFile.php |
An uploaded file from an input stream. |
| InputStreamUploadedFile.php |
file |
core/modules/file/src/Upload/InputStreamUploadedFile.php |
|
| InputStreamUploadedFile::getClientOriginalName |
function |
core/modules/file/src/Upload/InputStreamUploadedFile.php |
Returns the original file name. |
| InputStreamUploadedFile::getError |
function |
core/modules/file/src/Upload/InputStreamUploadedFile.php |
Returns the upload error code. |
| InputStreamUploadedFile::getErrorMessage |
function |
core/modules/file/src/Upload/InputStreamUploadedFile.php |
Returns an informative upload error message. |
| InputStreamUploadedFile::getFilename |
function |
core/modules/file/src/Upload/InputStreamUploadedFile.php |
Gets the filename. |
| InputStreamUploadedFile::getPathname |
function |
core/modules/file/src/Upload/InputStreamUploadedFile.php |
Gets the path to the file. |
| InputStreamUploadedFile::getRealPath |
function |
core/modules/file/src/Upload/InputStreamUploadedFile.php |
Gets the absolute path to the file. |
| InputStreamUploadedFile::getSize |
function |
core/modules/file/src/Upload/InputStreamUploadedFile.php |
Gets file size. |
| InputStreamUploadedFile::isValid |
function |
core/modules/file/src/Upload/InputStreamUploadedFile.php |
Returns whether the file was uploaded successfully. |
| InputStreamUploadedFile::validate |
function |
core/modules/file/src/Upload/InputStreamUploadedFile.php |
Validates the uploaded file information. |
| InputStreamUploadedFile::__construct |
function |
core/modules/file/src/Upload/InputStreamUploadedFile.php |
Creates a new InputStreamUploadedFile. |
| InstallCommand::getProfiles |
function |
core/lib/Drupal/Core/Command/InstallCommand.php |
Gets a list of profiles. |
| InstallCommand::selectProfile |
function |
core/lib/Drupal/Core/Command/InstallCommand.php |
Selects the install profile to use. |
| InstallCommand::validateProfile |
function |
core/lib/Drupal/Core/Command/InstallCommand.php |
Validates a user provided install profile. |
| InstallerExistingConfigDirectoryTest::$expectedFilePerms |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php |
The expected file perms of the folder. |
| InstallerExistingConfigMultilingualTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php |
This is set by the profile in the core.extension extracted. |
| InstallerExistingConfigNoConfigTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php |
This is set by the profile in the core.extension extracted. |
| InstallerExistingConfigNoProfileTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoProfileTest.php |
Verifies that installing from existing configuration without a profile works. |
| InstallerExistingConfigNoProfileTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoProfileTest.php |
|
| InstallerExistingConfigNoProfileTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoProfileTest.php |
Tests the install from config without a profile. |
| InstallerExistingConfigProfileHookInstall |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php |
Verifies that profiles with hook_install() can't be installed from config. |
| InstallerExistingConfigProfileHookInstall.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php |
|
| InstallerExistingConfigProfileHookInstall::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php |
This is set by the profile in the core.extension extracted. |
| InstallerExistingConfigProfileHookInstall::getConfigTarball |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php |
Gets the filepath to the configuration tarball. |
| InstallerExistingConfigProfileHookInstall::setUpRequirementsProblem |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php |
Installer step: Requirements problem. |
| InstallerExistingConfigProfileHookInstall::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php |
Installer step: Configure settings. |
| InstallerExistingConfigProfileHookInstall::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php |
Final installer step: Configure site. |
| InstallerExistingConfigProfileHookInstall::testConfigSync |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php |
Confirms the installation has failed and the expected error is displayed. |
| InstallerExistingConfigProfileHookInstall::visitInstaller |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php |
Visits the interactive installer. |
| InstallerExistingConfigSyncDirectoryMultilingualTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php |
This is set by the profile in the core.extension extracted. |
| InstallerExistingConfigSyncDirectoryMultilingualTest::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php |
Installer step: Select installation profile. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php |
Verifies that profiles with hook_install() can't be installed from config. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php |
|
| InstallerExistingConfigSyncDirectoryProfileHookInstall::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php |
The theme to install as the default for testing. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall::$existingSyncDirectory |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php |
@todo Fill out docblock. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php |
This is set by the profile in the core.extension extracted. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall::getConfigTarball |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php |
Gets the filepath to the configuration tarball. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php |
Installer step: Select installation profile. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall::setUpRequirementsProblem |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php |
Installer step: Requirements problem. |