| WritableFileSystemValidator.php |
file |
core/modules/package_manager/src/Validator/WritableFileSystemValidator.php |
|
| WritableFileSystemValidator::validate |
function |
core/modules/package_manager/src/Validator/WritableFileSystemValidator.php |
Checks that the file system is writable. |
| WritableFileSystemValidator::__construct |
function |
core/modules/package_manager/src/Validator/WritableFileSystemValidator.php |
|
| WritableFileSystemValidatorTest |
class |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
Unit tests the file system permissions validator. |
| WritableFileSystemValidatorTest.php |
file |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
|
| WritableFileSystemValidatorTest::providerStagingRootPermissions |
function |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
Data provider for ::testStagingRootPermissions(). |
| WritableFileSystemValidatorTest::providerWritable |
function |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
Data provider for testWritable(). |
| WritableFileSystemValidatorTest::setUpPermissions |
function |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
Sets the permissions of the test project's directories. |
| WritableFileSystemValidatorTest::testStagingRootPermissions |
function |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
Tests that the stage root's permissions are validated. |
| WritableFileSystemValidatorTest::testWritable |
function |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
Tests the file system permissions validator. |
| WritableFileSystemValidatorTest::testWritableDuringPreApply |
function |
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php |
Tests the file system permissions validator during pre-apply. |
| WriteSafeSessionHandler::$sessionWritable |
property |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php |
Whether or not the session is enabled for writing. |
| WriteSafeSessionHandler::isSessionWritable |
function |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php |
Returns whether or not a session may be written to storage. |
| WriteSafeSessionHandler::setSessionWritable |
function |
core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php |
Sets whether or not a session may be written to storage. |
| WriteSafeSessionHandlerInterface::isSessionWritable |
function |
core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php |
Returns whether or not a session may be written to storage. |
| WriteSafeSessionHandlerInterface::setSessionWritable |
function |
core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php |
Sets whether or not a session may be written to storage. |
| WriteSafeSessionHandlerTest::testSetSessionWritable |
function |
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php |
Tests using setSessionWritable to enable/disable session writing. |
| YamlDirectoryDiscoveryTest::testGetDefinitionsWithTranslatableDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDirectoryDiscoveryTest.php |
Tests get definitions with translatable definitions. |
| YamlDiscovery::$translatableProperties |
property |
core/lib/Drupal/Core/Plugin/Discovery/YamlDiscovery.php |
Contains an array of translatable properties passed along to t(). |
| YamlDiscovery::addTranslatableProperty |
function |
core/lib/Drupal/Core/Plugin/Discovery/YamlDiscovery.php |
Set one of the YAML values as being translatable. |
| YamlDiscoveryTest::testGetDefinitionsWithTranslatableDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryTest.php |
Tests get definitions with translatable definitions. |