Initial Drupal 11 with DDEV setup

This commit is contained in:
gluebox
2025-10-08 11:39:17 -04:00
commit 89ef74b305
25344 changed files with 2599172 additions and 0 deletions

View File

@ -0,0 +1,5 @@
These files are useful in tests that upload files or otherwise need to
manipulate files, in which case they are copied to the files directory as
specified in the site settings. Dummy files can also be generated by tests in
order to save space.

View File

@ -0,0 +1 @@
<h1>Test HTML</h1>

View File

@ -0,0 +1 @@
<h1>Test HTML</h1>

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

View File

@ -0,0 +1 @@
invalid image file

View File

@ -0,0 +1,3 @@
<script>
alert('JavaScript was executed!');
</script>

View File

@ -0,0 +1,3 @@
<script>
alert('JavaScript was executed!');
</script>

View File

@ -0,0 +1,4 @@
<?php
// phpcs:ignoreFile
print 'PHP was executed!';
?>

View File

@ -0,0 +1,3 @@
<?php
// phpcs:ignoreFile
print 'PHP was executed!';

View File

@ -0,0 +1 @@
SELECT invalid_field FROM {invalid_table}

View File

@ -0,0 +1 @@
SELECT invalid_field FROM {invalid_table}

View File

@ -0,0 +1,4 @@
# This file exists to prove that
# \Drupal\Core\StringTranslation\Translator\FileTranslation::findTranslationFiles()
# does not find it. See
# \Drupal\KernelTests\Core\Installer\InstallerLanguageTest::testInstallerTranslationFiles()