diff --git a/.csslintrc b/web/.csslintrc similarity index 100% rename from .csslintrc rename to web/.csslintrc diff --git a/.drush-lock-update b/web/.drush-lock-update similarity index 100% rename from .drush-lock-update rename to web/.drush-lock-update diff --git a/.editorconfig b/web/.editorconfig similarity index 100% rename from .editorconfig rename to web/.editorconfig diff --git a/.eslintignore b/web/.eslintignore similarity index 100% rename from .eslintignore rename to web/.eslintignore diff --git a/.eslintrc b/web/.eslintrc similarity index 100% rename from .eslintrc rename to web/.eslintrc diff --git a/.gitattributes b/web/.gitattributes similarity index 100% rename from .gitattributes rename to web/.gitattributes diff --git a/.gitignore b/web/.gitignore similarity index 100% rename from .gitignore rename to web/.gitignore diff --git a/.htaccess b/web/.htaccess similarity index 100% rename from .htaccess rename to web/.htaccess diff --git a/README.txt b/web/README.txt similarity index 100% rename from README.txt rename to web/README.txt diff --git a/autoload.php b/web/autoload.php similarity index 100% rename from autoload.php rename to web/autoload.php diff --git a/composer.json b/web/composer.json similarity index 100% rename from composer.json rename to web/composer.json diff --git a/composer.lock b/web/composer.lock similarity index 100% rename from composer.lock rename to web/composer.lock diff --git a/core/.eslintrc b/web/core/.eslintrc similarity index 100% rename from core/.eslintrc rename to web/core/.eslintrc diff --git a/core/CHANGELOG.txt b/web/core/CHANGELOG.txt similarity index 100% rename from core/CHANGELOG.txt rename to web/core/CHANGELOG.txt diff --git a/core/COPYRIGHT.txt b/web/core/COPYRIGHT.txt similarity index 100% rename from core/COPYRIGHT.txt rename to web/core/COPYRIGHT.txt diff --git a/core/INSTALL.mysql.txt b/web/core/INSTALL.mysql.txt similarity index 100% rename from core/INSTALL.mysql.txt rename to web/core/INSTALL.mysql.txt diff --git a/core/INSTALL.pgsql.txt b/web/core/INSTALL.pgsql.txt similarity index 100% rename from core/INSTALL.pgsql.txt rename to web/core/INSTALL.pgsql.txt diff --git a/core/INSTALL.sqlite.txt b/web/core/INSTALL.sqlite.txt similarity index 100% rename from core/INSTALL.sqlite.txt rename to web/core/INSTALL.sqlite.txt diff --git a/core/INSTALL.txt b/web/core/INSTALL.txt similarity index 100% rename from core/INSTALL.txt rename to web/core/INSTALL.txt diff --git a/core/LICENSE.txt b/web/core/LICENSE.txt similarity index 100% rename from core/LICENSE.txt rename to web/core/LICENSE.txt diff --git a/core/MAINTAINERS.txt b/web/core/MAINTAINERS.txt similarity index 100% rename from core/MAINTAINERS.txt rename to web/core/MAINTAINERS.txt diff --git a/core/UPDATE.txt b/web/core/UPDATE.txt similarity index 100% rename from core/UPDATE.txt rename to web/core/UPDATE.txt diff --git a/core/assets/vendor/.gitignore b/web/core/assets/vendor/.gitignore similarity index 100% rename from core/assets/vendor/.gitignore rename to web/core/assets/vendor/.gitignore diff --git a/core/assets/vendor/backbone/backbone-min.js b/web/core/assets/vendor/backbone/backbone-min.js similarity index 100% rename from core/assets/vendor/backbone/backbone-min.js rename to web/core/assets/vendor/backbone/backbone-min.js diff --git a/core/assets/vendor/backbone/backbone-min.map b/web/core/assets/vendor/backbone/backbone-min.map similarity index 100% rename from core/assets/vendor/backbone/backbone-min.map rename to web/core/assets/vendor/backbone/backbone-min.map diff --git a/core/assets/vendor/backbone/backbone.js b/web/core/assets/vendor/backbone/backbone.js similarity index 100% rename from core/assets/vendor/backbone/backbone.js rename to web/core/assets/vendor/backbone/backbone.js diff --git a/core/assets/vendor/ckeditor/CHANGES.md b/web/core/assets/vendor/ckeditor/CHANGES.md similarity index 100% rename from core/assets/vendor/ckeditor/CHANGES.md rename to web/core/assets/vendor/ckeditor/CHANGES.md diff --git a/core/assets/vendor/ckeditor/LICENSE.md b/web/core/assets/vendor/ckeditor/LICENSE.md similarity index 100% rename from core/assets/vendor/ckeditor/LICENSE.md rename to web/core/assets/vendor/ckeditor/LICENSE.md diff --git a/core/assets/vendor/ckeditor/build-config.js b/web/core/assets/vendor/ckeditor/build-config.js similarity index 100% rename from core/assets/vendor/ckeditor/build-config.js rename to web/core/assets/vendor/ckeditor/build-config.js diff --git a/core/assets/vendor/ckeditor/ckeditor.js b/web/core/assets/vendor/ckeditor/ckeditor.js similarity index 100% rename from core/assets/vendor/ckeditor/ckeditor.js rename to web/core/assets/vendor/ckeditor/ckeditor.js diff --git a/core/assets/vendor/ckeditor/lang/_translationstatus.txt b/web/core/assets/vendor/ckeditor/lang/_translationstatus.txt similarity index 100% rename from core/assets/vendor/ckeditor/lang/_translationstatus.txt rename to web/core/assets/vendor/ckeditor/lang/_translationstatus.txt diff --git a/core/assets/vendor/ckeditor/lang/af.js b/web/core/assets/vendor/ckeditor/lang/af.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/af.js rename to web/core/assets/vendor/ckeditor/lang/af.js diff --git a/core/assets/vendor/ckeditor/lang/ar.js b/web/core/assets/vendor/ckeditor/lang/ar.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/ar.js rename to web/core/assets/vendor/ckeditor/lang/ar.js diff --git a/core/assets/vendor/ckeditor/lang/bg.js b/web/core/assets/vendor/ckeditor/lang/bg.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/bg.js rename to web/core/assets/vendor/ckeditor/lang/bg.js diff --git a/core/assets/vendor/ckeditor/lang/bn.js b/web/core/assets/vendor/ckeditor/lang/bn.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/bn.js rename to web/core/assets/vendor/ckeditor/lang/bn.js diff --git a/core/assets/vendor/ckeditor/lang/bs.js b/web/core/assets/vendor/ckeditor/lang/bs.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/bs.js rename to web/core/assets/vendor/ckeditor/lang/bs.js diff --git a/core/assets/vendor/ckeditor/lang/ca.js b/web/core/assets/vendor/ckeditor/lang/ca.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/ca.js rename to web/core/assets/vendor/ckeditor/lang/ca.js diff --git a/core/assets/vendor/ckeditor/lang/cs.js b/web/core/assets/vendor/ckeditor/lang/cs.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/cs.js rename to web/core/assets/vendor/ckeditor/lang/cs.js diff --git a/core/assets/vendor/ckeditor/lang/cy.js b/web/core/assets/vendor/ckeditor/lang/cy.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/cy.js rename to web/core/assets/vendor/ckeditor/lang/cy.js diff --git a/core/assets/vendor/ckeditor/lang/da.js b/web/core/assets/vendor/ckeditor/lang/da.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/da.js rename to web/core/assets/vendor/ckeditor/lang/da.js diff --git a/core/assets/vendor/ckeditor/lang/de-ch.js b/web/core/assets/vendor/ckeditor/lang/de-ch.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/de-ch.js rename to web/core/assets/vendor/ckeditor/lang/de-ch.js diff --git a/core/assets/vendor/ckeditor/lang/de.js b/web/core/assets/vendor/ckeditor/lang/de.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/de.js rename to web/core/assets/vendor/ckeditor/lang/de.js diff --git a/core/assets/vendor/ckeditor/lang/el.js b/web/core/assets/vendor/ckeditor/lang/el.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/el.js rename to web/core/assets/vendor/ckeditor/lang/el.js diff --git a/core/assets/vendor/ckeditor/lang/en-au.js b/web/core/assets/vendor/ckeditor/lang/en-au.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/en-au.js rename to web/core/assets/vendor/ckeditor/lang/en-au.js diff --git a/core/assets/vendor/ckeditor/lang/en-ca.js b/web/core/assets/vendor/ckeditor/lang/en-ca.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/en-ca.js rename to web/core/assets/vendor/ckeditor/lang/en-ca.js diff --git a/core/assets/vendor/ckeditor/lang/en-gb.js b/web/core/assets/vendor/ckeditor/lang/en-gb.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/en-gb.js rename to web/core/assets/vendor/ckeditor/lang/en-gb.js diff --git a/core/assets/vendor/ckeditor/lang/en.js b/web/core/assets/vendor/ckeditor/lang/en.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/en.js rename to web/core/assets/vendor/ckeditor/lang/en.js diff --git a/core/assets/vendor/ckeditor/lang/eo.js b/web/core/assets/vendor/ckeditor/lang/eo.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/eo.js rename to web/core/assets/vendor/ckeditor/lang/eo.js diff --git a/core/assets/vendor/ckeditor/lang/es.js b/web/core/assets/vendor/ckeditor/lang/es.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/es.js rename to web/core/assets/vendor/ckeditor/lang/es.js diff --git a/core/assets/vendor/ckeditor/lang/et.js b/web/core/assets/vendor/ckeditor/lang/et.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/et.js rename to web/core/assets/vendor/ckeditor/lang/et.js diff --git a/core/assets/vendor/ckeditor/lang/eu.js b/web/core/assets/vendor/ckeditor/lang/eu.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/eu.js rename to web/core/assets/vendor/ckeditor/lang/eu.js diff --git a/core/assets/vendor/ckeditor/lang/fa.js b/web/core/assets/vendor/ckeditor/lang/fa.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/fa.js rename to web/core/assets/vendor/ckeditor/lang/fa.js diff --git a/core/assets/vendor/ckeditor/lang/fi.js b/web/core/assets/vendor/ckeditor/lang/fi.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/fi.js rename to web/core/assets/vendor/ckeditor/lang/fi.js diff --git a/core/assets/vendor/ckeditor/lang/fo.js b/web/core/assets/vendor/ckeditor/lang/fo.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/fo.js rename to web/core/assets/vendor/ckeditor/lang/fo.js diff --git a/core/assets/vendor/ckeditor/lang/fr-ca.js b/web/core/assets/vendor/ckeditor/lang/fr-ca.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/fr-ca.js rename to web/core/assets/vendor/ckeditor/lang/fr-ca.js diff --git a/core/assets/vendor/ckeditor/lang/fr.js b/web/core/assets/vendor/ckeditor/lang/fr.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/fr.js rename to web/core/assets/vendor/ckeditor/lang/fr.js diff --git a/core/assets/vendor/ckeditor/lang/gl.js b/web/core/assets/vendor/ckeditor/lang/gl.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/gl.js rename to web/core/assets/vendor/ckeditor/lang/gl.js diff --git a/core/assets/vendor/ckeditor/lang/gu.js b/web/core/assets/vendor/ckeditor/lang/gu.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/gu.js rename to web/core/assets/vendor/ckeditor/lang/gu.js diff --git a/core/assets/vendor/ckeditor/lang/he.js b/web/core/assets/vendor/ckeditor/lang/he.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/he.js rename to web/core/assets/vendor/ckeditor/lang/he.js diff --git a/core/assets/vendor/ckeditor/lang/hi.js b/web/core/assets/vendor/ckeditor/lang/hi.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/hi.js rename to web/core/assets/vendor/ckeditor/lang/hi.js diff --git a/core/assets/vendor/ckeditor/lang/hr.js b/web/core/assets/vendor/ckeditor/lang/hr.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/hr.js rename to web/core/assets/vendor/ckeditor/lang/hr.js diff --git a/core/assets/vendor/ckeditor/lang/hu.js b/web/core/assets/vendor/ckeditor/lang/hu.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/hu.js rename to web/core/assets/vendor/ckeditor/lang/hu.js diff --git a/core/assets/vendor/ckeditor/lang/id.js b/web/core/assets/vendor/ckeditor/lang/id.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/id.js rename to web/core/assets/vendor/ckeditor/lang/id.js diff --git a/core/assets/vendor/ckeditor/lang/is.js b/web/core/assets/vendor/ckeditor/lang/is.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/is.js rename to web/core/assets/vendor/ckeditor/lang/is.js diff --git a/core/assets/vendor/ckeditor/lang/it.js b/web/core/assets/vendor/ckeditor/lang/it.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/it.js rename to web/core/assets/vendor/ckeditor/lang/it.js diff --git a/core/assets/vendor/ckeditor/lang/ja.js b/web/core/assets/vendor/ckeditor/lang/ja.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/ja.js rename to web/core/assets/vendor/ckeditor/lang/ja.js diff --git a/core/assets/vendor/ckeditor/lang/ka.js b/web/core/assets/vendor/ckeditor/lang/ka.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/ka.js rename to web/core/assets/vendor/ckeditor/lang/ka.js diff --git a/core/assets/vendor/ckeditor/lang/km.js b/web/core/assets/vendor/ckeditor/lang/km.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/km.js rename to web/core/assets/vendor/ckeditor/lang/km.js diff --git a/core/assets/vendor/ckeditor/lang/ko.js b/web/core/assets/vendor/ckeditor/lang/ko.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/ko.js rename to web/core/assets/vendor/ckeditor/lang/ko.js diff --git a/core/assets/vendor/ckeditor/lang/ku.js b/web/core/assets/vendor/ckeditor/lang/ku.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/ku.js rename to web/core/assets/vendor/ckeditor/lang/ku.js diff --git a/core/assets/vendor/ckeditor/lang/lt.js b/web/core/assets/vendor/ckeditor/lang/lt.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/lt.js rename to web/core/assets/vendor/ckeditor/lang/lt.js diff --git a/core/assets/vendor/ckeditor/lang/lv.js b/web/core/assets/vendor/ckeditor/lang/lv.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/lv.js rename to web/core/assets/vendor/ckeditor/lang/lv.js diff --git a/core/assets/vendor/ckeditor/lang/mk.js b/web/core/assets/vendor/ckeditor/lang/mk.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/mk.js rename to web/core/assets/vendor/ckeditor/lang/mk.js diff --git a/core/assets/vendor/ckeditor/lang/mn.js b/web/core/assets/vendor/ckeditor/lang/mn.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/mn.js rename to web/core/assets/vendor/ckeditor/lang/mn.js diff --git a/core/assets/vendor/ckeditor/lang/ms.js b/web/core/assets/vendor/ckeditor/lang/ms.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/ms.js rename to web/core/assets/vendor/ckeditor/lang/ms.js diff --git a/core/assets/vendor/ckeditor/lang/nb.js b/web/core/assets/vendor/ckeditor/lang/nb.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/nb.js rename to web/core/assets/vendor/ckeditor/lang/nb.js diff --git a/core/assets/vendor/ckeditor/lang/nl.js b/web/core/assets/vendor/ckeditor/lang/nl.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/nl.js rename to web/core/assets/vendor/ckeditor/lang/nl.js diff --git a/core/assets/vendor/ckeditor/lang/no.js b/web/core/assets/vendor/ckeditor/lang/no.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/no.js rename to web/core/assets/vendor/ckeditor/lang/no.js diff --git a/core/assets/vendor/ckeditor/lang/pl.js b/web/core/assets/vendor/ckeditor/lang/pl.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/pl.js rename to web/core/assets/vendor/ckeditor/lang/pl.js diff --git a/core/assets/vendor/ckeditor/lang/pt-br.js b/web/core/assets/vendor/ckeditor/lang/pt-br.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/pt-br.js rename to web/core/assets/vendor/ckeditor/lang/pt-br.js diff --git a/core/assets/vendor/ckeditor/lang/pt.js b/web/core/assets/vendor/ckeditor/lang/pt.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/pt.js rename to web/core/assets/vendor/ckeditor/lang/pt.js diff --git a/core/assets/vendor/ckeditor/lang/ro.js b/web/core/assets/vendor/ckeditor/lang/ro.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/ro.js rename to web/core/assets/vendor/ckeditor/lang/ro.js diff --git a/core/assets/vendor/ckeditor/lang/ru.js b/web/core/assets/vendor/ckeditor/lang/ru.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/ru.js rename to web/core/assets/vendor/ckeditor/lang/ru.js diff --git a/core/assets/vendor/ckeditor/lang/si.js b/web/core/assets/vendor/ckeditor/lang/si.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/si.js rename to web/core/assets/vendor/ckeditor/lang/si.js diff --git a/core/assets/vendor/ckeditor/lang/sk.js b/web/core/assets/vendor/ckeditor/lang/sk.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/sk.js rename to web/core/assets/vendor/ckeditor/lang/sk.js diff --git a/core/assets/vendor/ckeditor/lang/sl.js b/web/core/assets/vendor/ckeditor/lang/sl.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/sl.js rename to web/core/assets/vendor/ckeditor/lang/sl.js diff --git a/core/assets/vendor/ckeditor/lang/sq.js b/web/core/assets/vendor/ckeditor/lang/sq.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/sq.js rename to web/core/assets/vendor/ckeditor/lang/sq.js diff --git a/core/assets/vendor/ckeditor/lang/sr-latn.js b/web/core/assets/vendor/ckeditor/lang/sr-latn.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/sr-latn.js rename to web/core/assets/vendor/ckeditor/lang/sr-latn.js diff --git a/core/assets/vendor/ckeditor/lang/sr.js b/web/core/assets/vendor/ckeditor/lang/sr.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/sr.js rename to web/core/assets/vendor/ckeditor/lang/sr.js diff --git a/core/assets/vendor/ckeditor/lang/sv.js b/web/core/assets/vendor/ckeditor/lang/sv.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/sv.js rename to web/core/assets/vendor/ckeditor/lang/sv.js diff --git a/core/assets/vendor/ckeditor/lang/th.js b/web/core/assets/vendor/ckeditor/lang/th.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/th.js rename to web/core/assets/vendor/ckeditor/lang/th.js diff --git a/core/assets/vendor/ckeditor/lang/tr.js b/web/core/assets/vendor/ckeditor/lang/tr.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/tr.js rename to web/core/assets/vendor/ckeditor/lang/tr.js diff --git a/core/assets/vendor/ckeditor/lang/tt.js b/web/core/assets/vendor/ckeditor/lang/tt.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/tt.js rename to web/core/assets/vendor/ckeditor/lang/tt.js diff --git a/core/assets/vendor/ckeditor/lang/ug.js b/web/core/assets/vendor/ckeditor/lang/ug.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/ug.js rename to web/core/assets/vendor/ckeditor/lang/ug.js diff --git a/core/assets/vendor/ckeditor/lang/uk.js b/web/core/assets/vendor/ckeditor/lang/uk.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/uk.js rename to web/core/assets/vendor/ckeditor/lang/uk.js diff --git a/core/assets/vendor/ckeditor/lang/vi.js b/web/core/assets/vendor/ckeditor/lang/vi.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/vi.js rename to web/core/assets/vendor/ckeditor/lang/vi.js diff --git a/core/assets/vendor/ckeditor/lang/zh-cn.js b/web/core/assets/vendor/ckeditor/lang/zh-cn.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/zh-cn.js rename to web/core/assets/vendor/ckeditor/lang/zh-cn.js diff --git a/core/assets/vendor/ckeditor/lang/zh.js b/web/core/assets/vendor/ckeditor/lang/zh.js similarity index 100% rename from core/assets/vendor/ckeditor/lang/zh.js rename to web/core/assets/vendor/ckeditor/lang/zh.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js diff --git a/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js b/web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js rename to web/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js diff --git a/core/assets/vendor/ckeditor/plugins/about/dialogs/about.js b/web/core/assets/vendor/ckeditor/plugins/about/dialogs/about.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/about/dialogs/about.js rename to web/core/assets/vendor/ckeditor/plugins/about/dialogs/about.js diff --git a/core/assets/vendor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png b/web/core/assets/vendor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png rename to web/core/assets/vendor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png diff --git a/core/assets/vendor/ckeditor/plugins/about/dialogs/logo_ckeditor.png b/web/core/assets/vendor/ckeditor/plugins/about/dialogs/logo_ckeditor.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/about/dialogs/logo_ckeditor.png rename to web/core/assets/vendor/ckeditor/plugins/about/dialogs/logo_ckeditor.png diff --git a/core/assets/vendor/ckeditor/plugins/clipboard/dialogs/paste.js b/web/core/assets/vendor/ckeditor/plugins/clipboard/dialogs/paste.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/clipboard/dialogs/paste.js rename to web/core/assets/vendor/ckeditor/plugins/clipboard/dialogs/paste.js diff --git a/core/assets/vendor/ckeditor/plugins/dialog/dialogDefinition.js b/web/core/assets/vendor/ckeditor/plugins/dialog/dialogDefinition.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/dialog/dialogDefinition.js rename to web/core/assets/vendor/ckeditor/plugins/dialog/dialogDefinition.js diff --git a/core/assets/vendor/ckeditor/plugins/icons.png b/web/core/assets/vendor/ckeditor/plugins/icons.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/icons.png rename to web/core/assets/vendor/ckeditor/plugins/icons.png diff --git a/core/assets/vendor/ckeditor/plugins/icons_hidpi.png b/web/core/assets/vendor/ckeditor/plugins/icons_hidpi.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/icons_hidpi.png rename to web/core/assets/vendor/ckeditor/plugins/icons_hidpi.png diff --git a/core/assets/vendor/ckeditor/plugins/image2/dialogs/image2.js b/web/core/assets/vendor/ckeditor/plugins/image2/dialogs/image2.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/image2/dialogs/image2.js rename to web/core/assets/vendor/ckeditor/plugins/image2/dialogs/image2.js diff --git a/core/assets/vendor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png b/web/core/assets/vendor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png rename to web/core/assets/vendor/ckeditor/plugins/magicline/images/hidpi/icon-rtl.png diff --git a/core/assets/vendor/ckeditor/plugins/magicline/images/hidpi/icon.png b/web/core/assets/vendor/ckeditor/plugins/magicline/images/hidpi/icon.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/magicline/images/hidpi/icon.png rename to web/core/assets/vendor/ckeditor/plugins/magicline/images/hidpi/icon.png diff --git a/core/assets/vendor/ckeditor/plugins/magicline/images/icon-rtl.png b/web/core/assets/vendor/ckeditor/plugins/magicline/images/icon-rtl.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/magicline/images/icon-rtl.png rename to web/core/assets/vendor/ckeditor/plugins/magicline/images/icon-rtl.png diff --git a/core/assets/vendor/ckeditor/plugins/magicline/images/icon.png b/web/core/assets/vendor/ckeditor/plugins/magicline/images/icon.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/magicline/images/icon.png rename to web/core/assets/vendor/ckeditor/plugins/magicline/images/icon.png diff --git a/core/assets/vendor/ckeditor/plugins/pastefromword/filter/default.js b/web/core/assets/vendor/ckeditor/plugins/pastefromword/filter/default.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/pastefromword/filter/default.js rename to web/core/assets/vendor/ckeditor/plugins/pastefromword/filter/default.js diff --git a/core/assets/vendor/ckeditor/plugins/showblocks/images/block_address.png b/web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_address.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/showblocks/images/block_address.png rename to web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_address.png diff --git a/core/assets/vendor/ckeditor/plugins/showblocks/images/block_blockquote.png b/web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_blockquote.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/showblocks/images/block_blockquote.png rename to web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_blockquote.png diff --git a/core/assets/vendor/ckeditor/plugins/showblocks/images/block_div.png b/web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_div.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/showblocks/images/block_div.png rename to web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_div.png diff --git a/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h1.png b/web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h1.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/showblocks/images/block_h1.png rename to web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h1.png diff --git a/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h2.png b/web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h2.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/showblocks/images/block_h2.png rename to web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h2.png diff --git a/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h3.png b/web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h3.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/showblocks/images/block_h3.png rename to web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h3.png diff --git a/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h4.png b/web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h4.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/showblocks/images/block_h4.png rename to web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h4.png diff --git a/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h5.png b/web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h5.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/showblocks/images/block_h5.png rename to web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h5.png diff --git a/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h6.png b/web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h6.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/showblocks/images/block_h6.png rename to web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_h6.png diff --git a/core/assets/vendor/ckeditor/plugins/showblocks/images/block_p.png b/web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_p.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/showblocks/images/block_p.png rename to web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_p.png diff --git a/core/assets/vendor/ckeditor/plugins/showblocks/images/block_pre.png b/web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_pre.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/showblocks/images/block_pre.png rename to web/core/assets/vendor/ckeditor/plugins/showblocks/images/block_pre.png diff --git a/core/assets/vendor/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js b/web/core/assets/vendor/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js rename to web/core/assets/vendor/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/af.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/af.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/af.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/af.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ar.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ar.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ar.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ar.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/bg.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/bg.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/bg.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/bg.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ca.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ca.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ca.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ca.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/cs.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/cs.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/cs.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/cs.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/cy.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/cy.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/cy.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/cy.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/da.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/da.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/da.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/da.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/de.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/de.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/de.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/de.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/el.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/el.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/el.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/el.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/en.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/eo.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/eo.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/eo.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/eo.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/es.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/es.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/es.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/es.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/et.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/et.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/et.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/et.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/eu.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/eu.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/eu.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/eu.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fa.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fa.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fa.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fa.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fi.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fi.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fi.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fi.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fr.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fr.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fr.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/fr.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/gl.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/gl.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/gl.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/gl.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/he.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/he.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/he.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/he.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/hr.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/hr.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/hr.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/hr.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/hu.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/hu.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/hu.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/hu.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/id.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/id.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/id.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/id.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/it.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/it.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/it.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/it.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ja.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ja.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ja.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ja.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/km.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/km.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/km.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/km.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ko.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ko.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ko.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ko.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ku.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ku.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ku.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ku.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/lt.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/lt.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/lt.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/lt.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/lv.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/lv.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/lv.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/lv.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/nb.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/nb.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/nb.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/nb.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/nl.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/nl.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/nl.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/nl.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/no.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/no.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/no.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/no.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pl.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pl.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pl.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pl.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ru.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ru.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ru.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ru.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/si.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/si.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/si.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/si.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sk.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sk.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sk.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sk.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sl.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sl.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sl.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sl.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sq.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sq.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sq.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sq.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sv.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sv.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sv.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sv.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/th.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/th.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/th.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/th.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/tr.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/tr.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/tr.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/tr.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/tt.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/tt.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/tt.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/tt.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ug.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ug.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ug.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ug.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/uk.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/uk.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/uk.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/uk.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/vi.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/vi.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/vi.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/vi.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/zh.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/zh.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/zh.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/zh.js diff --git a/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/specialchar.js b/web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/specialchar.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/specialchar/dialogs/specialchar.js rename to web/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/specialchar.js diff --git a/core/assets/vendor/ckeditor/plugins/table/dialogs/table.js b/web/core/assets/vendor/ckeditor/plugins/table/dialogs/table.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/table/dialogs/table.js rename to web/core/assets/vendor/ckeditor/plugins/table/dialogs/table.js diff --git a/core/assets/vendor/ckeditor/plugins/tabletools/dialogs/tableCell.js b/web/core/assets/vendor/ckeditor/plugins/tabletools/dialogs/tableCell.js similarity index 100% rename from core/assets/vendor/ckeditor/plugins/tabletools/dialogs/tableCell.js rename to web/core/assets/vendor/ckeditor/plugins/tabletools/dialogs/tableCell.js diff --git a/core/assets/vendor/ckeditor/plugins/widget/images/handle.png b/web/core/assets/vendor/ckeditor/plugins/widget/images/handle.png similarity index 100% rename from core/assets/vendor/ckeditor/plugins/widget/images/handle.png rename to web/core/assets/vendor/ckeditor/plugins/widget/images/handle.png diff --git a/core/assets/vendor/ckeditor/skins/moono/dialog.css b/web/core/assets/vendor/ckeditor/skins/moono/dialog.css similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/dialog.css rename to web/core/assets/vendor/ckeditor/skins/moono/dialog.css diff --git a/core/assets/vendor/ckeditor/skins/moono/dialog_ie.css b/web/core/assets/vendor/ckeditor/skins/moono/dialog_ie.css similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/dialog_ie.css rename to web/core/assets/vendor/ckeditor/skins/moono/dialog_ie.css diff --git a/core/assets/vendor/ckeditor/skins/moono/dialog_ie7.css b/web/core/assets/vendor/ckeditor/skins/moono/dialog_ie7.css similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/dialog_ie7.css rename to web/core/assets/vendor/ckeditor/skins/moono/dialog_ie7.css diff --git a/core/assets/vendor/ckeditor/skins/moono/dialog_ie8.css b/web/core/assets/vendor/ckeditor/skins/moono/dialog_ie8.css similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/dialog_ie8.css rename to web/core/assets/vendor/ckeditor/skins/moono/dialog_ie8.css diff --git a/core/assets/vendor/ckeditor/skins/moono/dialog_iequirks.css b/web/core/assets/vendor/ckeditor/skins/moono/dialog_iequirks.css similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/dialog_iequirks.css rename to web/core/assets/vendor/ckeditor/skins/moono/dialog_iequirks.css diff --git a/core/assets/vendor/ckeditor/skins/moono/editor.css b/web/core/assets/vendor/ckeditor/skins/moono/editor.css similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/editor.css rename to web/core/assets/vendor/ckeditor/skins/moono/editor.css diff --git a/core/assets/vendor/ckeditor/skins/moono/editor_gecko.css b/web/core/assets/vendor/ckeditor/skins/moono/editor_gecko.css similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/editor_gecko.css rename to web/core/assets/vendor/ckeditor/skins/moono/editor_gecko.css diff --git a/core/assets/vendor/ckeditor/skins/moono/editor_ie.css b/web/core/assets/vendor/ckeditor/skins/moono/editor_ie.css similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/editor_ie.css rename to web/core/assets/vendor/ckeditor/skins/moono/editor_ie.css diff --git a/core/assets/vendor/ckeditor/skins/moono/editor_ie7.css b/web/core/assets/vendor/ckeditor/skins/moono/editor_ie7.css similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/editor_ie7.css rename to web/core/assets/vendor/ckeditor/skins/moono/editor_ie7.css diff --git a/core/assets/vendor/ckeditor/skins/moono/editor_ie8.css b/web/core/assets/vendor/ckeditor/skins/moono/editor_ie8.css similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/editor_ie8.css rename to web/core/assets/vendor/ckeditor/skins/moono/editor_ie8.css diff --git a/core/assets/vendor/ckeditor/skins/moono/editor_iequirks.css b/web/core/assets/vendor/ckeditor/skins/moono/editor_iequirks.css similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/editor_iequirks.css rename to web/core/assets/vendor/ckeditor/skins/moono/editor_iequirks.css diff --git a/core/assets/vendor/ckeditor/skins/moono/icons.png b/web/core/assets/vendor/ckeditor/skins/moono/icons.png similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/icons.png rename to web/core/assets/vendor/ckeditor/skins/moono/icons.png diff --git a/core/assets/vendor/ckeditor/skins/moono/icons_hidpi.png b/web/core/assets/vendor/ckeditor/skins/moono/icons_hidpi.png similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/icons_hidpi.png rename to web/core/assets/vendor/ckeditor/skins/moono/icons_hidpi.png diff --git a/core/assets/vendor/ckeditor/skins/moono/images/arrow.png b/web/core/assets/vendor/ckeditor/skins/moono/images/arrow.png similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/images/arrow.png rename to web/core/assets/vendor/ckeditor/skins/moono/images/arrow.png diff --git a/core/assets/vendor/ckeditor/skins/moono/images/close.png b/web/core/assets/vendor/ckeditor/skins/moono/images/close.png similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/images/close.png rename to web/core/assets/vendor/ckeditor/skins/moono/images/close.png diff --git a/core/assets/vendor/ckeditor/skins/moono/images/hidpi/close.png b/web/core/assets/vendor/ckeditor/skins/moono/images/hidpi/close.png similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/images/hidpi/close.png rename to web/core/assets/vendor/ckeditor/skins/moono/images/hidpi/close.png diff --git a/core/assets/vendor/ckeditor/skins/moono/images/hidpi/lock-open.png b/web/core/assets/vendor/ckeditor/skins/moono/images/hidpi/lock-open.png similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/images/hidpi/lock-open.png rename to web/core/assets/vendor/ckeditor/skins/moono/images/hidpi/lock-open.png diff --git a/core/assets/vendor/ckeditor/skins/moono/images/hidpi/lock.png b/web/core/assets/vendor/ckeditor/skins/moono/images/hidpi/lock.png similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/images/hidpi/lock.png rename to web/core/assets/vendor/ckeditor/skins/moono/images/hidpi/lock.png diff --git a/core/assets/vendor/ckeditor/skins/moono/images/hidpi/refresh.png b/web/core/assets/vendor/ckeditor/skins/moono/images/hidpi/refresh.png similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/images/hidpi/refresh.png rename to web/core/assets/vendor/ckeditor/skins/moono/images/hidpi/refresh.png diff --git a/core/assets/vendor/ckeditor/skins/moono/images/lock-open.png b/web/core/assets/vendor/ckeditor/skins/moono/images/lock-open.png similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/images/lock-open.png rename to web/core/assets/vendor/ckeditor/skins/moono/images/lock-open.png diff --git a/core/assets/vendor/ckeditor/skins/moono/images/lock.png b/web/core/assets/vendor/ckeditor/skins/moono/images/lock.png similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/images/lock.png rename to web/core/assets/vendor/ckeditor/skins/moono/images/lock.png diff --git a/core/assets/vendor/ckeditor/skins/moono/images/refresh.png b/web/core/assets/vendor/ckeditor/skins/moono/images/refresh.png similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/images/refresh.png rename to web/core/assets/vendor/ckeditor/skins/moono/images/refresh.png diff --git a/core/assets/vendor/ckeditor/skins/moono/images/spinner.gif b/web/core/assets/vendor/ckeditor/skins/moono/images/spinner.gif similarity index 100% rename from core/assets/vendor/ckeditor/skins/moono/images/spinner.gif rename to web/core/assets/vendor/ckeditor/skins/moono/images/spinner.gif diff --git a/core/assets/vendor/classList/LICENSE.md b/web/core/assets/vendor/classList/LICENSE.md similarity index 100% rename from core/assets/vendor/classList/LICENSE.md rename to web/core/assets/vendor/classList/LICENSE.md diff --git a/core/assets/vendor/classList/classList.min.js b/web/core/assets/vendor/classList/classList.min.js similarity index 100% rename from core/assets/vendor/classList/classList.min.js rename to web/core/assets/vendor/classList/classList.min.js diff --git a/core/assets/vendor/domready/ready.min.js b/web/core/assets/vendor/domready/ready.min.js similarity index 100% rename from core/assets/vendor/domready/ready.min.js rename to web/core/assets/vendor/domready/ready.min.js diff --git a/core/assets/vendor/farbtastic/farbtastic.css b/web/core/assets/vendor/farbtastic/farbtastic.css similarity index 100% rename from core/assets/vendor/farbtastic/farbtastic.css rename to web/core/assets/vendor/farbtastic/farbtastic.css diff --git a/core/assets/vendor/farbtastic/farbtastic.js b/web/core/assets/vendor/farbtastic/farbtastic.js similarity index 100% rename from core/assets/vendor/farbtastic/farbtastic.js rename to web/core/assets/vendor/farbtastic/farbtastic.js diff --git a/core/assets/vendor/farbtastic/marker.png b/web/core/assets/vendor/farbtastic/marker.png similarity index 100% rename from core/assets/vendor/farbtastic/marker.png rename to web/core/assets/vendor/farbtastic/marker.png diff --git a/core/assets/vendor/farbtastic/mask.png b/web/core/assets/vendor/farbtastic/mask.png similarity index 100% rename from core/assets/vendor/farbtastic/mask.png rename to web/core/assets/vendor/farbtastic/mask.png diff --git a/core/assets/vendor/farbtastic/wheel.png b/web/core/assets/vendor/farbtastic/wheel.png similarity index 100% rename from core/assets/vendor/farbtastic/wheel.png rename to web/core/assets/vendor/farbtastic/wheel.png diff --git a/core/assets/vendor/html5shiv/html5shiv.min.js b/web/core/assets/vendor/html5shiv/html5shiv.min.js similarity index 100% rename from core/assets/vendor/html5shiv/html5shiv.min.js rename to web/core/assets/vendor/html5shiv/html5shiv.min.js diff --git a/core/assets/vendor/jquery-form/jquery.form.min.js b/web/core/assets/vendor/jquery-form/jquery.form.min.js similarity index 100% rename from core/assets/vendor/jquery-form/jquery.form.min.js rename to web/core/assets/vendor/jquery-form/jquery.form.min.js diff --git a/core/assets/vendor/jquery-joyride/jquery.joyride-2.1.min.js b/web/core/assets/vendor/jquery-joyride/jquery.joyride-2.1.min.js similarity index 100% rename from core/assets/vendor/jquery-joyride/jquery.joyride-2.1.min.js rename to web/core/assets/vendor/jquery-joyride/jquery.joyride-2.1.min.js diff --git a/core/assets/vendor/jquery-once/jquery.once.js b/web/core/assets/vendor/jquery-once/jquery.once.js similarity index 100% rename from core/assets/vendor/jquery-once/jquery.once.js rename to web/core/assets/vendor/jquery-once/jquery.once.js diff --git a/core/assets/vendor/jquery-once/jquery.once.min.js b/web/core/assets/vendor/jquery-once/jquery.once.min.js similarity index 100% rename from core/assets/vendor/jquery-once/jquery.once.min.js rename to web/core/assets/vendor/jquery-once/jquery.once.min.js diff --git a/core/assets/vendor/jquery-once/jquery.once.min.js.map b/web/core/assets/vendor/jquery-once/jquery.once.min.js.map similarity index 100% rename from core/assets/vendor/jquery-once/jquery.once.min.js.map rename to web/core/assets/vendor/jquery-once/jquery.once.min.js.map diff --git a/core/assets/vendor/jquery-ui-touch-punch/jquery.ui.touch-punch.js b/web/core/assets/vendor/jquery-ui-touch-punch/jquery.ui.touch-punch.js similarity index 100% rename from core/assets/vendor/jquery-ui-touch-punch/jquery.ui.touch-punch.js rename to web/core/assets/vendor/jquery-ui-touch-punch/jquery.ui.touch-punch.js diff --git a/core/assets/vendor/jquery.cookie/jquery.cookie.min.js b/web/core/assets/vendor/jquery.cookie/jquery.cookie.min.js similarity index 100% rename from core/assets/vendor/jquery.cookie/jquery.cookie.min.js rename to web/core/assets/vendor/jquery.cookie/jquery.cookie.min.js diff --git a/core/assets/vendor/jquery.ui/AUTHORS.txt b/web/core/assets/vendor/jquery.ui/AUTHORS.txt similarity index 100% rename from core/assets/vendor/jquery.ui/AUTHORS.txt rename to web/core/assets/vendor/jquery.ui/AUTHORS.txt diff --git a/core/assets/vendor/jquery.ui/README.md b/web/core/assets/vendor/jquery.ui/README.md similarity index 100% rename from core/assets/vendor/jquery.ui/README.md rename to web/core/assets/vendor/jquery.ui/README.md diff --git a/core/assets/vendor/jquery.ui/package.json b/web/core/assets/vendor/jquery.ui/package.json similarity index 100% rename from core/assets/vendor/jquery.ui/package.json rename to web/core/assets/vendor/jquery.ui/package.json diff --git a/core/assets/vendor/jquery.ui/themes/base/accordion.css b/web/core/assets/vendor/jquery.ui/themes/base/accordion.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/accordion.css rename to web/core/assets/vendor/jquery.ui/themes/base/accordion.css diff --git a/core/assets/vendor/jquery.ui/themes/base/all.css b/web/core/assets/vendor/jquery.ui/themes/base/all.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/all.css rename to web/core/assets/vendor/jquery.ui/themes/base/all.css diff --git a/core/assets/vendor/jquery.ui/themes/base/autocomplete.css b/web/core/assets/vendor/jquery.ui/themes/base/autocomplete.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/autocomplete.css rename to web/core/assets/vendor/jquery.ui/themes/base/autocomplete.css diff --git a/core/assets/vendor/jquery.ui/themes/base/base.css b/web/core/assets/vendor/jquery.ui/themes/base/base.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/base.css rename to web/core/assets/vendor/jquery.ui/themes/base/base.css diff --git a/core/assets/vendor/jquery.ui/themes/base/button.css b/web/core/assets/vendor/jquery.ui/themes/base/button.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/button.css rename to web/core/assets/vendor/jquery.ui/themes/base/button.css diff --git a/core/assets/vendor/jquery.ui/themes/base/core.css b/web/core/assets/vendor/jquery.ui/themes/base/core.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/core.css rename to web/core/assets/vendor/jquery.ui/themes/base/core.css diff --git a/core/assets/vendor/jquery.ui/themes/base/datepicker.css b/web/core/assets/vendor/jquery.ui/themes/base/datepicker.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/datepicker.css rename to web/core/assets/vendor/jquery.ui/themes/base/datepicker.css diff --git a/core/assets/vendor/jquery.ui/themes/base/dialog.css b/web/core/assets/vendor/jquery.ui/themes/base/dialog.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/dialog.css rename to web/core/assets/vendor/jquery.ui/themes/base/dialog.css diff --git a/core/assets/vendor/jquery.ui/themes/base/draggable.css b/web/core/assets/vendor/jquery.ui/themes/base/draggable.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/draggable.css rename to web/core/assets/vendor/jquery.ui/themes/base/draggable.css diff --git a/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png b/web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png rename to web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png diff --git a/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png b/web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png rename to web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png diff --git a/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png b/web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png rename to web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png diff --git a/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png b/web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png rename to web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png diff --git a/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png b/web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png rename to web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png diff --git a/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png b/web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png rename to web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png diff --git a/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png b/web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png rename to web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png diff --git a/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png rename to web/core/assets/vendor/jquery.ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png diff --git a/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_222222_256x240.png b/web/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_222222_256x240.png similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/images/ui-icons_222222_256x240.png rename to web/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_222222_256x240.png diff --git a/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_2e83ff_256x240.png b/web/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_2e83ff_256x240.png similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/images/ui-icons_2e83ff_256x240.png rename to web/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_2e83ff_256x240.png diff --git a/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_454545_256x240.png b/web/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_454545_256x240.png similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/images/ui-icons_454545_256x240.png rename to web/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_454545_256x240.png diff --git a/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_888888_256x240.png b/web/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_888888_256x240.png similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/images/ui-icons_888888_256x240.png rename to web/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_888888_256x240.png diff --git a/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_cd0a0a_256x240.png b/web/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_cd0a0a_256x240.png similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/images/ui-icons_cd0a0a_256x240.png rename to web/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_cd0a0a_256x240.png diff --git a/core/assets/vendor/jquery.ui/themes/base/menu.css b/web/core/assets/vendor/jquery.ui/themes/base/menu.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/menu.css rename to web/core/assets/vendor/jquery.ui/themes/base/menu.css diff --git a/core/assets/vendor/jquery.ui/themes/base/progressbar.css b/web/core/assets/vendor/jquery.ui/themes/base/progressbar.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/progressbar.css rename to web/core/assets/vendor/jquery.ui/themes/base/progressbar.css diff --git a/core/assets/vendor/jquery.ui/themes/base/resizable.css b/web/core/assets/vendor/jquery.ui/themes/base/resizable.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/resizable.css rename to web/core/assets/vendor/jquery.ui/themes/base/resizable.css diff --git a/core/assets/vendor/jquery.ui/themes/base/selectable.css b/web/core/assets/vendor/jquery.ui/themes/base/selectable.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/selectable.css rename to web/core/assets/vendor/jquery.ui/themes/base/selectable.css diff --git a/core/assets/vendor/jquery.ui/themes/base/selectmenu.css b/web/core/assets/vendor/jquery.ui/themes/base/selectmenu.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/selectmenu.css rename to web/core/assets/vendor/jquery.ui/themes/base/selectmenu.css diff --git a/core/assets/vendor/jquery.ui/themes/base/slider.css b/web/core/assets/vendor/jquery.ui/themes/base/slider.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/slider.css rename to web/core/assets/vendor/jquery.ui/themes/base/slider.css diff --git a/core/assets/vendor/jquery.ui/themes/base/sortable.css b/web/core/assets/vendor/jquery.ui/themes/base/sortable.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/sortable.css rename to web/core/assets/vendor/jquery.ui/themes/base/sortable.css diff --git a/core/assets/vendor/jquery.ui/themes/base/spinner.css b/web/core/assets/vendor/jquery.ui/themes/base/spinner.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/spinner.css rename to web/core/assets/vendor/jquery.ui/themes/base/spinner.css diff --git a/core/assets/vendor/jquery.ui/themes/base/tabs.css b/web/core/assets/vendor/jquery.ui/themes/base/tabs.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/tabs.css rename to web/core/assets/vendor/jquery.ui/themes/base/tabs.css diff --git a/core/assets/vendor/jquery.ui/themes/base/theme.css b/web/core/assets/vendor/jquery.ui/themes/base/theme.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/theme.css rename to web/core/assets/vendor/jquery.ui/themes/base/theme.css diff --git a/core/assets/vendor/jquery.ui/themes/base/tooltip.css b/web/core/assets/vendor/jquery.ui/themes/base/tooltip.css similarity index 100% rename from core/assets/vendor/jquery.ui/themes/base/tooltip.css rename to web/core/assets/vendor/jquery.ui/themes/base/tooltip.css diff --git a/core/assets/vendor/jquery.ui/ui.accordion.jquery.json b/web/core/assets/vendor/jquery.ui/ui.accordion.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.accordion.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.accordion.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.autocomplete.jquery.json b/web/core/assets/vendor/jquery.ui/ui.autocomplete.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.autocomplete.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.autocomplete.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.button.jquery.json b/web/core/assets/vendor/jquery.ui/ui.button.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.button.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.button.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.core.jquery.json b/web/core/assets/vendor/jquery.ui/ui.core.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.core.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.core.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.datepicker.jquery.json b/web/core/assets/vendor/jquery.ui/ui.datepicker.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.datepicker.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.datepicker.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.dialog.jquery.json b/web/core/assets/vendor/jquery.ui/ui.dialog.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.dialog.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.dialog.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.draggable.jquery.json b/web/core/assets/vendor/jquery.ui/ui.draggable.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.draggable.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.draggable.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.droppable.jquery.json b/web/core/assets/vendor/jquery.ui/ui.droppable.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.droppable.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.droppable.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect-blind.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect-blind.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect-blind.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect-blind.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect-bounce.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect-bounce.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect-bounce.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect-bounce.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect-clip.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect-clip.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect-clip.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect-clip.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect-drop.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect-drop.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect-drop.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect-drop.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect-explode.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect-explode.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect-explode.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect-explode.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect-fade.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect-fade.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect-fade.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect-fade.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect-fold.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect-fold.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect-fold.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect-fold.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect-highlight.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect-highlight.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect-highlight.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect-highlight.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect-puff.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect-puff.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect-puff.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect-puff.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect-pulsate.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect-pulsate.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect-pulsate.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect-pulsate.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect-scale.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect-scale.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect-scale.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect-scale.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect-shake.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect-shake.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect-shake.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect-shake.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect-size.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect-size.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect-size.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect-size.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect-slide.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect-slide.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect-slide.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect-slide.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect-transfer.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect-transfer.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect-transfer.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect-transfer.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.effect.jquery.json b/web/core/assets/vendor/jquery.ui/ui.effect.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.effect.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.effect.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.menu.jquery.json b/web/core/assets/vendor/jquery.ui/ui.menu.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.menu.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.menu.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.mouse.jquery.json b/web/core/assets/vendor/jquery.ui/ui.mouse.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.mouse.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.mouse.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.position.jquery.json b/web/core/assets/vendor/jquery.ui/ui.position.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.position.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.position.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.progressbar.jquery.json b/web/core/assets/vendor/jquery.ui/ui.progressbar.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.progressbar.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.progressbar.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.resizable.jquery.json b/web/core/assets/vendor/jquery.ui/ui.resizable.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.resizable.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.resizable.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.selectable.jquery.json b/web/core/assets/vendor/jquery.ui/ui.selectable.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.selectable.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.selectable.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.selectmenu.jquery.json b/web/core/assets/vendor/jquery.ui/ui.selectmenu.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.selectmenu.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.selectmenu.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.slider.jquery.json b/web/core/assets/vendor/jquery.ui/ui.slider.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.slider.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.slider.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.sortable.jquery.json b/web/core/assets/vendor/jquery.ui/ui.sortable.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.sortable.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.sortable.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.spinner.jquery.json b/web/core/assets/vendor/jquery.ui/ui.spinner.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.spinner.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.spinner.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.tabs.jquery.json b/web/core/assets/vendor/jquery.ui/ui.tabs.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.tabs.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.tabs.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.tooltip.jquery.json b/web/core/assets/vendor/jquery.ui/ui.tooltip.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.tooltip.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.tooltip.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui.widget.jquery.json b/web/core/assets/vendor/jquery.ui/ui.widget.jquery.json similarity index 100% rename from core/assets/vendor/jquery.ui/ui.widget.jquery.json rename to web/core/assets/vendor/jquery.ui/ui.widget.jquery.json diff --git a/core/assets/vendor/jquery.ui/ui/accordion-min.js b/web/core/assets/vendor/jquery.ui/ui/accordion-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/accordion-min.js rename to web/core/assets/vendor/jquery.ui/ui/accordion-min.js diff --git a/core/assets/vendor/jquery.ui/ui/autocomplete-min.js b/web/core/assets/vendor/jquery.ui/ui/autocomplete-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/autocomplete-min.js rename to web/core/assets/vendor/jquery.ui/ui/autocomplete-min.js diff --git a/core/assets/vendor/jquery.ui/ui/button-min.js b/web/core/assets/vendor/jquery.ui/ui/button-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/button-min.js rename to web/core/assets/vendor/jquery.ui/ui/button-min.js diff --git a/core/assets/vendor/jquery.ui/ui/core-min.js b/web/core/assets/vendor/jquery.ui/ui/core-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/core-min.js rename to web/core/assets/vendor/jquery.ui/ui/core-min.js diff --git a/core/assets/vendor/jquery.ui/ui/datepicker-min.js b/web/core/assets/vendor/jquery.ui/ui/datepicker-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/datepicker-min.js rename to web/core/assets/vendor/jquery.ui/ui/datepicker-min.js diff --git a/core/assets/vendor/jquery.ui/ui/dialog-min.js b/web/core/assets/vendor/jquery.ui/ui/dialog-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/dialog-min.js rename to web/core/assets/vendor/jquery.ui/ui/dialog-min.js diff --git a/core/assets/vendor/jquery.ui/ui/draggable-min.js b/web/core/assets/vendor/jquery.ui/ui/draggable-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/draggable-min.js rename to web/core/assets/vendor/jquery.ui/ui/draggable-min.js diff --git a/core/assets/vendor/jquery.ui/ui/droppable-min.js b/web/core/assets/vendor/jquery.ui/ui/droppable-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/droppable-min.js rename to web/core/assets/vendor/jquery.ui/ui/droppable-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-blind-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-blind-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-blind-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-blind-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-bounce-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-bounce-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-bounce-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-bounce-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-clip-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-clip-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-clip-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-clip-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-drop-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-drop-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-drop-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-drop-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-explode-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-explode-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-explode-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-explode-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-fade-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-fade-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-fade-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-fade-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-fold-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-fold-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-fold-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-fold-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-highlight-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-highlight-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-highlight-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-highlight-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-puff-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-puff-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-puff-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-puff-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-pulsate-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-pulsate-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-pulsate-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-pulsate-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-scale-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-scale-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-scale-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-scale-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-shake-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-shake-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-shake-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-shake-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-size-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-size-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-size-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-size-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-slide-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-slide-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-slide-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-slide-min.js diff --git a/core/assets/vendor/jquery.ui/ui/effect-transfer-min.js b/web/core/assets/vendor/jquery.ui/ui/effect-transfer-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/effect-transfer-min.js rename to web/core/assets/vendor/jquery.ui/ui/effect-transfer-min.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-af.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-af.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-af.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-af.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ar-DZ.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ar-DZ.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-ar-DZ.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ar-DZ.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ar.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ar.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-ar.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ar.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-az.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-az.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-az.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-az.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-be.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-be.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-be.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-be.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-bg.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-bg.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-bg.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-bg.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-bs.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-bs.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-bs.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-bs.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ca.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ca.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-ca.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ca.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-cs.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-cs.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-cs.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-cs.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-cy-GB.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-cy-GB.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-cy-GB.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-cy-GB.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-da.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-da.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-da.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-da.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-de.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-de.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-de.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-de.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-el.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-el.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-el.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-el.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-en-AU.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-en-AU.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-en-AU.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-en-AU.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-en-GB.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-en-GB.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-en-GB.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-en-GB.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-en-NZ.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-en-NZ.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-en-NZ.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-en-NZ.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-eo.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-eo.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-eo.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-eo.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-es.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-es.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-es.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-es.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-et.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-et.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-et.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-et.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-eu.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-eu.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-eu.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-eu.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fa.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fa.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-fa.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fa.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fi.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fi.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-fi.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fi.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fo.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fo.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-fo.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fo.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fr-CA.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fr-CA.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-fr-CA.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fr-CA.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fr-CH.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fr-CH.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-fr-CH.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fr-CH.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fr.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fr.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-fr.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-fr.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-gl.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-gl.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-gl.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-gl.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-he.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-he.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-he.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-he.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hi.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hi.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-hi.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hi.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hr.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hr.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-hr.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hr.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hu.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hu.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-hu.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hu.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hy.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hy.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-hy.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-hy.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-id.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-id.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-id.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-id.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-is.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-is.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-is.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-is.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-it-CH.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-it-CH.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-it-CH.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-it-CH.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-it.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-it.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-it.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-it.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ja.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ja.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-ja.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ja.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ka.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ka.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-ka.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ka.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-kk.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-kk.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-kk.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-kk.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-km.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-km.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-km.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-km.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ko.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ko.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-ko.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ko.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ky.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ky.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-ky.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ky.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-lb.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-lb.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-lb.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-lb.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-lt.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-lt.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-lt.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-lt.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-lv.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-lv.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-lv.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-lv.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-mk.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-mk.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-mk.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-mk.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ml.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ml.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-ml.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ml.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ms.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ms.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-ms.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ms.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nb.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nb.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-nb.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nb.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nl-BE.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nl-BE.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-nl-BE.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nl-BE.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nl.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nl.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-nl.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nl.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nn.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nn.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-nn.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-nn.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-no.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-no.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-no.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-no.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-pl.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-pl.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-pl.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-pl.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-pt-BR.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-pt-BR.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-pt-BR.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-pt-BR.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-pt.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-pt.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-pt.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-pt.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-rm.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-rm.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-rm.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-rm.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ro.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ro.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-ro.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ro.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ru.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ru.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-ru.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ru.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sk.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sk.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-sk.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sk.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sl.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sl.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-sl.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sl.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sq.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sq.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-sq.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sq.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sr-SR.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sr-SR.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-sr-SR.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sr-SR.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sr.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sr.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-sr.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sr.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sv.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sv.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-sv.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-sv.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ta.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ta.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-ta.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-ta.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-th.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-th.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-th.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-th.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-tj.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-tj.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-tj.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-tj.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-tr.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-tr.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-tr.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-tr.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-uk.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-uk.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-uk.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-uk.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-vi.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-vi.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-vi.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-vi.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-zh-CN.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-zh-CN.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-zh-CN.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-zh-CN.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-zh-HK.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-zh-HK.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-zh-HK.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-zh-HK.js diff --git a/core/assets/vendor/jquery.ui/ui/i18n/datepicker-zh-TW.js b/web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-zh-TW.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/i18n/datepicker-zh-TW.js rename to web/core/assets/vendor/jquery.ui/ui/i18n/datepicker-zh-TW.js diff --git a/core/assets/vendor/jquery.ui/ui/menu-min.js b/web/core/assets/vendor/jquery.ui/ui/menu-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/menu-min.js rename to web/core/assets/vendor/jquery.ui/ui/menu-min.js diff --git a/core/assets/vendor/jquery.ui/ui/mouse-min.js b/web/core/assets/vendor/jquery.ui/ui/mouse-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/mouse-min.js rename to web/core/assets/vendor/jquery.ui/ui/mouse-min.js diff --git a/core/assets/vendor/jquery.ui/ui/position-min.js b/web/core/assets/vendor/jquery.ui/ui/position-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/position-min.js rename to web/core/assets/vendor/jquery.ui/ui/position-min.js diff --git a/core/assets/vendor/jquery.ui/ui/progressbar-min.js b/web/core/assets/vendor/jquery.ui/ui/progressbar-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/progressbar-min.js rename to web/core/assets/vendor/jquery.ui/ui/progressbar-min.js diff --git a/core/assets/vendor/jquery.ui/ui/resizable-min.js b/web/core/assets/vendor/jquery.ui/ui/resizable-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/resizable-min.js rename to web/core/assets/vendor/jquery.ui/ui/resizable-min.js diff --git a/core/assets/vendor/jquery.ui/ui/selectable-min.js b/web/core/assets/vendor/jquery.ui/ui/selectable-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/selectable-min.js rename to web/core/assets/vendor/jquery.ui/ui/selectable-min.js diff --git a/core/assets/vendor/jquery.ui/ui/selectmenu-min.js b/web/core/assets/vendor/jquery.ui/ui/selectmenu-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/selectmenu-min.js rename to web/core/assets/vendor/jquery.ui/ui/selectmenu-min.js diff --git a/core/assets/vendor/jquery.ui/ui/slider-min.js b/web/core/assets/vendor/jquery.ui/ui/slider-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/slider-min.js rename to web/core/assets/vendor/jquery.ui/ui/slider-min.js diff --git a/core/assets/vendor/jquery.ui/ui/sortable-min.js b/web/core/assets/vendor/jquery.ui/ui/sortable-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/sortable-min.js rename to web/core/assets/vendor/jquery.ui/ui/sortable-min.js diff --git a/core/assets/vendor/jquery.ui/ui/spinner-min.js b/web/core/assets/vendor/jquery.ui/ui/spinner-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/spinner-min.js rename to web/core/assets/vendor/jquery.ui/ui/spinner-min.js diff --git a/core/assets/vendor/jquery.ui/ui/tabs-min.js b/web/core/assets/vendor/jquery.ui/ui/tabs-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/tabs-min.js rename to web/core/assets/vendor/jquery.ui/ui/tabs-min.js diff --git a/core/assets/vendor/jquery.ui/ui/tooltip-min.js b/web/core/assets/vendor/jquery.ui/ui/tooltip-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/tooltip-min.js rename to web/core/assets/vendor/jquery.ui/ui/tooltip-min.js diff --git a/core/assets/vendor/jquery.ui/ui/widget-min.js b/web/core/assets/vendor/jquery.ui/ui/widget-min.js similarity index 100% rename from core/assets/vendor/jquery.ui/ui/widget-min.js rename to web/core/assets/vendor/jquery.ui/ui/widget-min.js diff --git a/core/assets/vendor/jquery/jquery.js b/web/core/assets/vendor/jquery/jquery.js similarity index 100% rename from core/assets/vendor/jquery/jquery.js rename to web/core/assets/vendor/jquery/jquery.js diff --git a/core/assets/vendor/jquery/jquery.min.js b/web/core/assets/vendor/jquery/jquery.min.js similarity index 100% rename from core/assets/vendor/jquery/jquery.min.js rename to web/core/assets/vendor/jquery/jquery.min.js diff --git a/core/assets/vendor/jquery/jquery.min.map b/web/core/assets/vendor/jquery/jquery.min.map similarity index 100% rename from core/assets/vendor/jquery/jquery.min.map rename to web/core/assets/vendor/jquery/jquery.min.map diff --git a/core/assets/vendor/matchMedia/matchMedia.addListener.min.js b/web/core/assets/vendor/matchMedia/matchMedia.addListener.min.js similarity index 100% rename from core/assets/vendor/matchMedia/matchMedia.addListener.min.js rename to web/core/assets/vendor/matchMedia/matchMedia.addListener.min.js diff --git a/core/assets/vendor/matchMedia/matchMedia.min.js b/web/core/assets/vendor/matchMedia/matchMedia.min.js similarity index 100% rename from core/assets/vendor/matchMedia/matchMedia.min.js rename to web/core/assets/vendor/matchMedia/matchMedia.min.js diff --git a/core/assets/vendor/modernizr/modernizr.min.js b/web/core/assets/vendor/modernizr/modernizr.min.js similarity index 100% rename from core/assets/vendor/modernizr/modernizr.min.js rename to web/core/assets/vendor/modernizr/modernizr.min.js diff --git a/core/assets/vendor/normalize-css/normalize.css b/web/core/assets/vendor/normalize-css/normalize.css similarity index 100% rename from core/assets/vendor/normalize-css/normalize.css rename to web/core/assets/vendor/normalize-css/normalize.css diff --git a/core/assets/vendor/picturefill/picturefill.min.js b/web/core/assets/vendor/picturefill/picturefill.min.js similarity index 100% rename from core/assets/vendor/picturefill/picturefill.min.js rename to web/core/assets/vendor/picturefill/picturefill.min.js diff --git a/core/assets/vendor/underscore/underscore-min.js b/web/core/assets/vendor/underscore/underscore-min.js similarity index 100% rename from core/assets/vendor/underscore/underscore-min.js rename to web/core/assets/vendor/underscore/underscore-min.js diff --git a/core/assets/vendor/underscore/underscore-min.map b/web/core/assets/vendor/underscore/underscore-min.map similarity index 100% rename from core/assets/vendor/underscore/underscore-min.map rename to web/core/assets/vendor/underscore/underscore-min.map diff --git a/core/authorize.php b/web/core/authorize.php similarity index 100% rename from core/authorize.php rename to web/core/authorize.php diff --git a/core/composer.json b/web/core/composer.json similarity index 100% rename from core/composer.json rename to web/core/composer.json diff --git a/core/config/install/core.extension.yml b/web/core/config/install/core.extension.yml similarity index 100% rename from core/config/install/core.extension.yml rename to web/core/config/install/core.extension.yml diff --git a/core/config/install/core.menu.static_menu_link_overrides.yml b/web/core/config/install/core.menu.static_menu_link_overrides.yml similarity index 100% rename from core/config/install/core.menu.static_menu_link_overrides.yml rename to web/core/config/install/core.menu.static_menu_link_overrides.yml diff --git a/core/config/schema/core.data_types.schema.yml b/web/core/config/schema/core.data_types.schema.yml similarity index 100% rename from core/config/schema/core.data_types.schema.yml rename to web/core/config/schema/core.data_types.schema.yml diff --git a/core/config/schema/core.entity.schema.yml b/web/core/config/schema/core.entity.schema.yml similarity index 100% rename from core/config/schema/core.entity.schema.yml rename to web/core/config/schema/core.entity.schema.yml diff --git a/core/config/schema/core.extension.schema.yml b/web/core/config/schema/core.extension.schema.yml similarity index 100% rename from core/config/schema/core.extension.schema.yml rename to web/core/config/schema/core.extension.schema.yml diff --git a/core/config/schema/core.menu.schema.yml b/web/core/config/schema/core.menu.schema.yml similarity index 100% rename from core/config/schema/core.menu.schema.yml rename to web/core/config/schema/core.menu.schema.yml diff --git a/core/core.api.php b/web/core/core.api.php similarity index 100% rename from core/core.api.php rename to web/core/core.api.php diff --git a/core/core.libraries.yml b/web/core/core.libraries.yml similarity index 100% rename from core/core.libraries.yml rename to web/core/core.libraries.yml diff --git a/core/core.services.yml b/web/core/core.services.yml similarity index 100% rename from core/core.services.yml rename to web/core/core.services.yml diff --git a/core/globals.api.php b/web/core/globals.api.php similarity index 100% rename from core/globals.api.php rename to web/core/globals.api.php diff --git a/core/includes/batch.inc b/web/core/includes/batch.inc similarity index 100% rename from core/includes/batch.inc rename to web/core/includes/batch.inc diff --git a/core/includes/bootstrap.inc b/web/core/includes/bootstrap.inc similarity index 100% rename from core/includes/bootstrap.inc rename to web/core/includes/bootstrap.inc diff --git a/core/includes/common.inc b/web/core/includes/common.inc similarity index 100% rename from core/includes/common.inc rename to web/core/includes/common.inc diff --git a/core/includes/database.inc b/web/core/includes/database.inc similarity index 100% rename from core/includes/database.inc rename to web/core/includes/database.inc diff --git a/core/includes/entity.inc b/web/core/includes/entity.inc similarity index 100% rename from core/includes/entity.inc rename to web/core/includes/entity.inc diff --git a/core/includes/errors.inc b/web/core/includes/errors.inc similarity index 100% rename from core/includes/errors.inc rename to web/core/includes/errors.inc diff --git a/core/includes/file.inc b/web/core/includes/file.inc similarity index 100% rename from core/includes/file.inc rename to web/core/includes/file.inc diff --git a/core/includes/form.inc b/web/core/includes/form.inc similarity index 100% rename from core/includes/form.inc rename to web/core/includes/form.inc diff --git a/core/includes/install.core.inc b/web/core/includes/install.core.inc similarity index 100% rename from core/includes/install.core.inc rename to web/core/includes/install.core.inc diff --git a/core/includes/install.inc b/web/core/includes/install.inc similarity index 100% rename from core/includes/install.inc rename to web/core/includes/install.inc diff --git a/core/includes/menu.inc b/web/core/includes/menu.inc similarity index 100% rename from core/includes/menu.inc rename to web/core/includes/menu.inc diff --git a/core/includes/module.inc b/web/core/includes/module.inc similarity index 100% rename from core/includes/module.inc rename to web/core/includes/module.inc diff --git a/core/includes/pager.inc b/web/core/includes/pager.inc similarity index 100% rename from core/includes/pager.inc rename to web/core/includes/pager.inc diff --git a/core/includes/schema.inc b/web/core/includes/schema.inc similarity index 100% rename from core/includes/schema.inc rename to web/core/includes/schema.inc diff --git a/core/includes/tablesort.inc b/web/core/includes/tablesort.inc similarity index 100% rename from core/includes/tablesort.inc rename to web/core/includes/tablesort.inc diff --git a/core/includes/theme.inc b/web/core/includes/theme.inc similarity index 100% rename from core/includes/theme.inc rename to web/core/includes/theme.inc diff --git a/core/includes/theme.maintenance.inc b/web/core/includes/theme.maintenance.inc similarity index 100% rename from core/includes/theme.maintenance.inc rename to web/core/includes/theme.maintenance.inc diff --git a/core/includes/unicode.inc b/web/core/includes/unicode.inc similarity index 100% rename from core/includes/unicode.inc rename to web/core/includes/unicode.inc diff --git a/core/includes/update.inc b/web/core/includes/update.inc similarity index 100% rename from core/includes/update.inc rename to web/core/includes/update.inc diff --git a/core/includes/utility.inc b/web/core/includes/utility.inc similarity index 100% rename from core/includes/utility.inc rename to web/core/includes/utility.inc diff --git a/core/install.php b/web/core/install.php similarity index 100% rename from core/install.php rename to web/core/install.php diff --git a/core/lib/Drupal.php b/web/core/lib/Drupal.php similarity index 100% rename from core/lib/Drupal.php rename to web/core/lib/Drupal.php diff --git a/core/lib/Drupal/Component/Annotation/AnnotationBase.php b/web/core/lib/Drupal/Component/Annotation/AnnotationBase.php similarity index 100% rename from core/lib/Drupal/Component/Annotation/AnnotationBase.php rename to web/core/lib/Drupal/Component/Annotation/AnnotationBase.php diff --git a/core/lib/Drupal/Component/Annotation/AnnotationInterface.php b/web/core/lib/Drupal/Component/Annotation/AnnotationInterface.php similarity index 100% rename from core/lib/Drupal/Component/Annotation/AnnotationInterface.php rename to web/core/lib/Drupal/Component/Annotation/AnnotationInterface.php diff --git a/core/lib/Drupal/Component/Annotation/LICENSE.txt b/web/core/lib/Drupal/Component/Annotation/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/Annotation/LICENSE.txt rename to web/core/lib/Drupal/Component/Annotation/LICENSE.txt diff --git a/core/lib/Drupal/Component/Annotation/Plugin.php b/web/core/lib/Drupal/Component/Annotation/Plugin.php similarity index 100% rename from core/lib/Drupal/Component/Annotation/Plugin.php rename to web/core/lib/Drupal/Component/Annotation/Plugin.php diff --git a/core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php b/web/core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php similarity index 100% rename from core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php rename to web/core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php diff --git a/core/lib/Drupal/Component/Annotation/PluginID.php b/web/core/lib/Drupal/Component/Annotation/PluginID.php similarity index 100% rename from core/lib/Drupal/Component/Annotation/PluginID.php rename to web/core/lib/Drupal/Component/Annotation/PluginID.php diff --git a/core/lib/Drupal/Component/Annotation/README.txt b/web/core/lib/Drupal/Component/Annotation/README.txt similarity index 100% rename from core/lib/Drupal/Component/Annotation/README.txt rename to web/core/lib/Drupal/Component/Annotation/README.txt diff --git a/core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php b/web/core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php similarity index 100% rename from core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php rename to web/core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php diff --git a/core/lib/Drupal/Component/Annotation/TESTING.txt b/web/core/lib/Drupal/Component/Annotation/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/Annotation/TESTING.txt rename to web/core/lib/Drupal/Component/Annotation/TESTING.txt diff --git a/core/lib/Drupal/Component/Annotation/composer.json b/web/core/lib/Drupal/Component/Annotation/composer.json similarity index 100% rename from core/lib/Drupal/Component/Annotation/composer.json rename to web/core/lib/Drupal/Component/Annotation/composer.json diff --git a/core/lib/Drupal/Component/Assertion/Handle.php b/web/core/lib/Drupal/Component/Assertion/Handle.php similarity index 100% rename from core/lib/Drupal/Component/Assertion/Handle.php rename to web/core/lib/Drupal/Component/Assertion/Handle.php diff --git a/core/lib/Drupal/Component/Assertion/Inspector.php b/web/core/lib/Drupal/Component/Assertion/Inspector.php similarity index 100% rename from core/lib/Drupal/Component/Assertion/Inspector.php rename to web/core/lib/Drupal/Component/Assertion/Inspector.php diff --git a/core/lib/Drupal/Component/Assertion/LICENSE.txt b/web/core/lib/Drupal/Component/Assertion/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/Assertion/LICENSE.txt rename to web/core/lib/Drupal/Component/Assertion/LICENSE.txt diff --git a/core/lib/Drupal/Component/Assertion/README.txt b/web/core/lib/Drupal/Component/Assertion/README.txt similarity index 100% rename from core/lib/Drupal/Component/Assertion/README.txt rename to web/core/lib/Drupal/Component/Assertion/README.txt diff --git a/core/lib/Drupal/Component/Assertion/TESTING.txt b/web/core/lib/Drupal/Component/Assertion/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/Assertion/TESTING.txt rename to web/core/lib/Drupal/Component/Assertion/TESTING.txt diff --git a/core/lib/Drupal/Component/Assertion/composer.json b/web/core/lib/Drupal/Component/Assertion/composer.json similarity index 100% rename from core/lib/Drupal/Component/Assertion/composer.json rename to web/core/lib/Drupal/Component/Assertion/composer.json diff --git a/core/lib/Drupal/Component/Assertion/global_namespace_php5.php b/web/core/lib/Drupal/Component/Assertion/global_namespace_php5.php similarity index 100% rename from core/lib/Drupal/Component/Assertion/global_namespace_php5.php rename to web/core/lib/Drupal/Component/Assertion/global_namespace_php5.php diff --git a/core/lib/Drupal/Component/Bridge/LICENSE.txt b/web/core/lib/Drupal/Component/Bridge/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/Bridge/LICENSE.txt rename to web/core/lib/Drupal/Component/Bridge/LICENSE.txt diff --git a/core/lib/Drupal/Component/Bridge/README.txt b/web/core/lib/Drupal/Component/Bridge/README.txt similarity index 100% rename from core/lib/Drupal/Component/Bridge/README.txt rename to web/core/lib/Drupal/Component/Bridge/README.txt diff --git a/core/lib/Drupal/Component/Bridge/TESTING.txt b/web/core/lib/Drupal/Component/Bridge/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/Bridge/TESTING.txt rename to web/core/lib/Drupal/Component/Bridge/TESTING.txt diff --git a/core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php b/web/core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php similarity index 100% rename from core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php rename to web/core/lib/Drupal/Component/Bridge/ZfExtensionManagerSfContainer.php diff --git a/core/lib/Drupal/Component/Bridge/composer.json b/web/core/lib/Drupal/Component/Bridge/composer.json similarity index 100% rename from core/lib/Drupal/Component/Bridge/composer.json rename to web/core/lib/Drupal/Component/Bridge/composer.json diff --git a/core/lib/Drupal/Component/ClassFinder/ClassFinder.php b/web/core/lib/Drupal/Component/ClassFinder/ClassFinder.php similarity index 100% rename from core/lib/Drupal/Component/ClassFinder/ClassFinder.php rename to web/core/lib/Drupal/Component/ClassFinder/ClassFinder.php diff --git a/core/lib/Drupal/Component/ClassFinder/LICENSE.txt b/web/core/lib/Drupal/Component/ClassFinder/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/ClassFinder/LICENSE.txt rename to web/core/lib/Drupal/Component/ClassFinder/LICENSE.txt diff --git a/core/lib/Drupal/Component/ClassFinder/README.txt b/web/core/lib/Drupal/Component/ClassFinder/README.txt similarity index 100% rename from core/lib/Drupal/Component/ClassFinder/README.txt rename to web/core/lib/Drupal/Component/ClassFinder/README.txt diff --git a/core/lib/Drupal/Component/ClassFinder/TESTING.txt b/web/core/lib/Drupal/Component/ClassFinder/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/ClassFinder/TESTING.txt rename to web/core/lib/Drupal/Component/ClassFinder/TESTING.txt diff --git a/core/lib/Drupal/Component/ClassFinder/composer.json b/web/core/lib/Drupal/Component/ClassFinder/composer.json similarity index 100% rename from core/lib/Drupal/Component/ClassFinder/composer.json rename to web/core/lib/Drupal/Component/ClassFinder/composer.json diff --git a/core/lib/Drupal/Component/Datetime/DateTimePlus.php b/web/core/lib/Drupal/Component/Datetime/DateTimePlus.php similarity index 100% rename from core/lib/Drupal/Component/Datetime/DateTimePlus.php rename to web/core/lib/Drupal/Component/Datetime/DateTimePlus.php diff --git a/core/lib/Drupal/Component/Datetime/LICENSE.txt b/web/core/lib/Drupal/Component/Datetime/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/Datetime/LICENSE.txt rename to web/core/lib/Drupal/Component/Datetime/LICENSE.txt diff --git a/core/lib/Drupal/Component/Datetime/README.txt b/web/core/lib/Drupal/Component/Datetime/README.txt similarity index 100% rename from core/lib/Drupal/Component/Datetime/README.txt rename to web/core/lib/Drupal/Component/Datetime/README.txt diff --git a/core/lib/Drupal/Component/Datetime/TESTING.txt b/web/core/lib/Drupal/Component/Datetime/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/Datetime/TESTING.txt rename to web/core/lib/Drupal/Component/Datetime/TESTING.txt diff --git a/core/lib/Drupal/Component/Datetime/composer.json b/web/core/lib/Drupal/Component/Datetime/composer.json similarity index 100% rename from core/lib/Drupal/Component/Datetime/composer.json rename to web/core/lib/Drupal/Component/Datetime/composer.json diff --git a/core/lib/Drupal/Component/DependencyInjection/Container.php b/web/core/lib/Drupal/Component/DependencyInjection/Container.php similarity index 100% rename from core/lib/Drupal/Component/DependencyInjection/Container.php rename to web/core/lib/Drupal/Component/DependencyInjection/Container.php diff --git a/core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php b/web/core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php similarity index 100% rename from core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php rename to web/core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php diff --git a/core/lib/Drupal/Component/DependencyInjection/Dumper/PhpArrayDumper.php b/web/core/lib/Drupal/Component/DependencyInjection/Dumper/PhpArrayDumper.php similarity index 100% rename from core/lib/Drupal/Component/DependencyInjection/Dumper/PhpArrayDumper.php rename to web/core/lib/Drupal/Component/DependencyInjection/Dumper/PhpArrayDumper.php diff --git a/core/lib/Drupal/Component/DependencyInjection/LICENSE.txt b/web/core/lib/Drupal/Component/DependencyInjection/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/DependencyInjection/LICENSE.txt rename to web/core/lib/Drupal/Component/DependencyInjection/LICENSE.txt diff --git a/core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php b/web/core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php similarity index 100% rename from core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php rename to web/core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php diff --git a/core/lib/Drupal/Component/DependencyInjection/README.txt b/web/core/lib/Drupal/Component/DependencyInjection/README.txt similarity index 100% rename from core/lib/Drupal/Component/DependencyInjection/README.txt rename to web/core/lib/Drupal/Component/DependencyInjection/README.txt diff --git a/core/lib/Drupal/Component/DependencyInjection/TESTING.txt b/web/core/lib/Drupal/Component/DependencyInjection/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/DependencyInjection/TESTING.txt rename to web/core/lib/Drupal/Component/DependencyInjection/TESTING.txt diff --git a/core/lib/Drupal/Component/DependencyInjection/composer.json b/web/core/lib/Drupal/Component/DependencyInjection/composer.json similarity index 100% rename from core/lib/Drupal/Component/DependencyInjection/composer.json rename to web/core/lib/Drupal/Component/DependencyInjection/composer.json diff --git a/core/lib/Drupal/Component/Diff/Diff.php b/web/core/lib/Drupal/Component/Diff/Diff.php similarity index 100% rename from core/lib/Drupal/Component/Diff/Diff.php rename to web/core/lib/Drupal/Component/Diff/Diff.php diff --git a/core/lib/Drupal/Component/Diff/DiffFormatter.php b/web/core/lib/Drupal/Component/Diff/DiffFormatter.php similarity index 100% rename from core/lib/Drupal/Component/Diff/DiffFormatter.php rename to web/core/lib/Drupal/Component/Diff/DiffFormatter.php diff --git a/core/lib/Drupal/Component/Diff/Engine/DiffEngine.php b/web/core/lib/Drupal/Component/Diff/Engine/DiffEngine.php similarity index 100% rename from core/lib/Drupal/Component/Diff/Engine/DiffEngine.php rename to web/core/lib/Drupal/Component/Diff/Engine/DiffEngine.php diff --git a/core/lib/Drupal/Component/Diff/Engine/DiffOp.php b/web/core/lib/Drupal/Component/Diff/Engine/DiffOp.php similarity index 100% rename from core/lib/Drupal/Component/Diff/Engine/DiffOp.php rename to web/core/lib/Drupal/Component/Diff/Engine/DiffOp.php diff --git a/core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php b/web/core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php similarity index 100% rename from core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php rename to web/core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php diff --git a/core/lib/Drupal/Component/Diff/Engine/DiffOpChange.php b/web/core/lib/Drupal/Component/Diff/Engine/DiffOpChange.php similarity index 100% rename from core/lib/Drupal/Component/Diff/Engine/DiffOpChange.php rename to web/core/lib/Drupal/Component/Diff/Engine/DiffOpChange.php diff --git a/core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php b/web/core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php similarity index 100% rename from core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php rename to web/core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php diff --git a/core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php b/web/core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php similarity index 100% rename from core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php rename to web/core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php diff --git a/core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php b/web/core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php similarity index 100% rename from core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php rename to web/core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php diff --git a/core/lib/Drupal/Component/Diff/LICENSE.txt b/web/core/lib/Drupal/Component/Diff/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/Diff/LICENSE.txt rename to web/core/lib/Drupal/Component/Diff/LICENSE.txt diff --git a/core/lib/Drupal/Component/Diff/MappedDiff.php b/web/core/lib/Drupal/Component/Diff/MappedDiff.php similarity index 100% rename from core/lib/Drupal/Component/Diff/MappedDiff.php rename to web/core/lib/Drupal/Component/Diff/MappedDiff.php diff --git a/core/lib/Drupal/Component/Diff/README.txt b/web/core/lib/Drupal/Component/Diff/README.txt similarity index 100% rename from core/lib/Drupal/Component/Diff/README.txt rename to web/core/lib/Drupal/Component/Diff/README.txt diff --git a/core/lib/Drupal/Component/Diff/TESTING.txt b/web/core/lib/Drupal/Component/Diff/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/Diff/TESTING.txt rename to web/core/lib/Drupal/Component/Diff/TESTING.txt diff --git a/core/lib/Drupal/Component/Diff/WordLevelDiff.php b/web/core/lib/Drupal/Component/Diff/WordLevelDiff.php similarity index 100% rename from core/lib/Drupal/Component/Diff/WordLevelDiff.php rename to web/core/lib/Drupal/Component/Diff/WordLevelDiff.php diff --git a/core/lib/Drupal/Component/Diff/composer.json b/web/core/lib/Drupal/Component/Diff/composer.json similarity index 100% rename from core/lib/Drupal/Component/Diff/composer.json rename to web/core/lib/Drupal/Component/Diff/composer.json diff --git a/core/lib/Drupal/Component/Discovery/DiscoverableInterface.php b/web/core/lib/Drupal/Component/Discovery/DiscoverableInterface.php similarity index 100% rename from core/lib/Drupal/Component/Discovery/DiscoverableInterface.php rename to web/core/lib/Drupal/Component/Discovery/DiscoverableInterface.php diff --git a/core/lib/Drupal/Component/Discovery/DiscoveryException.php b/web/core/lib/Drupal/Component/Discovery/DiscoveryException.php similarity index 100% rename from core/lib/Drupal/Component/Discovery/DiscoveryException.php rename to web/core/lib/Drupal/Component/Discovery/DiscoveryException.php diff --git a/core/lib/Drupal/Component/Discovery/LICENSE.txt b/web/core/lib/Drupal/Component/Discovery/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/Discovery/LICENSE.txt rename to web/core/lib/Drupal/Component/Discovery/LICENSE.txt diff --git a/core/lib/Drupal/Component/Discovery/README.txt b/web/core/lib/Drupal/Component/Discovery/README.txt similarity index 100% rename from core/lib/Drupal/Component/Discovery/README.txt rename to web/core/lib/Drupal/Component/Discovery/README.txt diff --git a/core/lib/Drupal/Component/Discovery/TESTING.txt b/web/core/lib/Drupal/Component/Discovery/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/Discovery/TESTING.txt rename to web/core/lib/Drupal/Component/Discovery/TESTING.txt diff --git a/core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php b/web/core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php similarity index 100% rename from core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php rename to web/core/lib/Drupal/Component/Discovery/YamlDirectoryDiscovery.php diff --git a/core/lib/Drupal/Component/Discovery/YamlDiscovery.php b/web/core/lib/Drupal/Component/Discovery/YamlDiscovery.php similarity index 100% rename from core/lib/Drupal/Component/Discovery/YamlDiscovery.php rename to web/core/lib/Drupal/Component/Discovery/YamlDiscovery.php diff --git a/core/lib/Drupal/Component/Discovery/composer.json b/web/core/lib/Drupal/Component/Discovery/composer.json similarity index 100% rename from core/lib/Drupal/Component/Discovery/composer.json rename to web/core/lib/Drupal/Component/Discovery/composer.json diff --git a/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php b/web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php similarity index 100% rename from core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php rename to web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php diff --git a/core/lib/Drupal/Component/EventDispatcher/LICENSE.txt b/web/core/lib/Drupal/Component/EventDispatcher/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/EventDispatcher/LICENSE.txt rename to web/core/lib/Drupal/Component/EventDispatcher/LICENSE.txt diff --git a/core/lib/Drupal/Component/EventDispatcher/README.txt b/web/core/lib/Drupal/Component/EventDispatcher/README.txt similarity index 100% rename from core/lib/Drupal/Component/EventDispatcher/README.txt rename to web/core/lib/Drupal/Component/EventDispatcher/README.txt diff --git a/core/lib/Drupal/Component/EventDispatcher/TESTING.txt b/web/core/lib/Drupal/Component/EventDispatcher/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/EventDispatcher/TESTING.txt rename to web/core/lib/Drupal/Component/EventDispatcher/TESTING.txt diff --git a/core/lib/Drupal/Component/EventDispatcher/composer.json b/web/core/lib/Drupal/Component/EventDispatcher/composer.json similarity index 100% rename from core/lib/Drupal/Component/EventDispatcher/composer.json rename to web/core/lib/Drupal/Component/EventDispatcher/composer.json diff --git a/core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php b/web/core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php similarity index 100% rename from core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php rename to web/core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php diff --git a/core/lib/Drupal/Component/FileCache/FileCache.php b/web/core/lib/Drupal/Component/FileCache/FileCache.php similarity index 100% rename from core/lib/Drupal/Component/FileCache/FileCache.php rename to web/core/lib/Drupal/Component/FileCache/FileCache.php diff --git a/core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php b/web/core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php similarity index 100% rename from core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php rename to web/core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php diff --git a/core/lib/Drupal/Component/FileCache/FileCacheFactory.php b/web/core/lib/Drupal/Component/FileCache/FileCacheFactory.php similarity index 100% rename from core/lib/Drupal/Component/FileCache/FileCacheFactory.php rename to web/core/lib/Drupal/Component/FileCache/FileCacheFactory.php diff --git a/core/lib/Drupal/Component/FileCache/FileCacheInterface.php b/web/core/lib/Drupal/Component/FileCache/FileCacheInterface.php similarity index 100% rename from core/lib/Drupal/Component/FileCache/FileCacheInterface.php rename to web/core/lib/Drupal/Component/FileCache/FileCacheInterface.php diff --git a/core/lib/Drupal/Component/FileCache/LICENSE.txt b/web/core/lib/Drupal/Component/FileCache/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/FileCache/LICENSE.txt rename to web/core/lib/Drupal/Component/FileCache/LICENSE.txt diff --git a/core/lib/Drupal/Component/FileCache/NullFileCache.php b/web/core/lib/Drupal/Component/FileCache/NullFileCache.php similarity index 100% rename from core/lib/Drupal/Component/FileCache/NullFileCache.php rename to web/core/lib/Drupal/Component/FileCache/NullFileCache.php diff --git a/core/lib/Drupal/Component/FileCache/README.txt b/web/core/lib/Drupal/Component/FileCache/README.txt similarity index 100% rename from core/lib/Drupal/Component/FileCache/README.txt rename to web/core/lib/Drupal/Component/FileCache/README.txt diff --git a/core/lib/Drupal/Component/FileCache/TESTING.txt b/web/core/lib/Drupal/Component/FileCache/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/FileCache/TESTING.txt rename to web/core/lib/Drupal/Component/FileCache/TESTING.txt diff --git a/core/lib/Drupal/Component/FileCache/composer.json b/web/core/lib/Drupal/Component/FileCache/composer.json similarity index 100% rename from core/lib/Drupal/Component/FileCache/composer.json rename to web/core/lib/Drupal/Component/FileCache/composer.json diff --git a/core/lib/Drupal/Component/FileSystem/FileSystem.php b/web/core/lib/Drupal/Component/FileSystem/FileSystem.php similarity index 100% rename from core/lib/Drupal/Component/FileSystem/FileSystem.php rename to web/core/lib/Drupal/Component/FileSystem/FileSystem.php diff --git a/core/lib/Drupal/Component/FileSystem/LICENSE.txt b/web/core/lib/Drupal/Component/FileSystem/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/FileSystem/LICENSE.txt rename to web/core/lib/Drupal/Component/FileSystem/LICENSE.txt diff --git a/core/lib/Drupal/Component/FileSystem/README.txt b/web/core/lib/Drupal/Component/FileSystem/README.txt similarity index 100% rename from core/lib/Drupal/Component/FileSystem/README.txt rename to web/core/lib/Drupal/Component/FileSystem/README.txt diff --git a/core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php b/web/core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php similarity index 100% rename from core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php rename to web/core/lib/Drupal/Component/FileSystem/RegexDirectoryIterator.php diff --git a/core/lib/Drupal/Component/FileSystem/TESTING.txt b/web/core/lib/Drupal/Component/FileSystem/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/FileSystem/TESTING.txt rename to web/core/lib/Drupal/Component/FileSystem/TESTING.txt diff --git a/core/lib/Drupal/Component/FileSystem/composer.json b/web/core/lib/Drupal/Component/FileSystem/composer.json similarity index 100% rename from core/lib/Drupal/Component/FileSystem/composer.json rename to web/core/lib/Drupal/Component/FileSystem/composer.json diff --git a/core/lib/Drupal/Component/Gettext/LICENSE.txt b/web/core/lib/Drupal/Component/Gettext/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/Gettext/LICENSE.txt rename to web/core/lib/Drupal/Component/Gettext/LICENSE.txt diff --git a/core/lib/Drupal/Component/Gettext/PoHeader.php b/web/core/lib/Drupal/Component/Gettext/PoHeader.php similarity index 100% rename from core/lib/Drupal/Component/Gettext/PoHeader.php rename to web/core/lib/Drupal/Component/Gettext/PoHeader.php diff --git a/core/lib/Drupal/Component/Gettext/PoItem.php b/web/core/lib/Drupal/Component/Gettext/PoItem.php similarity index 100% rename from core/lib/Drupal/Component/Gettext/PoItem.php rename to web/core/lib/Drupal/Component/Gettext/PoItem.php diff --git a/core/lib/Drupal/Component/Gettext/PoMemoryWriter.php b/web/core/lib/Drupal/Component/Gettext/PoMemoryWriter.php similarity index 100% rename from core/lib/Drupal/Component/Gettext/PoMemoryWriter.php rename to web/core/lib/Drupal/Component/Gettext/PoMemoryWriter.php diff --git a/core/lib/Drupal/Component/Gettext/PoMetadataInterface.php b/web/core/lib/Drupal/Component/Gettext/PoMetadataInterface.php similarity index 100% rename from core/lib/Drupal/Component/Gettext/PoMetadataInterface.php rename to web/core/lib/Drupal/Component/Gettext/PoMetadataInterface.php diff --git a/core/lib/Drupal/Component/Gettext/PoReaderInterface.php b/web/core/lib/Drupal/Component/Gettext/PoReaderInterface.php similarity index 100% rename from core/lib/Drupal/Component/Gettext/PoReaderInterface.php rename to web/core/lib/Drupal/Component/Gettext/PoReaderInterface.php diff --git a/core/lib/Drupal/Component/Gettext/PoStreamInterface.php b/web/core/lib/Drupal/Component/Gettext/PoStreamInterface.php similarity index 100% rename from core/lib/Drupal/Component/Gettext/PoStreamInterface.php rename to web/core/lib/Drupal/Component/Gettext/PoStreamInterface.php diff --git a/core/lib/Drupal/Component/Gettext/PoStreamReader.php b/web/core/lib/Drupal/Component/Gettext/PoStreamReader.php similarity index 100% rename from core/lib/Drupal/Component/Gettext/PoStreamReader.php rename to web/core/lib/Drupal/Component/Gettext/PoStreamReader.php diff --git a/core/lib/Drupal/Component/Gettext/PoStreamWriter.php b/web/core/lib/Drupal/Component/Gettext/PoStreamWriter.php similarity index 100% rename from core/lib/Drupal/Component/Gettext/PoStreamWriter.php rename to web/core/lib/Drupal/Component/Gettext/PoStreamWriter.php diff --git a/core/lib/Drupal/Component/Gettext/PoWriterInterface.php b/web/core/lib/Drupal/Component/Gettext/PoWriterInterface.php similarity index 100% rename from core/lib/Drupal/Component/Gettext/PoWriterInterface.php rename to web/core/lib/Drupal/Component/Gettext/PoWriterInterface.php diff --git a/core/lib/Drupal/Component/Gettext/README.txt b/web/core/lib/Drupal/Component/Gettext/README.txt similarity index 100% rename from core/lib/Drupal/Component/Gettext/README.txt rename to web/core/lib/Drupal/Component/Gettext/README.txt diff --git a/core/lib/Drupal/Component/Gettext/TESTING.txt b/web/core/lib/Drupal/Component/Gettext/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/Gettext/TESTING.txt rename to web/core/lib/Drupal/Component/Gettext/TESTING.txt diff --git a/core/lib/Drupal/Component/Gettext/composer.json b/web/core/lib/Drupal/Component/Gettext/composer.json similarity index 100% rename from core/lib/Drupal/Component/Gettext/composer.json rename to web/core/lib/Drupal/Component/Gettext/composer.json diff --git a/core/lib/Drupal/Component/Graph/Graph.php b/web/core/lib/Drupal/Component/Graph/Graph.php similarity index 100% rename from core/lib/Drupal/Component/Graph/Graph.php rename to web/core/lib/Drupal/Component/Graph/Graph.php diff --git a/core/lib/Drupal/Component/Graph/LICENSE.txt b/web/core/lib/Drupal/Component/Graph/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/Graph/LICENSE.txt rename to web/core/lib/Drupal/Component/Graph/LICENSE.txt diff --git a/core/lib/Drupal/Component/Graph/README.txt b/web/core/lib/Drupal/Component/Graph/README.txt similarity index 100% rename from core/lib/Drupal/Component/Graph/README.txt rename to web/core/lib/Drupal/Component/Graph/README.txt diff --git a/core/lib/Drupal/Component/Graph/TESTING.txt b/web/core/lib/Drupal/Component/Graph/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/Graph/TESTING.txt rename to web/core/lib/Drupal/Component/Graph/TESTING.txt diff --git a/core/lib/Drupal/Component/Graph/composer.json b/web/core/lib/Drupal/Component/Graph/composer.json similarity index 100% rename from core/lib/Drupal/Component/Graph/composer.json rename to web/core/lib/Drupal/Component/Graph/composer.json diff --git a/core/lib/Drupal/Component/HttpFoundation/LICENSE.txt b/web/core/lib/Drupal/Component/HttpFoundation/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/HttpFoundation/LICENSE.txt rename to web/core/lib/Drupal/Component/HttpFoundation/LICENSE.txt diff --git a/core/lib/Drupal/Component/HttpFoundation/README.txt b/web/core/lib/Drupal/Component/HttpFoundation/README.txt similarity index 100% rename from core/lib/Drupal/Component/HttpFoundation/README.txt rename to web/core/lib/Drupal/Component/HttpFoundation/README.txt diff --git a/core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php b/web/core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php similarity index 100% rename from core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php rename to web/core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php diff --git a/core/lib/Drupal/Component/HttpFoundation/TESTING.txt b/web/core/lib/Drupal/Component/HttpFoundation/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/HttpFoundation/TESTING.txt rename to web/core/lib/Drupal/Component/HttpFoundation/TESTING.txt diff --git a/core/lib/Drupal/Component/HttpFoundation/composer.json b/web/core/lib/Drupal/Component/HttpFoundation/composer.json similarity index 100% rename from core/lib/Drupal/Component/HttpFoundation/composer.json rename to web/core/lib/Drupal/Component/HttpFoundation/composer.json diff --git a/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php b/web/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php similarity index 100% rename from core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php rename to web/core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php diff --git a/core/lib/Drupal/Component/PhpStorage/FileStorage.php b/web/core/lib/Drupal/Component/PhpStorage/FileStorage.php similarity index 100% rename from core/lib/Drupal/Component/PhpStorage/FileStorage.php rename to web/core/lib/Drupal/Component/PhpStorage/FileStorage.php diff --git a/core/lib/Drupal/Component/PhpStorage/LICENSE.txt b/web/core/lib/Drupal/Component/PhpStorage/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/PhpStorage/LICENSE.txt rename to web/core/lib/Drupal/Component/PhpStorage/LICENSE.txt diff --git a/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php b/web/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php similarity index 100% rename from core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php rename to web/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php diff --git a/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php b/web/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php similarity index 100% rename from core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php rename to web/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php diff --git a/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php b/web/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php similarity index 100% rename from core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php rename to web/core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php diff --git a/core/lib/Drupal/Component/PhpStorage/README.txt b/web/core/lib/Drupal/Component/PhpStorage/README.txt similarity index 100% rename from core/lib/Drupal/Component/PhpStorage/README.txt rename to web/core/lib/Drupal/Component/PhpStorage/README.txt diff --git a/core/lib/Drupal/Component/PhpStorage/TESTING.txt b/web/core/lib/Drupal/Component/PhpStorage/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/PhpStorage/TESTING.txt rename to web/core/lib/Drupal/Component/PhpStorage/TESTING.txt diff --git a/core/lib/Drupal/Component/PhpStorage/composer.json b/web/core/lib/Drupal/Component/PhpStorage/composer.json similarity index 100% rename from core/lib/Drupal/Component/PhpStorage/composer.json rename to web/core/lib/Drupal/Component/PhpStorage/composer.json diff --git a/core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php b/web/core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php rename to web/core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php diff --git a/core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php b/web/core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php rename to web/core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php diff --git a/core/lib/Drupal/Component/Plugin/Context/Context.php b/web/core/lib/Drupal/Component/Plugin/Context/Context.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Context/Context.php rename to web/core/lib/Drupal/Component/Plugin/Context/Context.php diff --git a/core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php b/web/core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php rename to web/core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php diff --git a/core/lib/Drupal/Component/Plugin/Context/ContextInterface.php b/web/core/lib/Drupal/Component/Plugin/Context/ContextInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Context/ContextInterface.php rename to web/core/lib/Drupal/Component/Plugin/Context/ContextInterface.php diff --git a/core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php b/web/core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php rename to web/core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php diff --git a/core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php b/web/core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php rename to web/core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php diff --git a/core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php b/web/core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php rename to web/core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php diff --git a/core/lib/Drupal/Component/Plugin/DependentPluginInterface.php b/web/core/lib/Drupal/Component/Plugin/DependentPluginInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/DependentPluginInterface.php rename to web/core/lib/Drupal/Component/Plugin/DependentPluginInterface.php diff --git a/core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php b/web/core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php rename to web/core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php diff --git a/core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php b/web/core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php rename to web/core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php diff --git a/core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php b/web/core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php rename to web/core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php diff --git a/core/lib/Drupal/Component/Plugin/Discovery/CachedDiscoveryInterface.php b/web/core/lib/Drupal/Component/Plugin/Discovery/CachedDiscoveryInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Discovery/CachedDiscoveryInterface.php rename to web/core/lib/Drupal/Component/Plugin/Discovery/CachedDiscoveryInterface.php diff --git a/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php b/web/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php rename to web/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php diff --git a/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php b/web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php rename to web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php diff --git a/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php b/web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php rename to web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php diff --git a/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php b/web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php rename to web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php diff --git a/core/lib/Drupal/Component/Plugin/Discovery/StaticDiscovery.php b/web/core/lib/Drupal/Component/Plugin/Discovery/StaticDiscovery.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Discovery/StaticDiscovery.php rename to web/core/lib/Drupal/Component/Plugin/Discovery/StaticDiscovery.php diff --git a/core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php b/web/core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php rename to web/core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php diff --git a/core/lib/Drupal/Component/Plugin/Exception/ContextException.php b/web/core/lib/Drupal/Component/Plugin/Exception/ContextException.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Exception/ContextException.php rename to web/core/lib/Drupal/Component/Plugin/Exception/ContextException.php diff --git a/core/lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php b/web/core/lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php rename to web/core/lib/Drupal/Component/Plugin/Exception/ExceptionInterface.php diff --git a/core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php b/web/core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php rename to web/core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php diff --git a/core/lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.php b/web/core/lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.php rename to web/core/lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.php diff --git a/core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php b/web/core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php rename to web/core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php diff --git a/core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php b/web/core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php rename to web/core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php diff --git a/core/lib/Drupal/Component/Plugin/Exception/PluginException.php b/web/core/lib/Drupal/Component/Plugin/Exception/PluginException.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Exception/PluginException.php rename to web/core/lib/Drupal/Component/Plugin/Exception/PluginException.php diff --git a/core/lib/Drupal/Component/Plugin/Exception/PluginNotFoundException.php b/web/core/lib/Drupal/Component/Plugin/Exception/PluginNotFoundException.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Exception/PluginNotFoundException.php rename to web/core/lib/Drupal/Component/Plugin/Exception/PluginNotFoundException.php diff --git a/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php b/web/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php rename to web/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php diff --git a/core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php b/web/core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php rename to web/core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php diff --git a/core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php b/web/core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php rename to web/core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php diff --git a/core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php b/web/core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php rename to web/core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php diff --git a/core/lib/Drupal/Component/Plugin/LICENSE.txt b/web/core/lib/Drupal/Component/Plugin/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/Plugin/LICENSE.txt rename to web/core/lib/Drupal/Component/Plugin/LICENSE.txt diff --git a/core/lib/Drupal/Component/Plugin/LazyPluginCollection.php b/web/core/lib/Drupal/Component/Plugin/LazyPluginCollection.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/LazyPluginCollection.php rename to web/core/lib/Drupal/Component/Plugin/LazyPluginCollection.php diff --git a/core/lib/Drupal/Component/Plugin/Mapper/MapperInterface.php b/web/core/lib/Drupal/Component/Plugin/Mapper/MapperInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/Mapper/MapperInterface.php rename to web/core/lib/Drupal/Component/Plugin/Mapper/MapperInterface.php diff --git a/core/lib/Drupal/Component/Plugin/PluginAwareInterface.php b/web/core/lib/Drupal/Component/Plugin/PluginAwareInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/PluginAwareInterface.php rename to web/core/lib/Drupal/Component/Plugin/PluginAwareInterface.php diff --git a/core/lib/Drupal/Component/Plugin/PluginBase.php b/web/core/lib/Drupal/Component/Plugin/PluginBase.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/PluginBase.php rename to web/core/lib/Drupal/Component/Plugin/PluginBase.php diff --git a/core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php b/web/core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php rename to web/core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php diff --git a/core/lib/Drupal/Component/Plugin/PluginManagerBase.php b/web/core/lib/Drupal/Component/Plugin/PluginManagerBase.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/PluginManagerBase.php rename to web/core/lib/Drupal/Component/Plugin/PluginManagerBase.php diff --git a/core/lib/Drupal/Component/Plugin/PluginManagerInterface.php b/web/core/lib/Drupal/Component/Plugin/PluginManagerInterface.php similarity index 100% rename from core/lib/Drupal/Component/Plugin/PluginManagerInterface.php rename to web/core/lib/Drupal/Component/Plugin/PluginManagerInterface.php diff --git a/core/lib/Drupal/Component/Plugin/README.txt b/web/core/lib/Drupal/Component/Plugin/README.txt similarity index 100% rename from core/lib/Drupal/Component/Plugin/README.txt rename to web/core/lib/Drupal/Component/Plugin/README.txt diff --git a/core/lib/Drupal/Component/Plugin/TESTING.txt b/web/core/lib/Drupal/Component/Plugin/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/Plugin/TESTING.txt rename to web/core/lib/Drupal/Component/Plugin/TESTING.txt diff --git a/core/lib/Drupal/Component/Plugin/composer.json b/web/core/lib/Drupal/Component/Plugin/composer.json similarity index 100% rename from core/lib/Drupal/Component/Plugin/composer.json rename to web/core/lib/Drupal/Component/Plugin/composer.json diff --git a/core/lib/Drupal/Component/ProxyBuilder/LICENSE.txt b/web/core/lib/Drupal/Component/ProxyBuilder/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/ProxyBuilder/LICENSE.txt rename to web/core/lib/Drupal/Component/ProxyBuilder/LICENSE.txt diff --git a/core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php b/web/core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php similarity index 100% rename from core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php rename to web/core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php diff --git a/core/lib/Drupal/Component/ProxyBuilder/README.txt b/web/core/lib/Drupal/Component/ProxyBuilder/README.txt similarity index 100% rename from core/lib/Drupal/Component/ProxyBuilder/README.txt rename to web/core/lib/Drupal/Component/ProxyBuilder/README.txt diff --git a/core/lib/Drupal/Component/ProxyBuilder/TESTING.txt b/web/core/lib/Drupal/Component/ProxyBuilder/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/ProxyBuilder/TESTING.txt rename to web/core/lib/Drupal/Component/ProxyBuilder/TESTING.txt diff --git a/core/lib/Drupal/Component/ProxyBuilder/composer.json b/web/core/lib/Drupal/Component/ProxyBuilder/composer.json similarity index 100% rename from core/lib/Drupal/Component/ProxyBuilder/composer.json rename to web/core/lib/Drupal/Component/ProxyBuilder/composer.json diff --git a/core/lib/Drupal/Component/README.txt b/web/core/lib/Drupal/Component/README.txt similarity index 100% rename from core/lib/Drupal/Component/README.txt rename to web/core/lib/Drupal/Component/README.txt diff --git a/core/lib/Drupal/Component/Render/FormattableMarkup.php b/web/core/lib/Drupal/Component/Render/FormattableMarkup.php similarity index 100% rename from core/lib/Drupal/Component/Render/FormattableMarkup.php rename to web/core/lib/Drupal/Component/Render/FormattableMarkup.php diff --git a/core/lib/Drupal/Component/Render/HtmlEscapedText.php b/web/core/lib/Drupal/Component/Render/HtmlEscapedText.php similarity index 100% rename from core/lib/Drupal/Component/Render/HtmlEscapedText.php rename to web/core/lib/Drupal/Component/Render/HtmlEscapedText.php diff --git a/core/lib/Drupal/Component/Render/LICENSE.txt b/web/core/lib/Drupal/Component/Render/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/Render/LICENSE.txt rename to web/core/lib/Drupal/Component/Render/LICENSE.txt diff --git a/core/lib/Drupal/Component/Render/MarkupInterface.php b/web/core/lib/Drupal/Component/Render/MarkupInterface.php similarity index 100% rename from core/lib/Drupal/Component/Render/MarkupInterface.php rename to web/core/lib/Drupal/Component/Render/MarkupInterface.php diff --git a/core/lib/Drupal/Component/Render/MarkupTrait.php b/web/core/lib/Drupal/Component/Render/MarkupTrait.php similarity index 100% rename from core/lib/Drupal/Component/Render/MarkupTrait.php rename to web/core/lib/Drupal/Component/Render/MarkupTrait.php diff --git a/core/lib/Drupal/Component/Render/OutputStrategyInterface.php b/web/core/lib/Drupal/Component/Render/OutputStrategyInterface.php similarity index 100% rename from core/lib/Drupal/Component/Render/OutputStrategyInterface.php rename to web/core/lib/Drupal/Component/Render/OutputStrategyInterface.php diff --git a/core/lib/Drupal/Component/Render/PlainTextOutput.php b/web/core/lib/Drupal/Component/Render/PlainTextOutput.php similarity index 100% rename from core/lib/Drupal/Component/Render/PlainTextOutput.php rename to web/core/lib/Drupal/Component/Render/PlainTextOutput.php diff --git a/core/lib/Drupal/Component/Render/README.txt b/web/core/lib/Drupal/Component/Render/README.txt similarity index 100% rename from core/lib/Drupal/Component/Render/README.txt rename to web/core/lib/Drupal/Component/Render/README.txt diff --git a/core/lib/Drupal/Component/Render/TESTING.txt b/web/core/lib/Drupal/Component/Render/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/Render/TESTING.txt rename to web/core/lib/Drupal/Component/Render/TESTING.txt diff --git a/core/lib/Drupal/Component/Render/composer.json b/web/core/lib/Drupal/Component/Render/composer.json similarity index 100% rename from core/lib/Drupal/Component/Render/composer.json rename to web/core/lib/Drupal/Component/Render/composer.json diff --git a/core/lib/Drupal/Component/Serialization/Exception/InvalidDataTypeException.php b/web/core/lib/Drupal/Component/Serialization/Exception/InvalidDataTypeException.php similarity index 100% rename from core/lib/Drupal/Component/Serialization/Exception/InvalidDataTypeException.php rename to web/core/lib/Drupal/Component/Serialization/Exception/InvalidDataTypeException.php diff --git a/core/lib/Drupal/Component/Serialization/Json.php b/web/core/lib/Drupal/Component/Serialization/Json.php similarity index 100% rename from core/lib/Drupal/Component/Serialization/Json.php rename to web/core/lib/Drupal/Component/Serialization/Json.php diff --git a/core/lib/Drupal/Component/Serialization/LICENSE.txt b/web/core/lib/Drupal/Component/Serialization/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/Serialization/LICENSE.txt rename to web/core/lib/Drupal/Component/Serialization/LICENSE.txt diff --git a/core/lib/Drupal/Component/Serialization/PhpSerialize.php b/web/core/lib/Drupal/Component/Serialization/PhpSerialize.php similarity index 100% rename from core/lib/Drupal/Component/Serialization/PhpSerialize.php rename to web/core/lib/Drupal/Component/Serialization/PhpSerialize.php diff --git a/core/lib/Drupal/Component/Serialization/README.txt b/web/core/lib/Drupal/Component/Serialization/README.txt similarity index 100% rename from core/lib/Drupal/Component/Serialization/README.txt rename to web/core/lib/Drupal/Component/Serialization/README.txt diff --git a/core/lib/Drupal/Component/Serialization/SerializationInterface.php b/web/core/lib/Drupal/Component/Serialization/SerializationInterface.php similarity index 100% rename from core/lib/Drupal/Component/Serialization/SerializationInterface.php rename to web/core/lib/Drupal/Component/Serialization/SerializationInterface.php diff --git a/core/lib/Drupal/Component/Serialization/TESTING.txt b/web/core/lib/Drupal/Component/Serialization/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/Serialization/TESTING.txt rename to web/core/lib/Drupal/Component/Serialization/TESTING.txt diff --git a/core/lib/Drupal/Component/Serialization/Yaml.php b/web/core/lib/Drupal/Component/Serialization/Yaml.php similarity index 100% rename from core/lib/Drupal/Component/Serialization/Yaml.php rename to web/core/lib/Drupal/Component/Serialization/Yaml.php diff --git a/core/lib/Drupal/Component/Serialization/YamlPecl.php b/web/core/lib/Drupal/Component/Serialization/YamlPecl.php similarity index 100% rename from core/lib/Drupal/Component/Serialization/YamlPecl.php rename to web/core/lib/Drupal/Component/Serialization/YamlPecl.php diff --git a/core/lib/Drupal/Component/Serialization/YamlSymfony.php b/web/core/lib/Drupal/Component/Serialization/YamlSymfony.php similarity index 100% rename from core/lib/Drupal/Component/Serialization/YamlSymfony.php rename to web/core/lib/Drupal/Component/Serialization/YamlSymfony.php diff --git a/core/lib/Drupal/Component/Serialization/composer.json b/web/core/lib/Drupal/Component/Serialization/composer.json similarity index 100% rename from core/lib/Drupal/Component/Serialization/composer.json rename to web/core/lib/Drupal/Component/Serialization/composer.json diff --git a/core/lib/Drupal/Component/Transliteration/LICENSE.txt b/web/core/lib/Drupal/Component/Transliteration/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/Transliteration/LICENSE.txt rename to web/core/lib/Drupal/Component/Transliteration/LICENSE.txt diff --git a/core/lib/Drupal/Component/Transliteration/PhpTransliteration.php b/web/core/lib/Drupal/Component/Transliteration/PhpTransliteration.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/PhpTransliteration.php rename to web/core/lib/Drupal/Component/Transliteration/PhpTransliteration.php diff --git a/core/lib/Drupal/Component/Transliteration/README.txt b/web/core/lib/Drupal/Component/Transliteration/README.txt similarity index 100% rename from core/lib/Drupal/Component/Transliteration/README.txt rename to web/core/lib/Drupal/Component/Transliteration/README.txt diff --git a/core/lib/Drupal/Component/Transliteration/TESTING.txt b/web/core/lib/Drupal/Component/Transliteration/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/Transliteration/TESTING.txt rename to web/core/lib/Drupal/Component/Transliteration/TESTING.txt diff --git a/core/lib/Drupal/Component/Transliteration/TransliterationInterface.php b/web/core/lib/Drupal/Component/Transliteration/TransliterationInterface.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/TransliterationInterface.php rename to web/core/lib/Drupal/Component/Transliteration/TransliterationInterface.php diff --git a/core/lib/Drupal/Component/Transliteration/composer.json b/web/core/lib/Drupal/Component/Transliteration/composer.json similarity index 100% rename from core/lib/Drupal/Component/Transliteration/composer.json rename to web/core/lib/Drupal/Component/Transliteration/composer.json diff --git a/core/lib/Drupal/Component/Transliteration/data/de.php b/web/core/lib/Drupal/Component/Transliteration/data/de.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/de.php rename to web/core/lib/Drupal/Component/Transliteration/data/de.php diff --git a/core/lib/Drupal/Component/Transliteration/data/dk.php b/web/core/lib/Drupal/Component/Transliteration/data/dk.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/dk.php rename to web/core/lib/Drupal/Component/Transliteration/data/dk.php diff --git a/core/lib/Drupal/Component/Transliteration/data/eo.php b/web/core/lib/Drupal/Component/Transliteration/data/eo.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/eo.php rename to web/core/lib/Drupal/Component/Transliteration/data/eo.php diff --git a/core/lib/Drupal/Component/Transliteration/data/kg.php b/web/core/lib/Drupal/Component/Transliteration/data/kg.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/kg.php rename to web/core/lib/Drupal/Component/Transliteration/data/kg.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x00.php b/web/core/lib/Drupal/Component/Transliteration/data/x00.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x00.php rename to web/core/lib/Drupal/Component/Transliteration/data/x00.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x01.php b/web/core/lib/Drupal/Component/Transliteration/data/x01.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x01.php rename to web/core/lib/Drupal/Component/Transliteration/data/x01.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x02.php b/web/core/lib/Drupal/Component/Transliteration/data/x02.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x02.php rename to web/core/lib/Drupal/Component/Transliteration/data/x02.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x03.php b/web/core/lib/Drupal/Component/Transliteration/data/x03.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x03.php rename to web/core/lib/Drupal/Component/Transliteration/data/x03.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x04.php b/web/core/lib/Drupal/Component/Transliteration/data/x04.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x04.php rename to web/core/lib/Drupal/Component/Transliteration/data/x04.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x05.php b/web/core/lib/Drupal/Component/Transliteration/data/x05.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x05.php rename to web/core/lib/Drupal/Component/Transliteration/data/x05.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x06.php b/web/core/lib/Drupal/Component/Transliteration/data/x06.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x06.php rename to web/core/lib/Drupal/Component/Transliteration/data/x06.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x07.php b/web/core/lib/Drupal/Component/Transliteration/data/x07.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x07.php rename to web/core/lib/Drupal/Component/Transliteration/data/x07.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x09.php b/web/core/lib/Drupal/Component/Transliteration/data/x09.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x09.php rename to web/core/lib/Drupal/Component/Transliteration/data/x09.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x0a.php b/web/core/lib/Drupal/Component/Transliteration/data/x0a.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x0a.php rename to web/core/lib/Drupal/Component/Transliteration/data/x0a.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x0b.php b/web/core/lib/Drupal/Component/Transliteration/data/x0b.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x0b.php rename to web/core/lib/Drupal/Component/Transliteration/data/x0b.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x0c.php b/web/core/lib/Drupal/Component/Transliteration/data/x0c.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x0c.php rename to web/core/lib/Drupal/Component/Transliteration/data/x0c.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x0d.php b/web/core/lib/Drupal/Component/Transliteration/data/x0d.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x0d.php rename to web/core/lib/Drupal/Component/Transliteration/data/x0d.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x0e.php b/web/core/lib/Drupal/Component/Transliteration/data/x0e.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x0e.php rename to web/core/lib/Drupal/Component/Transliteration/data/x0e.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x0f.php b/web/core/lib/Drupal/Component/Transliteration/data/x0f.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x0f.php rename to web/core/lib/Drupal/Component/Transliteration/data/x0f.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x10.php b/web/core/lib/Drupal/Component/Transliteration/data/x10.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x10.php rename to web/core/lib/Drupal/Component/Transliteration/data/x10.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x11.php b/web/core/lib/Drupal/Component/Transliteration/data/x11.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x11.php rename to web/core/lib/Drupal/Component/Transliteration/data/x11.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x12.php b/web/core/lib/Drupal/Component/Transliteration/data/x12.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x12.php rename to web/core/lib/Drupal/Component/Transliteration/data/x12.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x13.php b/web/core/lib/Drupal/Component/Transliteration/data/x13.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x13.php rename to web/core/lib/Drupal/Component/Transliteration/data/x13.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x14.php b/web/core/lib/Drupal/Component/Transliteration/data/x14.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x14.php rename to web/core/lib/Drupal/Component/Transliteration/data/x14.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x15.php b/web/core/lib/Drupal/Component/Transliteration/data/x15.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x15.php rename to web/core/lib/Drupal/Component/Transliteration/data/x15.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x16.php b/web/core/lib/Drupal/Component/Transliteration/data/x16.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x16.php rename to web/core/lib/Drupal/Component/Transliteration/data/x16.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x17.php b/web/core/lib/Drupal/Component/Transliteration/data/x17.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x17.php rename to web/core/lib/Drupal/Component/Transliteration/data/x17.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x18.php b/web/core/lib/Drupal/Component/Transliteration/data/x18.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x18.php rename to web/core/lib/Drupal/Component/Transliteration/data/x18.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x1d.php b/web/core/lib/Drupal/Component/Transliteration/data/x1d.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x1d.php rename to web/core/lib/Drupal/Component/Transliteration/data/x1d.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x1e.php b/web/core/lib/Drupal/Component/Transliteration/data/x1e.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x1e.php rename to web/core/lib/Drupal/Component/Transliteration/data/x1e.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x1f.php b/web/core/lib/Drupal/Component/Transliteration/data/x1f.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x1f.php rename to web/core/lib/Drupal/Component/Transliteration/data/x1f.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x20.php b/web/core/lib/Drupal/Component/Transliteration/data/x20.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x20.php rename to web/core/lib/Drupal/Component/Transliteration/data/x20.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x21.php b/web/core/lib/Drupal/Component/Transliteration/data/x21.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x21.php rename to web/core/lib/Drupal/Component/Transliteration/data/x21.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x22.php b/web/core/lib/Drupal/Component/Transliteration/data/x22.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x22.php rename to web/core/lib/Drupal/Component/Transliteration/data/x22.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x23.php b/web/core/lib/Drupal/Component/Transliteration/data/x23.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x23.php rename to web/core/lib/Drupal/Component/Transliteration/data/x23.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x24.php b/web/core/lib/Drupal/Component/Transliteration/data/x24.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x24.php rename to web/core/lib/Drupal/Component/Transliteration/data/x24.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x25.php b/web/core/lib/Drupal/Component/Transliteration/data/x25.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x25.php rename to web/core/lib/Drupal/Component/Transliteration/data/x25.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x26.php b/web/core/lib/Drupal/Component/Transliteration/data/x26.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x26.php rename to web/core/lib/Drupal/Component/Transliteration/data/x26.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x27.php b/web/core/lib/Drupal/Component/Transliteration/data/x27.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x27.php rename to web/core/lib/Drupal/Component/Transliteration/data/x27.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x28.php b/web/core/lib/Drupal/Component/Transliteration/data/x28.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x28.php rename to web/core/lib/Drupal/Component/Transliteration/data/x28.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x29.php b/web/core/lib/Drupal/Component/Transliteration/data/x29.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x29.php rename to web/core/lib/Drupal/Component/Transliteration/data/x29.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x2a.php b/web/core/lib/Drupal/Component/Transliteration/data/x2a.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x2a.php rename to web/core/lib/Drupal/Component/Transliteration/data/x2a.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x2e.php b/web/core/lib/Drupal/Component/Transliteration/data/x2e.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x2e.php rename to web/core/lib/Drupal/Component/Transliteration/data/x2e.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x2f.php b/web/core/lib/Drupal/Component/Transliteration/data/x2f.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x2f.php rename to web/core/lib/Drupal/Component/Transliteration/data/x2f.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x30.php b/web/core/lib/Drupal/Component/Transliteration/data/x30.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x30.php rename to web/core/lib/Drupal/Component/Transliteration/data/x30.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x31.php b/web/core/lib/Drupal/Component/Transliteration/data/x31.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x31.php rename to web/core/lib/Drupal/Component/Transliteration/data/x31.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x32.php b/web/core/lib/Drupal/Component/Transliteration/data/x32.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x32.php rename to web/core/lib/Drupal/Component/Transliteration/data/x32.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x33.php b/web/core/lib/Drupal/Component/Transliteration/data/x33.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x33.php rename to web/core/lib/Drupal/Component/Transliteration/data/x33.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x34.php b/web/core/lib/Drupal/Component/Transliteration/data/x34.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x34.php rename to web/core/lib/Drupal/Component/Transliteration/data/x34.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x35.php b/web/core/lib/Drupal/Component/Transliteration/data/x35.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x35.php rename to web/core/lib/Drupal/Component/Transliteration/data/x35.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x36.php b/web/core/lib/Drupal/Component/Transliteration/data/x36.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x36.php rename to web/core/lib/Drupal/Component/Transliteration/data/x36.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x37.php b/web/core/lib/Drupal/Component/Transliteration/data/x37.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x37.php rename to web/core/lib/Drupal/Component/Transliteration/data/x37.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x38.php b/web/core/lib/Drupal/Component/Transliteration/data/x38.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x38.php rename to web/core/lib/Drupal/Component/Transliteration/data/x38.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x39.php b/web/core/lib/Drupal/Component/Transliteration/data/x39.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x39.php rename to web/core/lib/Drupal/Component/Transliteration/data/x39.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x3a.php b/web/core/lib/Drupal/Component/Transliteration/data/x3a.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x3a.php rename to web/core/lib/Drupal/Component/Transliteration/data/x3a.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x3b.php b/web/core/lib/Drupal/Component/Transliteration/data/x3b.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x3b.php rename to web/core/lib/Drupal/Component/Transliteration/data/x3b.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x3c.php b/web/core/lib/Drupal/Component/Transliteration/data/x3c.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x3c.php rename to web/core/lib/Drupal/Component/Transliteration/data/x3c.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x3d.php b/web/core/lib/Drupal/Component/Transliteration/data/x3d.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x3d.php rename to web/core/lib/Drupal/Component/Transliteration/data/x3d.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x3e.php b/web/core/lib/Drupal/Component/Transliteration/data/x3e.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x3e.php rename to web/core/lib/Drupal/Component/Transliteration/data/x3e.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x3f.php b/web/core/lib/Drupal/Component/Transliteration/data/x3f.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x3f.php rename to web/core/lib/Drupal/Component/Transliteration/data/x3f.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x40.php b/web/core/lib/Drupal/Component/Transliteration/data/x40.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x40.php rename to web/core/lib/Drupal/Component/Transliteration/data/x40.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x41.php b/web/core/lib/Drupal/Component/Transliteration/data/x41.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x41.php rename to web/core/lib/Drupal/Component/Transliteration/data/x41.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x42.php b/web/core/lib/Drupal/Component/Transliteration/data/x42.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x42.php rename to web/core/lib/Drupal/Component/Transliteration/data/x42.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x43.php b/web/core/lib/Drupal/Component/Transliteration/data/x43.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x43.php rename to web/core/lib/Drupal/Component/Transliteration/data/x43.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x44.php b/web/core/lib/Drupal/Component/Transliteration/data/x44.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x44.php rename to web/core/lib/Drupal/Component/Transliteration/data/x44.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x45.php b/web/core/lib/Drupal/Component/Transliteration/data/x45.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x45.php rename to web/core/lib/Drupal/Component/Transliteration/data/x45.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x46.php b/web/core/lib/Drupal/Component/Transliteration/data/x46.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x46.php rename to web/core/lib/Drupal/Component/Transliteration/data/x46.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x47.php b/web/core/lib/Drupal/Component/Transliteration/data/x47.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x47.php rename to web/core/lib/Drupal/Component/Transliteration/data/x47.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x48.php b/web/core/lib/Drupal/Component/Transliteration/data/x48.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x48.php rename to web/core/lib/Drupal/Component/Transliteration/data/x48.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x49.php b/web/core/lib/Drupal/Component/Transliteration/data/x49.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x49.php rename to web/core/lib/Drupal/Component/Transliteration/data/x49.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x4a.php b/web/core/lib/Drupal/Component/Transliteration/data/x4a.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x4a.php rename to web/core/lib/Drupal/Component/Transliteration/data/x4a.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x4b.php b/web/core/lib/Drupal/Component/Transliteration/data/x4b.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x4b.php rename to web/core/lib/Drupal/Component/Transliteration/data/x4b.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x4c.php b/web/core/lib/Drupal/Component/Transliteration/data/x4c.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x4c.php rename to web/core/lib/Drupal/Component/Transliteration/data/x4c.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x4d.php b/web/core/lib/Drupal/Component/Transliteration/data/x4d.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x4d.php rename to web/core/lib/Drupal/Component/Transliteration/data/x4d.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x4e.php b/web/core/lib/Drupal/Component/Transliteration/data/x4e.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x4e.php rename to web/core/lib/Drupal/Component/Transliteration/data/x4e.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x4f.php b/web/core/lib/Drupal/Component/Transliteration/data/x4f.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x4f.php rename to web/core/lib/Drupal/Component/Transliteration/data/x4f.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x50.php b/web/core/lib/Drupal/Component/Transliteration/data/x50.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x50.php rename to web/core/lib/Drupal/Component/Transliteration/data/x50.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x51.php b/web/core/lib/Drupal/Component/Transliteration/data/x51.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x51.php rename to web/core/lib/Drupal/Component/Transliteration/data/x51.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x52.php b/web/core/lib/Drupal/Component/Transliteration/data/x52.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x52.php rename to web/core/lib/Drupal/Component/Transliteration/data/x52.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x53.php b/web/core/lib/Drupal/Component/Transliteration/data/x53.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x53.php rename to web/core/lib/Drupal/Component/Transliteration/data/x53.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x54.php b/web/core/lib/Drupal/Component/Transliteration/data/x54.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x54.php rename to web/core/lib/Drupal/Component/Transliteration/data/x54.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x55.php b/web/core/lib/Drupal/Component/Transliteration/data/x55.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x55.php rename to web/core/lib/Drupal/Component/Transliteration/data/x55.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x56.php b/web/core/lib/Drupal/Component/Transliteration/data/x56.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x56.php rename to web/core/lib/Drupal/Component/Transliteration/data/x56.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x57.php b/web/core/lib/Drupal/Component/Transliteration/data/x57.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x57.php rename to web/core/lib/Drupal/Component/Transliteration/data/x57.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x58.php b/web/core/lib/Drupal/Component/Transliteration/data/x58.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x58.php rename to web/core/lib/Drupal/Component/Transliteration/data/x58.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x59.php b/web/core/lib/Drupal/Component/Transliteration/data/x59.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x59.php rename to web/core/lib/Drupal/Component/Transliteration/data/x59.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x5a.php b/web/core/lib/Drupal/Component/Transliteration/data/x5a.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x5a.php rename to web/core/lib/Drupal/Component/Transliteration/data/x5a.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x5b.php b/web/core/lib/Drupal/Component/Transliteration/data/x5b.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x5b.php rename to web/core/lib/Drupal/Component/Transliteration/data/x5b.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x5c.php b/web/core/lib/Drupal/Component/Transliteration/data/x5c.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x5c.php rename to web/core/lib/Drupal/Component/Transliteration/data/x5c.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x5d.php b/web/core/lib/Drupal/Component/Transliteration/data/x5d.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x5d.php rename to web/core/lib/Drupal/Component/Transliteration/data/x5d.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x5e.php b/web/core/lib/Drupal/Component/Transliteration/data/x5e.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x5e.php rename to web/core/lib/Drupal/Component/Transliteration/data/x5e.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x5f.php b/web/core/lib/Drupal/Component/Transliteration/data/x5f.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x5f.php rename to web/core/lib/Drupal/Component/Transliteration/data/x5f.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x60.php b/web/core/lib/Drupal/Component/Transliteration/data/x60.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x60.php rename to web/core/lib/Drupal/Component/Transliteration/data/x60.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x61.php b/web/core/lib/Drupal/Component/Transliteration/data/x61.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x61.php rename to web/core/lib/Drupal/Component/Transliteration/data/x61.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x62.php b/web/core/lib/Drupal/Component/Transliteration/data/x62.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x62.php rename to web/core/lib/Drupal/Component/Transliteration/data/x62.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x63.php b/web/core/lib/Drupal/Component/Transliteration/data/x63.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x63.php rename to web/core/lib/Drupal/Component/Transliteration/data/x63.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x64.php b/web/core/lib/Drupal/Component/Transliteration/data/x64.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x64.php rename to web/core/lib/Drupal/Component/Transliteration/data/x64.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x65.php b/web/core/lib/Drupal/Component/Transliteration/data/x65.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x65.php rename to web/core/lib/Drupal/Component/Transliteration/data/x65.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x66.php b/web/core/lib/Drupal/Component/Transliteration/data/x66.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x66.php rename to web/core/lib/Drupal/Component/Transliteration/data/x66.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x67.php b/web/core/lib/Drupal/Component/Transliteration/data/x67.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x67.php rename to web/core/lib/Drupal/Component/Transliteration/data/x67.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x68.php b/web/core/lib/Drupal/Component/Transliteration/data/x68.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x68.php rename to web/core/lib/Drupal/Component/Transliteration/data/x68.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x69.php b/web/core/lib/Drupal/Component/Transliteration/data/x69.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x69.php rename to web/core/lib/Drupal/Component/Transliteration/data/x69.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x6a.php b/web/core/lib/Drupal/Component/Transliteration/data/x6a.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x6a.php rename to web/core/lib/Drupal/Component/Transliteration/data/x6a.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x6b.php b/web/core/lib/Drupal/Component/Transliteration/data/x6b.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x6b.php rename to web/core/lib/Drupal/Component/Transliteration/data/x6b.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x6c.php b/web/core/lib/Drupal/Component/Transliteration/data/x6c.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x6c.php rename to web/core/lib/Drupal/Component/Transliteration/data/x6c.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x6d.php b/web/core/lib/Drupal/Component/Transliteration/data/x6d.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x6d.php rename to web/core/lib/Drupal/Component/Transliteration/data/x6d.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x6e.php b/web/core/lib/Drupal/Component/Transliteration/data/x6e.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x6e.php rename to web/core/lib/Drupal/Component/Transliteration/data/x6e.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x6f.php b/web/core/lib/Drupal/Component/Transliteration/data/x6f.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x6f.php rename to web/core/lib/Drupal/Component/Transliteration/data/x6f.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x70.php b/web/core/lib/Drupal/Component/Transliteration/data/x70.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x70.php rename to web/core/lib/Drupal/Component/Transliteration/data/x70.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x71.php b/web/core/lib/Drupal/Component/Transliteration/data/x71.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x71.php rename to web/core/lib/Drupal/Component/Transliteration/data/x71.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x72.php b/web/core/lib/Drupal/Component/Transliteration/data/x72.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x72.php rename to web/core/lib/Drupal/Component/Transliteration/data/x72.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x73.php b/web/core/lib/Drupal/Component/Transliteration/data/x73.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x73.php rename to web/core/lib/Drupal/Component/Transliteration/data/x73.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x74.php b/web/core/lib/Drupal/Component/Transliteration/data/x74.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x74.php rename to web/core/lib/Drupal/Component/Transliteration/data/x74.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x75.php b/web/core/lib/Drupal/Component/Transliteration/data/x75.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x75.php rename to web/core/lib/Drupal/Component/Transliteration/data/x75.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x76.php b/web/core/lib/Drupal/Component/Transliteration/data/x76.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x76.php rename to web/core/lib/Drupal/Component/Transliteration/data/x76.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x77.php b/web/core/lib/Drupal/Component/Transliteration/data/x77.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x77.php rename to web/core/lib/Drupal/Component/Transliteration/data/x77.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x78.php b/web/core/lib/Drupal/Component/Transliteration/data/x78.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x78.php rename to web/core/lib/Drupal/Component/Transliteration/data/x78.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x79.php b/web/core/lib/Drupal/Component/Transliteration/data/x79.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x79.php rename to web/core/lib/Drupal/Component/Transliteration/data/x79.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x7a.php b/web/core/lib/Drupal/Component/Transliteration/data/x7a.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x7a.php rename to web/core/lib/Drupal/Component/Transliteration/data/x7a.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x7b.php b/web/core/lib/Drupal/Component/Transliteration/data/x7b.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x7b.php rename to web/core/lib/Drupal/Component/Transliteration/data/x7b.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x7c.php b/web/core/lib/Drupal/Component/Transliteration/data/x7c.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x7c.php rename to web/core/lib/Drupal/Component/Transliteration/data/x7c.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x7d.php b/web/core/lib/Drupal/Component/Transliteration/data/x7d.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x7d.php rename to web/core/lib/Drupal/Component/Transliteration/data/x7d.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x7e.php b/web/core/lib/Drupal/Component/Transliteration/data/x7e.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x7e.php rename to web/core/lib/Drupal/Component/Transliteration/data/x7e.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x7f.php b/web/core/lib/Drupal/Component/Transliteration/data/x7f.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x7f.php rename to web/core/lib/Drupal/Component/Transliteration/data/x7f.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x80.php b/web/core/lib/Drupal/Component/Transliteration/data/x80.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x80.php rename to web/core/lib/Drupal/Component/Transliteration/data/x80.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x81.php b/web/core/lib/Drupal/Component/Transliteration/data/x81.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x81.php rename to web/core/lib/Drupal/Component/Transliteration/data/x81.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x82.php b/web/core/lib/Drupal/Component/Transliteration/data/x82.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x82.php rename to web/core/lib/Drupal/Component/Transliteration/data/x82.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x83.php b/web/core/lib/Drupal/Component/Transliteration/data/x83.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x83.php rename to web/core/lib/Drupal/Component/Transliteration/data/x83.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x84.php b/web/core/lib/Drupal/Component/Transliteration/data/x84.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x84.php rename to web/core/lib/Drupal/Component/Transliteration/data/x84.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x85.php b/web/core/lib/Drupal/Component/Transliteration/data/x85.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x85.php rename to web/core/lib/Drupal/Component/Transliteration/data/x85.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x86.php b/web/core/lib/Drupal/Component/Transliteration/data/x86.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x86.php rename to web/core/lib/Drupal/Component/Transliteration/data/x86.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x87.php b/web/core/lib/Drupal/Component/Transliteration/data/x87.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x87.php rename to web/core/lib/Drupal/Component/Transliteration/data/x87.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x88.php b/web/core/lib/Drupal/Component/Transliteration/data/x88.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x88.php rename to web/core/lib/Drupal/Component/Transliteration/data/x88.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x89.php b/web/core/lib/Drupal/Component/Transliteration/data/x89.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x89.php rename to web/core/lib/Drupal/Component/Transliteration/data/x89.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x8a.php b/web/core/lib/Drupal/Component/Transliteration/data/x8a.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x8a.php rename to web/core/lib/Drupal/Component/Transliteration/data/x8a.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x8b.php b/web/core/lib/Drupal/Component/Transliteration/data/x8b.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x8b.php rename to web/core/lib/Drupal/Component/Transliteration/data/x8b.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x8c.php b/web/core/lib/Drupal/Component/Transliteration/data/x8c.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x8c.php rename to web/core/lib/Drupal/Component/Transliteration/data/x8c.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x8d.php b/web/core/lib/Drupal/Component/Transliteration/data/x8d.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x8d.php rename to web/core/lib/Drupal/Component/Transliteration/data/x8d.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x8e.php b/web/core/lib/Drupal/Component/Transliteration/data/x8e.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x8e.php rename to web/core/lib/Drupal/Component/Transliteration/data/x8e.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x8f.php b/web/core/lib/Drupal/Component/Transliteration/data/x8f.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x8f.php rename to web/core/lib/Drupal/Component/Transliteration/data/x8f.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x90.php b/web/core/lib/Drupal/Component/Transliteration/data/x90.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x90.php rename to web/core/lib/Drupal/Component/Transliteration/data/x90.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x91.php b/web/core/lib/Drupal/Component/Transliteration/data/x91.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x91.php rename to web/core/lib/Drupal/Component/Transliteration/data/x91.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x92.php b/web/core/lib/Drupal/Component/Transliteration/data/x92.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x92.php rename to web/core/lib/Drupal/Component/Transliteration/data/x92.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x93.php b/web/core/lib/Drupal/Component/Transliteration/data/x93.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x93.php rename to web/core/lib/Drupal/Component/Transliteration/data/x93.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x94.php b/web/core/lib/Drupal/Component/Transliteration/data/x94.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x94.php rename to web/core/lib/Drupal/Component/Transliteration/data/x94.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x95.php b/web/core/lib/Drupal/Component/Transliteration/data/x95.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x95.php rename to web/core/lib/Drupal/Component/Transliteration/data/x95.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x96.php b/web/core/lib/Drupal/Component/Transliteration/data/x96.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x96.php rename to web/core/lib/Drupal/Component/Transliteration/data/x96.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x97.php b/web/core/lib/Drupal/Component/Transliteration/data/x97.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x97.php rename to web/core/lib/Drupal/Component/Transliteration/data/x97.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x98.php b/web/core/lib/Drupal/Component/Transliteration/data/x98.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x98.php rename to web/core/lib/Drupal/Component/Transliteration/data/x98.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x99.php b/web/core/lib/Drupal/Component/Transliteration/data/x99.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x99.php rename to web/core/lib/Drupal/Component/Transliteration/data/x99.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x9a.php b/web/core/lib/Drupal/Component/Transliteration/data/x9a.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x9a.php rename to web/core/lib/Drupal/Component/Transliteration/data/x9a.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x9b.php b/web/core/lib/Drupal/Component/Transliteration/data/x9b.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x9b.php rename to web/core/lib/Drupal/Component/Transliteration/data/x9b.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x9c.php b/web/core/lib/Drupal/Component/Transliteration/data/x9c.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x9c.php rename to web/core/lib/Drupal/Component/Transliteration/data/x9c.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x9d.php b/web/core/lib/Drupal/Component/Transliteration/data/x9d.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x9d.php rename to web/core/lib/Drupal/Component/Transliteration/data/x9d.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x9e.php b/web/core/lib/Drupal/Component/Transliteration/data/x9e.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x9e.php rename to web/core/lib/Drupal/Component/Transliteration/data/x9e.php diff --git a/core/lib/Drupal/Component/Transliteration/data/x9f.php b/web/core/lib/Drupal/Component/Transliteration/data/x9f.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/x9f.php rename to web/core/lib/Drupal/Component/Transliteration/data/x9f.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xa0.php b/web/core/lib/Drupal/Component/Transliteration/data/xa0.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xa0.php rename to web/core/lib/Drupal/Component/Transliteration/data/xa0.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xa1.php b/web/core/lib/Drupal/Component/Transliteration/data/xa1.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xa1.php rename to web/core/lib/Drupal/Component/Transliteration/data/xa1.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xa2.php b/web/core/lib/Drupal/Component/Transliteration/data/xa2.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xa2.php rename to web/core/lib/Drupal/Component/Transliteration/data/xa2.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xa3.php b/web/core/lib/Drupal/Component/Transliteration/data/xa3.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xa3.php rename to web/core/lib/Drupal/Component/Transliteration/data/xa3.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xa4.php b/web/core/lib/Drupal/Component/Transliteration/data/xa4.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xa4.php rename to web/core/lib/Drupal/Component/Transliteration/data/xa4.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xac.php b/web/core/lib/Drupal/Component/Transliteration/data/xac.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xac.php rename to web/core/lib/Drupal/Component/Transliteration/data/xac.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xad.php b/web/core/lib/Drupal/Component/Transliteration/data/xad.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xad.php rename to web/core/lib/Drupal/Component/Transliteration/data/xad.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xae.php b/web/core/lib/Drupal/Component/Transliteration/data/xae.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xae.php rename to web/core/lib/Drupal/Component/Transliteration/data/xae.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xaf.php b/web/core/lib/Drupal/Component/Transliteration/data/xaf.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xaf.php rename to web/core/lib/Drupal/Component/Transliteration/data/xaf.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xb0.php b/web/core/lib/Drupal/Component/Transliteration/data/xb0.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xb0.php rename to web/core/lib/Drupal/Component/Transliteration/data/xb0.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xb1.php b/web/core/lib/Drupal/Component/Transliteration/data/xb1.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xb1.php rename to web/core/lib/Drupal/Component/Transliteration/data/xb1.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xb2.php b/web/core/lib/Drupal/Component/Transliteration/data/xb2.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xb2.php rename to web/core/lib/Drupal/Component/Transliteration/data/xb2.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xb3.php b/web/core/lib/Drupal/Component/Transliteration/data/xb3.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xb3.php rename to web/core/lib/Drupal/Component/Transliteration/data/xb3.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xb4.php b/web/core/lib/Drupal/Component/Transliteration/data/xb4.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xb4.php rename to web/core/lib/Drupal/Component/Transliteration/data/xb4.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xb5.php b/web/core/lib/Drupal/Component/Transliteration/data/xb5.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xb5.php rename to web/core/lib/Drupal/Component/Transliteration/data/xb5.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xb6.php b/web/core/lib/Drupal/Component/Transliteration/data/xb6.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xb6.php rename to web/core/lib/Drupal/Component/Transliteration/data/xb6.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xb7.php b/web/core/lib/Drupal/Component/Transliteration/data/xb7.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xb7.php rename to web/core/lib/Drupal/Component/Transliteration/data/xb7.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xb8.php b/web/core/lib/Drupal/Component/Transliteration/data/xb8.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xb8.php rename to web/core/lib/Drupal/Component/Transliteration/data/xb8.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xb9.php b/web/core/lib/Drupal/Component/Transliteration/data/xb9.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xb9.php rename to web/core/lib/Drupal/Component/Transliteration/data/xb9.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xba.php b/web/core/lib/Drupal/Component/Transliteration/data/xba.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xba.php rename to web/core/lib/Drupal/Component/Transliteration/data/xba.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xbb.php b/web/core/lib/Drupal/Component/Transliteration/data/xbb.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xbb.php rename to web/core/lib/Drupal/Component/Transliteration/data/xbb.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xbc.php b/web/core/lib/Drupal/Component/Transliteration/data/xbc.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xbc.php rename to web/core/lib/Drupal/Component/Transliteration/data/xbc.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xbd.php b/web/core/lib/Drupal/Component/Transliteration/data/xbd.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xbd.php rename to web/core/lib/Drupal/Component/Transliteration/data/xbd.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xbe.php b/web/core/lib/Drupal/Component/Transliteration/data/xbe.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xbe.php rename to web/core/lib/Drupal/Component/Transliteration/data/xbe.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xbf.php b/web/core/lib/Drupal/Component/Transliteration/data/xbf.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xbf.php rename to web/core/lib/Drupal/Component/Transliteration/data/xbf.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xc0.php b/web/core/lib/Drupal/Component/Transliteration/data/xc0.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xc0.php rename to web/core/lib/Drupal/Component/Transliteration/data/xc0.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xc1.php b/web/core/lib/Drupal/Component/Transliteration/data/xc1.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xc1.php rename to web/core/lib/Drupal/Component/Transliteration/data/xc1.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xc2.php b/web/core/lib/Drupal/Component/Transliteration/data/xc2.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xc2.php rename to web/core/lib/Drupal/Component/Transliteration/data/xc2.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xc3.php b/web/core/lib/Drupal/Component/Transliteration/data/xc3.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xc3.php rename to web/core/lib/Drupal/Component/Transliteration/data/xc3.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xc4.php b/web/core/lib/Drupal/Component/Transliteration/data/xc4.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xc4.php rename to web/core/lib/Drupal/Component/Transliteration/data/xc4.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xc5.php b/web/core/lib/Drupal/Component/Transliteration/data/xc5.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xc5.php rename to web/core/lib/Drupal/Component/Transliteration/data/xc5.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xc6.php b/web/core/lib/Drupal/Component/Transliteration/data/xc6.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xc6.php rename to web/core/lib/Drupal/Component/Transliteration/data/xc6.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xc7.php b/web/core/lib/Drupal/Component/Transliteration/data/xc7.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xc7.php rename to web/core/lib/Drupal/Component/Transliteration/data/xc7.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xc8.php b/web/core/lib/Drupal/Component/Transliteration/data/xc8.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xc8.php rename to web/core/lib/Drupal/Component/Transliteration/data/xc8.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xc9.php b/web/core/lib/Drupal/Component/Transliteration/data/xc9.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xc9.php rename to web/core/lib/Drupal/Component/Transliteration/data/xc9.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xca.php b/web/core/lib/Drupal/Component/Transliteration/data/xca.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xca.php rename to web/core/lib/Drupal/Component/Transliteration/data/xca.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xcb.php b/web/core/lib/Drupal/Component/Transliteration/data/xcb.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xcb.php rename to web/core/lib/Drupal/Component/Transliteration/data/xcb.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xcc.php b/web/core/lib/Drupal/Component/Transliteration/data/xcc.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xcc.php rename to web/core/lib/Drupal/Component/Transliteration/data/xcc.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xcd.php b/web/core/lib/Drupal/Component/Transliteration/data/xcd.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xcd.php rename to web/core/lib/Drupal/Component/Transliteration/data/xcd.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xce.php b/web/core/lib/Drupal/Component/Transliteration/data/xce.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xce.php rename to web/core/lib/Drupal/Component/Transliteration/data/xce.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xcf.php b/web/core/lib/Drupal/Component/Transliteration/data/xcf.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xcf.php rename to web/core/lib/Drupal/Component/Transliteration/data/xcf.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xd0.php b/web/core/lib/Drupal/Component/Transliteration/data/xd0.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xd0.php rename to web/core/lib/Drupal/Component/Transliteration/data/xd0.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xd1.php b/web/core/lib/Drupal/Component/Transliteration/data/xd1.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xd1.php rename to web/core/lib/Drupal/Component/Transliteration/data/xd1.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xd2.php b/web/core/lib/Drupal/Component/Transliteration/data/xd2.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xd2.php rename to web/core/lib/Drupal/Component/Transliteration/data/xd2.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xd3.php b/web/core/lib/Drupal/Component/Transliteration/data/xd3.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xd3.php rename to web/core/lib/Drupal/Component/Transliteration/data/xd3.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xd4.php b/web/core/lib/Drupal/Component/Transliteration/data/xd4.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xd4.php rename to web/core/lib/Drupal/Component/Transliteration/data/xd4.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xd5.php b/web/core/lib/Drupal/Component/Transliteration/data/xd5.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xd5.php rename to web/core/lib/Drupal/Component/Transliteration/data/xd5.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xd6.php b/web/core/lib/Drupal/Component/Transliteration/data/xd6.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xd6.php rename to web/core/lib/Drupal/Component/Transliteration/data/xd6.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xd7.php b/web/core/lib/Drupal/Component/Transliteration/data/xd7.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xd7.php rename to web/core/lib/Drupal/Component/Transliteration/data/xd7.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xf9.php b/web/core/lib/Drupal/Component/Transliteration/data/xf9.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xf9.php rename to web/core/lib/Drupal/Component/Transliteration/data/xf9.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xfa.php b/web/core/lib/Drupal/Component/Transliteration/data/xfa.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xfa.php rename to web/core/lib/Drupal/Component/Transliteration/data/xfa.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xfb.php b/web/core/lib/Drupal/Component/Transliteration/data/xfb.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xfb.php rename to web/core/lib/Drupal/Component/Transliteration/data/xfb.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xfc.php b/web/core/lib/Drupal/Component/Transliteration/data/xfc.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xfc.php rename to web/core/lib/Drupal/Component/Transliteration/data/xfc.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xfd.php b/web/core/lib/Drupal/Component/Transliteration/data/xfd.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xfd.php rename to web/core/lib/Drupal/Component/Transliteration/data/xfd.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xfe.php b/web/core/lib/Drupal/Component/Transliteration/data/xfe.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xfe.php rename to web/core/lib/Drupal/Component/Transliteration/data/xfe.php diff --git a/core/lib/Drupal/Component/Transliteration/data/xff.php b/web/core/lib/Drupal/Component/Transliteration/data/xff.php similarity index 100% rename from core/lib/Drupal/Component/Transliteration/data/xff.php rename to web/core/lib/Drupal/Component/Transliteration/data/xff.php diff --git a/core/lib/Drupal/Component/Utility/ArgumentsResolver.php b/web/core/lib/Drupal/Component/Utility/ArgumentsResolver.php similarity index 100% rename from core/lib/Drupal/Component/Utility/ArgumentsResolver.php rename to web/core/lib/Drupal/Component/Utility/ArgumentsResolver.php diff --git a/core/lib/Drupal/Component/Utility/ArgumentsResolverInterface.php b/web/core/lib/Drupal/Component/Utility/ArgumentsResolverInterface.php similarity index 100% rename from core/lib/Drupal/Component/Utility/ArgumentsResolverInterface.php rename to web/core/lib/Drupal/Component/Utility/ArgumentsResolverInterface.php diff --git a/core/lib/Drupal/Component/Utility/Bytes.php b/web/core/lib/Drupal/Component/Utility/Bytes.php similarity index 100% rename from core/lib/Drupal/Component/Utility/Bytes.php rename to web/core/lib/Drupal/Component/Utility/Bytes.php diff --git a/core/lib/Drupal/Component/Utility/Color.php b/web/core/lib/Drupal/Component/Utility/Color.php similarity index 100% rename from core/lib/Drupal/Component/Utility/Color.php rename to web/core/lib/Drupal/Component/Utility/Color.php diff --git a/core/lib/Drupal/Component/Utility/Crypt.php b/web/core/lib/Drupal/Component/Utility/Crypt.php similarity index 100% rename from core/lib/Drupal/Component/Utility/Crypt.php rename to web/core/lib/Drupal/Component/Utility/Crypt.php diff --git a/core/lib/Drupal/Component/Utility/DiffArray.php b/web/core/lib/Drupal/Component/Utility/DiffArray.php similarity index 100% rename from core/lib/Drupal/Component/Utility/DiffArray.php rename to web/core/lib/Drupal/Component/Utility/DiffArray.php diff --git a/core/lib/Drupal/Component/Utility/Environment.php b/web/core/lib/Drupal/Component/Utility/Environment.php similarity index 100% rename from core/lib/Drupal/Component/Utility/Environment.php rename to web/core/lib/Drupal/Component/Utility/Environment.php diff --git a/core/lib/Drupal/Component/Utility/Html.php b/web/core/lib/Drupal/Component/Utility/Html.php similarity index 100% rename from core/lib/Drupal/Component/Utility/Html.php rename to web/core/lib/Drupal/Component/Utility/Html.php diff --git a/core/lib/Drupal/Component/Utility/Image.php b/web/core/lib/Drupal/Component/Utility/Image.php similarity index 100% rename from core/lib/Drupal/Component/Utility/Image.php rename to web/core/lib/Drupal/Component/Utility/Image.php diff --git a/core/lib/Drupal/Component/Utility/LICENSE.txt b/web/core/lib/Drupal/Component/Utility/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/Utility/LICENSE.txt rename to web/core/lib/Drupal/Component/Utility/LICENSE.txt diff --git a/core/lib/Drupal/Component/Utility/NestedArray.php b/web/core/lib/Drupal/Component/Utility/NestedArray.php similarity index 100% rename from core/lib/Drupal/Component/Utility/NestedArray.php rename to web/core/lib/Drupal/Component/Utility/NestedArray.php diff --git a/core/lib/Drupal/Component/Utility/Number.php b/web/core/lib/Drupal/Component/Utility/Number.php similarity index 100% rename from core/lib/Drupal/Component/Utility/Number.php rename to web/core/lib/Drupal/Component/Utility/Number.php diff --git a/core/lib/Drupal/Component/Utility/OpCodeCache.php b/web/core/lib/Drupal/Component/Utility/OpCodeCache.php similarity index 100% rename from core/lib/Drupal/Component/Utility/OpCodeCache.php rename to web/core/lib/Drupal/Component/Utility/OpCodeCache.php diff --git a/core/lib/Drupal/Component/Utility/README.txt b/web/core/lib/Drupal/Component/Utility/README.txt similarity index 100% rename from core/lib/Drupal/Component/Utility/README.txt rename to web/core/lib/Drupal/Component/Utility/README.txt diff --git a/core/lib/Drupal/Component/Utility/Random.php b/web/core/lib/Drupal/Component/Utility/Random.php similarity index 100% rename from core/lib/Drupal/Component/Utility/Random.php rename to web/core/lib/Drupal/Component/Utility/Random.php diff --git a/core/lib/Drupal/Component/Utility/Rectangle.php b/web/core/lib/Drupal/Component/Utility/Rectangle.php similarity index 100% rename from core/lib/Drupal/Component/Utility/Rectangle.php rename to web/core/lib/Drupal/Component/Utility/Rectangle.php diff --git a/core/lib/Drupal/Component/Utility/SafeMarkup.php b/web/core/lib/Drupal/Component/Utility/SafeMarkup.php similarity index 100% rename from core/lib/Drupal/Component/Utility/SafeMarkup.php rename to web/core/lib/Drupal/Component/Utility/SafeMarkup.php diff --git a/core/lib/Drupal/Component/Utility/SortArray.php b/web/core/lib/Drupal/Component/Utility/SortArray.php similarity index 100% rename from core/lib/Drupal/Component/Utility/SortArray.php rename to web/core/lib/Drupal/Component/Utility/SortArray.php diff --git a/core/lib/Drupal/Component/Utility/TESTING.txt b/web/core/lib/Drupal/Component/Utility/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/Utility/TESTING.txt rename to web/core/lib/Drupal/Component/Utility/TESTING.txt diff --git a/core/lib/Drupal/Component/Utility/Tags.php b/web/core/lib/Drupal/Component/Utility/Tags.php similarity index 100% rename from core/lib/Drupal/Component/Utility/Tags.php rename to web/core/lib/Drupal/Component/Utility/Tags.php diff --git a/core/lib/Drupal/Component/Utility/Timer.php b/web/core/lib/Drupal/Component/Utility/Timer.php similarity index 100% rename from core/lib/Drupal/Component/Utility/Timer.php rename to web/core/lib/Drupal/Component/Utility/Timer.php diff --git a/core/lib/Drupal/Component/Utility/ToStringTrait.php b/web/core/lib/Drupal/Component/Utility/ToStringTrait.php similarity index 100% rename from core/lib/Drupal/Component/Utility/ToStringTrait.php rename to web/core/lib/Drupal/Component/Utility/ToStringTrait.php diff --git a/core/lib/Drupal/Component/Utility/Unicode.php b/web/core/lib/Drupal/Component/Utility/Unicode.php similarity index 100% rename from core/lib/Drupal/Component/Utility/Unicode.php rename to web/core/lib/Drupal/Component/Utility/Unicode.php diff --git a/core/lib/Drupal/Component/Utility/UrlHelper.php b/web/core/lib/Drupal/Component/Utility/UrlHelper.php similarity index 100% rename from core/lib/Drupal/Component/Utility/UrlHelper.php rename to web/core/lib/Drupal/Component/Utility/UrlHelper.php diff --git a/core/lib/Drupal/Component/Utility/UserAgent.php b/web/core/lib/Drupal/Component/Utility/UserAgent.php similarity index 100% rename from core/lib/Drupal/Component/Utility/UserAgent.php rename to web/core/lib/Drupal/Component/Utility/UserAgent.php diff --git a/core/lib/Drupal/Component/Utility/Variable.php b/web/core/lib/Drupal/Component/Utility/Variable.php similarity index 100% rename from core/lib/Drupal/Component/Utility/Variable.php rename to web/core/lib/Drupal/Component/Utility/Variable.php diff --git a/core/lib/Drupal/Component/Utility/Xss.php b/web/core/lib/Drupal/Component/Utility/Xss.php similarity index 100% rename from core/lib/Drupal/Component/Utility/Xss.php rename to web/core/lib/Drupal/Component/Utility/Xss.php diff --git a/core/lib/Drupal/Component/Utility/composer.json b/web/core/lib/Drupal/Component/Utility/composer.json similarity index 100% rename from core/lib/Drupal/Component/Utility/composer.json rename to web/core/lib/Drupal/Component/Utility/composer.json diff --git a/core/lib/Drupal/Component/Uuid/Com.php b/web/core/lib/Drupal/Component/Uuid/Com.php similarity index 100% rename from core/lib/Drupal/Component/Uuid/Com.php rename to web/core/lib/Drupal/Component/Uuid/Com.php diff --git a/core/lib/Drupal/Component/Uuid/LICENSE.txt b/web/core/lib/Drupal/Component/Uuid/LICENSE.txt similarity index 100% rename from core/lib/Drupal/Component/Uuid/LICENSE.txt rename to web/core/lib/Drupal/Component/Uuid/LICENSE.txt diff --git a/core/lib/Drupal/Component/Uuid/Pecl.php b/web/core/lib/Drupal/Component/Uuid/Pecl.php similarity index 100% rename from core/lib/Drupal/Component/Uuid/Pecl.php rename to web/core/lib/Drupal/Component/Uuid/Pecl.php diff --git a/core/lib/Drupal/Component/Uuid/Php.php b/web/core/lib/Drupal/Component/Uuid/Php.php similarity index 100% rename from core/lib/Drupal/Component/Uuid/Php.php rename to web/core/lib/Drupal/Component/Uuid/Php.php diff --git a/core/lib/Drupal/Component/Uuid/README.txt b/web/core/lib/Drupal/Component/Uuid/README.txt similarity index 100% rename from core/lib/Drupal/Component/Uuid/README.txt rename to web/core/lib/Drupal/Component/Uuid/README.txt diff --git a/core/lib/Drupal/Component/Uuid/TESTING.txt b/web/core/lib/Drupal/Component/Uuid/TESTING.txt similarity index 100% rename from core/lib/Drupal/Component/Uuid/TESTING.txt rename to web/core/lib/Drupal/Component/Uuid/TESTING.txt diff --git a/core/lib/Drupal/Component/Uuid/Uuid.php b/web/core/lib/Drupal/Component/Uuid/Uuid.php similarity index 100% rename from core/lib/Drupal/Component/Uuid/Uuid.php rename to web/core/lib/Drupal/Component/Uuid/Uuid.php diff --git a/core/lib/Drupal/Component/Uuid/UuidInterface.php b/web/core/lib/Drupal/Component/Uuid/UuidInterface.php similarity index 100% rename from core/lib/Drupal/Component/Uuid/UuidInterface.php rename to web/core/lib/Drupal/Component/Uuid/UuidInterface.php diff --git a/core/lib/Drupal/Component/Uuid/composer.json b/web/core/lib/Drupal/Component/Uuid/composer.json similarity index 100% rename from core/lib/Drupal/Component/Uuid/composer.json rename to web/core/lib/Drupal/Component/Uuid/composer.json diff --git a/core/lib/Drupal/Core/Access/AccessArgumentsResolverFactory.php b/web/core/lib/Drupal/Core/Access/AccessArgumentsResolverFactory.php similarity index 100% rename from core/lib/Drupal/Core/Access/AccessArgumentsResolverFactory.php rename to web/core/lib/Drupal/Core/Access/AccessArgumentsResolverFactory.php diff --git a/core/lib/Drupal/Core/Access/AccessArgumentsResolverFactoryInterface.php b/web/core/lib/Drupal/Core/Access/AccessArgumentsResolverFactoryInterface.php similarity index 100% rename from core/lib/Drupal/Core/Access/AccessArgumentsResolverFactoryInterface.php rename to web/core/lib/Drupal/Core/Access/AccessArgumentsResolverFactoryInterface.php diff --git a/core/lib/Drupal/Core/Access/AccessCheckInterface.php b/web/core/lib/Drupal/Core/Access/AccessCheckInterface.php similarity index 100% rename from core/lib/Drupal/Core/Access/AccessCheckInterface.php rename to web/core/lib/Drupal/Core/Access/AccessCheckInterface.php diff --git a/core/lib/Drupal/Core/Access/AccessException.php b/web/core/lib/Drupal/Core/Access/AccessException.php similarity index 100% rename from core/lib/Drupal/Core/Access/AccessException.php rename to web/core/lib/Drupal/Core/Access/AccessException.php diff --git a/core/lib/Drupal/Core/Access/AccessManager.php b/web/core/lib/Drupal/Core/Access/AccessManager.php similarity index 100% rename from core/lib/Drupal/Core/Access/AccessManager.php rename to web/core/lib/Drupal/Core/Access/AccessManager.php diff --git a/core/lib/Drupal/Core/Access/AccessManagerInterface.php b/web/core/lib/Drupal/Core/Access/AccessManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Access/AccessManagerInterface.php rename to web/core/lib/Drupal/Core/Access/AccessManagerInterface.php diff --git a/core/lib/Drupal/Core/Access/AccessResult.php b/web/core/lib/Drupal/Core/Access/AccessResult.php similarity index 100% rename from core/lib/Drupal/Core/Access/AccessResult.php rename to web/core/lib/Drupal/Core/Access/AccessResult.php diff --git a/core/lib/Drupal/Core/Access/AccessResultAllowed.php b/web/core/lib/Drupal/Core/Access/AccessResultAllowed.php similarity index 100% rename from core/lib/Drupal/Core/Access/AccessResultAllowed.php rename to web/core/lib/Drupal/Core/Access/AccessResultAllowed.php diff --git a/core/lib/Drupal/Core/Access/AccessResultForbidden.php b/web/core/lib/Drupal/Core/Access/AccessResultForbidden.php similarity index 100% rename from core/lib/Drupal/Core/Access/AccessResultForbidden.php rename to web/core/lib/Drupal/Core/Access/AccessResultForbidden.php diff --git a/core/lib/Drupal/Core/Access/AccessResultInterface.php b/web/core/lib/Drupal/Core/Access/AccessResultInterface.php similarity index 100% rename from core/lib/Drupal/Core/Access/AccessResultInterface.php rename to web/core/lib/Drupal/Core/Access/AccessResultInterface.php diff --git a/core/lib/Drupal/Core/Access/AccessResultNeutral.php b/web/core/lib/Drupal/Core/Access/AccessResultNeutral.php similarity index 100% rename from core/lib/Drupal/Core/Access/AccessResultNeutral.php rename to web/core/lib/Drupal/Core/Access/AccessResultNeutral.php diff --git a/core/lib/Drupal/Core/Access/AccessResultReasonInterface.php b/web/core/lib/Drupal/Core/Access/AccessResultReasonInterface.php similarity index 100% rename from core/lib/Drupal/Core/Access/AccessResultReasonInterface.php rename to web/core/lib/Drupal/Core/Access/AccessResultReasonInterface.php diff --git a/core/lib/Drupal/Core/Access/AccessibleInterface.php b/web/core/lib/Drupal/Core/Access/AccessibleInterface.php similarity index 100% rename from core/lib/Drupal/Core/Access/AccessibleInterface.php rename to web/core/lib/Drupal/Core/Access/AccessibleInterface.php diff --git a/core/lib/Drupal/Core/Access/CheckProvider.php b/web/core/lib/Drupal/Core/Access/CheckProvider.php similarity index 100% rename from core/lib/Drupal/Core/Access/CheckProvider.php rename to web/core/lib/Drupal/Core/Access/CheckProvider.php diff --git a/core/lib/Drupal/Core/Access/CheckProviderInterface.php b/web/core/lib/Drupal/Core/Access/CheckProviderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Access/CheckProviderInterface.php rename to web/core/lib/Drupal/Core/Access/CheckProviderInterface.php diff --git a/core/lib/Drupal/Core/Access/CsrfAccessCheck.php b/web/core/lib/Drupal/Core/Access/CsrfAccessCheck.php similarity index 100% rename from core/lib/Drupal/Core/Access/CsrfAccessCheck.php rename to web/core/lib/Drupal/Core/Access/CsrfAccessCheck.php diff --git a/core/lib/Drupal/Core/Access/CsrfRequestHeaderAccessCheck.php b/web/core/lib/Drupal/Core/Access/CsrfRequestHeaderAccessCheck.php similarity index 100% rename from core/lib/Drupal/Core/Access/CsrfRequestHeaderAccessCheck.php rename to web/core/lib/Drupal/Core/Access/CsrfRequestHeaderAccessCheck.php diff --git a/core/lib/Drupal/Core/Access/CsrfTokenGenerator.php b/web/core/lib/Drupal/Core/Access/CsrfTokenGenerator.php similarity index 100% rename from core/lib/Drupal/Core/Access/CsrfTokenGenerator.php rename to web/core/lib/Drupal/Core/Access/CsrfTokenGenerator.php diff --git a/core/lib/Drupal/Core/Access/CustomAccessCheck.php b/web/core/lib/Drupal/Core/Access/CustomAccessCheck.php similarity index 100% rename from core/lib/Drupal/Core/Access/CustomAccessCheck.php rename to web/core/lib/Drupal/Core/Access/CustomAccessCheck.php diff --git a/core/lib/Drupal/Core/Access/DefaultAccessCheck.php b/web/core/lib/Drupal/Core/Access/DefaultAccessCheck.php similarity index 100% rename from core/lib/Drupal/Core/Access/DefaultAccessCheck.php rename to web/core/lib/Drupal/Core/Access/DefaultAccessCheck.php diff --git a/core/lib/Drupal/Core/Access/RouteProcessorCsrf.php b/web/core/lib/Drupal/Core/Access/RouteProcessorCsrf.php similarity index 100% rename from core/lib/Drupal/Core/Access/RouteProcessorCsrf.php rename to web/core/lib/Drupal/Core/Access/RouteProcessorCsrf.php diff --git a/core/lib/Drupal/Core/Action/ActionBase.php b/web/core/lib/Drupal/Core/Action/ActionBase.php similarity index 100% rename from core/lib/Drupal/Core/Action/ActionBase.php rename to web/core/lib/Drupal/Core/Action/ActionBase.php diff --git a/core/lib/Drupal/Core/Action/ActionInterface.php b/web/core/lib/Drupal/Core/Action/ActionInterface.php similarity index 100% rename from core/lib/Drupal/Core/Action/ActionInterface.php rename to web/core/lib/Drupal/Core/Action/ActionInterface.php diff --git a/core/lib/Drupal/Core/Action/ActionManager.php b/web/core/lib/Drupal/Core/Action/ActionManager.php similarity index 100% rename from core/lib/Drupal/Core/Action/ActionManager.php rename to web/core/lib/Drupal/Core/Action/ActionManager.php diff --git a/core/lib/Drupal/Core/Action/ActionPluginCollection.php b/web/core/lib/Drupal/Core/Action/ActionPluginCollection.php similarity index 100% rename from core/lib/Drupal/Core/Action/ActionPluginCollection.php rename to web/core/lib/Drupal/Core/Action/ActionPluginCollection.php diff --git a/core/lib/Drupal/Core/Action/ConfigurableActionBase.php b/web/core/lib/Drupal/Core/Action/ConfigurableActionBase.php similarity index 100% rename from core/lib/Drupal/Core/Action/ConfigurableActionBase.php rename to web/core/lib/Drupal/Core/Action/ConfigurableActionBase.php diff --git a/core/lib/Drupal/Core/Ajax/AddCssCommand.php b/web/core/lib/Drupal/Core/Ajax/AddCssCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/AddCssCommand.php rename to web/core/lib/Drupal/Core/Ajax/AddCssCommand.php diff --git a/core/lib/Drupal/Core/Ajax/AfterCommand.php b/web/core/lib/Drupal/Core/Ajax/AfterCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/AfterCommand.php rename to web/core/lib/Drupal/Core/Ajax/AfterCommand.php diff --git a/core/lib/Drupal/Core/Ajax/AjaxResponse.php b/web/core/lib/Drupal/Core/Ajax/AjaxResponse.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/AjaxResponse.php rename to web/core/lib/Drupal/Core/Ajax/AjaxResponse.php diff --git a/core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php b/web/core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php rename to web/core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php diff --git a/core/lib/Drupal/Core/Ajax/AlertCommand.php b/web/core/lib/Drupal/Core/Ajax/AlertCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/AlertCommand.php rename to web/core/lib/Drupal/Core/Ajax/AlertCommand.php diff --git a/core/lib/Drupal/Core/Ajax/AppendCommand.php b/web/core/lib/Drupal/Core/Ajax/AppendCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/AppendCommand.php rename to web/core/lib/Drupal/Core/Ajax/AppendCommand.php diff --git a/core/lib/Drupal/Core/Ajax/BaseCommand.php b/web/core/lib/Drupal/Core/Ajax/BaseCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/BaseCommand.php rename to web/core/lib/Drupal/Core/Ajax/BaseCommand.php diff --git a/core/lib/Drupal/Core/Ajax/BeforeCommand.php b/web/core/lib/Drupal/Core/Ajax/BeforeCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/BeforeCommand.php rename to web/core/lib/Drupal/Core/Ajax/BeforeCommand.php diff --git a/core/lib/Drupal/Core/Ajax/ChangedCommand.php b/web/core/lib/Drupal/Core/Ajax/ChangedCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/ChangedCommand.php rename to web/core/lib/Drupal/Core/Ajax/ChangedCommand.php diff --git a/core/lib/Drupal/Core/Ajax/CloseDialogCommand.php b/web/core/lib/Drupal/Core/Ajax/CloseDialogCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/CloseDialogCommand.php rename to web/core/lib/Drupal/Core/Ajax/CloseDialogCommand.php diff --git a/core/lib/Drupal/Core/Ajax/CloseModalDialogCommand.php b/web/core/lib/Drupal/Core/Ajax/CloseModalDialogCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/CloseModalDialogCommand.php rename to web/core/lib/Drupal/Core/Ajax/CloseModalDialogCommand.php diff --git a/core/lib/Drupal/Core/Ajax/CommandInterface.php b/web/core/lib/Drupal/Core/Ajax/CommandInterface.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/CommandInterface.php rename to web/core/lib/Drupal/Core/Ajax/CommandInterface.php diff --git a/core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsInterface.php b/web/core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsInterface.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsInterface.php rename to web/core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsInterface.php diff --git a/core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsTrait.php b/web/core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsTrait.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsTrait.php rename to web/core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsTrait.php diff --git a/core/lib/Drupal/Core/Ajax/CssCommand.php b/web/core/lib/Drupal/Core/Ajax/CssCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/CssCommand.php rename to web/core/lib/Drupal/Core/Ajax/CssCommand.php diff --git a/core/lib/Drupal/Core/Ajax/DataCommand.php b/web/core/lib/Drupal/Core/Ajax/DataCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/DataCommand.php rename to web/core/lib/Drupal/Core/Ajax/DataCommand.php diff --git a/core/lib/Drupal/Core/Ajax/HtmlCommand.php b/web/core/lib/Drupal/Core/Ajax/HtmlCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/HtmlCommand.php rename to web/core/lib/Drupal/Core/Ajax/HtmlCommand.php diff --git a/core/lib/Drupal/Core/Ajax/InsertCommand.php b/web/core/lib/Drupal/Core/Ajax/InsertCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/InsertCommand.php rename to web/core/lib/Drupal/Core/Ajax/InsertCommand.php diff --git a/core/lib/Drupal/Core/Ajax/InvokeCommand.php b/web/core/lib/Drupal/Core/Ajax/InvokeCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/InvokeCommand.php rename to web/core/lib/Drupal/Core/Ajax/InvokeCommand.php diff --git a/core/lib/Drupal/Core/Ajax/OpenDialogCommand.php b/web/core/lib/Drupal/Core/Ajax/OpenDialogCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/OpenDialogCommand.php rename to web/core/lib/Drupal/Core/Ajax/OpenDialogCommand.php diff --git a/core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php b/web/core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php rename to web/core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php diff --git a/core/lib/Drupal/Core/Ajax/PrependCommand.php b/web/core/lib/Drupal/Core/Ajax/PrependCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/PrependCommand.php rename to web/core/lib/Drupal/Core/Ajax/PrependCommand.php diff --git a/core/lib/Drupal/Core/Ajax/RedirectCommand.php b/web/core/lib/Drupal/Core/Ajax/RedirectCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/RedirectCommand.php rename to web/core/lib/Drupal/Core/Ajax/RedirectCommand.php diff --git a/core/lib/Drupal/Core/Ajax/RemoveCommand.php b/web/core/lib/Drupal/Core/Ajax/RemoveCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/RemoveCommand.php rename to web/core/lib/Drupal/Core/Ajax/RemoveCommand.php diff --git a/core/lib/Drupal/Core/Ajax/ReplaceCommand.php b/web/core/lib/Drupal/Core/Ajax/ReplaceCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/ReplaceCommand.php rename to web/core/lib/Drupal/Core/Ajax/ReplaceCommand.php diff --git a/core/lib/Drupal/Core/Ajax/RestripeCommand.php b/web/core/lib/Drupal/Core/Ajax/RestripeCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/RestripeCommand.php rename to web/core/lib/Drupal/Core/Ajax/RestripeCommand.php diff --git a/core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php b/web/core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php rename to web/core/lib/Drupal/Core/Ajax/SetDialogOptionCommand.php diff --git a/core/lib/Drupal/Core/Ajax/SetDialogTitleCommand.php b/web/core/lib/Drupal/Core/Ajax/SetDialogTitleCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/SetDialogTitleCommand.php rename to web/core/lib/Drupal/Core/Ajax/SetDialogTitleCommand.php diff --git a/core/lib/Drupal/Core/Ajax/SettingsCommand.php b/web/core/lib/Drupal/Core/Ajax/SettingsCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/SettingsCommand.php rename to web/core/lib/Drupal/Core/Ajax/SettingsCommand.php diff --git a/core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php b/web/core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php similarity index 100% rename from core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php rename to web/core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php diff --git a/core/lib/Drupal/Core/Annotation/Action.php b/web/core/lib/Drupal/Core/Annotation/Action.php similarity index 100% rename from core/lib/Drupal/Core/Annotation/Action.php rename to web/core/lib/Drupal/Core/Annotation/Action.php diff --git a/core/lib/Drupal/Core/Annotation/ContextDefinition.php b/web/core/lib/Drupal/Core/Annotation/ContextDefinition.php similarity index 100% rename from core/lib/Drupal/Core/Annotation/ContextDefinition.php rename to web/core/lib/Drupal/Core/Annotation/ContextDefinition.php diff --git a/core/lib/Drupal/Core/Annotation/Mail.php b/web/core/lib/Drupal/Core/Annotation/Mail.php similarity index 100% rename from core/lib/Drupal/Core/Annotation/Mail.php rename to web/core/lib/Drupal/Core/Annotation/Mail.php diff --git a/core/lib/Drupal/Core/Annotation/PluralTranslation.php b/web/core/lib/Drupal/Core/Annotation/PluralTranslation.php similarity index 100% rename from core/lib/Drupal/Core/Annotation/PluralTranslation.php rename to web/core/lib/Drupal/Core/Annotation/PluralTranslation.php diff --git a/core/lib/Drupal/Core/Annotation/QueueWorker.php b/web/core/lib/Drupal/Core/Annotation/QueueWorker.php similarity index 100% rename from core/lib/Drupal/Core/Annotation/QueueWorker.php rename to web/core/lib/Drupal/Core/Annotation/QueueWorker.php diff --git a/core/lib/Drupal/Core/Annotation/Translation.php b/web/core/lib/Drupal/Core/Annotation/Translation.php similarity index 100% rename from core/lib/Drupal/Core/Annotation/Translation.php rename to web/core/lib/Drupal/Core/Annotation/Translation.php diff --git a/core/lib/Drupal/Core/AppRootFactory.php b/web/core/lib/Drupal/Core/AppRootFactory.php similarity index 100% rename from core/lib/Drupal/Core/AppRootFactory.php rename to web/core/lib/Drupal/Core/AppRootFactory.php diff --git a/core/lib/Drupal/Core/Archiver/Annotation/Archiver.php b/web/core/lib/Drupal/Core/Archiver/Annotation/Archiver.php similarity index 100% rename from core/lib/Drupal/Core/Archiver/Annotation/Archiver.php rename to web/core/lib/Drupal/Core/Archiver/Annotation/Archiver.php diff --git a/core/lib/Drupal/Core/Archiver/ArchiveTar.php b/web/core/lib/Drupal/Core/Archiver/ArchiveTar.php similarity index 100% rename from core/lib/Drupal/Core/Archiver/ArchiveTar.php rename to web/core/lib/Drupal/Core/Archiver/ArchiveTar.php diff --git a/core/lib/Drupal/Core/Archiver/ArchiverException.php b/web/core/lib/Drupal/Core/Archiver/ArchiverException.php similarity index 100% rename from core/lib/Drupal/Core/Archiver/ArchiverException.php rename to web/core/lib/Drupal/Core/Archiver/ArchiverException.php diff --git a/core/lib/Drupal/Core/Archiver/ArchiverInterface.php b/web/core/lib/Drupal/Core/Archiver/ArchiverInterface.php similarity index 100% rename from core/lib/Drupal/Core/Archiver/ArchiverInterface.php rename to web/core/lib/Drupal/Core/Archiver/ArchiverInterface.php diff --git a/core/lib/Drupal/Core/Archiver/ArchiverManager.php b/web/core/lib/Drupal/Core/Archiver/ArchiverManager.php similarity index 100% rename from core/lib/Drupal/Core/Archiver/ArchiverManager.php rename to web/core/lib/Drupal/Core/Archiver/ArchiverManager.php diff --git a/core/lib/Drupal/Core/Archiver/Tar.php b/web/core/lib/Drupal/Core/Archiver/Tar.php similarity index 100% rename from core/lib/Drupal/Core/Archiver/Tar.php rename to web/core/lib/Drupal/Core/Archiver/Tar.php diff --git a/core/lib/Drupal/Core/Archiver/Zip.php b/web/core/lib/Drupal/Core/Archiver/Zip.php similarity index 100% rename from core/lib/Drupal/Core/Archiver/Zip.php rename to web/core/lib/Drupal/Core/Archiver/Zip.php diff --git a/core/lib/Drupal/Core/Asset/AssetCollectionGrouperInterface.php b/web/core/lib/Drupal/Core/Asset/AssetCollectionGrouperInterface.php similarity index 100% rename from core/lib/Drupal/Core/Asset/AssetCollectionGrouperInterface.php rename to web/core/lib/Drupal/Core/Asset/AssetCollectionGrouperInterface.php diff --git a/core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php b/web/core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php rename to web/core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php diff --git a/core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php b/web/core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php similarity index 100% rename from core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php rename to web/core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php diff --git a/core/lib/Drupal/Core/Asset/AssetDumper.php b/web/core/lib/Drupal/Core/Asset/AssetDumper.php similarity index 100% rename from core/lib/Drupal/Core/Asset/AssetDumper.php rename to web/core/lib/Drupal/Core/Asset/AssetDumper.php diff --git a/core/lib/Drupal/Core/Asset/AssetDumperInterface.php b/web/core/lib/Drupal/Core/Asset/AssetDumperInterface.php similarity index 100% rename from core/lib/Drupal/Core/Asset/AssetDumperInterface.php rename to web/core/lib/Drupal/Core/Asset/AssetDumperInterface.php diff --git a/core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php b/web/core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php rename to web/core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php diff --git a/core/lib/Drupal/Core/Asset/AssetResolver.php b/web/core/lib/Drupal/Core/Asset/AssetResolver.php similarity index 100% rename from core/lib/Drupal/Core/Asset/AssetResolver.php rename to web/core/lib/Drupal/Core/Asset/AssetResolver.php diff --git a/core/lib/Drupal/Core/Asset/AssetResolverInterface.php b/web/core/lib/Drupal/Core/Asset/AssetResolverInterface.php similarity index 100% rename from core/lib/Drupal/Core/Asset/AssetResolverInterface.php rename to web/core/lib/Drupal/Core/Asset/AssetResolverInterface.php diff --git a/core/lib/Drupal/Core/Asset/AttachedAssets.php b/web/core/lib/Drupal/Core/Asset/AttachedAssets.php similarity index 100% rename from core/lib/Drupal/Core/Asset/AttachedAssets.php rename to web/core/lib/Drupal/Core/Asset/AttachedAssets.php diff --git a/core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php b/web/core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php similarity index 100% rename from core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php rename to web/core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php diff --git a/core/lib/Drupal/Core/Asset/CssCollectionGrouper.php b/web/core/lib/Drupal/Core/Asset/CssCollectionGrouper.php similarity index 100% rename from core/lib/Drupal/Core/Asset/CssCollectionGrouper.php rename to web/core/lib/Drupal/Core/Asset/CssCollectionGrouper.php diff --git a/core/lib/Drupal/Core/Asset/CssCollectionOptimizer.php b/web/core/lib/Drupal/Core/Asset/CssCollectionOptimizer.php similarity index 100% rename from core/lib/Drupal/Core/Asset/CssCollectionOptimizer.php rename to web/core/lib/Drupal/Core/Asset/CssCollectionOptimizer.php diff --git a/core/lib/Drupal/Core/Asset/CssCollectionRenderer.php b/web/core/lib/Drupal/Core/Asset/CssCollectionRenderer.php similarity index 100% rename from core/lib/Drupal/Core/Asset/CssCollectionRenderer.php rename to web/core/lib/Drupal/Core/Asset/CssCollectionRenderer.php diff --git a/core/lib/Drupal/Core/Asset/CssOptimizer.php b/web/core/lib/Drupal/Core/Asset/CssOptimizer.php similarity index 100% rename from core/lib/Drupal/Core/Asset/CssOptimizer.php rename to web/core/lib/Drupal/Core/Asset/CssOptimizer.php diff --git a/core/lib/Drupal/Core/Asset/Exception/IncompleteLibraryDefinitionException.php b/web/core/lib/Drupal/Core/Asset/Exception/IncompleteLibraryDefinitionException.php similarity index 100% rename from core/lib/Drupal/Core/Asset/Exception/IncompleteLibraryDefinitionException.php rename to web/core/lib/Drupal/Core/Asset/Exception/IncompleteLibraryDefinitionException.php diff --git a/core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesExtendSpecificationException.php b/web/core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesExtendSpecificationException.php similarity index 100% rename from core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesExtendSpecificationException.php rename to web/core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesExtendSpecificationException.php diff --git a/core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesOverrideSpecificationException.php b/web/core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesOverrideSpecificationException.php similarity index 100% rename from core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesOverrideSpecificationException.php rename to web/core/lib/Drupal/Core/Asset/Exception/InvalidLibrariesOverrideSpecificationException.php diff --git a/core/lib/Drupal/Core/Asset/Exception/InvalidLibraryFileException.php b/web/core/lib/Drupal/Core/Asset/Exception/InvalidLibraryFileException.php similarity index 100% rename from core/lib/Drupal/Core/Asset/Exception/InvalidLibraryFileException.php rename to web/core/lib/Drupal/Core/Asset/Exception/InvalidLibraryFileException.php diff --git a/core/lib/Drupal/Core/Asset/Exception/LibraryDefinitionMissingLicenseException.php b/web/core/lib/Drupal/Core/Asset/Exception/LibraryDefinitionMissingLicenseException.php similarity index 100% rename from core/lib/Drupal/Core/Asset/Exception/LibraryDefinitionMissingLicenseException.php rename to web/core/lib/Drupal/Core/Asset/Exception/LibraryDefinitionMissingLicenseException.php diff --git a/core/lib/Drupal/Core/Asset/JsCollectionGrouper.php b/web/core/lib/Drupal/Core/Asset/JsCollectionGrouper.php similarity index 100% rename from core/lib/Drupal/Core/Asset/JsCollectionGrouper.php rename to web/core/lib/Drupal/Core/Asset/JsCollectionGrouper.php diff --git a/core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php b/web/core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php similarity index 100% rename from core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php rename to web/core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php diff --git a/core/lib/Drupal/Core/Asset/JsCollectionRenderer.php b/web/core/lib/Drupal/Core/Asset/JsCollectionRenderer.php similarity index 100% rename from core/lib/Drupal/Core/Asset/JsCollectionRenderer.php rename to web/core/lib/Drupal/Core/Asset/JsCollectionRenderer.php diff --git a/core/lib/Drupal/Core/Asset/JsOptimizer.php b/web/core/lib/Drupal/Core/Asset/JsOptimizer.php similarity index 100% rename from core/lib/Drupal/Core/Asset/JsOptimizer.php rename to web/core/lib/Drupal/Core/Asset/JsOptimizer.php diff --git a/core/lib/Drupal/Core/Asset/LibraryDependencyResolver.php b/web/core/lib/Drupal/Core/Asset/LibraryDependencyResolver.php similarity index 100% rename from core/lib/Drupal/Core/Asset/LibraryDependencyResolver.php rename to web/core/lib/Drupal/Core/Asset/LibraryDependencyResolver.php diff --git a/core/lib/Drupal/Core/Asset/LibraryDependencyResolverInterface.php b/web/core/lib/Drupal/Core/Asset/LibraryDependencyResolverInterface.php similarity index 100% rename from core/lib/Drupal/Core/Asset/LibraryDependencyResolverInterface.php rename to web/core/lib/Drupal/Core/Asset/LibraryDependencyResolverInterface.php diff --git a/core/lib/Drupal/Core/Asset/LibraryDiscovery.php b/web/core/lib/Drupal/Core/Asset/LibraryDiscovery.php similarity index 100% rename from core/lib/Drupal/Core/Asset/LibraryDiscovery.php rename to web/core/lib/Drupal/Core/Asset/LibraryDiscovery.php diff --git a/core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php b/web/core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php similarity index 100% rename from core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php rename to web/core/lib/Drupal/Core/Asset/LibraryDiscoveryCollector.php diff --git a/core/lib/Drupal/Core/Asset/LibraryDiscoveryInterface.php b/web/core/lib/Drupal/Core/Asset/LibraryDiscoveryInterface.php similarity index 100% rename from core/lib/Drupal/Core/Asset/LibraryDiscoveryInterface.php rename to web/core/lib/Drupal/Core/Asset/LibraryDiscoveryInterface.php diff --git a/core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php b/web/core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php similarity index 100% rename from core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php rename to web/core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php diff --git a/core/lib/Drupal/Core/Authentication/AuthenticationCollector.php b/web/core/lib/Drupal/Core/Authentication/AuthenticationCollector.php similarity index 100% rename from core/lib/Drupal/Core/Authentication/AuthenticationCollector.php rename to web/core/lib/Drupal/Core/Authentication/AuthenticationCollector.php diff --git a/core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php b/web/core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php similarity index 100% rename from core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php rename to web/core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php diff --git a/core/lib/Drupal/Core/Authentication/AuthenticationManager.php b/web/core/lib/Drupal/Core/Authentication/AuthenticationManager.php similarity index 100% rename from core/lib/Drupal/Core/Authentication/AuthenticationManager.php rename to web/core/lib/Drupal/Core/Authentication/AuthenticationManager.php diff --git a/core/lib/Drupal/Core/Authentication/AuthenticationProviderChallengeInterface.php b/web/core/lib/Drupal/Core/Authentication/AuthenticationProviderChallengeInterface.php similarity index 100% rename from core/lib/Drupal/Core/Authentication/AuthenticationProviderChallengeInterface.php rename to web/core/lib/Drupal/Core/Authentication/AuthenticationProviderChallengeInterface.php diff --git a/core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php b/web/core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php similarity index 100% rename from core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php rename to web/core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php diff --git a/core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php b/web/core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php rename to web/core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php diff --git a/core/lib/Drupal/Core/Batch/BatchStorage.php b/web/core/lib/Drupal/Core/Batch/BatchStorage.php similarity index 100% rename from core/lib/Drupal/Core/Batch/BatchStorage.php rename to web/core/lib/Drupal/Core/Batch/BatchStorage.php diff --git a/core/lib/Drupal/Core/Batch/BatchStorageInterface.php b/web/core/lib/Drupal/Core/Batch/BatchStorageInterface.php similarity index 100% rename from core/lib/Drupal/Core/Batch/BatchStorageInterface.php rename to web/core/lib/Drupal/Core/Batch/BatchStorageInterface.php diff --git a/core/lib/Drupal/Core/Batch/Percentage.php b/web/core/lib/Drupal/Core/Batch/Percentage.php similarity index 100% rename from core/lib/Drupal/Core/Batch/Percentage.php rename to web/core/lib/Drupal/Core/Batch/Percentage.php diff --git a/core/lib/Drupal/Core/Block/Annotation/Block.php b/web/core/lib/Drupal/Core/Block/Annotation/Block.php similarity index 100% rename from core/lib/Drupal/Core/Block/Annotation/Block.php rename to web/core/lib/Drupal/Core/Block/Annotation/Block.php diff --git a/core/lib/Drupal/Core/Block/BlockBase.php b/web/core/lib/Drupal/Core/Block/BlockBase.php similarity index 100% rename from core/lib/Drupal/Core/Block/BlockBase.php rename to web/core/lib/Drupal/Core/Block/BlockBase.php diff --git a/core/lib/Drupal/Core/Block/BlockManager.php b/web/core/lib/Drupal/Core/Block/BlockManager.php similarity index 100% rename from core/lib/Drupal/Core/Block/BlockManager.php rename to web/core/lib/Drupal/Core/Block/BlockManager.php diff --git a/core/lib/Drupal/Core/Block/BlockManagerInterface.php b/web/core/lib/Drupal/Core/Block/BlockManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Block/BlockManagerInterface.php rename to web/core/lib/Drupal/Core/Block/BlockManagerInterface.php diff --git a/core/lib/Drupal/Core/Block/BlockPluginInterface.php b/web/core/lib/Drupal/Core/Block/BlockPluginInterface.php similarity index 100% rename from core/lib/Drupal/Core/Block/BlockPluginInterface.php rename to web/core/lib/Drupal/Core/Block/BlockPluginInterface.php diff --git a/core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php b/web/core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php similarity index 100% rename from core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php rename to web/core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php diff --git a/core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php b/web/core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php similarity index 100% rename from core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php rename to web/core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php diff --git a/core/lib/Drupal/Core/Block/Plugin/Block/Broken.php b/web/core/lib/Drupal/Core/Block/Plugin/Block/Broken.php similarity index 100% rename from core/lib/Drupal/Core/Block/Plugin/Block/Broken.php rename to web/core/lib/Drupal/Core/Block/Plugin/Block/Broken.php diff --git a/core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php b/web/core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php similarity index 100% rename from core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php rename to web/core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php diff --git a/core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php b/web/core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php similarity index 100% rename from core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php rename to web/core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php diff --git a/core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php b/web/core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php similarity index 100% rename from core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php rename to web/core/lib/Drupal/Core/Breadcrumb/Breadcrumb.php diff --git a/core/lib/Drupal/Core/Breadcrumb/BreadcrumbBuilderInterface.php b/web/core/lib/Drupal/Core/Breadcrumb/BreadcrumbBuilderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Breadcrumb/BreadcrumbBuilderInterface.php rename to web/core/lib/Drupal/Core/Breadcrumb/BreadcrumbBuilderInterface.php diff --git a/core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php b/web/core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php similarity index 100% rename from core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php rename to web/core/lib/Drupal/Core/Breadcrumb/BreadcrumbManager.php diff --git a/core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php b/web/core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php rename to web/core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php diff --git a/core/lib/Drupal/Core/Cache/Apcu4Backend.php b/web/core/lib/Drupal/Core/Cache/Apcu4Backend.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Apcu4Backend.php rename to web/core/lib/Drupal/Core/Cache/Apcu4Backend.php diff --git a/core/lib/Drupal/Core/Cache/ApcuBackend.php b/web/core/lib/Drupal/Core/Cache/ApcuBackend.php similarity index 100% rename from core/lib/Drupal/Core/Cache/ApcuBackend.php rename to web/core/lib/Drupal/Core/Cache/ApcuBackend.php diff --git a/core/lib/Drupal/Core/Cache/ApcuBackendFactory.php b/web/core/lib/Drupal/Core/Cache/ApcuBackendFactory.php similarity index 100% rename from core/lib/Drupal/Core/Cache/ApcuBackendFactory.php rename to web/core/lib/Drupal/Core/Cache/ApcuBackendFactory.php diff --git a/core/lib/Drupal/Core/Cache/BackendChain.php b/web/core/lib/Drupal/Core/Cache/BackendChain.php similarity index 100% rename from core/lib/Drupal/Core/Cache/BackendChain.php rename to web/core/lib/Drupal/Core/Cache/BackendChain.php diff --git a/core/lib/Drupal/Core/Cache/Cache.php b/web/core/lib/Drupal/Core/Cache/Cache.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Cache.php rename to web/core/lib/Drupal/Core/Cache/Cache.php diff --git a/core/lib/Drupal/Core/Cache/CacheBackendInterface.php b/web/core/lib/Drupal/Core/Cache/CacheBackendInterface.php similarity index 100% rename from core/lib/Drupal/Core/Cache/CacheBackendInterface.php rename to web/core/lib/Drupal/Core/Cache/CacheBackendInterface.php diff --git a/core/lib/Drupal/Core/Cache/CacheCollector.php b/web/core/lib/Drupal/Core/Cache/CacheCollector.php similarity index 100% rename from core/lib/Drupal/Core/Cache/CacheCollector.php rename to web/core/lib/Drupal/Core/Cache/CacheCollector.php diff --git a/core/lib/Drupal/Core/Cache/CacheCollectorInterface.php b/web/core/lib/Drupal/Core/Cache/CacheCollectorInterface.php similarity index 100% rename from core/lib/Drupal/Core/Cache/CacheCollectorInterface.php rename to web/core/lib/Drupal/Core/Cache/CacheCollectorInterface.php diff --git a/core/lib/Drupal/Core/Cache/CacheFactory.php b/web/core/lib/Drupal/Core/Cache/CacheFactory.php similarity index 100% rename from core/lib/Drupal/Core/Cache/CacheFactory.php rename to web/core/lib/Drupal/Core/Cache/CacheFactory.php diff --git a/core/lib/Drupal/Core/Cache/CacheFactoryInterface.php b/web/core/lib/Drupal/Core/Cache/CacheFactoryInterface.php similarity index 100% rename from core/lib/Drupal/Core/Cache/CacheFactoryInterface.php rename to web/core/lib/Drupal/Core/Cache/CacheFactoryInterface.php diff --git a/core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php b/web/core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php similarity index 100% rename from core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php rename to web/core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php diff --git a/core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php b/web/core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php similarity index 100% rename from core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php rename to web/core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php diff --git a/core/lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php b/web/core/lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php similarity index 100% rename from core/lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php rename to web/core/lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php diff --git a/core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php b/web/core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php similarity index 100% rename from core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php rename to web/core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php diff --git a/core/lib/Drupal/Core/Cache/CacheableJsonResponse.php b/web/core/lib/Drupal/Core/Cache/CacheableJsonResponse.php similarity index 100% rename from core/lib/Drupal/Core/Cache/CacheableJsonResponse.php rename to web/core/lib/Drupal/Core/Cache/CacheableJsonResponse.php diff --git a/core/lib/Drupal/Core/Cache/CacheableMetadata.php b/web/core/lib/Drupal/Core/Cache/CacheableMetadata.php similarity index 100% rename from core/lib/Drupal/Core/Cache/CacheableMetadata.php rename to web/core/lib/Drupal/Core/Cache/CacheableMetadata.php diff --git a/core/lib/Drupal/Core/Cache/CacheableRedirectResponse.php b/web/core/lib/Drupal/Core/Cache/CacheableRedirectResponse.php similarity index 100% rename from core/lib/Drupal/Core/Cache/CacheableRedirectResponse.php rename to web/core/lib/Drupal/Core/Cache/CacheableRedirectResponse.php diff --git a/core/lib/Drupal/Core/Cache/CacheableResponse.php b/web/core/lib/Drupal/Core/Cache/CacheableResponse.php similarity index 100% rename from core/lib/Drupal/Core/Cache/CacheableResponse.php rename to web/core/lib/Drupal/Core/Cache/CacheableResponse.php diff --git a/core/lib/Drupal/Core/Cache/CacheableResponseInterface.php b/web/core/lib/Drupal/Core/Cache/CacheableResponseInterface.php similarity index 100% rename from core/lib/Drupal/Core/Cache/CacheableResponseInterface.php rename to web/core/lib/Drupal/Core/Cache/CacheableResponseInterface.php diff --git a/core/lib/Drupal/Core/Cache/CacheableResponseTrait.php b/web/core/lib/Drupal/Core/Cache/CacheableResponseTrait.php similarity index 100% rename from core/lib/Drupal/Core/Cache/CacheableResponseTrait.php rename to web/core/lib/Drupal/Core/Cache/CacheableResponseTrait.php diff --git a/core/lib/Drupal/Core/Cache/ChainedFastBackend.php b/web/core/lib/Drupal/Core/Cache/ChainedFastBackend.php similarity index 100% rename from core/lib/Drupal/Core/Cache/ChainedFastBackend.php rename to web/core/lib/Drupal/Core/Cache/ChainedFastBackend.php diff --git a/core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php b/web/core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php similarity index 100% rename from core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php rename to web/core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php diff --git a/core/lib/Drupal/Core/Cache/Context/AccountPermissionsCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/AccountPermissionsCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/AccountPermissionsCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/AccountPermissionsCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/CacheContextInterface.php b/web/core/lib/Drupal/Core/Cache/Context/CacheContextInterface.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/CacheContextInterface.php rename to web/core/lib/Drupal/Core/Cache/Context/CacheContextInterface.php diff --git a/core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php b/web/core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php rename to web/core/lib/Drupal/Core/Cache/Context/CacheContextsManager.php diff --git a/core/lib/Drupal/Core/Cache/Context/CacheContextsPass.php b/web/core/lib/Drupal/Core/Cache/Context/CacheContextsPass.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/CacheContextsPass.php rename to web/core/lib/Drupal/Core/Cache/Context/CacheContextsPass.php diff --git a/core/lib/Drupal/Core/Cache/Context/CalculatedCacheContextInterface.php b/web/core/lib/Drupal/Core/Cache/Context/CalculatedCacheContextInterface.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/CalculatedCacheContextInterface.php rename to web/core/lib/Drupal/Core/Cache/Context/CalculatedCacheContextInterface.php diff --git a/core/lib/Drupal/Core/Cache/Context/ContextCacheKeys.php b/web/core/lib/Drupal/Core/Cache/Context/ContextCacheKeys.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/ContextCacheKeys.php rename to web/core/lib/Drupal/Core/Cache/Context/ContextCacheKeys.php diff --git a/core/lib/Drupal/Core/Cache/Context/CookiesCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/CookiesCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/CookiesCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/CookiesCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/HeadersCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/HeadersCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/HeadersCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/HeadersCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/IpCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/IpCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/IpCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/IpCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/IsSuperUserCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/IsSuperUserCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/IsSuperUserCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/IsSuperUserCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/LanguagesCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/LanguagesCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/LanguagesCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/LanguagesCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/MenuActiveTrailsCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/MenuActiveTrailsCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/MenuActiveTrailsCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/MenuActiveTrailsCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/PathCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/PathCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/PathCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/PathCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/PathParentCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/PathParentCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/PathParentCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/PathParentCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/RequestFormatCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/RequestFormatCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/RequestFormatCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/RequestFormatCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/RequestStackCacheContextBase.php b/web/core/lib/Drupal/Core/Cache/Context/RequestStackCacheContextBase.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/RequestStackCacheContextBase.php rename to web/core/lib/Drupal/Core/Cache/Context/RequestStackCacheContextBase.php diff --git a/core/lib/Drupal/Core/Cache/Context/RouteCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/RouteCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/RouteCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/RouteCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/RouteNameCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/RouteNameCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/RouteNameCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/RouteNameCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/SessionCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/SessionCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/SessionCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/SessionCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/SessionExistsCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/SessionExistsCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/SessionExistsCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/SessionExistsCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/SiteCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/SiteCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/SiteCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/SiteCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/TimeZoneCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/TimeZoneCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/TimeZoneCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/TimeZoneCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/UserCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/UserCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/UserCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/UserCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/Context/UserCacheContextBase.php b/web/core/lib/Drupal/Core/Cache/Context/UserCacheContextBase.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/UserCacheContextBase.php rename to web/core/lib/Drupal/Core/Cache/Context/UserCacheContextBase.php diff --git a/core/lib/Drupal/Core/Cache/Context/UserRolesCacheContext.php b/web/core/lib/Drupal/Core/Cache/Context/UserRolesCacheContext.php similarity index 100% rename from core/lib/Drupal/Core/Cache/Context/UserRolesCacheContext.php rename to web/core/lib/Drupal/Core/Cache/Context/UserRolesCacheContext.php diff --git a/core/lib/Drupal/Core/Cache/DatabaseBackend.php b/web/core/lib/Drupal/Core/Cache/DatabaseBackend.php similarity index 100% rename from core/lib/Drupal/Core/Cache/DatabaseBackend.php rename to web/core/lib/Drupal/Core/Cache/DatabaseBackend.php diff --git a/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php b/web/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php similarity index 100% rename from core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php rename to web/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php diff --git a/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php b/web/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php similarity index 100% rename from core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php rename to web/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php diff --git a/core/lib/Drupal/Core/Cache/ListCacheBinsPass.php b/web/core/lib/Drupal/Core/Cache/ListCacheBinsPass.php similarity index 100% rename from core/lib/Drupal/Core/Cache/ListCacheBinsPass.php rename to web/core/lib/Drupal/Core/Cache/ListCacheBinsPass.php diff --git a/core/lib/Drupal/Core/Cache/MemoryBackend.php b/web/core/lib/Drupal/Core/Cache/MemoryBackend.php similarity index 100% rename from core/lib/Drupal/Core/Cache/MemoryBackend.php rename to web/core/lib/Drupal/Core/Cache/MemoryBackend.php diff --git a/core/lib/Drupal/Core/Cache/MemoryBackendFactory.php b/web/core/lib/Drupal/Core/Cache/MemoryBackendFactory.php similarity index 100% rename from core/lib/Drupal/Core/Cache/MemoryBackendFactory.php rename to web/core/lib/Drupal/Core/Cache/MemoryBackendFactory.php diff --git a/core/lib/Drupal/Core/Cache/MemoryCounterBackend.php b/web/core/lib/Drupal/Core/Cache/MemoryCounterBackend.php similarity index 100% rename from core/lib/Drupal/Core/Cache/MemoryCounterBackend.php rename to web/core/lib/Drupal/Core/Cache/MemoryCounterBackend.php diff --git a/core/lib/Drupal/Core/Cache/NullBackend.php b/web/core/lib/Drupal/Core/Cache/NullBackend.php similarity index 100% rename from core/lib/Drupal/Core/Cache/NullBackend.php rename to web/core/lib/Drupal/Core/Cache/NullBackend.php diff --git a/core/lib/Drupal/Core/Cache/NullBackendFactory.php b/web/core/lib/Drupal/Core/Cache/NullBackendFactory.php similarity index 100% rename from core/lib/Drupal/Core/Cache/NullBackendFactory.php rename to web/core/lib/Drupal/Core/Cache/NullBackendFactory.php diff --git a/core/lib/Drupal/Core/Cache/PhpBackend.php b/web/core/lib/Drupal/Core/Cache/PhpBackend.php similarity index 100% rename from core/lib/Drupal/Core/Cache/PhpBackend.php rename to web/core/lib/Drupal/Core/Cache/PhpBackend.php diff --git a/core/lib/Drupal/Core/Cache/PhpBackendFactory.php b/web/core/lib/Drupal/Core/Cache/PhpBackendFactory.php similarity index 100% rename from core/lib/Drupal/Core/Cache/PhpBackendFactory.php rename to web/core/lib/Drupal/Core/Cache/PhpBackendFactory.php diff --git a/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php b/web/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php similarity index 100% rename from core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php rename to web/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php diff --git a/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php b/web/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php similarity index 100% rename from core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php rename to web/core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php diff --git a/core/lib/Drupal/Core/Cache/UncacheableDependencyTrait.php b/web/core/lib/Drupal/Core/Cache/UncacheableDependencyTrait.php similarity index 100% rename from core/lib/Drupal/Core/Cache/UncacheableDependencyTrait.php rename to web/core/lib/Drupal/Core/Cache/UncacheableDependencyTrait.php diff --git a/core/lib/Drupal/Core/Cache/UnchangingCacheableDependencyTrait.php b/web/core/lib/Drupal/Core/Cache/UnchangingCacheableDependencyTrait.php similarity index 100% rename from core/lib/Drupal/Core/Cache/UnchangingCacheableDependencyTrait.php rename to web/core/lib/Drupal/Core/Cache/UnchangingCacheableDependencyTrait.php diff --git a/core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php b/web/core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php similarity index 100% rename from core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php rename to web/core/lib/Drupal/Core/Cache/UseCacheBackendTrait.php diff --git a/core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php b/web/core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php similarity index 100% rename from core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php rename to web/core/lib/Drupal/Core/CacheDecorator/CacheDecoratorInterface.php diff --git a/core/lib/Drupal/Core/Command/DbCommandBase.php b/web/core/lib/Drupal/Core/Command/DbCommandBase.php similarity index 100% rename from core/lib/Drupal/Core/Command/DbCommandBase.php rename to web/core/lib/Drupal/Core/Command/DbCommandBase.php diff --git a/core/lib/Drupal/Core/Command/DbDumpApplication.php b/web/core/lib/Drupal/Core/Command/DbDumpApplication.php similarity index 100% rename from core/lib/Drupal/Core/Command/DbDumpApplication.php rename to web/core/lib/Drupal/Core/Command/DbDumpApplication.php diff --git a/core/lib/Drupal/Core/Command/DbDumpCommand.php b/web/core/lib/Drupal/Core/Command/DbDumpCommand.php similarity index 100% rename from core/lib/Drupal/Core/Command/DbDumpCommand.php rename to web/core/lib/Drupal/Core/Command/DbDumpCommand.php diff --git a/core/lib/Drupal/Core/Command/DbImportCommand.php b/web/core/lib/Drupal/Core/Command/DbImportCommand.php similarity index 100% rename from core/lib/Drupal/Core/Command/DbImportCommand.php rename to web/core/lib/Drupal/Core/Command/DbImportCommand.php diff --git a/core/lib/Drupal/Core/Command/DbToolsApplication.php b/web/core/lib/Drupal/Core/Command/DbToolsApplication.php similarity index 100% rename from core/lib/Drupal/Core/Command/DbToolsApplication.php rename to web/core/lib/Drupal/Core/Command/DbToolsApplication.php diff --git a/core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php b/web/core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php similarity index 100% rename from core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php rename to web/core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php diff --git a/core/lib/Drupal/Core/Command/GenerateProxyClassCommand.php b/web/core/lib/Drupal/Core/Command/GenerateProxyClassCommand.php similarity index 100% rename from core/lib/Drupal/Core/Command/GenerateProxyClassCommand.php rename to web/core/lib/Drupal/Core/Command/GenerateProxyClassCommand.php diff --git a/core/lib/Drupal/Core/Composer/Composer.php b/web/core/lib/Drupal/Core/Composer/Composer.php similarity index 100% rename from core/lib/Drupal/Core/Composer/Composer.php rename to web/core/lib/Drupal/Core/Composer/Composer.php diff --git a/core/lib/Drupal/Core/Condition/Annotation/Condition.php b/web/core/lib/Drupal/Core/Condition/Annotation/Condition.php similarity index 100% rename from core/lib/Drupal/Core/Condition/Annotation/Condition.php rename to web/core/lib/Drupal/Core/Condition/Annotation/Condition.php diff --git a/core/lib/Drupal/Core/Condition/ConditionAccessResolverTrait.php b/web/core/lib/Drupal/Core/Condition/ConditionAccessResolverTrait.php similarity index 100% rename from core/lib/Drupal/Core/Condition/ConditionAccessResolverTrait.php rename to web/core/lib/Drupal/Core/Condition/ConditionAccessResolverTrait.php diff --git a/core/lib/Drupal/Core/Condition/ConditionInterface.php b/web/core/lib/Drupal/Core/Condition/ConditionInterface.php similarity index 100% rename from core/lib/Drupal/Core/Condition/ConditionInterface.php rename to web/core/lib/Drupal/Core/Condition/ConditionInterface.php diff --git a/core/lib/Drupal/Core/Condition/ConditionManager.php b/web/core/lib/Drupal/Core/Condition/ConditionManager.php similarity index 100% rename from core/lib/Drupal/Core/Condition/ConditionManager.php rename to web/core/lib/Drupal/Core/Condition/ConditionManager.php diff --git a/core/lib/Drupal/Core/Condition/ConditionPluginBase.php b/web/core/lib/Drupal/Core/Condition/ConditionPluginBase.php similarity index 100% rename from core/lib/Drupal/Core/Condition/ConditionPluginBase.php rename to web/core/lib/Drupal/Core/Condition/ConditionPluginBase.php diff --git a/core/lib/Drupal/Core/Condition/ConditionPluginCollection.php b/web/core/lib/Drupal/Core/Condition/ConditionPluginCollection.php similarity index 100% rename from core/lib/Drupal/Core/Condition/ConditionPluginCollection.php rename to web/core/lib/Drupal/Core/Condition/ConditionPluginCollection.php diff --git a/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php b/web/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php similarity index 100% rename from core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php rename to web/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php diff --git a/core/lib/Drupal/Core/Config/CachedStorage.php b/web/core/lib/Drupal/Core/Config/CachedStorage.php similarity index 100% rename from core/lib/Drupal/Core/Config/CachedStorage.php rename to web/core/lib/Drupal/Core/Config/CachedStorage.php diff --git a/core/lib/Drupal/Core/Config/Config.php b/web/core/lib/Drupal/Core/Config/Config.php similarity index 100% rename from core/lib/Drupal/Core/Config/Config.php rename to web/core/lib/Drupal/Core/Config/Config.php diff --git a/core/lib/Drupal/Core/Config/ConfigBase.php b/web/core/lib/Drupal/Core/Config/ConfigBase.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigBase.php rename to web/core/lib/Drupal/Core/Config/ConfigBase.php diff --git a/core/lib/Drupal/Core/Config/ConfigCollectionInfo.php b/web/core/lib/Drupal/Core/Config/ConfigCollectionInfo.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigCollectionInfo.php rename to web/core/lib/Drupal/Core/Config/ConfigCollectionInfo.php diff --git a/core/lib/Drupal/Core/Config/ConfigCrudEvent.php b/web/core/lib/Drupal/Core/Config/ConfigCrudEvent.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigCrudEvent.php rename to web/core/lib/Drupal/Core/Config/ConfigCrudEvent.php diff --git a/core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php b/web/core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php rename to web/core/lib/Drupal/Core/Config/ConfigDuplicateUUIDException.php diff --git a/core/lib/Drupal/Core/Config/ConfigEvents.php b/web/core/lib/Drupal/Core/Config/ConfigEvents.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigEvents.php rename to web/core/lib/Drupal/Core/Config/ConfigEvents.php diff --git a/core/lib/Drupal/Core/Config/ConfigException.php b/web/core/lib/Drupal/Core/Config/ConfigException.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigException.php rename to web/core/lib/Drupal/Core/Config/ConfigException.php diff --git a/core/lib/Drupal/Core/Config/ConfigFactory.php b/web/core/lib/Drupal/Core/Config/ConfigFactory.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigFactory.php rename to web/core/lib/Drupal/Core/Config/ConfigFactory.php diff --git a/core/lib/Drupal/Core/Config/ConfigFactoryInterface.php b/web/core/lib/Drupal/Core/Config/ConfigFactoryInterface.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigFactoryInterface.php rename to web/core/lib/Drupal/Core/Config/ConfigFactoryInterface.php diff --git a/core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php b/web/core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php rename to web/core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php diff --git a/core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php b/web/core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php rename to web/core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php diff --git a/core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php b/web/core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php rename to web/core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php diff --git a/core/lib/Drupal/Core/Config/ConfigImporter.php b/web/core/lib/Drupal/Core/Config/ConfigImporter.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigImporter.php rename to web/core/lib/Drupal/Core/Config/ConfigImporter.php diff --git a/core/lib/Drupal/Core/Config/ConfigImporterEvent.php b/web/core/lib/Drupal/Core/Config/ConfigImporterEvent.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigImporterEvent.php rename to web/core/lib/Drupal/Core/Config/ConfigImporterEvent.php diff --git a/core/lib/Drupal/Core/Config/ConfigImporterException.php b/web/core/lib/Drupal/Core/Config/ConfigImporterException.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigImporterException.php rename to web/core/lib/Drupal/Core/Config/ConfigImporterException.php diff --git a/core/lib/Drupal/Core/Config/ConfigInstaller.php b/web/core/lib/Drupal/Core/Config/ConfigInstaller.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigInstaller.php rename to web/core/lib/Drupal/Core/Config/ConfigInstaller.php diff --git a/core/lib/Drupal/Core/Config/ConfigInstallerInterface.php b/web/core/lib/Drupal/Core/Config/ConfigInstallerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigInstallerInterface.php rename to web/core/lib/Drupal/Core/Config/ConfigInstallerInterface.php diff --git a/core/lib/Drupal/Core/Config/ConfigManager.php b/web/core/lib/Drupal/Core/Config/ConfigManager.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigManager.php rename to web/core/lib/Drupal/Core/Config/ConfigManager.php diff --git a/core/lib/Drupal/Core/Config/ConfigManagerInterface.php b/web/core/lib/Drupal/Core/Config/ConfigManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigManagerInterface.php rename to web/core/lib/Drupal/Core/Config/ConfigManagerInterface.php diff --git a/core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php b/web/core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php rename to web/core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php diff --git a/core/lib/Drupal/Core/Config/ConfigNameException.php b/web/core/lib/Drupal/Core/Config/ConfigNameException.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigNameException.php rename to web/core/lib/Drupal/Core/Config/ConfigNameException.php diff --git a/core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php b/web/core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php rename to web/core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php diff --git a/core/lib/Drupal/Core/Config/ConfigRenameEvent.php b/web/core/lib/Drupal/Core/Config/ConfigRenameEvent.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigRenameEvent.php rename to web/core/lib/Drupal/Core/Config/ConfigRenameEvent.php diff --git a/core/lib/Drupal/Core/Config/ConfigValueException.php b/web/core/lib/Drupal/Core/Config/ConfigValueException.php similarity index 100% rename from core/lib/Drupal/Core/Config/ConfigValueException.php rename to web/core/lib/Drupal/Core/Config/ConfigValueException.php diff --git a/core/lib/Drupal/Core/Config/DatabaseStorage.php b/web/core/lib/Drupal/Core/Config/DatabaseStorage.php similarity index 100% rename from core/lib/Drupal/Core/Config/DatabaseStorage.php rename to web/core/lib/Drupal/Core/Config/DatabaseStorage.php diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php b/web/core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php rename to web/core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php b/web/core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php rename to web/core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php b/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php rename to web/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php b/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php rename to web/core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php b/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php rename to web/core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php b/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php rename to web/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php b/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php rename to web/core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php b/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php rename to web/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php b/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php rename to web/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php b/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php rename to web/core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php b/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php rename to web/core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php diff --git a/core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php b/web/core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php rename to web/core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php diff --git a/core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php b/web/core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php rename to web/core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php diff --git a/core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php b/web/core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php rename to web/core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php diff --git a/core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php b/web/core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php rename to web/core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php diff --git a/core/lib/Drupal/Core/Config/Entity/Query/Condition.php b/web/core/lib/Drupal/Core/Config/Entity/Query/Condition.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/Query/Condition.php rename to web/core/lib/Drupal/Core/Config/Entity/Query/Condition.php diff --git a/core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php b/web/core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php rename to web/core/lib/Drupal/Core/Config/Entity/Query/InvalidLookupKeyException.php diff --git a/core/lib/Drupal/Core/Config/Entity/Query/Query.php b/web/core/lib/Drupal/Core/Config/Entity/Query/Query.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/Query/Query.php rename to web/core/lib/Drupal/Core/Config/Entity/Query/Query.php diff --git a/core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php b/web/core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php rename to web/core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php diff --git a/core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php b/web/core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php similarity index 100% rename from core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php rename to web/core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php diff --git a/core/lib/Drupal/Core/Config/ExtensionInstallStorage.php b/web/core/lib/Drupal/Core/Config/ExtensionInstallStorage.php similarity index 100% rename from core/lib/Drupal/Core/Config/ExtensionInstallStorage.php rename to web/core/lib/Drupal/Core/Config/ExtensionInstallStorage.php diff --git a/core/lib/Drupal/Core/Config/FileStorage.php b/web/core/lib/Drupal/Core/Config/FileStorage.php similarity index 100% rename from core/lib/Drupal/Core/Config/FileStorage.php rename to web/core/lib/Drupal/Core/Config/FileStorage.php diff --git a/core/lib/Drupal/Core/Config/FileStorageFactory.php b/web/core/lib/Drupal/Core/Config/FileStorageFactory.php similarity index 100% rename from core/lib/Drupal/Core/Config/FileStorageFactory.php rename to web/core/lib/Drupal/Core/Config/FileStorageFactory.php diff --git a/core/lib/Drupal/Core/Config/ImmutableConfig.php b/web/core/lib/Drupal/Core/Config/ImmutableConfig.php similarity index 100% rename from core/lib/Drupal/Core/Config/ImmutableConfig.php rename to web/core/lib/Drupal/Core/Config/ImmutableConfig.php diff --git a/core/lib/Drupal/Core/Config/ImmutableConfigException.php b/web/core/lib/Drupal/Core/Config/ImmutableConfigException.php similarity index 100% rename from core/lib/Drupal/Core/Config/ImmutableConfigException.php rename to web/core/lib/Drupal/Core/Config/ImmutableConfigException.php diff --git a/core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php b/web/core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php rename to web/core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php diff --git a/core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php b/web/core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php similarity index 100% rename from core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php rename to web/core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php diff --git a/core/lib/Drupal/Core/Config/InstallStorage.php b/web/core/lib/Drupal/Core/Config/InstallStorage.php similarity index 100% rename from core/lib/Drupal/Core/Config/InstallStorage.php rename to web/core/lib/Drupal/Core/Config/InstallStorage.php diff --git a/core/lib/Drupal/Core/Config/NullStorage.php b/web/core/lib/Drupal/Core/Config/NullStorage.php similarity index 100% rename from core/lib/Drupal/Core/Config/NullStorage.php rename to web/core/lib/Drupal/Core/Config/NullStorage.php diff --git a/core/lib/Drupal/Core/Config/PreExistingConfigException.php b/web/core/lib/Drupal/Core/Config/PreExistingConfigException.php similarity index 100% rename from core/lib/Drupal/Core/Config/PreExistingConfigException.php rename to web/core/lib/Drupal/Core/Config/PreExistingConfigException.php diff --git a/core/lib/Drupal/Core/Config/Schema/ArrayElement.php b/web/core/lib/Drupal/Core/Config/Schema/ArrayElement.php similarity index 100% rename from core/lib/Drupal/Core/Config/Schema/ArrayElement.php rename to web/core/lib/Drupal/Core/Config/Schema/ArrayElement.php diff --git a/core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php b/web/core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php similarity index 100% rename from core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php rename to web/core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php diff --git a/core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php b/web/core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php similarity index 100% rename from core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php rename to web/core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php diff --git a/core/lib/Drupal/Core/Config/Schema/Element.php b/web/core/lib/Drupal/Core/Config/Schema/Element.php similarity index 100% rename from core/lib/Drupal/Core/Config/Schema/Element.php rename to web/core/lib/Drupal/Core/Config/Schema/Element.php diff --git a/core/lib/Drupal/Core/Config/Schema/Ignore.php b/web/core/lib/Drupal/Core/Config/Schema/Ignore.php similarity index 100% rename from core/lib/Drupal/Core/Config/Schema/Ignore.php rename to web/core/lib/Drupal/Core/Config/Schema/Ignore.php diff --git a/core/lib/Drupal/Core/Config/Schema/Mapping.php b/web/core/lib/Drupal/Core/Config/Schema/Mapping.php similarity index 100% rename from core/lib/Drupal/Core/Config/Schema/Mapping.php rename to web/core/lib/Drupal/Core/Config/Schema/Mapping.php diff --git a/core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php b/web/core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php similarity index 100% rename from core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php rename to web/core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php diff --git a/core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php b/web/core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php similarity index 100% rename from core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php rename to web/core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php diff --git a/core/lib/Drupal/Core/Config/Schema/Sequence.php b/web/core/lib/Drupal/Core/Config/Schema/Sequence.php similarity index 100% rename from core/lib/Drupal/Core/Config/Schema/Sequence.php rename to web/core/lib/Drupal/Core/Config/Schema/Sequence.php diff --git a/core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php b/web/core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php similarity index 100% rename from core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php rename to web/core/lib/Drupal/Core/Config/Schema/TypedConfigInterface.php diff --git a/core/lib/Drupal/Core/Config/Schema/Undefined.php b/web/core/lib/Drupal/Core/Config/Schema/Undefined.php similarity index 100% rename from core/lib/Drupal/Core/Config/Schema/Undefined.php rename to web/core/lib/Drupal/Core/Config/Schema/Undefined.php diff --git a/core/lib/Drupal/Core/Config/StorableConfigBase.php b/web/core/lib/Drupal/Core/Config/StorableConfigBase.php similarity index 100% rename from core/lib/Drupal/Core/Config/StorableConfigBase.php rename to web/core/lib/Drupal/Core/Config/StorableConfigBase.php diff --git a/core/lib/Drupal/Core/Config/StorageCacheInterface.php b/web/core/lib/Drupal/Core/Config/StorageCacheInterface.php similarity index 100% rename from core/lib/Drupal/Core/Config/StorageCacheInterface.php rename to web/core/lib/Drupal/Core/Config/StorageCacheInterface.php diff --git a/core/lib/Drupal/Core/Config/StorageComparer.php b/web/core/lib/Drupal/Core/Config/StorageComparer.php similarity index 100% rename from core/lib/Drupal/Core/Config/StorageComparer.php rename to web/core/lib/Drupal/Core/Config/StorageComparer.php diff --git a/core/lib/Drupal/Core/Config/StorageComparerInterface.php b/web/core/lib/Drupal/Core/Config/StorageComparerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Config/StorageComparerInterface.php rename to web/core/lib/Drupal/Core/Config/StorageComparerInterface.php diff --git a/core/lib/Drupal/Core/Config/StorageException.php b/web/core/lib/Drupal/Core/Config/StorageException.php similarity index 100% rename from core/lib/Drupal/Core/Config/StorageException.php rename to web/core/lib/Drupal/Core/Config/StorageException.php diff --git a/core/lib/Drupal/Core/Config/StorageInterface.php b/web/core/lib/Drupal/Core/Config/StorageInterface.php similarity index 100% rename from core/lib/Drupal/Core/Config/StorageInterface.php rename to web/core/lib/Drupal/Core/Config/StorageInterface.php diff --git a/core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php b/web/core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php similarity index 100% rename from core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php rename to web/core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php diff --git a/core/lib/Drupal/Core/Config/TypedConfigManager.php b/web/core/lib/Drupal/Core/Config/TypedConfigManager.php similarity index 100% rename from core/lib/Drupal/Core/Config/TypedConfigManager.php rename to web/core/lib/Drupal/Core/Config/TypedConfigManager.php diff --git a/core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php b/web/core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php rename to web/core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php diff --git a/core/lib/Drupal/Core/Config/UnmetDependenciesException.php b/web/core/lib/Drupal/Core/Config/UnmetDependenciesException.php similarity index 100% rename from core/lib/Drupal/Core/Config/UnmetDependenciesException.php rename to web/core/lib/Drupal/Core/Config/UnmetDependenciesException.php diff --git a/core/lib/Drupal/Core/Config/UnsupportedDataTypeConfigException.php b/web/core/lib/Drupal/Core/Config/UnsupportedDataTypeConfigException.php similarity index 100% rename from core/lib/Drupal/Core/Config/UnsupportedDataTypeConfigException.php rename to web/core/lib/Drupal/Core/Config/UnsupportedDataTypeConfigException.php diff --git a/core/lib/Drupal/Core/Controller/ControllerBase.php b/web/core/lib/Drupal/Core/Controller/ControllerBase.php similarity index 100% rename from core/lib/Drupal/Core/Controller/ControllerBase.php rename to web/core/lib/Drupal/Core/Controller/ControllerBase.php diff --git a/core/lib/Drupal/Core/Controller/ControllerResolver.php b/web/core/lib/Drupal/Core/Controller/ControllerResolver.php similarity index 100% rename from core/lib/Drupal/Core/Controller/ControllerResolver.php rename to web/core/lib/Drupal/Core/Controller/ControllerResolver.php diff --git a/core/lib/Drupal/Core/Controller/ControllerResolverInterface.php b/web/core/lib/Drupal/Core/Controller/ControllerResolverInterface.php similarity index 100% rename from core/lib/Drupal/Core/Controller/ControllerResolverInterface.php rename to web/core/lib/Drupal/Core/Controller/ControllerResolverInterface.php diff --git a/core/lib/Drupal/Core/Controller/FormController.php b/web/core/lib/Drupal/Core/Controller/FormController.php similarity index 100% rename from core/lib/Drupal/Core/Controller/FormController.php rename to web/core/lib/Drupal/Core/Controller/FormController.php diff --git a/core/lib/Drupal/Core/Controller/HtmlFormController.php b/web/core/lib/Drupal/Core/Controller/HtmlFormController.php similarity index 100% rename from core/lib/Drupal/Core/Controller/HtmlFormController.php rename to web/core/lib/Drupal/Core/Controller/HtmlFormController.php diff --git a/core/lib/Drupal/Core/Controller/TitleResolver.php b/web/core/lib/Drupal/Core/Controller/TitleResolver.php similarity index 100% rename from core/lib/Drupal/Core/Controller/TitleResolver.php rename to web/core/lib/Drupal/Core/Controller/TitleResolver.php diff --git a/core/lib/Drupal/Core/Controller/TitleResolverInterface.php b/web/core/lib/Drupal/Core/Controller/TitleResolverInterface.php similarity index 100% rename from core/lib/Drupal/Core/Controller/TitleResolverInterface.php rename to web/core/lib/Drupal/Core/Controller/TitleResolverInterface.php diff --git a/core/lib/Drupal/Core/CoreServiceProvider.php b/web/core/lib/Drupal/Core/CoreServiceProvider.php similarity index 100% rename from core/lib/Drupal/Core/CoreServiceProvider.php rename to web/core/lib/Drupal/Core/CoreServiceProvider.php diff --git a/core/lib/Drupal/Core/Cron.php b/web/core/lib/Drupal/Core/Cron.php similarity index 100% rename from core/lib/Drupal/Core/Cron.php rename to web/core/lib/Drupal/Core/Cron.php diff --git a/core/lib/Drupal/Core/CronInterface.php b/web/core/lib/Drupal/Core/CronInterface.php similarity index 100% rename from core/lib/Drupal/Core/CronInterface.php rename to web/core/lib/Drupal/Core/CronInterface.php diff --git a/core/lib/Drupal/Core/Database/Connection.php b/web/core/lib/Drupal/Core/Database/Connection.php similarity index 100% rename from core/lib/Drupal/Core/Database/Connection.php rename to web/core/lib/Drupal/Core/Database/Connection.php diff --git a/core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php b/web/core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php similarity index 100% rename from core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php rename to web/core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php diff --git a/core/lib/Drupal/Core/Database/Database.php b/web/core/lib/Drupal/Core/Database/Database.php similarity index 100% rename from core/lib/Drupal/Core/Database/Database.php rename to web/core/lib/Drupal/Core/Database/Database.php diff --git a/core/lib/Drupal/Core/Database/DatabaseException.php b/web/core/lib/Drupal/Core/Database/DatabaseException.php similarity index 100% rename from core/lib/Drupal/Core/Database/DatabaseException.php rename to web/core/lib/Drupal/Core/Database/DatabaseException.php diff --git a/core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.php b/web/core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.php similarity index 100% rename from core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.php rename to web/core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.php diff --git a/core/lib/Drupal/Core/Database/DatabaseNotFoundException.php b/web/core/lib/Drupal/Core/Database/DatabaseNotFoundException.php similarity index 100% rename from core/lib/Drupal/Core/Database/DatabaseNotFoundException.php rename to web/core/lib/Drupal/Core/Database/DatabaseNotFoundException.php diff --git a/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php b/web/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/mysql/Connection.php rename to web/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php diff --git a/core/lib/Drupal/Core/Database/Driver/mysql/Delete.php b/web/core/lib/Drupal/Core/Database/Driver/mysql/Delete.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/mysql/Delete.php rename to web/core/lib/Drupal/Core/Database/Driver/mysql/Delete.php diff --git a/core/lib/Drupal/Core/Database/Driver/mysql/Insert.php b/web/core/lib/Drupal/Core/Database/Driver/mysql/Insert.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/mysql/Insert.php rename to web/core/lib/Drupal/Core/Database/Driver/mysql/Insert.php diff --git a/core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php b/web/core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php rename to web/core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php diff --git a/core/lib/Drupal/Core/Database/Driver/mysql/Merge.php b/web/core/lib/Drupal/Core/Database/Driver/mysql/Merge.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/mysql/Merge.php rename to web/core/lib/Drupal/Core/Database/Driver/mysql/Merge.php diff --git a/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php b/web/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/mysql/Schema.php rename to web/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php diff --git a/core/lib/Drupal/Core/Database/Driver/mysql/Select.php b/web/core/lib/Drupal/Core/Database/Driver/mysql/Select.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/mysql/Select.php rename to web/core/lib/Drupal/Core/Database/Driver/mysql/Select.php diff --git a/core/lib/Drupal/Core/Database/Driver/mysql/Transaction.php b/web/core/lib/Drupal/Core/Database/Driver/mysql/Transaction.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/mysql/Transaction.php rename to web/core/lib/Drupal/Core/Database/Driver/mysql/Transaction.php diff --git a/core/lib/Drupal/Core/Database/Driver/mysql/Truncate.php b/web/core/lib/Drupal/Core/Database/Driver/mysql/Truncate.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/mysql/Truncate.php rename to web/core/lib/Drupal/Core/Database/Driver/mysql/Truncate.php diff --git a/core/lib/Drupal/Core/Database/Driver/mysql/Update.php b/web/core/lib/Drupal/Core/Database/Driver/mysql/Update.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/mysql/Update.php rename to web/core/lib/Drupal/Core/Database/Driver/mysql/Update.php diff --git a/core/lib/Drupal/Core/Database/Driver/mysql/Upsert.php b/web/core/lib/Drupal/Core/Database/Driver/mysql/Upsert.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/mysql/Upsert.php rename to web/core/lib/Drupal/Core/Database/Driver/mysql/Upsert.php diff --git a/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php b/web/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php rename to web/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php diff --git a/core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php b/web/core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php rename to web/core/lib/Drupal/Core/Database/Driver/pgsql/Delete.php diff --git a/core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php b/web/core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php rename to web/core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php diff --git a/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php b/web/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php rename to web/core/lib/Drupal/Core/Database/Driver/pgsql/Install/Tasks.php diff --git a/core/lib/Drupal/Core/Database/Driver/pgsql/Merge.php b/web/core/lib/Drupal/Core/Database/Driver/pgsql/Merge.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/pgsql/Merge.php rename to web/core/lib/Drupal/Core/Database/Driver/pgsql/Merge.php diff --git a/core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php b/web/core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php rename to web/core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php diff --git a/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php b/web/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php rename to web/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php diff --git a/core/lib/Drupal/Core/Database/Driver/pgsql/Select.php b/web/core/lib/Drupal/Core/Database/Driver/pgsql/Select.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/pgsql/Select.php rename to web/core/lib/Drupal/Core/Database/Driver/pgsql/Select.php diff --git a/core/lib/Drupal/Core/Database/Driver/pgsql/Transaction.php b/web/core/lib/Drupal/Core/Database/Driver/pgsql/Transaction.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/pgsql/Transaction.php rename to web/core/lib/Drupal/Core/Database/Driver/pgsql/Transaction.php diff --git a/core/lib/Drupal/Core/Database/Driver/pgsql/Truncate.php b/web/core/lib/Drupal/Core/Database/Driver/pgsql/Truncate.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/pgsql/Truncate.php rename to web/core/lib/Drupal/Core/Database/Driver/pgsql/Truncate.php diff --git a/core/lib/Drupal/Core/Database/Driver/pgsql/Update.php b/web/core/lib/Drupal/Core/Database/Driver/pgsql/Update.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/pgsql/Update.php rename to web/core/lib/Drupal/Core/Database/Driver/pgsql/Update.php diff --git a/core/lib/Drupal/Core/Database/Driver/pgsql/Upsert.php b/web/core/lib/Drupal/Core/Database/Driver/pgsql/Upsert.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/pgsql/Upsert.php rename to web/core/lib/Drupal/Core/Database/Driver/pgsql/Upsert.php diff --git a/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php b/web/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php rename to web/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php diff --git a/core/lib/Drupal/Core/Database/Driver/sqlite/Delete.php b/web/core/lib/Drupal/Core/Database/Driver/sqlite/Delete.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/sqlite/Delete.php rename to web/core/lib/Drupal/Core/Database/Driver/sqlite/Delete.php diff --git a/core/lib/Drupal/Core/Database/Driver/sqlite/Insert.php b/web/core/lib/Drupal/Core/Database/Driver/sqlite/Insert.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/sqlite/Insert.php rename to web/core/lib/Drupal/Core/Database/Driver/sqlite/Insert.php diff --git a/core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php b/web/core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php rename to web/core/lib/Drupal/Core/Database/Driver/sqlite/Install/Tasks.php diff --git a/core/lib/Drupal/Core/Database/Driver/sqlite/Merge.php b/web/core/lib/Drupal/Core/Database/Driver/sqlite/Merge.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/sqlite/Merge.php rename to web/core/lib/Drupal/Core/Database/Driver/sqlite/Merge.php diff --git a/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php b/web/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php rename to web/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php diff --git a/core/lib/Drupal/Core/Database/Driver/sqlite/Select.php b/web/core/lib/Drupal/Core/Database/Driver/sqlite/Select.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/sqlite/Select.php rename to web/core/lib/Drupal/Core/Database/Driver/sqlite/Select.php diff --git a/core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php b/web/core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php rename to web/core/lib/Drupal/Core/Database/Driver/sqlite/Statement.php diff --git a/core/lib/Drupal/Core/Database/Driver/sqlite/Transaction.php b/web/core/lib/Drupal/Core/Database/Driver/sqlite/Transaction.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/sqlite/Transaction.php rename to web/core/lib/Drupal/Core/Database/Driver/sqlite/Transaction.php diff --git a/core/lib/Drupal/Core/Database/Driver/sqlite/Truncate.php b/web/core/lib/Drupal/Core/Database/Driver/sqlite/Truncate.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/sqlite/Truncate.php rename to web/core/lib/Drupal/Core/Database/Driver/sqlite/Truncate.php diff --git a/core/lib/Drupal/Core/Database/Driver/sqlite/Update.php b/web/core/lib/Drupal/Core/Database/Driver/sqlite/Update.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/sqlite/Update.php rename to web/core/lib/Drupal/Core/Database/Driver/sqlite/Update.php diff --git a/core/lib/Drupal/Core/Database/Driver/sqlite/Upsert.php b/web/core/lib/Drupal/Core/Database/Driver/sqlite/Upsert.php similarity index 100% rename from core/lib/Drupal/Core/Database/Driver/sqlite/Upsert.php rename to web/core/lib/Drupal/Core/Database/Driver/sqlite/Upsert.php diff --git a/core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php b/web/core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php similarity index 100% rename from core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php rename to web/core/lib/Drupal/Core/Database/DriverNotSpecifiedException.php diff --git a/core/lib/Drupal/Core/Database/Install/Tasks.php b/web/core/lib/Drupal/Core/Database/Install/Tasks.php similarity index 100% rename from core/lib/Drupal/Core/Database/Install/Tasks.php rename to web/core/lib/Drupal/Core/Database/Install/Tasks.php diff --git a/core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php b/web/core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php similarity index 100% rename from core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php rename to web/core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php diff --git a/core/lib/Drupal/Core/Database/InvalidQueryException.php b/web/core/lib/Drupal/Core/Database/InvalidQueryException.php similarity index 100% rename from core/lib/Drupal/Core/Database/InvalidQueryException.php rename to web/core/lib/Drupal/Core/Database/InvalidQueryException.php diff --git a/core/lib/Drupal/Core/Database/Log.php b/web/core/lib/Drupal/Core/Database/Log.php similarity index 100% rename from core/lib/Drupal/Core/Database/Log.php rename to web/core/lib/Drupal/Core/Database/Log.php diff --git a/core/lib/Drupal/Core/Database/Query/AlterableInterface.php b/web/core/lib/Drupal/Core/Database/Query/AlterableInterface.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/AlterableInterface.php rename to web/core/lib/Drupal/Core/Database/Query/AlterableInterface.php diff --git a/core/lib/Drupal/Core/Database/Query/Condition.php b/web/core/lib/Drupal/Core/Database/Query/Condition.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/Condition.php rename to web/core/lib/Drupal/Core/Database/Query/Condition.php diff --git a/core/lib/Drupal/Core/Database/Query/ConditionInterface.php b/web/core/lib/Drupal/Core/Database/Query/ConditionInterface.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/ConditionInterface.php rename to web/core/lib/Drupal/Core/Database/Query/ConditionInterface.php diff --git a/core/lib/Drupal/Core/Database/Query/Delete.php b/web/core/lib/Drupal/Core/Database/Query/Delete.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/Delete.php rename to web/core/lib/Drupal/Core/Database/Query/Delete.php diff --git a/core/lib/Drupal/Core/Database/Query/ExtendableInterface.php b/web/core/lib/Drupal/Core/Database/Query/ExtendableInterface.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/ExtendableInterface.php rename to web/core/lib/Drupal/Core/Database/Query/ExtendableInterface.php diff --git a/core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php b/web/core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php rename to web/core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php diff --git a/core/lib/Drupal/Core/Database/Query/Insert.php b/web/core/lib/Drupal/Core/Database/Query/Insert.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/Insert.php rename to web/core/lib/Drupal/Core/Database/Query/Insert.php diff --git a/core/lib/Drupal/Core/Database/Query/InsertTrait.php b/web/core/lib/Drupal/Core/Database/Query/InsertTrait.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/InsertTrait.php rename to web/core/lib/Drupal/Core/Database/Query/InsertTrait.php diff --git a/core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php b/web/core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php rename to web/core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php diff --git a/core/lib/Drupal/Core/Database/Query/Merge.php b/web/core/lib/Drupal/Core/Database/Query/Merge.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/Merge.php rename to web/core/lib/Drupal/Core/Database/Query/Merge.php diff --git a/core/lib/Drupal/Core/Database/Query/NoFieldsException.php b/web/core/lib/Drupal/Core/Database/Query/NoFieldsException.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/NoFieldsException.php rename to web/core/lib/Drupal/Core/Database/Query/NoFieldsException.php diff --git a/core/lib/Drupal/Core/Database/Query/NoUniqueFieldException.php b/web/core/lib/Drupal/Core/Database/Query/NoUniqueFieldException.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/NoUniqueFieldException.php rename to web/core/lib/Drupal/Core/Database/Query/NoUniqueFieldException.php diff --git a/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php b/web/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php rename to web/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php diff --git a/core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php b/web/core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php rename to web/core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php diff --git a/core/lib/Drupal/Core/Database/Query/Query.php b/web/core/lib/Drupal/Core/Database/Query/Query.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/Query.php rename to web/core/lib/Drupal/Core/Database/Query/Query.php diff --git a/core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php b/web/core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php rename to web/core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php diff --git a/core/lib/Drupal/Core/Database/Query/Select.php b/web/core/lib/Drupal/Core/Database/Query/Select.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/Select.php rename to web/core/lib/Drupal/Core/Database/Query/Select.php diff --git a/core/lib/Drupal/Core/Database/Query/SelectExtender.php b/web/core/lib/Drupal/Core/Database/Query/SelectExtender.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/SelectExtender.php rename to web/core/lib/Drupal/Core/Database/Query/SelectExtender.php diff --git a/core/lib/Drupal/Core/Database/Query/SelectInterface.php b/web/core/lib/Drupal/Core/Database/Query/SelectInterface.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/SelectInterface.php rename to web/core/lib/Drupal/Core/Database/Query/SelectInterface.php diff --git a/core/lib/Drupal/Core/Database/Query/TableSortExtender.php b/web/core/lib/Drupal/Core/Database/Query/TableSortExtender.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/TableSortExtender.php rename to web/core/lib/Drupal/Core/Database/Query/TableSortExtender.php diff --git a/core/lib/Drupal/Core/Database/Query/Truncate.php b/web/core/lib/Drupal/Core/Database/Query/Truncate.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/Truncate.php rename to web/core/lib/Drupal/Core/Database/Query/Truncate.php diff --git a/core/lib/Drupal/Core/Database/Query/Update.php b/web/core/lib/Drupal/Core/Database/Query/Update.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/Update.php rename to web/core/lib/Drupal/Core/Database/Query/Update.php diff --git a/core/lib/Drupal/Core/Database/Query/Upsert.php b/web/core/lib/Drupal/Core/Database/Query/Upsert.php similarity index 100% rename from core/lib/Drupal/Core/Database/Query/Upsert.php rename to web/core/lib/Drupal/Core/Database/Query/Upsert.php diff --git a/core/lib/Drupal/Core/Database/RowCountException.php b/web/core/lib/Drupal/Core/Database/RowCountException.php similarity index 100% rename from core/lib/Drupal/Core/Database/RowCountException.php rename to web/core/lib/Drupal/Core/Database/RowCountException.php diff --git a/core/lib/Drupal/Core/Database/Schema.php b/web/core/lib/Drupal/Core/Database/Schema.php similarity index 100% rename from core/lib/Drupal/Core/Database/Schema.php rename to web/core/lib/Drupal/Core/Database/Schema.php diff --git a/core/lib/Drupal/Core/Database/SchemaException.php b/web/core/lib/Drupal/Core/Database/SchemaException.php similarity index 100% rename from core/lib/Drupal/Core/Database/SchemaException.php rename to web/core/lib/Drupal/Core/Database/SchemaException.php diff --git a/core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php b/web/core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php similarity index 100% rename from core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php rename to web/core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php diff --git a/core/lib/Drupal/Core/Database/SchemaObjectExistsException.php b/web/core/lib/Drupal/Core/Database/SchemaObjectExistsException.php similarity index 100% rename from core/lib/Drupal/Core/Database/SchemaObjectExistsException.php rename to web/core/lib/Drupal/Core/Database/SchemaObjectExistsException.php diff --git a/core/lib/Drupal/Core/Database/Statement.php b/web/core/lib/Drupal/Core/Database/Statement.php similarity index 100% rename from core/lib/Drupal/Core/Database/Statement.php rename to web/core/lib/Drupal/Core/Database/Statement.php diff --git a/core/lib/Drupal/Core/Database/StatementEmpty.php b/web/core/lib/Drupal/Core/Database/StatementEmpty.php similarity index 100% rename from core/lib/Drupal/Core/Database/StatementEmpty.php rename to web/core/lib/Drupal/Core/Database/StatementEmpty.php diff --git a/core/lib/Drupal/Core/Database/StatementInterface.php b/web/core/lib/Drupal/Core/Database/StatementInterface.php similarity index 100% rename from core/lib/Drupal/Core/Database/StatementInterface.php rename to web/core/lib/Drupal/Core/Database/StatementInterface.php diff --git a/core/lib/Drupal/Core/Database/StatementPrefetch.php b/web/core/lib/Drupal/Core/Database/StatementPrefetch.php similarity index 100% rename from core/lib/Drupal/Core/Database/StatementPrefetch.php rename to web/core/lib/Drupal/Core/Database/StatementPrefetch.php diff --git a/core/lib/Drupal/Core/Database/Transaction.php b/web/core/lib/Drupal/Core/Database/Transaction.php similarity index 100% rename from core/lib/Drupal/Core/Database/Transaction.php rename to web/core/lib/Drupal/Core/Database/Transaction.php diff --git a/core/lib/Drupal/Core/Database/TransactionCommitFailedException.php b/web/core/lib/Drupal/Core/Database/TransactionCommitFailedException.php similarity index 100% rename from core/lib/Drupal/Core/Database/TransactionCommitFailedException.php rename to web/core/lib/Drupal/Core/Database/TransactionCommitFailedException.php diff --git a/core/lib/Drupal/Core/Database/TransactionException.php b/web/core/lib/Drupal/Core/Database/TransactionException.php similarity index 100% rename from core/lib/Drupal/Core/Database/TransactionException.php rename to web/core/lib/Drupal/Core/Database/TransactionException.php diff --git a/core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php b/web/core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php similarity index 100% rename from core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php rename to web/core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php diff --git a/core/lib/Drupal/Core/Database/TransactionNameNonUniqueException.php b/web/core/lib/Drupal/Core/Database/TransactionNameNonUniqueException.php similarity index 100% rename from core/lib/Drupal/Core/Database/TransactionNameNonUniqueException.php rename to web/core/lib/Drupal/Core/Database/TransactionNameNonUniqueException.php diff --git a/core/lib/Drupal/Core/Database/TransactionNoActiveException.php b/web/core/lib/Drupal/Core/Database/TransactionNoActiveException.php similarity index 100% rename from core/lib/Drupal/Core/Database/TransactionNoActiveException.php rename to web/core/lib/Drupal/Core/Database/TransactionNoActiveException.php diff --git a/core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php b/web/core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php similarity index 100% rename from core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php rename to web/core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php diff --git a/core/lib/Drupal/Core/Database/database.api.php b/web/core/lib/Drupal/Core/Database/database.api.php similarity index 100% rename from core/lib/Drupal/Core/Database/database.api.php rename to web/core/lib/Drupal/Core/Database/database.api.php diff --git a/core/lib/Drupal/Core/Datetime/DateFormatInterface.php b/web/core/lib/Drupal/Core/Datetime/DateFormatInterface.php similarity index 100% rename from core/lib/Drupal/Core/Datetime/DateFormatInterface.php rename to web/core/lib/Drupal/Core/Datetime/DateFormatInterface.php diff --git a/core/lib/Drupal/Core/Datetime/DateFormatter.php b/web/core/lib/Drupal/Core/Datetime/DateFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Datetime/DateFormatter.php rename to web/core/lib/Drupal/Core/Datetime/DateFormatter.php diff --git a/core/lib/Drupal/Core/Datetime/DateFormatterInterface.php b/web/core/lib/Drupal/Core/Datetime/DateFormatterInterface.php similarity index 100% rename from core/lib/Drupal/Core/Datetime/DateFormatterInterface.php rename to web/core/lib/Drupal/Core/Datetime/DateFormatterInterface.php diff --git a/core/lib/Drupal/Core/Datetime/DateHelper.php b/web/core/lib/Drupal/Core/Datetime/DateHelper.php similarity index 100% rename from core/lib/Drupal/Core/Datetime/DateHelper.php rename to web/core/lib/Drupal/Core/Datetime/DateHelper.php diff --git a/core/lib/Drupal/Core/Datetime/DrupalDateTime.php b/web/core/lib/Drupal/Core/Datetime/DrupalDateTime.php similarity index 100% rename from core/lib/Drupal/Core/Datetime/DrupalDateTime.php rename to web/core/lib/Drupal/Core/Datetime/DrupalDateTime.php diff --git a/core/lib/Drupal/Core/Datetime/Element/DateElementBase.php b/web/core/lib/Drupal/Core/Datetime/Element/DateElementBase.php similarity index 100% rename from core/lib/Drupal/Core/Datetime/Element/DateElementBase.php rename to web/core/lib/Drupal/Core/Datetime/Element/DateElementBase.php diff --git a/core/lib/Drupal/Core/Datetime/Element/Datelist.php b/web/core/lib/Drupal/Core/Datetime/Element/Datelist.php similarity index 100% rename from core/lib/Drupal/Core/Datetime/Element/Datelist.php rename to web/core/lib/Drupal/Core/Datetime/Element/Datelist.php diff --git a/core/lib/Drupal/Core/Datetime/Element/Datetime.php b/web/core/lib/Drupal/Core/Datetime/Element/Datetime.php similarity index 100% rename from core/lib/Drupal/Core/Datetime/Element/Datetime.php rename to web/core/lib/Drupal/Core/Datetime/Element/Datetime.php diff --git a/core/lib/Drupal/Core/Datetime/Entity/DateFormat.php b/web/core/lib/Drupal/Core/Datetime/Entity/DateFormat.php similarity index 100% rename from core/lib/Drupal/Core/Datetime/Entity/DateFormat.php rename to web/core/lib/Drupal/Core/Datetime/Entity/DateFormat.php diff --git a/core/lib/Drupal/Core/Datetime/FormattedDateDiff.php b/web/core/lib/Drupal/Core/Datetime/FormattedDateDiff.php similarity index 100% rename from core/lib/Drupal/Core/Datetime/FormattedDateDiff.php rename to web/core/lib/Drupal/Core/Datetime/FormattedDateDiff.php diff --git a/core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php b/web/core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php similarity index 100% rename from core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php rename to web/core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php diff --git a/core/lib/Drupal/Core/DependencyInjection/ClassResolver.php b/web/core/lib/Drupal/Core/DependencyInjection/ClassResolver.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/ClassResolver.php rename to web/core/lib/Drupal/Core/DependencyInjection/ClassResolver.php diff --git a/core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php b/web/core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php rename to web/core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/AuthenticationProviderPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/AuthenticationProviderPass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/AuthenticationProviderPass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/AuthenticationProviderPass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/ContextProvidersPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/ContextProvidersPass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/ContextProvidersPass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/ContextProvidersPass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/DependencySerializationTraitPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/DependencySerializationTraitPass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/DependencySerializationTraitPass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/DependencySerializationTraitPass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/GuzzleMiddlewarePass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/GuzzleMiddlewarePass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/GuzzleMiddlewarePass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/GuzzleMiddlewarePass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/ModifyServiceDefinitionsPass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteEnhancers.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteEnhancers.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteEnhancers.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteEnhancers.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteFilters.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteFilters.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteFilters.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteFilters.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterServicesForDestructionPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterServicesForDestructionPass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterServicesForDestructionPass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterServicesForDestructionPass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php rename to web/core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php diff --git a/core/lib/Drupal/Core/DependencyInjection/Container.php b/web/core/lib/Drupal/Core/DependencyInjection/Container.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/Container.php rename to web/core/lib/Drupal/Core/DependencyInjection/Container.php diff --git a/core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php b/web/core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php rename to web/core/lib/Drupal/Core/DependencyInjection/ContainerBuilder.php diff --git a/core/lib/Drupal/Core/DependencyInjection/ContainerInjectionInterface.php b/web/core/lib/Drupal/Core/DependencyInjection/ContainerInjectionInterface.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/ContainerInjectionInterface.php rename to web/core/lib/Drupal/Core/DependencyInjection/ContainerInjectionInterface.php diff --git a/core/lib/Drupal/Core/DependencyInjection/ContainerNotInitializedException.php b/web/core/lib/Drupal/Core/DependencyInjection/ContainerNotInitializedException.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/ContainerNotInitializedException.php rename to web/core/lib/Drupal/Core/DependencyInjection/ContainerNotInitializedException.php diff --git a/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php b/web/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php rename to web/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php diff --git a/core/lib/Drupal/Core/DependencyInjection/ServiceModifierInterface.php b/web/core/lib/Drupal/Core/DependencyInjection/ServiceModifierInterface.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/ServiceModifierInterface.php rename to web/core/lib/Drupal/Core/DependencyInjection/ServiceModifierInterface.php diff --git a/core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php b/web/core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php rename to web/core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php diff --git a/core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php b/web/core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php rename to web/core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php diff --git a/core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php b/web/core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php similarity index 100% rename from core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php rename to web/core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php diff --git a/core/lib/Drupal/Core/DestructableInterface.php b/web/core/lib/Drupal/Core/DestructableInterface.php similarity index 100% rename from core/lib/Drupal/Core/DestructableInterface.php rename to web/core/lib/Drupal/Core/DestructableInterface.php diff --git a/core/lib/Drupal/Core/Diff/DiffFormatter.php b/web/core/lib/Drupal/Core/Diff/DiffFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Diff/DiffFormatter.php rename to web/core/lib/Drupal/Core/Diff/DiffFormatter.php diff --git a/core/lib/Drupal/Core/Discovery/YamlDiscovery.php b/web/core/lib/Drupal/Core/Discovery/YamlDiscovery.php similarity index 100% rename from core/lib/Drupal/Core/Discovery/YamlDiscovery.php rename to web/core/lib/Drupal/Core/Discovery/YamlDiscovery.php diff --git a/core/lib/Drupal/Core/Display/Annotation/DisplayVariant.php b/web/core/lib/Drupal/Core/Display/Annotation/DisplayVariant.php similarity index 100% rename from core/lib/Drupal/Core/Display/Annotation/DisplayVariant.php rename to web/core/lib/Drupal/Core/Display/Annotation/DisplayVariant.php diff --git a/core/lib/Drupal/Core/Display/Annotation/PageDisplayVariant.php b/web/core/lib/Drupal/Core/Display/Annotation/PageDisplayVariant.php similarity index 100% rename from core/lib/Drupal/Core/Display/Annotation/PageDisplayVariant.php rename to web/core/lib/Drupal/Core/Display/Annotation/PageDisplayVariant.php diff --git a/core/lib/Drupal/Core/Display/ContextAwareVariantInterface.php b/web/core/lib/Drupal/Core/Display/ContextAwareVariantInterface.php similarity index 100% rename from core/lib/Drupal/Core/Display/ContextAwareVariantInterface.php rename to web/core/lib/Drupal/Core/Display/ContextAwareVariantInterface.php diff --git a/core/lib/Drupal/Core/Display/PageVariantInterface.php b/web/core/lib/Drupal/Core/Display/PageVariantInterface.php similarity index 100% rename from core/lib/Drupal/Core/Display/PageVariantInterface.php rename to web/core/lib/Drupal/Core/Display/PageVariantInterface.php diff --git a/core/lib/Drupal/Core/Display/VariantBase.php b/web/core/lib/Drupal/Core/Display/VariantBase.php similarity index 100% rename from core/lib/Drupal/Core/Display/VariantBase.php rename to web/core/lib/Drupal/Core/Display/VariantBase.php diff --git a/core/lib/Drupal/Core/Display/VariantInterface.php b/web/core/lib/Drupal/Core/Display/VariantInterface.php similarity index 100% rename from core/lib/Drupal/Core/Display/VariantInterface.php rename to web/core/lib/Drupal/Core/Display/VariantInterface.php diff --git a/core/lib/Drupal/Core/Display/VariantManager.php b/web/core/lib/Drupal/Core/Display/VariantManager.php similarity index 100% rename from core/lib/Drupal/Core/Display/VariantManager.php rename to web/core/lib/Drupal/Core/Display/VariantManager.php diff --git a/core/lib/Drupal/Core/DrupalKernel.php b/web/core/lib/Drupal/Core/DrupalKernel.php similarity index 100% rename from core/lib/Drupal/Core/DrupalKernel.php rename to web/core/lib/Drupal/Core/DrupalKernel.php diff --git a/core/lib/Drupal/Core/DrupalKernelInterface.php b/web/core/lib/Drupal/Core/DrupalKernelInterface.php similarity index 100% rename from core/lib/Drupal/Core/DrupalKernelInterface.php rename to web/core/lib/Drupal/Core/DrupalKernelInterface.php diff --git a/core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php b/web/core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php rename to web/core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php diff --git a/core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php b/web/core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php rename to web/core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php diff --git a/core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php b/web/core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php rename to web/core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php diff --git a/core/lib/Drupal/Core/Entity/Annotation/EntityType.php b/web/core/lib/Drupal/Core/Entity/Annotation/EntityType.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Annotation/EntityType.php rename to web/core/lib/Drupal/Core/Entity/Annotation/EntityType.php diff --git a/core/lib/Drupal/Core/Entity/BundleEntityFormBase.php b/web/core/lib/Drupal/Core/Entity/BundleEntityFormBase.php similarity index 100% rename from core/lib/Drupal/Core/Entity/BundleEntityFormBase.php rename to web/core/lib/Drupal/Core/Entity/BundleEntityFormBase.php diff --git a/core/lib/Drupal/Core/Entity/ContentEntityBase.php b/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php similarity index 100% rename from core/lib/Drupal/Core/Entity/ContentEntityBase.php rename to web/core/lib/Drupal/Core/Entity/ContentEntityBase.php diff --git a/core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php b/web/core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php similarity index 100% rename from core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php rename to web/core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php diff --git a/core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php b/web/core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php similarity index 100% rename from core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php rename to web/core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php diff --git a/core/lib/Drupal/Core/Entity/ContentEntityForm.php b/web/core/lib/Drupal/Core/Entity/ContentEntityForm.php similarity index 100% rename from core/lib/Drupal/Core/Entity/ContentEntityForm.php rename to web/core/lib/Drupal/Core/Entity/ContentEntityForm.php diff --git a/core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php b/web/core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php rename to web/core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php diff --git a/core/lib/Drupal/Core/Entity/ContentEntityInterface.php b/web/core/lib/Drupal/Core/Entity/ContentEntityInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/ContentEntityInterface.php rename to web/core/lib/Drupal/Core/Entity/ContentEntityInterface.php diff --git a/core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php b/web/core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php similarity index 100% rename from core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php rename to web/core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php diff --git a/core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php b/web/core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php similarity index 100% rename from core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php rename to web/core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php diff --git a/core/lib/Drupal/Core/Entity/ContentEntityStorageInterface.php b/web/core/lib/Drupal/Core/Entity/ContentEntityStorageInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/ContentEntityStorageInterface.php rename to web/core/lib/Drupal/Core/Entity/ContentEntityStorageInterface.php diff --git a/core/lib/Drupal/Core/Entity/ContentEntityType.php b/web/core/lib/Drupal/Core/Entity/ContentEntityType.php similarity index 100% rename from core/lib/Drupal/Core/Entity/ContentEntityType.php rename to web/core/lib/Drupal/Core/Entity/ContentEntityType.php diff --git a/core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php b/web/core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php rename to web/core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php diff --git a/core/lib/Drupal/Core/Entity/ContentUninstallValidator.php b/web/core/lib/Drupal/Core/Entity/ContentUninstallValidator.php similarity index 100% rename from core/lib/Drupal/Core/Entity/ContentUninstallValidator.php rename to web/core/lib/Drupal/Core/Entity/ContentUninstallValidator.php diff --git a/core/lib/Drupal/Core/Entity/Controller/EntityController.php b/web/core/lib/Drupal/Core/Entity/Controller/EntityController.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Controller/EntityController.php rename to web/core/lib/Drupal/Core/Entity/Controller/EntityController.php diff --git a/core/lib/Drupal/Core/Entity/Controller/EntityListController.php b/web/core/lib/Drupal/Core/Entity/Controller/EntityListController.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Controller/EntityListController.php rename to web/core/lib/Drupal/Core/Entity/Controller/EntityListController.php diff --git a/core/lib/Drupal/Core/Entity/Controller/EntityViewController.php b/web/core/lib/Drupal/Core/Entity/Controller/EntityViewController.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Controller/EntityViewController.php rename to web/core/lib/Drupal/Core/Entity/Controller/EntityViewController.php diff --git a/core/lib/Drupal/Core/Entity/DependencyTrait.php b/web/core/lib/Drupal/Core/Entity/DependencyTrait.php similarity index 100% rename from core/lib/Drupal/Core/Entity/DependencyTrait.php rename to web/core/lib/Drupal/Core/Entity/DependencyTrait.php diff --git a/core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php b/web/core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php rename to web/core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php diff --git a/core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php b/web/core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php rename to web/core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php diff --git a/core/lib/Drupal/Core/Entity/Display/EntityViewDisplayInterface.php b/web/core/lib/Drupal/Core/Entity/Display/EntityViewDisplayInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Display/EntityViewDisplayInterface.php rename to web/core/lib/Drupal/Core/Entity/Display/EntityViewDisplayInterface.php diff --git a/core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php b/web/core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php rename to web/core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php diff --git a/core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php b/web/core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php rename to web/core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php diff --git a/core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php b/web/core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php rename to web/core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php diff --git a/core/lib/Drupal/Core/Entity/Entity.php b/web/core/lib/Drupal/Core/Entity/Entity.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Entity.php rename to web/core/lib/Drupal/Core/Entity/Entity.php diff --git a/core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php b/web/core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php rename to web/core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php diff --git a/core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php b/web/core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php rename to web/core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php diff --git a/core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php b/web/core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php rename to web/core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php diff --git a/core/lib/Drupal/Core/Entity/Entity/EntityViewMode.php b/web/core/lib/Drupal/Core/Entity/Entity/EntityViewMode.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Entity/EntityViewMode.php rename to web/core/lib/Drupal/Core/Entity/Entity/EntityViewMode.php diff --git a/core/lib/Drupal/Core/Entity/EntityAccessCheck.php b/web/core/lib/Drupal/Core/Entity/EntityAccessCheck.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityAccessCheck.php rename to web/core/lib/Drupal/Core/Entity/EntityAccessCheck.php diff --git a/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php b/web/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php rename to web/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php diff --git a/core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php b/web/core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php b/web/core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php rename to web/core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php diff --git a/core/lib/Drupal/Core/Entity/EntityBundleListener.php b/web/core/lib/Drupal/Core/Entity/EntityBundleListener.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityBundleListener.php rename to web/core/lib/Drupal/Core/Entity/EntityBundleListener.php diff --git a/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php b/web/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityChangedInterface.php b/web/core/lib/Drupal/Core/Entity/EntityChangedInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityChangedInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityChangedInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityChangedTrait.php b/web/core/lib/Drupal/Core/Entity/EntityChangedTrait.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityChangedTrait.php rename to web/core/lib/Drupal/Core/Entity/EntityChangedTrait.php diff --git a/core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php b/web/core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php rename to web/core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php diff --git a/core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php b/web/core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php rename to web/core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php diff --git a/core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php b/web/core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityCreateAccessCheck.php b/web/core/lib/Drupal/Core/Entity/EntityCreateAccessCheck.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityCreateAccessCheck.php rename to web/core/lib/Drupal/Core/Entity/EntityCreateAccessCheck.php diff --git a/core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php b/web/core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php rename to web/core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php diff --git a/core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php b/web/core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php rename to web/core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php diff --git a/core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php b/web/core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityDeleteForm.php b/web/core/lib/Drupal/Core/Entity/EntityDeleteForm.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityDeleteForm.php rename to web/core/lib/Drupal/Core/Entity/EntityDeleteForm.php diff --git a/core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php b/web/core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php rename to web/core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php diff --git a/core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php b/web/core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityDisplayBase.php b/web/core/lib/Drupal/Core/Entity/EntityDisplayBase.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityDisplayBase.php rename to web/core/lib/Drupal/Core/Entity/EntityDisplayBase.php diff --git a/core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php b/web/core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php rename to web/core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php diff --git a/core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php b/web/core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php b/web/core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php rename to web/core/lib/Drupal/Core/Entity/EntityDisplayPluginCollection.php diff --git a/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php b/web/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityDisplayRepository.php rename to web/core/lib/Drupal/Core/Entity/EntityDisplayRepository.php diff --git a/core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php b/web/core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityFieldManager.php b/web/core/lib/Drupal/Core/Entity/EntityFieldManager.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityFieldManager.php rename to web/core/lib/Drupal/Core/Entity/EntityFieldManager.php diff --git a/core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php b/web/core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityFieldManagerInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityForm.php b/web/core/lib/Drupal/Core/Entity/EntityForm.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityForm.php rename to web/core/lib/Drupal/Core/Entity/EntityForm.php diff --git a/core/lib/Drupal/Core/Entity/EntityFormBuilder.php b/web/core/lib/Drupal/Core/Entity/EntityFormBuilder.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityFormBuilder.php rename to web/core/lib/Drupal/Core/Entity/EntityFormBuilder.php diff --git a/core/lib/Drupal/Core/Entity/EntityFormBuilderInterface.php b/web/core/lib/Drupal/Core/Entity/EntityFormBuilderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityFormBuilderInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityFormBuilderInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityFormInterface.php b/web/core/lib/Drupal/Core/Entity/EntityFormInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityFormInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityFormInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityFormModeInterface.php b/web/core/lib/Drupal/Core/Entity/EntityFormModeInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityFormModeInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityFormModeInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityHandlerBase.php b/web/core/lib/Drupal/Core/Entity/EntityHandlerBase.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityHandlerBase.php rename to web/core/lib/Drupal/Core/Entity/EntityHandlerBase.php diff --git a/core/lib/Drupal/Core/Entity/EntityHandlerInterface.php b/web/core/lib/Drupal/Core/Entity/EntityHandlerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityHandlerInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityHandlerInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityInterface.php b/web/core/lib/Drupal/Core/Entity/EntityInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php b/web/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php rename to web/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php diff --git a/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php b/web/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepositoryInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityListBuilder.php b/web/core/lib/Drupal/Core/Entity/EntityListBuilder.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityListBuilder.php rename to web/core/lib/Drupal/Core/Entity/EntityListBuilder.php diff --git a/core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php b/web/core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityListBuilderInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityMalformedException.php b/web/core/lib/Drupal/Core/Entity/EntityMalformedException.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityMalformedException.php rename to web/core/lib/Drupal/Core/Entity/EntityMalformedException.php diff --git a/core/lib/Drupal/Core/Entity/EntityManager.php b/web/core/lib/Drupal/Core/Entity/EntityManager.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityManager.php rename to web/core/lib/Drupal/Core/Entity/EntityManager.php diff --git a/core/lib/Drupal/Core/Entity/EntityManagerInterface.php b/web/core/lib/Drupal/Core/Entity/EntityManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityManagerInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityManagerInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php b/web/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php b/web/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php rename to web/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php diff --git a/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php b/web/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php b/web/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityRepository.php b/web/core/lib/Drupal/Core/Entity/EntityRepository.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityRepository.php rename to web/core/lib/Drupal/Core/Entity/EntityRepository.php diff --git a/core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php b/web/core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityRepositoryInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityResolverManager.php b/web/core/lib/Drupal/Core/Entity/EntityResolverManager.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityResolverManager.php rename to web/core/lib/Drupal/Core/Entity/EntityResolverManager.php diff --git a/core/lib/Drupal/Core/Entity/EntityStorageBase.php b/web/core/lib/Drupal/Core/Entity/EntityStorageBase.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityStorageBase.php rename to web/core/lib/Drupal/Core/Entity/EntityStorageBase.php diff --git a/core/lib/Drupal/Core/Entity/EntityStorageException.php b/web/core/lib/Drupal/Core/Entity/EntityStorageException.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityStorageException.php rename to web/core/lib/Drupal/Core/Entity/EntityStorageException.php diff --git a/core/lib/Drupal/Core/Entity/EntityStorageInterface.php b/web/core/lib/Drupal/Core/Entity/EntityStorageInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityStorageInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityStorageInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityType.php b/web/core/lib/Drupal/Core/Entity/EntityType.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityType.php rename to web/core/lib/Drupal/Core/Entity/EntityType.php diff --git a/core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php b/web/core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php rename to web/core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php diff --git a/core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php b/web/core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityTypeEvent.php b/web/core/lib/Drupal/Core/Entity/EntityTypeEvent.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityTypeEvent.php rename to web/core/lib/Drupal/Core/Entity/EntityTypeEvent.php diff --git a/core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php b/web/core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php rename to web/core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php diff --git a/core/lib/Drupal/Core/Entity/EntityTypeEvents.php b/web/core/lib/Drupal/Core/Entity/EntityTypeEvents.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityTypeEvents.php rename to web/core/lib/Drupal/Core/Entity/EntityTypeEvents.php diff --git a/core/lib/Drupal/Core/Entity/EntityTypeInterface.php b/web/core/lib/Drupal/Core/Entity/EntityTypeInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityTypeInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityTypeInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityTypeListener.php b/web/core/lib/Drupal/Core/Entity/EntityTypeListener.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityTypeListener.php rename to web/core/lib/Drupal/Core/Entity/EntityTypeListener.php diff --git a/core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php b/web/core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityTypeListenerInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityTypeManager.php b/web/core/lib/Drupal/Core/Entity/EntityTypeManager.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityTypeManager.php rename to web/core/lib/Drupal/Core/Entity/EntityTypeManager.php diff --git a/core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php b/web/core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityTypeRepository.php b/web/core/lib/Drupal/Core/Entity/EntityTypeRepository.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityTypeRepository.php rename to web/core/lib/Drupal/Core/Entity/EntityTypeRepository.php diff --git a/core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php b/web/core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityViewBuilder.php b/web/core/lib/Drupal/Core/Entity/EntityViewBuilder.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityViewBuilder.php rename to web/core/lib/Drupal/Core/Entity/EntityViewBuilder.php diff --git a/core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php b/web/core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityViewBuilderInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityViewModeInterface.php b/web/core/lib/Drupal/Core/Entity/EntityViewModeInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityViewModeInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityViewModeInterface.php diff --git a/core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php b/web/core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php rename to web/core/lib/Drupal/Core/Entity/EntityWithPluginCollectionInterface.php diff --git a/core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php b/web/core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php rename to web/core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php diff --git a/core/lib/Drupal/Core/Entity/Exception/AmbiguousEntityClassException.php b/web/core/lib/Drupal/Core/Entity/Exception/AmbiguousEntityClassException.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Exception/AmbiguousEntityClassException.php rename to web/core/lib/Drupal/Core/Entity/Exception/AmbiguousEntityClassException.php diff --git a/core/lib/Drupal/Core/Entity/Exception/EntityTypeIdLengthException.php b/web/core/lib/Drupal/Core/Entity/Exception/EntityTypeIdLengthException.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Exception/EntityTypeIdLengthException.php rename to web/core/lib/Drupal/Core/Entity/Exception/EntityTypeIdLengthException.php diff --git a/core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php b/web/core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php rename to web/core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php diff --git a/core/lib/Drupal/Core/Entity/Exception/InvalidLinkTemplateException.php b/web/core/lib/Drupal/Core/Entity/Exception/InvalidLinkTemplateException.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Exception/InvalidLinkTemplateException.php rename to web/core/lib/Drupal/Core/Entity/Exception/InvalidLinkTemplateException.php diff --git a/core/lib/Drupal/Core/Entity/Exception/NoCorrespondingEntityClassException.php b/web/core/lib/Drupal/Core/Entity/Exception/NoCorrespondingEntityClassException.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Exception/NoCorrespondingEntityClassException.php rename to web/core/lib/Drupal/Core/Entity/Exception/NoCorrespondingEntityClassException.php diff --git a/core/lib/Drupal/Core/Entity/Exception/UndefinedLinkTemplateException.php b/web/core/lib/Drupal/Core/Entity/Exception/UndefinedLinkTemplateException.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Exception/UndefinedLinkTemplateException.php rename to web/core/lib/Drupal/Core/Entity/Exception/UndefinedLinkTemplateException.php diff --git a/core/lib/Drupal/Core/Entity/FieldableEntityInterface.php b/web/core/lib/Drupal/Core/Entity/FieldableEntityInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/FieldableEntityInterface.php rename to web/core/lib/Drupal/Core/Entity/FieldableEntityInterface.php diff --git a/core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php b/web/core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php rename to web/core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php diff --git a/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php b/web/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php similarity index 100% rename from core/lib/Drupal/Core/Entity/HtmlEntityFormController.php rename to web/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php diff --git a/core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php b/web/core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php similarity index 100% rename from core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php rename to web/core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php diff --git a/core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php b/web/core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php similarity index 100% rename from core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php rename to web/core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php diff --git a/core/lib/Drupal/Core/Entity/KeyValueStore/Query/Condition.php b/web/core/lib/Drupal/Core/Entity/KeyValueStore/Query/Condition.php similarity index 100% rename from core/lib/Drupal/Core/Entity/KeyValueStore/Query/Condition.php rename to web/core/lib/Drupal/Core/Entity/KeyValueStore/Query/Condition.php diff --git a/core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php b/web/core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php similarity index 100% rename from core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php rename to web/core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php diff --git a/core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php b/web/core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php similarity index 100% rename from core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php rename to web/core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php b/web/core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php rename to web/core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php b/web/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php rename to web/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php b/web/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php rename to web/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php b/web/core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php rename to web/core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php b/web/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php rename to web/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/Broken.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php b/web/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php rename to web/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php b/web/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php rename to web/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/PhpSelection.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/SelectionBase.php b/web/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/SelectionBase.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/SelectionBase.php rename to web/core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/SelectionBase.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/BundleConstraint.php b/web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/BundleConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/BundleConstraint.php rename to web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/BundleConstraint.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/BundleConstraintValidator.php b/web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/BundleConstraintValidator.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/BundleConstraintValidator.php rename to web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/BundleConstraintValidator.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/CompositeConstraintBase.php b/web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/CompositeConstraintBase.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/CompositeConstraintBase.php rename to web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/CompositeConstraintBase.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraint.php b/web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraint.php rename to web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraint.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraintValidator.php b/web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraintValidator.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraintValidator.php rename to web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraintValidator.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php b/web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php rename to web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php b/web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php rename to web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraint.php b/web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraint.php rename to web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraint.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraintValidator.php b/web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraintValidator.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraintValidator.php rename to web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraintValidator.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraint.php b/web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraint.php rename to web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraint.php diff --git a/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraintValidator.php b/web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraintValidator.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraintValidator.php rename to web/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraintValidator.php diff --git a/core/lib/Drupal/Core/Entity/Query/ConditionAggregateBase.php b/web/core/lib/Drupal/Core/Entity/Query/ConditionAggregateBase.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/ConditionAggregateBase.php rename to web/core/lib/Drupal/Core/Entity/Query/ConditionAggregateBase.php diff --git a/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php b/web/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php rename to web/core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php diff --git a/core/lib/Drupal/Core/Entity/Query/ConditionBase.php b/web/core/lib/Drupal/Core/Entity/Query/ConditionBase.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/ConditionBase.php rename to web/core/lib/Drupal/Core/Entity/Query/ConditionBase.php diff --git a/core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php b/web/core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php rename to web/core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php diff --git a/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php b/web/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/ConditionInterface.php rename to web/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php diff --git a/core/lib/Drupal/Core/Entity/Query/Null/Condition.php b/web/core/lib/Drupal/Core/Entity/Query/Null/Condition.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/Null/Condition.php rename to web/core/lib/Drupal/Core/Entity/Query/Null/Condition.php diff --git a/core/lib/Drupal/Core/Entity/Query/Null/Query.php b/web/core/lib/Drupal/Core/Entity/Query/Null/Query.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/Null/Query.php rename to web/core/lib/Drupal/Core/Entity/Query/Null/Query.php diff --git a/core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php b/web/core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php rename to web/core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php diff --git a/core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php b/web/core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php rename to web/core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php diff --git a/core/lib/Drupal/Core/Entity/Query/QueryBase.php b/web/core/lib/Drupal/Core/Entity/Query/QueryBase.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/QueryBase.php rename to web/core/lib/Drupal/Core/Entity/Query/QueryBase.php diff --git a/core/lib/Drupal/Core/Entity/Query/QueryException.php b/web/core/lib/Drupal/Core/Entity/Query/QueryException.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/QueryException.php rename to web/core/lib/Drupal/Core/Entity/Query/QueryException.php diff --git a/core/lib/Drupal/Core/Entity/Query/QueryFactory.php b/web/core/lib/Drupal/Core/Entity/Query/QueryFactory.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/QueryFactory.php rename to web/core/lib/Drupal/Core/Entity/Query/QueryFactory.php diff --git a/core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php b/web/core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php rename to web/core/lib/Drupal/Core/Entity/Query/QueryFactoryInterface.php diff --git a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php b/web/core/lib/Drupal/Core/Entity/Query/QueryInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/QueryInterface.php rename to web/core/lib/Drupal/Core/Entity/Query/QueryInterface.php diff --git a/core/lib/Drupal/Core/Entity/Query/Sql/Condition.php b/web/core/lib/Drupal/Core/Entity/Query/Sql/Condition.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/Sql/Condition.php rename to web/core/lib/Drupal/Core/Entity/Query/Sql/Condition.php diff --git a/core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php b/web/core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php rename to web/core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php diff --git a/core/lib/Drupal/Core/Entity/Query/Sql/Query.php b/web/core/lib/Drupal/Core/Entity/Query/Sql/Query.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/Sql/Query.php rename to web/core/lib/Drupal/Core/Entity/Query/Sql/Query.php diff --git a/core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php b/web/core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php rename to web/core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php diff --git a/core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php b/web/core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php rename to web/core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php diff --git a/core/lib/Drupal/Core/Entity/Query/Sql/Tables.php b/web/core/lib/Drupal/Core/Entity/Query/Sql/Tables.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/Sql/Tables.php rename to web/core/lib/Drupal/Core/Entity/Query/Sql/Tables.php diff --git a/core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php b/web/core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php rename to web/core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php diff --git a/core/lib/Drupal/Core/Entity/Query/Sql/pgsql/Condition.php b/web/core/lib/Drupal/Core/Entity/Query/Sql/pgsql/Condition.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/Sql/pgsql/Condition.php rename to web/core/lib/Drupal/Core/Entity/Query/Sql/pgsql/Condition.php diff --git a/core/lib/Drupal/Core/Entity/Query/Sql/pgsql/QueryFactory.php b/web/core/lib/Drupal/Core/Entity/Query/Sql/pgsql/QueryFactory.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Query/Sql/pgsql/QueryFactory.php rename to web/core/lib/Drupal/Core/Entity/Query/Sql/pgsql/QueryFactory.php diff --git a/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php b/web/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php similarity index 100% rename from core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php rename to web/core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php diff --git a/core/lib/Drupal/Core/Entity/RevisionLogInterface.php b/web/core/lib/Drupal/Core/Entity/RevisionLogInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/RevisionLogInterface.php rename to web/core/lib/Drupal/Core/Entity/RevisionLogInterface.php diff --git a/core/lib/Drupal/Core/Entity/RevisionableContentEntityBase.php b/web/core/lib/Drupal/Core/Entity/RevisionableContentEntityBase.php similarity index 100% rename from core/lib/Drupal/Core/Entity/RevisionableContentEntityBase.php rename to web/core/lib/Drupal/Core/Entity/RevisionableContentEntityBase.php diff --git a/core/lib/Drupal/Core/Entity/RevisionableInterface.php b/web/core/lib/Drupal/Core/Entity/RevisionableInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/RevisionableInterface.php rename to web/core/lib/Drupal/Core/Entity/RevisionableInterface.php diff --git a/core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php b/web/core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php rename to web/core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php diff --git a/core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php b/web/core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php rename to web/core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php diff --git a/core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php b/web/core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php rename to web/core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php diff --git a/core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php b/web/core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php rename to web/core/lib/Drupal/Core/Entity/Schema/DynamicallyFieldableEntityStorageSchemaInterface.php diff --git a/core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php b/web/core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php rename to web/core/lib/Drupal/Core/Entity/Schema/EntityStorageSchemaInterface.php diff --git a/core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php b/web/core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php rename to web/core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php diff --git a/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php b/web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php rename to web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php diff --git a/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageException.php b/web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageException.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageException.php rename to web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageException.php diff --git a/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php b/web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php rename to web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php diff --git a/core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php b/web/core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php rename to web/core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php diff --git a/core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php b/web/core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php rename to web/core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php diff --git a/core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php b/web/core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php similarity index 100% rename from core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php rename to web/core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php diff --git a/core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php b/web/core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php similarity index 100% rename from core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php rename to web/core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php diff --git a/core/lib/Drupal/Core/Entity/entity.api.php b/web/core/lib/Drupal/Core/Entity/entity.api.php similarity index 100% rename from core/lib/Drupal/Core/Entity/entity.api.php rename to web/core/lib/Drupal/Core/Entity/entity.api.php diff --git a/core/lib/Drupal/Core/EventSubscriber/AcceptNegotiation406.php b/web/core/lib/Drupal/Core/EventSubscriber/AcceptNegotiation406.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/AcceptNegotiation406.php rename to web/core/lib/Drupal/Core/EventSubscriber/AcceptNegotiation406.php diff --git a/core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php b/web/core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php rename to web/core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php diff --git a/core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/AjaxResponseSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/AnonymousUserResponseSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/AnonymousUserResponseSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/AnonymousUserResponseSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/AnonymousUserResponseSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/CacheRouterRebuildSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/CacheRouterRebuildSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/CacheRouterRebuildSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/CacheRouterRebuildSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/ClientErrorResponseSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/ClientErrorResponseSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/ClientErrorResponseSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/ClientErrorResponseSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/ConfigSnapshotSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/DefaultExceptionSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/DefaultExceptionSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/DefaultExceptionSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/DefaultExceptionSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/EnforcedFormResponseSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/EntityRouteAlterSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/EntityRouteProviderSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/ExceptionJsonSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/ExceptionJsonSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/ExceptionJsonSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/ExceptionJsonSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/ExceptionLoggingSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/ExceptionTestSiteSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/ExceptionTestSiteSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/ExceptionTestSiteSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/ExceptionTestSiteSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/HtmlResponsePlaceholderStrategySubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/HtmlResponsePlaceholderStrategySubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/HtmlResponsePlaceholderStrategySubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/HtmlResponsePlaceholderStrategySubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/HtmlResponseSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/HtmlResponseSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/HtmlResponseSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/HtmlResponseSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php b/web/core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php rename to web/core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php diff --git a/core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/KernelDestructionSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/ModuleRouteSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/ModuleRouteSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/ModuleRouteSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/ModuleRouteSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/OptionsRequestSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/OptionsRequestSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/OptionsRequestSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/OptionsRequestSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/PathSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/PsrResponseSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/RedirectLeadingSlashesSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/RedirectLeadingSlashesSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/RedirectLeadingSlashesSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/RedirectLeadingSlashesSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/ReplicaDatabaseIgnoreSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/ReplicaDatabaseIgnoreSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/ReplicaDatabaseIgnoreSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/ReplicaDatabaseIgnoreSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/ResponseGeneratorSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/ResponseGeneratorSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/ResponseGeneratorSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/ResponseGeneratorSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/RouteAccessResponseSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/RouteAccessResponseSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/RouteAccessResponseSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/RouteAccessResponseSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/RouteEnhancerSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/RouteEnhancerSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/RouteEnhancerSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/RouteEnhancerSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/RouteFilterSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/RouteFilterSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/RouteFilterSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/RouteFilterSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php diff --git a/core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php b/web/core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php rename to web/core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php diff --git a/core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php b/web/core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php rename to web/core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php diff --git a/core/lib/Drupal/Core/Executable/ExecutableException.php b/web/core/lib/Drupal/Core/Executable/ExecutableException.php similarity index 100% rename from core/lib/Drupal/Core/Executable/ExecutableException.php rename to web/core/lib/Drupal/Core/Executable/ExecutableException.php diff --git a/core/lib/Drupal/Core/Executable/ExecutableInterface.php b/web/core/lib/Drupal/Core/Executable/ExecutableInterface.php similarity index 100% rename from core/lib/Drupal/Core/Executable/ExecutableInterface.php rename to web/core/lib/Drupal/Core/Executable/ExecutableInterface.php diff --git a/core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php b/web/core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php rename to web/core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php diff --git a/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php b/web/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php similarity index 100% rename from core/lib/Drupal/Core/Executable/ExecutablePluginBase.php rename to web/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php diff --git a/core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterIterator.php b/web/core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterIterator.php similarity index 100% rename from core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterIterator.php rename to web/core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterIterator.php diff --git a/core/lib/Drupal/Core/Extension/Extension.php b/web/core/lib/Drupal/Core/Extension/Extension.php similarity index 100% rename from core/lib/Drupal/Core/Extension/Extension.php rename to web/core/lib/Drupal/Core/Extension/Extension.php diff --git a/core/lib/Drupal/Core/Extension/ExtensionDiscovery.php b/web/core/lib/Drupal/Core/Extension/ExtensionDiscovery.php similarity index 100% rename from core/lib/Drupal/Core/Extension/ExtensionDiscovery.php rename to web/core/lib/Drupal/Core/Extension/ExtensionDiscovery.php diff --git a/core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php b/web/core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php similarity index 100% rename from core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php rename to web/core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php diff --git a/core/lib/Drupal/Core/Extension/InfoParser.php b/web/core/lib/Drupal/Core/Extension/InfoParser.php similarity index 100% rename from core/lib/Drupal/Core/Extension/InfoParser.php rename to web/core/lib/Drupal/Core/Extension/InfoParser.php diff --git a/core/lib/Drupal/Core/Extension/InfoParserDynamic.php b/web/core/lib/Drupal/Core/Extension/InfoParserDynamic.php similarity index 100% rename from core/lib/Drupal/Core/Extension/InfoParserDynamic.php rename to web/core/lib/Drupal/Core/Extension/InfoParserDynamic.php diff --git a/core/lib/Drupal/Core/Extension/InfoParserException.php b/web/core/lib/Drupal/Core/Extension/InfoParserException.php similarity index 100% rename from core/lib/Drupal/Core/Extension/InfoParserException.php rename to web/core/lib/Drupal/Core/Extension/InfoParserException.php diff --git a/core/lib/Drupal/Core/Extension/InfoParserInterface.php b/web/core/lib/Drupal/Core/Extension/InfoParserInterface.php similarity index 100% rename from core/lib/Drupal/Core/Extension/InfoParserInterface.php rename to web/core/lib/Drupal/Core/Extension/InfoParserInterface.php diff --git a/core/lib/Drupal/Core/Extension/MissingDependencyException.php b/web/core/lib/Drupal/Core/Extension/MissingDependencyException.php similarity index 100% rename from core/lib/Drupal/Core/Extension/MissingDependencyException.php rename to web/core/lib/Drupal/Core/Extension/MissingDependencyException.php diff --git a/core/lib/Drupal/Core/Extension/ModuleHandler.php b/web/core/lib/Drupal/Core/Extension/ModuleHandler.php similarity index 100% rename from core/lib/Drupal/Core/Extension/ModuleHandler.php rename to web/core/lib/Drupal/Core/Extension/ModuleHandler.php diff --git a/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php b/web/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php rename to web/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php diff --git a/core/lib/Drupal/Core/Extension/ModuleInstaller.php b/web/core/lib/Drupal/Core/Extension/ModuleInstaller.php similarity index 100% rename from core/lib/Drupal/Core/Extension/ModuleInstaller.php rename to web/core/lib/Drupal/Core/Extension/ModuleInstaller.php diff --git a/core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php b/web/core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php rename to web/core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php diff --git a/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php b/web/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php similarity index 100% rename from core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php rename to web/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php diff --git a/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php b/web/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php similarity index 100% rename from core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php rename to web/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php diff --git a/core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php b/web/core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php similarity index 100% rename from core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php rename to web/core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php diff --git a/core/lib/Drupal/Core/Extension/ThemeHandler.php b/web/core/lib/Drupal/Core/Extension/ThemeHandler.php similarity index 100% rename from core/lib/Drupal/Core/Extension/ThemeHandler.php rename to web/core/lib/Drupal/Core/Extension/ThemeHandler.php diff --git a/core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php b/web/core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php rename to web/core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php diff --git a/core/lib/Drupal/Core/Extension/ThemeInstaller.php b/web/core/lib/Drupal/Core/Extension/ThemeInstaller.php similarity index 100% rename from core/lib/Drupal/Core/Extension/ThemeInstaller.php rename to web/core/lib/Drupal/Core/Extension/ThemeInstaller.php diff --git a/core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php b/web/core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php rename to web/core/lib/Drupal/Core/Extension/ThemeInstallerInterface.php diff --git a/core/lib/Drupal/Core/Extension/module.api.php b/web/core/lib/Drupal/Core/Extension/module.api.php similarity index 100% rename from core/lib/Drupal/Core/Extension/module.api.php rename to web/core/lib/Drupal/Core/Extension/module.api.php diff --git a/core/lib/Drupal/Core/Field/AllowedTagsXssTrait.php b/web/core/lib/Drupal/Core/Field/AllowedTagsXssTrait.php similarity index 100% rename from core/lib/Drupal/Core/Field/AllowedTagsXssTrait.php rename to web/core/lib/Drupal/Core/Field/AllowedTagsXssTrait.php diff --git a/core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php b/web/core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php rename to web/core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php diff --git a/core/lib/Drupal/Core/Field/Annotation/FieldType.php b/web/core/lib/Drupal/Core/Field/Annotation/FieldType.php similarity index 100% rename from core/lib/Drupal/Core/Field/Annotation/FieldType.php rename to web/core/lib/Drupal/Core/Field/Annotation/FieldType.php diff --git a/core/lib/Drupal/Core/Field/Annotation/FieldWidget.php b/web/core/lib/Drupal/Core/Field/Annotation/FieldWidget.php similarity index 100% rename from core/lib/Drupal/Core/Field/Annotation/FieldWidget.php rename to web/core/lib/Drupal/Core/Field/Annotation/FieldWidget.php diff --git a/core/lib/Drupal/Core/Field/BaseFieldDefinition.php b/web/core/lib/Drupal/Core/Field/BaseFieldDefinition.php similarity index 100% rename from core/lib/Drupal/Core/Field/BaseFieldDefinition.php rename to web/core/lib/Drupal/Core/Field/BaseFieldDefinition.php diff --git a/core/lib/Drupal/Core/Field/BaseFieldOverrideStorage.php b/web/core/lib/Drupal/Core/Field/BaseFieldOverrideStorage.php similarity index 100% rename from core/lib/Drupal/Core/Field/BaseFieldOverrideStorage.php rename to web/core/lib/Drupal/Core/Field/BaseFieldOverrideStorage.php diff --git a/core/lib/Drupal/Core/Field/ChangedFieldItemList.php b/web/core/lib/Drupal/Core/Field/ChangedFieldItemList.php similarity index 100% rename from core/lib/Drupal/Core/Field/ChangedFieldItemList.php rename to web/core/lib/Drupal/Core/Field/ChangedFieldItemList.php diff --git a/core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php b/web/core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php similarity index 100% rename from core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php rename to web/core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php diff --git a/core/lib/Drupal/Core/Field/EntityReferenceFieldItemList.php b/web/core/lib/Drupal/Core/Field/EntityReferenceFieldItemList.php similarity index 100% rename from core/lib/Drupal/Core/Field/EntityReferenceFieldItemList.php rename to web/core/lib/Drupal/Core/Field/EntityReferenceFieldItemList.php diff --git a/core/lib/Drupal/Core/Field/EntityReferenceFieldItemListInterface.php b/web/core/lib/Drupal/Core/Field/EntityReferenceFieldItemListInterface.php similarity index 100% rename from core/lib/Drupal/Core/Field/EntityReferenceFieldItemListInterface.php rename to web/core/lib/Drupal/Core/Field/EntityReferenceFieldItemListInterface.php diff --git a/core/lib/Drupal/Core/Field/FieldConfigBase.php b/web/core/lib/Drupal/Core/Field/FieldConfigBase.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldConfigBase.php rename to web/core/lib/Drupal/Core/Field/FieldConfigBase.php diff --git a/core/lib/Drupal/Core/Field/FieldConfigInterface.php b/web/core/lib/Drupal/Core/Field/FieldConfigInterface.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldConfigInterface.php rename to web/core/lib/Drupal/Core/Field/FieldConfigInterface.php diff --git a/core/lib/Drupal/Core/Field/FieldConfigStorageBase.php b/web/core/lib/Drupal/Core/Field/FieldConfigStorageBase.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldConfigStorageBase.php rename to web/core/lib/Drupal/Core/Field/FieldConfigStorageBase.php diff --git a/core/lib/Drupal/Core/Field/FieldDefinitionInterface.php b/web/core/lib/Drupal/Core/Field/FieldDefinitionInterface.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldDefinitionInterface.php rename to web/core/lib/Drupal/Core/Field/FieldDefinitionInterface.php diff --git a/core/lib/Drupal/Core/Field/FieldDefinitionListener.php b/web/core/lib/Drupal/Core/Field/FieldDefinitionListener.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldDefinitionListener.php rename to web/core/lib/Drupal/Core/Field/FieldDefinitionListener.php diff --git a/core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php b/web/core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php rename to web/core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php diff --git a/core/lib/Drupal/Core/Field/FieldException.php b/web/core/lib/Drupal/Core/Field/FieldException.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldException.php rename to web/core/lib/Drupal/Core/Field/FieldException.php diff --git a/core/lib/Drupal/Core/Field/FieldFilteredMarkup.php b/web/core/lib/Drupal/Core/Field/FieldFilteredMarkup.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldFilteredMarkup.php rename to web/core/lib/Drupal/Core/Field/FieldFilteredMarkup.php diff --git a/core/lib/Drupal/Core/Field/FieldItemBase.php b/web/core/lib/Drupal/Core/Field/FieldItemBase.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldItemBase.php rename to web/core/lib/Drupal/Core/Field/FieldItemBase.php diff --git a/core/lib/Drupal/Core/Field/FieldItemInterface.php b/web/core/lib/Drupal/Core/Field/FieldItemInterface.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldItemInterface.php rename to web/core/lib/Drupal/Core/Field/FieldItemInterface.php diff --git a/core/lib/Drupal/Core/Field/FieldItemList.php b/web/core/lib/Drupal/Core/Field/FieldItemList.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldItemList.php rename to web/core/lib/Drupal/Core/Field/FieldItemList.php diff --git a/core/lib/Drupal/Core/Field/FieldItemListInterface.php b/web/core/lib/Drupal/Core/Field/FieldItemListInterface.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldItemListInterface.php rename to web/core/lib/Drupal/Core/Field/FieldItemListInterface.php diff --git a/core/lib/Drupal/Core/Field/FieldModuleUninstallValidator.php b/web/core/lib/Drupal/Core/Field/FieldModuleUninstallValidator.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldModuleUninstallValidator.php rename to web/core/lib/Drupal/Core/Field/FieldModuleUninstallValidator.php diff --git a/core/lib/Drupal/Core/Field/FieldStorageDefinitionEvent.php b/web/core/lib/Drupal/Core/Field/FieldStorageDefinitionEvent.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldStorageDefinitionEvent.php rename to web/core/lib/Drupal/Core/Field/FieldStorageDefinitionEvent.php diff --git a/core/lib/Drupal/Core/Field/FieldStorageDefinitionEventSubscriberTrait.php b/web/core/lib/Drupal/Core/Field/FieldStorageDefinitionEventSubscriberTrait.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldStorageDefinitionEventSubscriberTrait.php rename to web/core/lib/Drupal/Core/Field/FieldStorageDefinitionEventSubscriberTrait.php diff --git a/core/lib/Drupal/Core/Field/FieldStorageDefinitionEvents.php b/web/core/lib/Drupal/Core/Field/FieldStorageDefinitionEvents.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldStorageDefinitionEvents.php rename to web/core/lib/Drupal/Core/Field/FieldStorageDefinitionEvents.php diff --git a/core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php b/web/core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php rename to web/core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php diff --git a/core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php b/web/core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php rename to web/core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php diff --git a/core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php b/web/core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php rename to web/core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php diff --git a/core/lib/Drupal/Core/Field/FieldTypePluginManager.php b/web/core/lib/Drupal/Core/Field/FieldTypePluginManager.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldTypePluginManager.php rename to web/core/lib/Drupal/Core/Field/FieldTypePluginManager.php diff --git a/core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php b/web/core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php rename to web/core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php diff --git a/core/lib/Drupal/Core/Field/FormatterBase.php b/web/core/lib/Drupal/Core/Field/FormatterBase.php similarity index 100% rename from core/lib/Drupal/Core/Field/FormatterBase.php rename to web/core/lib/Drupal/Core/Field/FormatterBase.php diff --git a/core/lib/Drupal/Core/Field/FormatterInterface.php b/web/core/lib/Drupal/Core/Field/FormatterInterface.php similarity index 100% rename from core/lib/Drupal/Core/Field/FormatterInterface.php rename to web/core/lib/Drupal/Core/Field/FormatterInterface.php diff --git a/core/lib/Drupal/Core/Field/FormatterPluginManager.php b/web/core/lib/Drupal/Core/Field/FormatterPluginManager.php similarity index 100% rename from core/lib/Drupal/Core/Field/FormatterPluginManager.php rename to web/core/lib/Drupal/Core/Field/FormatterPluginManager.php diff --git a/core/lib/Drupal/Core/Field/Plugin/DataType/Deriver/FieldItemDeriver.php b/web/core/lib/Drupal/Core/Field/Plugin/DataType/Deriver/FieldItemDeriver.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/DataType/Deriver/FieldItemDeriver.php rename to web/core/lib/Drupal/Core/Field/Plugin/DataType/Deriver/FieldItemDeriver.php diff --git a/core/lib/Drupal/Core/Field/Plugin/DataType/FieldItem.php b/web/core/lib/Drupal/Core/Field/Plugin/DataType/FieldItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/DataType/FieldItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/DataType/FieldItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BasicStringFormatter.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/BooleanFormatter.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/DecimalFormatter.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/DecimalFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/DecimalFormatter.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/DecimalFormatter.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceIdFormatter.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceIdFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceIdFormatter.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceIdFormatter.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/IntegerFormatter.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/IntegerFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/IntegerFormatter.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/IntegerFormatter.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericUnformattedFormatter.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericUnformattedFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericUnformattedFormatter.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericUnformattedFormatter.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/ChangedItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/ChangedItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/ChangedItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/ChangedItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/CreatedItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/CreatedItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/CreatedItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/CreatedItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/DecimalItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EmailItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EmailItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EmailItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EmailItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/FloatItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/FloatItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/FloatItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/FloatItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/IntegerItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/IntegerItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/IntegerItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/IntegerItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItemBase.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItemBase.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItemBase.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItemBase.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringLongItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringLongItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringLongItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringLongItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UriItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UriItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UriItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UriItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UuidItem.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/BooleanCheckboxWidget.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EmailDefaultWidget.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EmailDefaultWidget.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EmailDefaultWidget.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EmailDefaultWidget.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteTagsWidget.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteTagsWidget.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteTagsWidget.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteTagsWidget.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/NumberWidget.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsButtonsWidget.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextareaWidget.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/StringTextfieldWidget.php diff --git a/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php similarity index 100% rename from core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php rename to web/core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php diff --git a/core/lib/Drupal/Core/Field/PluginSettingsBase.php b/web/core/lib/Drupal/Core/Field/PluginSettingsBase.php similarity index 100% rename from core/lib/Drupal/Core/Field/PluginSettingsBase.php rename to web/core/lib/Drupal/Core/Field/PluginSettingsBase.php diff --git a/core/lib/Drupal/Core/Field/PluginSettingsInterface.php b/web/core/lib/Drupal/Core/Field/PluginSettingsInterface.php similarity index 100% rename from core/lib/Drupal/Core/Field/PluginSettingsInterface.php rename to web/core/lib/Drupal/Core/Field/PluginSettingsInterface.php diff --git a/core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php b/web/core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php similarity index 100% rename from core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php rename to web/core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php diff --git a/core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php b/web/core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php similarity index 100% rename from core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php rename to web/core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php diff --git a/core/lib/Drupal/Core/Field/WidgetBase.php b/web/core/lib/Drupal/Core/Field/WidgetBase.php similarity index 100% rename from core/lib/Drupal/Core/Field/WidgetBase.php rename to web/core/lib/Drupal/Core/Field/WidgetBase.php diff --git a/core/lib/Drupal/Core/Field/WidgetBaseInterface.php b/web/core/lib/Drupal/Core/Field/WidgetBaseInterface.php similarity index 100% rename from core/lib/Drupal/Core/Field/WidgetBaseInterface.php rename to web/core/lib/Drupal/Core/Field/WidgetBaseInterface.php diff --git a/core/lib/Drupal/Core/Field/WidgetInterface.php b/web/core/lib/Drupal/Core/Field/WidgetInterface.php similarity index 100% rename from core/lib/Drupal/Core/Field/WidgetInterface.php rename to web/core/lib/Drupal/Core/Field/WidgetInterface.php diff --git a/core/lib/Drupal/Core/Field/WidgetPluginManager.php b/web/core/lib/Drupal/Core/Field/WidgetPluginManager.php similarity index 100% rename from core/lib/Drupal/Core/Field/WidgetPluginManager.php rename to web/core/lib/Drupal/Core/Field/WidgetPluginManager.php diff --git a/core/lib/Drupal/Core/File/FileSystem.php b/web/core/lib/Drupal/Core/File/FileSystem.php similarity index 100% rename from core/lib/Drupal/Core/File/FileSystem.php rename to web/core/lib/Drupal/Core/File/FileSystem.php diff --git a/core/lib/Drupal/Core/File/FileSystemInterface.php b/web/core/lib/Drupal/Core/File/FileSystemInterface.php similarity index 100% rename from core/lib/Drupal/Core/File/FileSystemInterface.php rename to web/core/lib/Drupal/Core/File/FileSystemInterface.php diff --git a/core/lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php b/web/core/lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php similarity index 100% rename from core/lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php rename to web/core/lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php diff --git a/core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php b/web/core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php similarity index 100% rename from core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php rename to web/core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php diff --git a/core/lib/Drupal/Core/File/file.api.php b/web/core/lib/Drupal/Core/File/file.api.php similarity index 100% rename from core/lib/Drupal/Core/File/file.api.php rename to web/core/lib/Drupal/Core/File/file.api.php diff --git a/core/lib/Drupal/Core/FileTransfer/ChmodInterface.php b/web/core/lib/Drupal/Core/FileTransfer/ChmodInterface.php similarity index 100% rename from core/lib/Drupal/Core/FileTransfer/ChmodInterface.php rename to web/core/lib/Drupal/Core/FileTransfer/ChmodInterface.php diff --git a/core/lib/Drupal/Core/FileTransfer/FTP.php b/web/core/lib/Drupal/Core/FileTransfer/FTP.php similarity index 100% rename from core/lib/Drupal/Core/FileTransfer/FTP.php rename to web/core/lib/Drupal/Core/FileTransfer/FTP.php diff --git a/core/lib/Drupal/Core/FileTransfer/FTPExtension.php b/web/core/lib/Drupal/Core/FileTransfer/FTPExtension.php similarity index 100% rename from core/lib/Drupal/Core/FileTransfer/FTPExtension.php rename to web/core/lib/Drupal/Core/FileTransfer/FTPExtension.php diff --git a/core/lib/Drupal/Core/FileTransfer/FileTransfer.php b/web/core/lib/Drupal/Core/FileTransfer/FileTransfer.php similarity index 100% rename from core/lib/Drupal/Core/FileTransfer/FileTransfer.php rename to web/core/lib/Drupal/Core/FileTransfer/FileTransfer.php diff --git a/core/lib/Drupal/Core/FileTransfer/FileTransferException.php b/web/core/lib/Drupal/Core/FileTransfer/FileTransferException.php similarity index 100% rename from core/lib/Drupal/Core/FileTransfer/FileTransferException.php rename to web/core/lib/Drupal/Core/FileTransfer/FileTransferException.php diff --git a/core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php b/web/core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php similarity index 100% rename from core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php rename to web/core/lib/Drupal/Core/FileTransfer/Form/FileTransferAuthorizeForm.php diff --git a/core/lib/Drupal/Core/FileTransfer/Local.php b/web/core/lib/Drupal/Core/FileTransfer/Local.php similarity index 100% rename from core/lib/Drupal/Core/FileTransfer/Local.php rename to web/core/lib/Drupal/Core/FileTransfer/Local.php diff --git a/core/lib/Drupal/Core/FileTransfer/SSH.php b/web/core/lib/Drupal/Core/FileTransfer/SSH.php similarity index 100% rename from core/lib/Drupal/Core/FileTransfer/SSH.php rename to web/core/lib/Drupal/Core/FileTransfer/SSH.php diff --git a/core/lib/Drupal/Core/Flood/DatabaseBackend.php b/web/core/lib/Drupal/Core/Flood/DatabaseBackend.php similarity index 100% rename from core/lib/Drupal/Core/Flood/DatabaseBackend.php rename to web/core/lib/Drupal/Core/Flood/DatabaseBackend.php diff --git a/core/lib/Drupal/Core/Flood/FloodInterface.php b/web/core/lib/Drupal/Core/Flood/FloodInterface.php similarity index 100% rename from core/lib/Drupal/Core/Flood/FloodInterface.php rename to web/core/lib/Drupal/Core/Flood/FloodInterface.php diff --git a/core/lib/Drupal/Core/Flood/MemoryBackend.php b/web/core/lib/Drupal/Core/Flood/MemoryBackend.php similarity index 100% rename from core/lib/Drupal/Core/Flood/MemoryBackend.php rename to web/core/lib/Drupal/Core/Flood/MemoryBackend.php diff --git a/core/lib/Drupal/Core/Form/BaseFormIdInterface.php b/web/core/lib/Drupal/Core/Form/BaseFormIdInterface.php similarity index 100% rename from core/lib/Drupal/Core/Form/BaseFormIdInterface.php rename to web/core/lib/Drupal/Core/Form/BaseFormIdInterface.php diff --git a/core/lib/Drupal/Core/Form/ConfigFormBase.php b/web/core/lib/Drupal/Core/Form/ConfigFormBase.php similarity index 100% rename from core/lib/Drupal/Core/Form/ConfigFormBase.php rename to web/core/lib/Drupal/Core/Form/ConfigFormBase.php diff --git a/core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php b/web/core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php similarity index 100% rename from core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php rename to web/core/lib/Drupal/Core/Form/ConfigFormBaseTrait.php diff --git a/core/lib/Drupal/Core/Form/ConfirmFormBase.php b/web/core/lib/Drupal/Core/Form/ConfirmFormBase.php similarity index 100% rename from core/lib/Drupal/Core/Form/ConfirmFormBase.php rename to web/core/lib/Drupal/Core/Form/ConfirmFormBase.php diff --git a/core/lib/Drupal/Core/Form/ConfirmFormHelper.php b/web/core/lib/Drupal/Core/Form/ConfirmFormHelper.php similarity index 100% rename from core/lib/Drupal/Core/Form/ConfirmFormHelper.php rename to web/core/lib/Drupal/Core/Form/ConfirmFormHelper.php diff --git a/core/lib/Drupal/Core/Form/ConfirmFormInterface.php b/web/core/lib/Drupal/Core/Form/ConfirmFormInterface.php similarity index 100% rename from core/lib/Drupal/Core/Form/ConfirmFormInterface.php rename to web/core/lib/Drupal/Core/Form/ConfirmFormInterface.php diff --git a/core/lib/Drupal/Core/Form/EnforcedResponse.php b/web/core/lib/Drupal/Core/Form/EnforcedResponse.php similarity index 100% rename from core/lib/Drupal/Core/Form/EnforcedResponse.php rename to web/core/lib/Drupal/Core/Form/EnforcedResponse.php diff --git a/core/lib/Drupal/Core/Form/EnforcedResponseException.php b/web/core/lib/Drupal/Core/Form/EnforcedResponseException.php similarity index 100% rename from core/lib/Drupal/Core/Form/EnforcedResponseException.php rename to web/core/lib/Drupal/Core/Form/EnforcedResponseException.php diff --git a/core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php b/web/core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php similarity index 100% rename from core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php rename to web/core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php diff --git a/core/lib/Drupal/Core/Form/Exception/BrokenPostRequestException.php b/web/core/lib/Drupal/Core/Form/Exception/BrokenPostRequestException.php similarity index 100% rename from core/lib/Drupal/Core/Form/Exception/BrokenPostRequestException.php rename to web/core/lib/Drupal/Core/Form/Exception/BrokenPostRequestException.php diff --git a/core/lib/Drupal/Core/Form/FormAjaxException.php b/web/core/lib/Drupal/Core/Form/FormAjaxException.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormAjaxException.php rename to web/core/lib/Drupal/Core/Form/FormAjaxException.php diff --git a/core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php b/web/core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php rename to web/core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php diff --git a/core/lib/Drupal/Core/Form/FormAjaxResponseBuilderInterface.php b/web/core/lib/Drupal/Core/Form/FormAjaxResponseBuilderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormAjaxResponseBuilderInterface.php rename to web/core/lib/Drupal/Core/Form/FormAjaxResponseBuilderInterface.php diff --git a/core/lib/Drupal/Core/Form/FormBase.php b/web/core/lib/Drupal/Core/Form/FormBase.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormBase.php rename to web/core/lib/Drupal/Core/Form/FormBase.php diff --git a/core/lib/Drupal/Core/Form/FormBuilder.php b/web/core/lib/Drupal/Core/Form/FormBuilder.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormBuilder.php rename to web/core/lib/Drupal/Core/Form/FormBuilder.php diff --git a/core/lib/Drupal/Core/Form/FormBuilderInterface.php b/web/core/lib/Drupal/Core/Form/FormBuilderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormBuilderInterface.php rename to web/core/lib/Drupal/Core/Form/FormBuilderInterface.php diff --git a/core/lib/Drupal/Core/Form/FormCache.php b/web/core/lib/Drupal/Core/Form/FormCache.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormCache.php rename to web/core/lib/Drupal/Core/Form/FormCache.php diff --git a/core/lib/Drupal/Core/Form/FormCacheInterface.php b/web/core/lib/Drupal/Core/Form/FormCacheInterface.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormCacheInterface.php rename to web/core/lib/Drupal/Core/Form/FormCacheInterface.php diff --git a/core/lib/Drupal/Core/Form/FormElementHelper.php b/web/core/lib/Drupal/Core/Form/FormElementHelper.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormElementHelper.php rename to web/core/lib/Drupal/Core/Form/FormElementHelper.php diff --git a/core/lib/Drupal/Core/Form/FormErrorHandler.php b/web/core/lib/Drupal/Core/Form/FormErrorHandler.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormErrorHandler.php rename to web/core/lib/Drupal/Core/Form/FormErrorHandler.php diff --git a/core/lib/Drupal/Core/Form/FormErrorHandlerInterface.php b/web/core/lib/Drupal/Core/Form/FormErrorHandlerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormErrorHandlerInterface.php rename to web/core/lib/Drupal/Core/Form/FormErrorHandlerInterface.php diff --git a/core/lib/Drupal/Core/Form/FormHelper.php b/web/core/lib/Drupal/Core/Form/FormHelper.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormHelper.php rename to web/core/lib/Drupal/Core/Form/FormHelper.php diff --git a/core/lib/Drupal/Core/Form/FormInterface.php b/web/core/lib/Drupal/Core/Form/FormInterface.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormInterface.php rename to web/core/lib/Drupal/Core/Form/FormInterface.php diff --git a/core/lib/Drupal/Core/Form/FormState.php b/web/core/lib/Drupal/Core/Form/FormState.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormState.php rename to web/core/lib/Drupal/Core/Form/FormState.php diff --git a/core/lib/Drupal/Core/Form/FormStateDecoratorBase.php b/web/core/lib/Drupal/Core/Form/FormStateDecoratorBase.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormStateDecoratorBase.php rename to web/core/lib/Drupal/Core/Form/FormStateDecoratorBase.php diff --git a/core/lib/Drupal/Core/Form/FormStateInterface.php b/web/core/lib/Drupal/Core/Form/FormStateInterface.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormStateInterface.php rename to web/core/lib/Drupal/Core/Form/FormStateInterface.php diff --git a/core/lib/Drupal/Core/Form/FormStateValuesTrait.php b/web/core/lib/Drupal/Core/Form/FormStateValuesTrait.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormStateValuesTrait.php rename to web/core/lib/Drupal/Core/Form/FormStateValuesTrait.php diff --git a/core/lib/Drupal/Core/Form/FormSubmitter.php b/web/core/lib/Drupal/Core/Form/FormSubmitter.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormSubmitter.php rename to web/core/lib/Drupal/Core/Form/FormSubmitter.php diff --git a/core/lib/Drupal/Core/Form/FormSubmitterInterface.php b/web/core/lib/Drupal/Core/Form/FormSubmitterInterface.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormSubmitterInterface.php rename to web/core/lib/Drupal/Core/Form/FormSubmitterInterface.php diff --git a/core/lib/Drupal/Core/Form/FormValidator.php b/web/core/lib/Drupal/Core/Form/FormValidator.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormValidator.php rename to web/core/lib/Drupal/Core/Form/FormValidator.php diff --git a/core/lib/Drupal/Core/Form/FormValidatorInterface.php b/web/core/lib/Drupal/Core/Form/FormValidatorInterface.php similarity index 100% rename from core/lib/Drupal/Core/Form/FormValidatorInterface.php rename to web/core/lib/Drupal/Core/Form/FormValidatorInterface.php diff --git a/core/lib/Drupal/Core/Form/OptGroup.php b/web/core/lib/Drupal/Core/Form/OptGroup.php similarity index 100% rename from core/lib/Drupal/Core/Form/OptGroup.php rename to web/core/lib/Drupal/Core/Form/OptGroup.php diff --git a/core/lib/Drupal/Core/Form/SubformState.php b/web/core/lib/Drupal/Core/Form/SubformState.php similarity index 100% rename from core/lib/Drupal/Core/Form/SubformState.php rename to web/core/lib/Drupal/Core/Form/SubformState.php diff --git a/core/lib/Drupal/Core/Form/SubformStateInterface.php b/web/core/lib/Drupal/Core/Form/SubformStateInterface.php similarity index 100% rename from core/lib/Drupal/Core/Form/SubformStateInterface.php rename to web/core/lib/Drupal/Core/Form/SubformStateInterface.php diff --git a/core/lib/Drupal/Core/Form/form.api.php b/web/core/lib/Drupal/Core/Form/form.api.php similarity index 100% rename from core/lib/Drupal/Core/Form/form.api.php rename to web/core/lib/Drupal/Core/Form/form.api.php diff --git a/core/lib/Drupal/Core/GeneratedLink.php b/web/core/lib/Drupal/Core/GeneratedLink.php similarity index 100% rename from core/lib/Drupal/Core/GeneratedLink.php rename to web/core/lib/Drupal/Core/GeneratedLink.php diff --git a/core/lib/Drupal/Core/GeneratedNoLink.php b/web/core/lib/Drupal/Core/GeneratedNoLink.php similarity index 100% rename from core/lib/Drupal/Core/GeneratedNoLink.php rename to web/core/lib/Drupal/Core/GeneratedNoLink.php diff --git a/core/lib/Drupal/Core/GeneratedUrl.php b/web/core/lib/Drupal/Core/GeneratedUrl.php similarity index 100% rename from core/lib/Drupal/Core/GeneratedUrl.php rename to web/core/lib/Drupal/Core/GeneratedUrl.php diff --git a/core/lib/Drupal/Core/Http/ClientFactory.php b/web/core/lib/Drupal/Core/Http/ClientFactory.php similarity index 100% rename from core/lib/Drupal/Core/Http/ClientFactory.php rename to web/core/lib/Drupal/Core/Http/ClientFactory.php diff --git a/core/lib/Drupal/Core/Http/HandlerStackConfigurator.php b/web/core/lib/Drupal/Core/Http/HandlerStackConfigurator.php similarity index 100% rename from core/lib/Drupal/Core/Http/HandlerStackConfigurator.php rename to web/core/lib/Drupal/Core/Http/HandlerStackConfigurator.php diff --git a/core/lib/Drupal/Core/Http/TrustedHostsRequestFactory.php b/web/core/lib/Drupal/Core/Http/TrustedHostsRequestFactory.php similarity index 100% rename from core/lib/Drupal/Core/Http/TrustedHostsRequestFactory.php rename to web/core/lib/Drupal/Core/Http/TrustedHostsRequestFactory.php diff --git a/core/lib/Drupal/Core/Image/Image.php b/web/core/lib/Drupal/Core/Image/Image.php similarity index 100% rename from core/lib/Drupal/Core/Image/Image.php rename to web/core/lib/Drupal/Core/Image/Image.php diff --git a/core/lib/Drupal/Core/Image/ImageFactory.php b/web/core/lib/Drupal/Core/Image/ImageFactory.php similarity index 100% rename from core/lib/Drupal/Core/Image/ImageFactory.php rename to web/core/lib/Drupal/Core/Image/ImageFactory.php diff --git a/core/lib/Drupal/Core/Image/ImageInterface.php b/web/core/lib/Drupal/Core/Image/ImageInterface.php similarity index 100% rename from core/lib/Drupal/Core/Image/ImageInterface.php rename to web/core/lib/Drupal/Core/Image/ImageInterface.php diff --git a/core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php b/web/core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php similarity index 100% rename from core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php rename to web/core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php diff --git a/core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php b/web/core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php similarity index 100% rename from core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php rename to web/core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php diff --git a/core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php b/web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php similarity index 100% rename from core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php rename to web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php diff --git a/core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php b/web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php similarity index 100% rename from core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php rename to web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php diff --git a/core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php b/web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php similarity index 100% rename from core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php rename to web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php diff --git a/core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php b/web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php similarity index 100% rename from core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php rename to web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php diff --git a/core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php b/web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php similarity index 100% rename from core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php rename to web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php diff --git a/core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php b/web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php similarity index 100% rename from core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php rename to web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php diff --git a/core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManagerInterface.php b/web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManagerInterface.php rename to web/core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManagerInterface.php diff --git a/core/lib/Drupal/Core/Installer/Exception/AlreadyInstalledException.php b/web/core/lib/Drupal/Core/Installer/Exception/AlreadyInstalledException.php similarity index 100% rename from core/lib/Drupal/Core/Installer/Exception/AlreadyInstalledException.php rename to web/core/lib/Drupal/Core/Installer/Exception/AlreadyInstalledException.php diff --git a/core/lib/Drupal/Core/Installer/Exception/InstallerException.php b/web/core/lib/Drupal/Core/Installer/Exception/InstallerException.php similarity index 100% rename from core/lib/Drupal/Core/Installer/Exception/InstallerException.php rename to web/core/lib/Drupal/Core/Installer/Exception/InstallerException.php diff --git a/core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php b/web/core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php similarity index 100% rename from core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php rename to web/core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php diff --git a/core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php b/web/core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php similarity index 100% rename from core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php rename to web/core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php diff --git a/core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php b/web/core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php similarity index 100% rename from core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php rename to web/core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php diff --git a/core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php b/web/core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php similarity index 100% rename from core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php rename to web/core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php diff --git a/core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php b/web/core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php similarity index 100% rename from core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php rename to web/core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php diff --git a/core/lib/Drupal/Core/Installer/InstallerKernel.php b/web/core/lib/Drupal/Core/Installer/InstallerKernel.php similarity index 100% rename from core/lib/Drupal/Core/Installer/InstallerKernel.php rename to web/core/lib/Drupal/Core/Installer/InstallerKernel.php diff --git a/core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php b/web/core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php similarity index 100% rename from core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php rename to web/core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php diff --git a/core/lib/Drupal/Core/Installer/InstallerServiceProvider.php b/web/core/lib/Drupal/Core/Installer/InstallerServiceProvider.php similarity index 100% rename from core/lib/Drupal/Core/Installer/InstallerServiceProvider.php rename to web/core/lib/Drupal/Core/Installer/InstallerServiceProvider.php diff --git a/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php b/web/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php similarity index 100% rename from core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php rename to web/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php diff --git a/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php b/web/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php similarity index 100% rename from core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php rename to web/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php diff --git a/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php b/web/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php similarity index 100% rename from core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php rename to web/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php diff --git a/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php b/web/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php similarity index 100% rename from core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php rename to web/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php diff --git a/core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php b/web/core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php similarity index 100% rename from core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php rename to web/core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php diff --git a/core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactoryInterface.php b/web/core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactoryInterface.php similarity index 100% rename from core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactoryInterface.php rename to web/core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactoryInterface.php diff --git a/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php b/web/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php similarity index 100% rename from core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php rename to web/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php diff --git a/core/lib/Drupal/Core/KeyValueStore/KeyValueFactoryInterface.php b/web/core/lib/Drupal/Core/KeyValueStore/KeyValueFactoryInterface.php similarity index 100% rename from core/lib/Drupal/Core/KeyValueStore/KeyValueFactoryInterface.php rename to web/core/lib/Drupal/Core/KeyValueStore/KeyValueFactoryInterface.php diff --git a/core/lib/Drupal/Core/KeyValueStore/KeyValueMemoryFactory.php b/web/core/lib/Drupal/Core/KeyValueStore/KeyValueMemoryFactory.php similarity index 100% rename from core/lib/Drupal/Core/KeyValueStore/KeyValueMemoryFactory.php rename to web/core/lib/Drupal/Core/KeyValueStore/KeyValueMemoryFactory.php diff --git a/core/lib/Drupal/Core/KeyValueStore/KeyValueNullExpirableFactory.php b/web/core/lib/Drupal/Core/KeyValueStore/KeyValueNullExpirableFactory.php similarity index 100% rename from core/lib/Drupal/Core/KeyValueStore/KeyValueNullExpirableFactory.php rename to web/core/lib/Drupal/Core/KeyValueStore/KeyValueNullExpirableFactory.php diff --git a/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php b/web/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php similarity index 100% rename from core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php rename to web/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php diff --git a/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php b/web/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php similarity index 100% rename from core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php rename to web/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php diff --git a/core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php b/web/core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php similarity index 100% rename from core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php rename to web/core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php diff --git a/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php b/web/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php similarity index 100% rename from core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php rename to web/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php diff --git a/core/lib/Drupal/Core/KeyValueStore/StorageBase.php b/web/core/lib/Drupal/Core/KeyValueStore/StorageBase.php similarity index 100% rename from core/lib/Drupal/Core/KeyValueStore/StorageBase.php rename to web/core/lib/Drupal/Core/KeyValueStore/StorageBase.php diff --git a/core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php b/web/core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php similarity index 100% rename from core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php rename to web/core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php diff --git a/core/lib/Drupal/Core/Language/Language.php b/web/core/lib/Drupal/Core/Language/Language.php similarity index 100% rename from core/lib/Drupal/Core/Language/Language.php rename to web/core/lib/Drupal/Core/Language/Language.php diff --git a/core/lib/Drupal/Core/Language/LanguageDefault.php b/web/core/lib/Drupal/Core/Language/LanguageDefault.php similarity index 100% rename from core/lib/Drupal/Core/Language/LanguageDefault.php rename to web/core/lib/Drupal/Core/Language/LanguageDefault.php diff --git a/core/lib/Drupal/Core/Language/LanguageInterface.php b/web/core/lib/Drupal/Core/Language/LanguageInterface.php similarity index 100% rename from core/lib/Drupal/Core/Language/LanguageInterface.php rename to web/core/lib/Drupal/Core/Language/LanguageInterface.php diff --git a/core/lib/Drupal/Core/Language/LanguageManager.php b/web/core/lib/Drupal/Core/Language/LanguageManager.php similarity index 100% rename from core/lib/Drupal/Core/Language/LanguageManager.php rename to web/core/lib/Drupal/Core/Language/LanguageManager.php diff --git a/core/lib/Drupal/Core/Language/LanguageManagerInterface.php b/web/core/lib/Drupal/Core/Language/LanguageManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Language/LanguageManagerInterface.php rename to web/core/lib/Drupal/Core/Language/LanguageManagerInterface.php diff --git a/core/lib/Drupal/Core/Language/language.api.php b/web/core/lib/Drupal/Core/Language/language.api.php similarity index 100% rename from core/lib/Drupal/Core/Language/language.api.php rename to web/core/lib/Drupal/Core/Language/language.api.php diff --git a/core/lib/Drupal/Core/Link.php b/web/core/lib/Drupal/Core/Link.php similarity index 100% rename from core/lib/Drupal/Core/Link.php rename to web/core/lib/Drupal/Core/Link.php diff --git a/core/lib/Drupal/Core/Locale/CountryManager.php b/web/core/lib/Drupal/Core/Locale/CountryManager.php similarity index 100% rename from core/lib/Drupal/Core/Locale/CountryManager.php rename to web/core/lib/Drupal/Core/Locale/CountryManager.php diff --git a/core/lib/Drupal/Core/Locale/CountryManagerInterface.php b/web/core/lib/Drupal/Core/Locale/CountryManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Locale/CountryManagerInterface.php rename to web/core/lib/Drupal/Core/Locale/CountryManagerInterface.php diff --git a/core/lib/Drupal/Core/Lock/DatabaseLockBackend.php b/web/core/lib/Drupal/Core/Lock/DatabaseLockBackend.php similarity index 100% rename from core/lib/Drupal/Core/Lock/DatabaseLockBackend.php rename to web/core/lib/Drupal/Core/Lock/DatabaseLockBackend.php diff --git a/core/lib/Drupal/Core/Lock/LockBackendAbstract.php b/web/core/lib/Drupal/Core/Lock/LockBackendAbstract.php similarity index 100% rename from core/lib/Drupal/Core/Lock/LockBackendAbstract.php rename to web/core/lib/Drupal/Core/Lock/LockBackendAbstract.php diff --git a/core/lib/Drupal/Core/Lock/LockBackendInterface.php b/web/core/lib/Drupal/Core/Lock/LockBackendInterface.php similarity index 100% rename from core/lib/Drupal/Core/Lock/LockBackendInterface.php rename to web/core/lib/Drupal/Core/Lock/LockBackendInterface.php diff --git a/core/lib/Drupal/Core/Lock/NullLockBackend.php b/web/core/lib/Drupal/Core/Lock/NullLockBackend.php similarity index 100% rename from core/lib/Drupal/Core/Lock/NullLockBackend.php rename to web/core/lib/Drupal/Core/Lock/NullLockBackend.php diff --git a/core/lib/Drupal/Core/Lock/PersistentDatabaseLockBackend.php b/web/core/lib/Drupal/Core/Lock/PersistentDatabaseLockBackend.php similarity index 100% rename from core/lib/Drupal/Core/Lock/PersistentDatabaseLockBackend.php rename to web/core/lib/Drupal/Core/Lock/PersistentDatabaseLockBackend.php diff --git a/core/lib/Drupal/Core/Logger/LogMessageParser.php b/web/core/lib/Drupal/Core/Logger/LogMessageParser.php similarity index 100% rename from core/lib/Drupal/Core/Logger/LogMessageParser.php rename to web/core/lib/Drupal/Core/Logger/LogMessageParser.php diff --git a/core/lib/Drupal/Core/Logger/LogMessageParserInterface.php b/web/core/lib/Drupal/Core/Logger/LogMessageParserInterface.php similarity index 100% rename from core/lib/Drupal/Core/Logger/LogMessageParserInterface.php rename to web/core/lib/Drupal/Core/Logger/LogMessageParserInterface.php diff --git a/core/lib/Drupal/Core/Logger/LoggerChannel.php b/web/core/lib/Drupal/Core/Logger/LoggerChannel.php similarity index 100% rename from core/lib/Drupal/Core/Logger/LoggerChannel.php rename to web/core/lib/Drupal/Core/Logger/LoggerChannel.php diff --git a/core/lib/Drupal/Core/Logger/LoggerChannelFactory.php b/web/core/lib/Drupal/Core/Logger/LoggerChannelFactory.php similarity index 100% rename from core/lib/Drupal/Core/Logger/LoggerChannelFactory.php rename to web/core/lib/Drupal/Core/Logger/LoggerChannelFactory.php diff --git a/core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php b/web/core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php similarity index 100% rename from core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php rename to web/core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php diff --git a/core/lib/Drupal/Core/Logger/LoggerChannelInterface.php b/web/core/lib/Drupal/Core/Logger/LoggerChannelInterface.php similarity index 100% rename from core/lib/Drupal/Core/Logger/LoggerChannelInterface.php rename to web/core/lib/Drupal/Core/Logger/LoggerChannelInterface.php diff --git a/core/lib/Drupal/Core/Logger/LoggerChannelTrait.php b/web/core/lib/Drupal/Core/Logger/LoggerChannelTrait.php similarity index 100% rename from core/lib/Drupal/Core/Logger/LoggerChannelTrait.php rename to web/core/lib/Drupal/Core/Logger/LoggerChannelTrait.php diff --git a/core/lib/Drupal/Core/Logger/RfcLogLevel.php b/web/core/lib/Drupal/Core/Logger/RfcLogLevel.php similarity index 100% rename from core/lib/Drupal/Core/Logger/RfcLogLevel.php rename to web/core/lib/Drupal/Core/Logger/RfcLogLevel.php diff --git a/core/lib/Drupal/Core/Logger/RfcLoggerTrait.php b/web/core/lib/Drupal/Core/Logger/RfcLoggerTrait.php similarity index 100% rename from core/lib/Drupal/Core/Logger/RfcLoggerTrait.php rename to web/core/lib/Drupal/Core/Logger/RfcLoggerTrait.php diff --git a/core/lib/Drupal/Core/Mail/MailFormatHelper.php b/web/core/lib/Drupal/Core/Mail/MailFormatHelper.php similarity index 100% rename from core/lib/Drupal/Core/Mail/MailFormatHelper.php rename to web/core/lib/Drupal/Core/Mail/MailFormatHelper.php diff --git a/core/lib/Drupal/Core/Mail/MailInterface.php b/web/core/lib/Drupal/Core/Mail/MailInterface.php similarity index 100% rename from core/lib/Drupal/Core/Mail/MailInterface.php rename to web/core/lib/Drupal/Core/Mail/MailInterface.php diff --git a/core/lib/Drupal/Core/Mail/MailManager.php b/web/core/lib/Drupal/Core/Mail/MailManager.php similarity index 100% rename from core/lib/Drupal/Core/Mail/MailManager.php rename to web/core/lib/Drupal/Core/Mail/MailManager.php diff --git a/core/lib/Drupal/Core/Mail/MailManagerInterface.php b/web/core/lib/Drupal/Core/Mail/MailManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Mail/MailManagerInterface.php rename to web/core/lib/Drupal/Core/Mail/MailManagerInterface.php diff --git a/core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php b/web/core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php similarity index 100% rename from core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php rename to web/core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php diff --git a/core/lib/Drupal/Core/Mail/Plugin/Mail/TestMailCollector.php b/web/core/lib/Drupal/Core/Mail/Plugin/Mail/TestMailCollector.php similarity index 100% rename from core/lib/Drupal/Core/Mail/Plugin/Mail/TestMailCollector.php rename to web/core/lib/Drupal/Core/Mail/Plugin/Mail/TestMailCollector.php diff --git a/core/lib/Drupal/Core/Menu/ContextualLinkDefault.php b/web/core/lib/Drupal/Core/Menu/ContextualLinkDefault.php similarity index 100% rename from core/lib/Drupal/Core/Menu/ContextualLinkDefault.php rename to web/core/lib/Drupal/Core/Menu/ContextualLinkDefault.php diff --git a/core/lib/Drupal/Core/Menu/ContextualLinkInterface.php b/web/core/lib/Drupal/Core/Menu/ContextualLinkInterface.php similarity index 100% rename from core/lib/Drupal/Core/Menu/ContextualLinkInterface.php rename to web/core/lib/Drupal/Core/Menu/ContextualLinkInterface.php diff --git a/core/lib/Drupal/Core/Menu/ContextualLinkManager.php b/web/core/lib/Drupal/Core/Menu/ContextualLinkManager.php similarity index 100% rename from core/lib/Drupal/Core/Menu/ContextualLinkManager.php rename to web/core/lib/Drupal/Core/Menu/ContextualLinkManager.php diff --git a/core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php b/web/core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php rename to web/core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php diff --git a/core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php b/web/core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php similarity index 100% rename from core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php rename to web/core/lib/Drupal/Core/Menu/DefaultMenuLinkTreeManipulators.php diff --git a/core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php b/web/core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php similarity index 100% rename from core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php rename to web/core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php diff --git a/core/lib/Drupal/Core/Menu/Form/MenuLinkFormInterface.php b/web/core/lib/Drupal/Core/Menu/Form/MenuLinkFormInterface.php similarity index 100% rename from core/lib/Drupal/Core/Menu/Form/MenuLinkFormInterface.php rename to web/core/lib/Drupal/Core/Menu/Form/MenuLinkFormInterface.php diff --git a/core/lib/Drupal/Core/Menu/InaccessibleMenuLink.php b/web/core/lib/Drupal/Core/Menu/InaccessibleMenuLink.php similarity index 100% rename from core/lib/Drupal/Core/Menu/InaccessibleMenuLink.php rename to web/core/lib/Drupal/Core/Menu/InaccessibleMenuLink.php diff --git a/core/lib/Drupal/Core/Menu/LocalActionDefault.php b/web/core/lib/Drupal/Core/Menu/LocalActionDefault.php similarity index 100% rename from core/lib/Drupal/Core/Menu/LocalActionDefault.php rename to web/core/lib/Drupal/Core/Menu/LocalActionDefault.php diff --git a/core/lib/Drupal/Core/Menu/LocalActionInterface.php b/web/core/lib/Drupal/Core/Menu/LocalActionInterface.php similarity index 100% rename from core/lib/Drupal/Core/Menu/LocalActionInterface.php rename to web/core/lib/Drupal/Core/Menu/LocalActionInterface.php diff --git a/core/lib/Drupal/Core/Menu/LocalActionManager.php b/web/core/lib/Drupal/Core/Menu/LocalActionManager.php similarity index 100% rename from core/lib/Drupal/Core/Menu/LocalActionManager.php rename to web/core/lib/Drupal/Core/Menu/LocalActionManager.php diff --git a/core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php b/web/core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php rename to web/core/lib/Drupal/Core/Menu/LocalActionManagerInterface.php diff --git a/core/lib/Drupal/Core/Menu/LocalTaskDefault.php b/web/core/lib/Drupal/Core/Menu/LocalTaskDefault.php similarity index 100% rename from core/lib/Drupal/Core/Menu/LocalTaskDefault.php rename to web/core/lib/Drupal/Core/Menu/LocalTaskDefault.php diff --git a/core/lib/Drupal/Core/Menu/LocalTaskInterface.php b/web/core/lib/Drupal/Core/Menu/LocalTaskInterface.php similarity index 100% rename from core/lib/Drupal/Core/Menu/LocalTaskInterface.php rename to web/core/lib/Drupal/Core/Menu/LocalTaskInterface.php diff --git a/core/lib/Drupal/Core/Menu/LocalTaskManager.php b/web/core/lib/Drupal/Core/Menu/LocalTaskManager.php similarity index 100% rename from core/lib/Drupal/Core/Menu/LocalTaskManager.php rename to web/core/lib/Drupal/Core/Menu/LocalTaskManager.php diff --git a/core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php b/web/core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php rename to web/core/lib/Drupal/Core/Menu/LocalTaskManagerInterface.php diff --git a/core/lib/Drupal/Core/Menu/MenuActiveTrail.php b/web/core/lib/Drupal/Core/Menu/MenuActiveTrail.php similarity index 100% rename from core/lib/Drupal/Core/Menu/MenuActiveTrail.php rename to web/core/lib/Drupal/Core/Menu/MenuActiveTrail.php diff --git a/core/lib/Drupal/Core/Menu/MenuActiveTrailInterface.php b/web/core/lib/Drupal/Core/Menu/MenuActiveTrailInterface.php similarity index 100% rename from core/lib/Drupal/Core/Menu/MenuActiveTrailInterface.php rename to web/core/lib/Drupal/Core/Menu/MenuActiveTrailInterface.php diff --git a/core/lib/Drupal/Core/Menu/MenuLinkBase.php b/web/core/lib/Drupal/Core/Menu/MenuLinkBase.php similarity index 100% rename from core/lib/Drupal/Core/Menu/MenuLinkBase.php rename to web/core/lib/Drupal/Core/Menu/MenuLinkBase.php diff --git a/core/lib/Drupal/Core/Menu/MenuLinkDefault.php b/web/core/lib/Drupal/Core/Menu/MenuLinkDefault.php similarity index 100% rename from core/lib/Drupal/Core/Menu/MenuLinkDefault.php rename to web/core/lib/Drupal/Core/Menu/MenuLinkDefault.php diff --git a/core/lib/Drupal/Core/Menu/MenuLinkInterface.php b/web/core/lib/Drupal/Core/Menu/MenuLinkInterface.php similarity index 100% rename from core/lib/Drupal/Core/Menu/MenuLinkInterface.php rename to web/core/lib/Drupal/Core/Menu/MenuLinkInterface.php diff --git a/core/lib/Drupal/Core/Menu/MenuLinkManager.php b/web/core/lib/Drupal/Core/Menu/MenuLinkManager.php similarity index 100% rename from core/lib/Drupal/Core/Menu/MenuLinkManager.php rename to web/core/lib/Drupal/Core/Menu/MenuLinkManager.php diff --git a/core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php b/web/core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php rename to web/core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php diff --git a/core/lib/Drupal/Core/Menu/MenuLinkTree.php b/web/core/lib/Drupal/Core/Menu/MenuLinkTree.php similarity index 100% rename from core/lib/Drupal/Core/Menu/MenuLinkTree.php rename to web/core/lib/Drupal/Core/Menu/MenuLinkTree.php diff --git a/core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php b/web/core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php similarity index 100% rename from core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php rename to web/core/lib/Drupal/Core/Menu/MenuLinkTreeElement.php diff --git a/core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php b/web/core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php similarity index 100% rename from core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php rename to web/core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php diff --git a/core/lib/Drupal/Core/Menu/MenuParentFormSelector.php b/web/core/lib/Drupal/Core/Menu/MenuParentFormSelector.php similarity index 100% rename from core/lib/Drupal/Core/Menu/MenuParentFormSelector.php rename to web/core/lib/Drupal/Core/Menu/MenuParentFormSelector.php diff --git a/core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php b/web/core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php similarity index 100% rename from core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php rename to web/core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php diff --git a/core/lib/Drupal/Core/Menu/MenuTreeParameters.php b/web/core/lib/Drupal/Core/Menu/MenuTreeParameters.php similarity index 100% rename from core/lib/Drupal/Core/Menu/MenuTreeParameters.php rename to web/core/lib/Drupal/Core/Menu/MenuTreeParameters.php diff --git a/core/lib/Drupal/Core/Menu/MenuTreeStorage.php b/web/core/lib/Drupal/Core/Menu/MenuTreeStorage.php similarity index 100% rename from core/lib/Drupal/Core/Menu/MenuTreeStorage.php rename to web/core/lib/Drupal/Core/Menu/MenuTreeStorage.php diff --git a/core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php b/web/core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php similarity index 100% rename from core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php rename to web/core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php diff --git a/core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php b/web/core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php similarity index 100% rename from core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php rename to web/core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php diff --git a/core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php b/web/core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php similarity index 100% rename from core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php rename to web/core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php diff --git a/core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php b/web/core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php similarity index 100% rename from core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php rename to web/core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php diff --git a/core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php b/web/core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php similarity index 100% rename from core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php rename to web/core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php diff --git a/core/lib/Drupal/Core/Menu/menu.api.php b/web/core/lib/Drupal/Core/Menu/menu.api.php similarity index 100% rename from core/lib/Drupal/Core/Menu/menu.api.php rename to web/core/lib/Drupal/Core/Menu/menu.api.php diff --git a/core/lib/Drupal/Core/Operations/OperationsProviderInterface.php b/web/core/lib/Drupal/Core/Operations/OperationsProviderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Operations/OperationsProviderInterface.php rename to web/core/lib/Drupal/Core/Operations/OperationsProviderInterface.php diff --git a/core/lib/Drupal/Core/PageCache/ChainRequestPolicy.php b/web/core/lib/Drupal/Core/PageCache/ChainRequestPolicy.php similarity index 100% rename from core/lib/Drupal/Core/PageCache/ChainRequestPolicy.php rename to web/core/lib/Drupal/Core/PageCache/ChainRequestPolicy.php diff --git a/core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php b/web/core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php similarity index 100% rename from core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php rename to web/core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php diff --git a/core/lib/Drupal/Core/PageCache/ChainResponsePolicy.php b/web/core/lib/Drupal/Core/PageCache/ChainResponsePolicy.php similarity index 100% rename from core/lib/Drupal/Core/PageCache/ChainResponsePolicy.php rename to web/core/lib/Drupal/Core/PageCache/ChainResponsePolicy.php diff --git a/core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php b/web/core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php similarity index 100% rename from core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php rename to web/core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php diff --git a/core/lib/Drupal/Core/PageCache/DefaultRequestPolicy.php b/web/core/lib/Drupal/Core/PageCache/DefaultRequestPolicy.php similarity index 100% rename from core/lib/Drupal/Core/PageCache/DefaultRequestPolicy.php rename to web/core/lib/Drupal/Core/PageCache/DefaultRequestPolicy.php diff --git a/core/lib/Drupal/Core/PageCache/RequestPolicy/CommandLineOrUnsafeMethod.php b/web/core/lib/Drupal/Core/PageCache/RequestPolicy/CommandLineOrUnsafeMethod.php similarity index 100% rename from core/lib/Drupal/Core/PageCache/RequestPolicy/CommandLineOrUnsafeMethod.php rename to web/core/lib/Drupal/Core/PageCache/RequestPolicy/CommandLineOrUnsafeMethod.php diff --git a/core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php b/web/core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php similarity index 100% rename from core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php rename to web/core/lib/Drupal/Core/PageCache/RequestPolicy/NoSessionOpen.php diff --git a/core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php b/web/core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php similarity index 100% rename from core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php rename to web/core/lib/Drupal/Core/PageCache/RequestPolicyInterface.php diff --git a/core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php b/web/core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php similarity index 100% rename from core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php rename to web/core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php diff --git a/core/lib/Drupal/Core/PageCache/ResponsePolicy/KillSwitch.php b/web/core/lib/Drupal/Core/PageCache/ResponsePolicy/KillSwitch.php similarity index 100% rename from core/lib/Drupal/Core/PageCache/ResponsePolicy/KillSwitch.php rename to web/core/lib/Drupal/Core/PageCache/ResponsePolicy/KillSwitch.php diff --git a/core/lib/Drupal/Core/PageCache/ResponsePolicy/NoServerError.php b/web/core/lib/Drupal/Core/PageCache/ResponsePolicy/NoServerError.php similarity index 100% rename from core/lib/Drupal/Core/PageCache/ResponsePolicy/NoServerError.php rename to web/core/lib/Drupal/Core/PageCache/ResponsePolicy/NoServerError.php diff --git a/core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php b/web/core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php similarity index 100% rename from core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php rename to web/core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php diff --git a/core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php b/web/core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php similarity index 100% rename from core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php rename to web/core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php diff --git a/core/lib/Drupal/Core/ParamConverter/EntityConverter.php b/web/core/lib/Drupal/Core/ParamConverter/EntityConverter.php similarity index 100% rename from core/lib/Drupal/Core/ParamConverter/EntityConverter.php rename to web/core/lib/Drupal/Core/ParamConverter/EntityConverter.php diff --git a/core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php b/web/core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php similarity index 100% rename from core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php rename to web/core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php diff --git a/core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php b/web/core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php similarity index 100% rename from core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php rename to web/core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php diff --git a/core/lib/Drupal/Core/ParamConverter/ParamConverterInterface.php b/web/core/lib/Drupal/Core/ParamConverter/ParamConverterInterface.php similarity index 100% rename from core/lib/Drupal/Core/ParamConverter/ParamConverterInterface.php rename to web/core/lib/Drupal/Core/ParamConverter/ParamConverterInterface.php diff --git a/core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php b/web/core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php similarity index 100% rename from core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php rename to web/core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php diff --git a/core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php b/web/core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php rename to web/core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php diff --git a/core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php b/web/core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php similarity index 100% rename from core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php rename to web/core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php diff --git a/core/lib/Drupal/Core/Password/PasswordInterface.php b/web/core/lib/Drupal/Core/Password/PasswordInterface.php similarity index 100% rename from core/lib/Drupal/Core/Password/PasswordInterface.php rename to web/core/lib/Drupal/Core/Password/PasswordInterface.php diff --git a/core/lib/Drupal/Core/Password/PhpassHashedPassword.php b/web/core/lib/Drupal/Core/Password/PhpassHashedPassword.php similarity index 100% rename from core/lib/Drupal/Core/Password/PhpassHashedPassword.php rename to web/core/lib/Drupal/Core/Password/PhpassHashedPassword.php diff --git a/core/lib/Drupal/Core/Path/AliasManager.php b/web/core/lib/Drupal/Core/Path/AliasManager.php similarity index 100% rename from core/lib/Drupal/Core/Path/AliasManager.php rename to web/core/lib/Drupal/Core/Path/AliasManager.php diff --git a/core/lib/Drupal/Core/Path/AliasManagerInterface.php b/web/core/lib/Drupal/Core/Path/AliasManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Path/AliasManagerInterface.php rename to web/core/lib/Drupal/Core/Path/AliasManagerInterface.php diff --git a/core/lib/Drupal/Core/Path/AliasStorage.php b/web/core/lib/Drupal/Core/Path/AliasStorage.php similarity index 100% rename from core/lib/Drupal/Core/Path/AliasStorage.php rename to web/core/lib/Drupal/Core/Path/AliasStorage.php diff --git a/core/lib/Drupal/Core/Path/AliasStorageInterface.php b/web/core/lib/Drupal/Core/Path/AliasStorageInterface.php similarity index 100% rename from core/lib/Drupal/Core/Path/AliasStorageInterface.php rename to web/core/lib/Drupal/Core/Path/AliasStorageInterface.php diff --git a/core/lib/Drupal/Core/Path/AliasWhitelist.php b/web/core/lib/Drupal/Core/Path/AliasWhitelist.php similarity index 100% rename from core/lib/Drupal/Core/Path/AliasWhitelist.php rename to web/core/lib/Drupal/Core/Path/AliasWhitelist.php diff --git a/core/lib/Drupal/Core/Path/AliasWhitelistInterface.php b/web/core/lib/Drupal/Core/Path/AliasWhitelistInterface.php similarity index 100% rename from core/lib/Drupal/Core/Path/AliasWhitelistInterface.php rename to web/core/lib/Drupal/Core/Path/AliasWhitelistInterface.php diff --git a/core/lib/Drupal/Core/Path/CurrentPathStack.php b/web/core/lib/Drupal/Core/Path/CurrentPathStack.php similarity index 100% rename from core/lib/Drupal/Core/Path/CurrentPathStack.php rename to web/core/lib/Drupal/Core/Path/CurrentPathStack.php diff --git a/core/lib/Drupal/Core/Path/PathMatcher.php b/web/core/lib/Drupal/Core/Path/PathMatcher.php similarity index 100% rename from core/lib/Drupal/Core/Path/PathMatcher.php rename to web/core/lib/Drupal/Core/Path/PathMatcher.php diff --git a/core/lib/Drupal/Core/Path/PathMatcherInterface.php b/web/core/lib/Drupal/Core/Path/PathMatcherInterface.php similarity index 100% rename from core/lib/Drupal/Core/Path/PathMatcherInterface.php rename to web/core/lib/Drupal/Core/Path/PathMatcherInterface.php diff --git a/core/lib/Drupal/Core/Path/PathValidator.php b/web/core/lib/Drupal/Core/Path/PathValidator.php similarity index 100% rename from core/lib/Drupal/Core/Path/PathValidator.php rename to web/core/lib/Drupal/Core/Path/PathValidator.php diff --git a/core/lib/Drupal/Core/Path/PathValidatorInterface.php b/web/core/lib/Drupal/Core/Path/PathValidatorInterface.php similarity index 100% rename from core/lib/Drupal/Core/Path/PathValidatorInterface.php rename to web/core/lib/Drupal/Core/Path/PathValidatorInterface.php diff --git a/core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php b/web/core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php similarity index 100% rename from core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php rename to web/core/lib/Drupal/Core/PathProcessor/InboundPathProcessorInterface.php diff --git a/core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php b/web/core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php similarity index 100% rename from core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php rename to web/core/lib/Drupal/Core/PathProcessor/NullPathProcessorManager.php diff --git a/core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php b/web/core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php similarity index 100% rename from core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php rename to web/core/lib/Drupal/Core/PathProcessor/OutboundPathProcessorInterface.php diff --git a/core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php b/web/core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php similarity index 100% rename from core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php rename to web/core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php diff --git a/core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php b/web/core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php similarity index 100% rename from core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php rename to web/core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php diff --git a/core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php b/web/core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php similarity index 100% rename from core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php rename to web/core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php diff --git a/core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php b/web/core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php similarity index 100% rename from core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php rename to web/core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php diff --git a/core/lib/Drupal/Core/PhpStorage/PhpStorageFactory.php b/web/core/lib/Drupal/Core/PhpStorage/PhpStorageFactory.php similarity index 100% rename from core/lib/Drupal/Core/PhpStorage/PhpStorageFactory.php rename to web/core/lib/Drupal/Core/PhpStorage/PhpStorageFactory.php diff --git a/core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php b/web/core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php rename to web/core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php diff --git a/core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php b/web/core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php rename to web/core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php diff --git a/core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php b/web/core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php rename to web/core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php diff --git a/core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php b/web/core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php rename to web/core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php diff --git a/core/lib/Drupal/Core/Plugin/Context/Context.php b/web/core/lib/Drupal/Core/Plugin/Context/Context.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Context/Context.php rename to web/core/lib/Drupal/Core/Plugin/Context/Context.php diff --git a/core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerInterface.php b/web/core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerInterface.php rename to web/core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerInterface.php diff --git a/core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerTrait.php b/web/core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerTrait.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerTrait.php rename to web/core/lib/Drupal/Core/Plugin/Context/ContextAwarePluginManagerTrait.php diff --git a/core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php b/web/core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php rename to web/core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php diff --git a/core/lib/Drupal/Core/Plugin/Context/ContextDefinitionInterface.php b/web/core/lib/Drupal/Core/Plugin/Context/ContextDefinitionInterface.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Context/ContextDefinitionInterface.php rename to web/core/lib/Drupal/Core/Plugin/Context/ContextDefinitionInterface.php diff --git a/core/lib/Drupal/Core/Plugin/Context/ContextHandler.php b/web/core/lib/Drupal/Core/Plugin/Context/ContextHandler.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Context/ContextHandler.php rename to web/core/lib/Drupal/Core/Plugin/Context/ContextHandler.php diff --git a/core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php b/web/core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php rename to web/core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php diff --git a/core/lib/Drupal/Core/Plugin/Context/ContextInterface.php b/web/core/lib/Drupal/Core/Plugin/Context/ContextInterface.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Context/ContextInterface.php rename to web/core/lib/Drupal/Core/Plugin/Context/ContextInterface.php diff --git a/core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php b/web/core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php rename to web/core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php diff --git a/core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php b/web/core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php rename to web/core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php diff --git a/core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php b/web/core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php rename to web/core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php diff --git a/core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php b/web/core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php rename to web/core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php diff --git a/core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php b/web/core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php rename to web/core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php diff --git a/core/lib/Drupal/Core/Plugin/ContextAwarePluginInterface.php b/web/core/lib/Drupal/Core/Plugin/ContextAwarePluginInterface.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/ContextAwarePluginInterface.php rename to web/core/lib/Drupal/Core/Plugin/ContextAwarePluginInterface.php diff --git a/core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php b/web/core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php rename to web/core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php diff --git a/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php b/web/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/DefaultPluginManager.php rename to web/core/lib/Drupal/Core/Plugin/DefaultPluginManager.php diff --git a/core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php b/web/core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php rename to web/core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php diff --git a/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php b/web/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php rename to web/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php diff --git a/core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php b/web/core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php rename to web/core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php diff --git a/core/lib/Drupal/Core/Plugin/Discovery/ContainerDeriverInterface.php b/web/core/lib/Drupal/Core/Plugin/Discovery/ContainerDeriverInterface.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Discovery/ContainerDeriverInterface.php rename to web/core/lib/Drupal/Core/Plugin/Discovery/ContainerDeriverInterface.php diff --git a/core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php b/web/core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php rename to web/core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php diff --git a/core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php b/web/core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php rename to web/core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php diff --git a/core/lib/Drupal/Core/Plugin/Discovery/YamlDirectoryDiscovery.php b/web/core/lib/Drupal/Core/Plugin/Discovery/YamlDirectoryDiscovery.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Discovery/YamlDirectoryDiscovery.php rename to web/core/lib/Drupal/Core/Plugin/Discovery/YamlDirectoryDiscovery.php diff --git a/core/lib/Drupal/Core/Plugin/Discovery/YamlDiscovery.php b/web/core/lib/Drupal/Core/Plugin/Discovery/YamlDiscovery.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Discovery/YamlDiscovery.php rename to web/core/lib/Drupal/Core/Plugin/Discovery/YamlDiscovery.php diff --git a/core/lib/Drupal/Core/Plugin/Discovery/YamlDiscoveryDecorator.php b/web/core/lib/Drupal/Core/Plugin/Discovery/YamlDiscoveryDecorator.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Discovery/YamlDiscoveryDecorator.php rename to web/core/lib/Drupal/Core/Plugin/Discovery/YamlDiscoveryDecorator.php diff --git a/core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php b/web/core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php rename to web/core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php diff --git a/core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php b/web/core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php rename to web/core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php diff --git a/core/lib/Drupal/Core/Plugin/PluginBase.php b/web/core/lib/Drupal/Core/Plugin/PluginBase.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/PluginBase.php rename to web/core/lib/Drupal/Core/Plugin/PluginBase.php diff --git a/core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php b/web/core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php rename to web/core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php diff --git a/core/lib/Drupal/Core/Plugin/PluginFormBase.php b/web/core/lib/Drupal/Core/Plugin/PluginFormBase.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/PluginFormBase.php rename to web/core/lib/Drupal/Core/Plugin/PluginFormBase.php diff --git a/core/lib/Drupal/Core/Plugin/PluginFormFactory.php b/web/core/lib/Drupal/Core/Plugin/PluginFormFactory.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/PluginFormFactory.php rename to web/core/lib/Drupal/Core/Plugin/PluginFormFactory.php diff --git a/core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php b/web/core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php rename to web/core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php diff --git a/core/lib/Drupal/Core/Plugin/PluginFormInterface.php b/web/core/lib/Drupal/Core/Plugin/PluginFormInterface.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/PluginFormInterface.php rename to web/core/lib/Drupal/Core/Plugin/PluginFormInterface.php diff --git a/core/lib/Drupal/Core/Plugin/PluginManagerPass.php b/web/core/lib/Drupal/Core/Plugin/PluginManagerPass.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/PluginManagerPass.php rename to web/core/lib/Drupal/Core/Plugin/PluginManagerPass.php diff --git a/core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php b/web/core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php rename to web/core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php diff --git a/core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php b/web/core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php similarity index 100% rename from core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php rename to web/core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php diff --git a/core/lib/Drupal/Core/PrivateKey.php b/web/core/lib/Drupal/Core/PrivateKey.php similarity index 100% rename from core/lib/Drupal/Core/PrivateKey.php rename to web/core/lib/Drupal/Core/PrivateKey.php diff --git a/core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php b/web/core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php similarity index 100% rename from core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php rename to web/core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php diff --git a/core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php b/web/core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php rename to web/core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php diff --git a/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php b/web/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php rename to web/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php diff --git a/core/lib/Drupal/Core/ProxyClass/Cron.php b/web/core/lib/Drupal/Core/ProxyClass/Cron.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/Cron.php rename to web/core/lib/Drupal/Core/ProxyClass/Cron.php diff --git a/core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php b/web/core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php rename to web/core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php diff --git a/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php b/web/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php rename to web/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php diff --git a/core/lib/Drupal/Core/ProxyClass/Extension/RequiredModuleUninstallValidator.php b/web/core/lib/Drupal/Core/ProxyClass/Extension/RequiredModuleUninstallValidator.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/Extension/RequiredModuleUninstallValidator.php rename to web/core/lib/Drupal/Core/ProxyClass/Extension/RequiredModuleUninstallValidator.php diff --git a/core/lib/Drupal/Core/ProxyClass/Field/FieldModuleUninstallValidator.php b/web/core/lib/Drupal/Core/ProxyClass/Field/FieldModuleUninstallValidator.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/Field/FieldModuleUninstallValidator.php rename to web/core/lib/Drupal/Core/ProxyClass/Field/FieldModuleUninstallValidator.php diff --git a/core/lib/Drupal/Core/ProxyClass/File/MimeType/ExtensionMimeTypeGuesser.php b/web/core/lib/Drupal/Core/ProxyClass/File/MimeType/ExtensionMimeTypeGuesser.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/File/MimeType/ExtensionMimeTypeGuesser.php rename to web/core/lib/Drupal/Core/ProxyClass/File/MimeType/ExtensionMimeTypeGuesser.php diff --git a/core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php b/web/core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php rename to web/core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php diff --git a/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php b/web/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php rename to web/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php diff --git a/core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php b/web/core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php rename to web/core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php diff --git a/core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php b/web/core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php rename to web/core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php diff --git a/core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php b/web/core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php rename to web/core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php diff --git a/core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php b/web/core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php rename to web/core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php diff --git a/core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php b/web/core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php rename to web/core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php diff --git a/core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php b/web/core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php rename to web/core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php diff --git a/core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php b/web/core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php rename to web/core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php diff --git a/core/lib/Drupal/Core/ProxyClass/Routing/RouteBuilder.php b/web/core/lib/Drupal/Core/ProxyClass/Routing/RouteBuilder.php similarity index 100% rename from core/lib/Drupal/Core/ProxyClass/Routing/RouteBuilder.php rename to web/core/lib/Drupal/Core/ProxyClass/Routing/RouteBuilder.php diff --git a/core/lib/Drupal/Core/Queue/Batch.php b/web/core/lib/Drupal/Core/Queue/Batch.php similarity index 100% rename from core/lib/Drupal/Core/Queue/Batch.php rename to web/core/lib/Drupal/Core/Queue/Batch.php diff --git a/core/lib/Drupal/Core/Queue/BatchMemory.php b/web/core/lib/Drupal/Core/Queue/BatchMemory.php similarity index 100% rename from core/lib/Drupal/Core/Queue/BatchMemory.php rename to web/core/lib/Drupal/Core/Queue/BatchMemory.php diff --git a/core/lib/Drupal/Core/Queue/DatabaseQueue.php b/web/core/lib/Drupal/Core/Queue/DatabaseQueue.php similarity index 100% rename from core/lib/Drupal/Core/Queue/DatabaseQueue.php rename to web/core/lib/Drupal/Core/Queue/DatabaseQueue.php diff --git a/core/lib/Drupal/Core/Queue/Memory.php b/web/core/lib/Drupal/Core/Queue/Memory.php similarity index 100% rename from core/lib/Drupal/Core/Queue/Memory.php rename to web/core/lib/Drupal/Core/Queue/Memory.php diff --git a/core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php b/web/core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php similarity index 100% rename from core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php rename to web/core/lib/Drupal/Core/Queue/QueueDatabaseFactory.php diff --git a/core/lib/Drupal/Core/Queue/QueueFactory.php b/web/core/lib/Drupal/Core/Queue/QueueFactory.php similarity index 100% rename from core/lib/Drupal/Core/Queue/QueueFactory.php rename to web/core/lib/Drupal/Core/Queue/QueueFactory.php diff --git a/core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php b/web/core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php similarity index 100% rename from core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php rename to web/core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php diff --git a/core/lib/Drupal/Core/Queue/QueueInterface.php b/web/core/lib/Drupal/Core/Queue/QueueInterface.php similarity index 100% rename from core/lib/Drupal/Core/Queue/QueueInterface.php rename to web/core/lib/Drupal/Core/Queue/QueueInterface.php diff --git a/core/lib/Drupal/Core/Queue/QueueWorkerBase.php b/web/core/lib/Drupal/Core/Queue/QueueWorkerBase.php similarity index 100% rename from core/lib/Drupal/Core/Queue/QueueWorkerBase.php rename to web/core/lib/Drupal/Core/Queue/QueueWorkerBase.php diff --git a/core/lib/Drupal/Core/Queue/QueueWorkerInterface.php b/web/core/lib/Drupal/Core/Queue/QueueWorkerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Queue/QueueWorkerInterface.php rename to web/core/lib/Drupal/Core/Queue/QueueWorkerInterface.php diff --git a/core/lib/Drupal/Core/Queue/QueueWorkerManager.php b/web/core/lib/Drupal/Core/Queue/QueueWorkerManager.php similarity index 100% rename from core/lib/Drupal/Core/Queue/QueueWorkerManager.php rename to web/core/lib/Drupal/Core/Queue/QueueWorkerManager.php diff --git a/core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php b/web/core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php rename to web/core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php diff --git a/core/lib/Drupal/Core/Queue/ReliableQueueInterface.php b/web/core/lib/Drupal/Core/Queue/ReliableQueueInterface.php similarity index 100% rename from core/lib/Drupal/Core/Queue/ReliableQueueInterface.php rename to web/core/lib/Drupal/Core/Queue/ReliableQueueInterface.php diff --git a/core/lib/Drupal/Core/Queue/RequeueException.php b/web/core/lib/Drupal/Core/Queue/RequeueException.php similarity index 100% rename from core/lib/Drupal/Core/Queue/RequeueException.php rename to web/core/lib/Drupal/Core/Queue/RequeueException.php diff --git a/core/lib/Drupal/Core/Queue/SuspendQueueException.php b/web/core/lib/Drupal/Core/Queue/SuspendQueueException.php similarity index 100% rename from core/lib/Drupal/Core/Queue/SuspendQueueException.php rename to web/core/lib/Drupal/Core/Queue/SuspendQueueException.php diff --git a/core/lib/Drupal/Core/README.txt b/web/core/lib/Drupal/Core/README.txt similarity index 100% rename from core/lib/Drupal/Core/README.txt rename to web/core/lib/Drupal/Core/README.txt diff --git a/core/lib/Drupal/Core/Render/Annotation/FormElement.php b/web/core/lib/Drupal/Core/Render/Annotation/FormElement.php similarity index 100% rename from core/lib/Drupal/Core/Render/Annotation/FormElement.php rename to web/core/lib/Drupal/Core/Render/Annotation/FormElement.php diff --git a/core/lib/Drupal/Core/Render/Annotation/RenderElement.php b/web/core/lib/Drupal/Core/Render/Annotation/RenderElement.php similarity index 100% rename from core/lib/Drupal/Core/Render/Annotation/RenderElement.php rename to web/core/lib/Drupal/Core/Render/Annotation/RenderElement.php diff --git a/core/lib/Drupal/Core/Render/AttachmentsInterface.php b/web/core/lib/Drupal/Core/Render/AttachmentsInterface.php similarity index 100% rename from core/lib/Drupal/Core/Render/AttachmentsInterface.php rename to web/core/lib/Drupal/Core/Render/AttachmentsInterface.php diff --git a/core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php b/web/core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php similarity index 100% rename from core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php rename to web/core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php diff --git a/core/lib/Drupal/Core/Render/AttachmentsTrait.php b/web/core/lib/Drupal/Core/Render/AttachmentsTrait.php similarity index 100% rename from core/lib/Drupal/Core/Render/AttachmentsTrait.php rename to web/core/lib/Drupal/Core/Render/AttachmentsTrait.php diff --git a/core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php b/web/core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php similarity index 100% rename from core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php rename to web/core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php diff --git a/core/lib/Drupal/Core/Render/BareHtmlPageRendererInterface.php b/web/core/lib/Drupal/Core/Render/BareHtmlPageRendererInterface.php similarity index 100% rename from core/lib/Drupal/Core/Render/BareHtmlPageRendererInterface.php rename to web/core/lib/Drupal/Core/Render/BareHtmlPageRendererInterface.php diff --git a/core/lib/Drupal/Core/Render/BubbleableMetadata.php b/web/core/lib/Drupal/Core/Render/BubbleableMetadata.php similarity index 100% rename from core/lib/Drupal/Core/Render/BubbleableMetadata.php rename to web/core/lib/Drupal/Core/Render/BubbleableMetadata.php diff --git a/core/lib/Drupal/Core/Render/Element.php b/web/core/lib/Drupal/Core/Render/Element.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element.php rename to web/core/lib/Drupal/Core/Render/Element.php diff --git a/core/lib/Drupal/Core/Render/Element/Actions.php b/web/core/lib/Drupal/Core/Render/Element/Actions.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Actions.php rename to web/core/lib/Drupal/Core/Render/Element/Actions.php diff --git a/core/lib/Drupal/Core/Render/Element/Ajax.php b/web/core/lib/Drupal/Core/Render/Element/Ajax.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Ajax.php rename to web/core/lib/Drupal/Core/Render/Element/Ajax.php diff --git a/core/lib/Drupal/Core/Render/Element/Button.php b/web/core/lib/Drupal/Core/Render/Element/Button.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Button.php rename to web/core/lib/Drupal/Core/Render/Element/Button.php diff --git a/core/lib/Drupal/Core/Render/Element/Checkbox.php b/web/core/lib/Drupal/Core/Render/Element/Checkbox.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Checkbox.php rename to web/core/lib/Drupal/Core/Render/Element/Checkbox.php diff --git a/core/lib/Drupal/Core/Render/Element/Checkboxes.php b/web/core/lib/Drupal/Core/Render/Element/Checkboxes.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Checkboxes.php rename to web/core/lib/Drupal/Core/Render/Element/Checkboxes.php diff --git a/core/lib/Drupal/Core/Render/Element/Color.php b/web/core/lib/Drupal/Core/Render/Element/Color.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Color.php rename to web/core/lib/Drupal/Core/Render/Element/Color.php diff --git a/core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php b/web/core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php rename to web/core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php diff --git a/core/lib/Drupal/Core/Render/Element/Container.php b/web/core/lib/Drupal/Core/Render/Element/Container.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Container.php rename to web/core/lib/Drupal/Core/Render/Element/Container.php diff --git a/core/lib/Drupal/Core/Render/Element/Date.php b/web/core/lib/Drupal/Core/Render/Element/Date.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Date.php rename to web/core/lib/Drupal/Core/Render/Element/Date.php diff --git a/core/lib/Drupal/Core/Render/Element/Details.php b/web/core/lib/Drupal/Core/Render/Element/Details.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Details.php rename to web/core/lib/Drupal/Core/Render/Element/Details.php diff --git a/core/lib/Drupal/Core/Render/Element/Dropbutton.php b/web/core/lib/Drupal/Core/Render/Element/Dropbutton.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Dropbutton.php rename to web/core/lib/Drupal/Core/Render/Element/Dropbutton.php diff --git a/core/lib/Drupal/Core/Render/Element/ElementInterface.php b/web/core/lib/Drupal/Core/Render/Element/ElementInterface.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/ElementInterface.php rename to web/core/lib/Drupal/Core/Render/Element/ElementInterface.php diff --git a/core/lib/Drupal/Core/Render/Element/Email.php b/web/core/lib/Drupal/Core/Render/Element/Email.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Email.php rename to web/core/lib/Drupal/Core/Render/Element/Email.php diff --git a/core/lib/Drupal/Core/Render/Element/Fieldgroup.php b/web/core/lib/Drupal/Core/Render/Element/Fieldgroup.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Fieldgroup.php rename to web/core/lib/Drupal/Core/Render/Element/Fieldgroup.php diff --git a/core/lib/Drupal/Core/Render/Element/Fieldset.php b/web/core/lib/Drupal/Core/Render/Element/Fieldset.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Fieldset.php rename to web/core/lib/Drupal/Core/Render/Element/Fieldset.php diff --git a/core/lib/Drupal/Core/Render/Element/File.php b/web/core/lib/Drupal/Core/Render/Element/File.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/File.php rename to web/core/lib/Drupal/Core/Render/Element/File.php diff --git a/core/lib/Drupal/Core/Render/Element/Form.php b/web/core/lib/Drupal/Core/Render/Element/Form.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Form.php rename to web/core/lib/Drupal/Core/Render/Element/Form.php diff --git a/core/lib/Drupal/Core/Render/Element/FormElement.php b/web/core/lib/Drupal/Core/Render/Element/FormElement.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/FormElement.php rename to web/core/lib/Drupal/Core/Render/Element/FormElement.php diff --git a/core/lib/Drupal/Core/Render/Element/FormElementInterface.php b/web/core/lib/Drupal/Core/Render/Element/FormElementInterface.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/FormElementInterface.php rename to web/core/lib/Drupal/Core/Render/Element/FormElementInterface.php diff --git a/core/lib/Drupal/Core/Render/Element/Hidden.php b/web/core/lib/Drupal/Core/Render/Element/Hidden.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Hidden.php rename to web/core/lib/Drupal/Core/Render/Element/Hidden.php diff --git a/core/lib/Drupal/Core/Render/Element/Html.php b/web/core/lib/Drupal/Core/Render/Element/Html.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Html.php rename to web/core/lib/Drupal/Core/Render/Element/Html.php diff --git a/core/lib/Drupal/Core/Render/Element/HtmlTag.php b/web/core/lib/Drupal/Core/Render/Element/HtmlTag.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/HtmlTag.php rename to web/core/lib/Drupal/Core/Render/Element/HtmlTag.php diff --git a/core/lib/Drupal/Core/Render/Element/ImageButton.php b/web/core/lib/Drupal/Core/Render/Element/ImageButton.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/ImageButton.php rename to web/core/lib/Drupal/Core/Render/Element/ImageButton.php diff --git a/core/lib/Drupal/Core/Render/Element/InlineTemplate.php b/web/core/lib/Drupal/Core/Render/Element/InlineTemplate.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/InlineTemplate.php rename to web/core/lib/Drupal/Core/Render/Element/InlineTemplate.php diff --git a/core/lib/Drupal/Core/Render/Element/Item.php b/web/core/lib/Drupal/Core/Render/Element/Item.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Item.php rename to web/core/lib/Drupal/Core/Render/Element/Item.php diff --git a/core/lib/Drupal/Core/Render/Element/Label.php b/web/core/lib/Drupal/Core/Render/Element/Label.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Label.php rename to web/core/lib/Drupal/Core/Render/Element/Label.php diff --git a/core/lib/Drupal/Core/Render/Element/LanguageSelect.php b/web/core/lib/Drupal/Core/Render/Element/LanguageSelect.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/LanguageSelect.php rename to web/core/lib/Drupal/Core/Render/Element/LanguageSelect.php diff --git a/core/lib/Drupal/Core/Render/Element/Link.php b/web/core/lib/Drupal/Core/Render/Element/Link.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Link.php rename to web/core/lib/Drupal/Core/Render/Element/Link.php diff --git a/core/lib/Drupal/Core/Render/Element/MachineName.php b/web/core/lib/Drupal/Core/Render/Element/MachineName.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/MachineName.php rename to web/core/lib/Drupal/Core/Render/Element/MachineName.php diff --git a/core/lib/Drupal/Core/Render/Element/MoreLink.php b/web/core/lib/Drupal/Core/Render/Element/MoreLink.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/MoreLink.php rename to web/core/lib/Drupal/Core/Render/Element/MoreLink.php diff --git a/core/lib/Drupal/Core/Render/Element/Number.php b/web/core/lib/Drupal/Core/Render/Element/Number.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Number.php rename to web/core/lib/Drupal/Core/Render/Element/Number.php diff --git a/core/lib/Drupal/Core/Render/Element/Operations.php b/web/core/lib/Drupal/Core/Render/Element/Operations.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Operations.php rename to web/core/lib/Drupal/Core/Render/Element/Operations.php diff --git a/core/lib/Drupal/Core/Render/Element/Page.php b/web/core/lib/Drupal/Core/Render/Element/Page.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Page.php rename to web/core/lib/Drupal/Core/Render/Element/Page.php diff --git a/core/lib/Drupal/Core/Render/Element/PageTitle.php b/web/core/lib/Drupal/Core/Render/Element/PageTitle.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/PageTitle.php rename to web/core/lib/Drupal/Core/Render/Element/PageTitle.php diff --git a/core/lib/Drupal/Core/Render/Element/Pager.php b/web/core/lib/Drupal/Core/Render/Element/Pager.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Pager.php rename to web/core/lib/Drupal/Core/Render/Element/Pager.php diff --git a/core/lib/Drupal/Core/Render/Element/Password.php b/web/core/lib/Drupal/Core/Render/Element/Password.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Password.php rename to web/core/lib/Drupal/Core/Render/Element/Password.php diff --git a/core/lib/Drupal/Core/Render/Element/PasswordConfirm.php b/web/core/lib/Drupal/Core/Render/Element/PasswordConfirm.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/PasswordConfirm.php rename to web/core/lib/Drupal/Core/Render/Element/PasswordConfirm.php diff --git a/core/lib/Drupal/Core/Render/Element/PathElement.php b/web/core/lib/Drupal/Core/Render/Element/PathElement.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/PathElement.php rename to web/core/lib/Drupal/Core/Render/Element/PathElement.php diff --git a/core/lib/Drupal/Core/Render/Element/Radio.php b/web/core/lib/Drupal/Core/Render/Element/Radio.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Radio.php rename to web/core/lib/Drupal/Core/Render/Element/Radio.php diff --git a/core/lib/Drupal/Core/Render/Element/Radios.php b/web/core/lib/Drupal/Core/Render/Element/Radios.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Radios.php rename to web/core/lib/Drupal/Core/Render/Element/Radios.php diff --git a/core/lib/Drupal/Core/Render/Element/Range.php b/web/core/lib/Drupal/Core/Render/Element/Range.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Range.php rename to web/core/lib/Drupal/Core/Render/Element/Range.php diff --git a/core/lib/Drupal/Core/Render/Element/RenderElement.php b/web/core/lib/Drupal/Core/Render/Element/RenderElement.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/RenderElement.php rename to web/core/lib/Drupal/Core/Render/Element/RenderElement.php diff --git a/core/lib/Drupal/Core/Render/Element/Search.php b/web/core/lib/Drupal/Core/Render/Element/Search.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Search.php rename to web/core/lib/Drupal/Core/Render/Element/Search.php diff --git a/core/lib/Drupal/Core/Render/Element/Select.php b/web/core/lib/Drupal/Core/Render/Element/Select.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Select.php rename to web/core/lib/Drupal/Core/Render/Element/Select.php diff --git a/core/lib/Drupal/Core/Render/Element/StatusMessages.php b/web/core/lib/Drupal/Core/Render/Element/StatusMessages.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/StatusMessages.php rename to web/core/lib/Drupal/Core/Render/Element/StatusMessages.php diff --git a/core/lib/Drupal/Core/Render/Element/Submit.php b/web/core/lib/Drupal/Core/Render/Element/Submit.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Submit.php rename to web/core/lib/Drupal/Core/Render/Element/Submit.php diff --git a/core/lib/Drupal/Core/Render/Element/SystemCompactLink.php b/web/core/lib/Drupal/Core/Render/Element/SystemCompactLink.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/SystemCompactLink.php rename to web/core/lib/Drupal/Core/Render/Element/SystemCompactLink.php diff --git a/core/lib/Drupal/Core/Render/Element/Table.php b/web/core/lib/Drupal/Core/Render/Element/Table.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Table.php rename to web/core/lib/Drupal/Core/Render/Element/Table.php diff --git a/core/lib/Drupal/Core/Render/Element/Tableselect.php b/web/core/lib/Drupal/Core/Render/Element/Tableselect.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Tableselect.php rename to web/core/lib/Drupal/Core/Render/Element/Tableselect.php diff --git a/core/lib/Drupal/Core/Render/Element/Tel.php b/web/core/lib/Drupal/Core/Render/Element/Tel.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Tel.php rename to web/core/lib/Drupal/Core/Render/Element/Tel.php diff --git a/core/lib/Drupal/Core/Render/Element/Textarea.php b/web/core/lib/Drupal/Core/Render/Element/Textarea.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Textarea.php rename to web/core/lib/Drupal/Core/Render/Element/Textarea.php diff --git a/core/lib/Drupal/Core/Render/Element/Textfield.php b/web/core/lib/Drupal/Core/Render/Element/Textfield.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Textfield.php rename to web/core/lib/Drupal/Core/Render/Element/Textfield.php diff --git a/core/lib/Drupal/Core/Render/Element/Token.php b/web/core/lib/Drupal/Core/Render/Element/Token.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Token.php rename to web/core/lib/Drupal/Core/Render/Element/Token.php diff --git a/core/lib/Drupal/Core/Render/Element/Url.php b/web/core/lib/Drupal/Core/Render/Element/Url.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Url.php rename to web/core/lib/Drupal/Core/Render/Element/Url.php diff --git a/core/lib/Drupal/Core/Render/Element/Value.php b/web/core/lib/Drupal/Core/Render/Element/Value.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Value.php rename to web/core/lib/Drupal/Core/Render/Element/Value.php diff --git a/core/lib/Drupal/Core/Render/Element/VerticalTabs.php b/web/core/lib/Drupal/Core/Render/Element/VerticalTabs.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/VerticalTabs.php rename to web/core/lib/Drupal/Core/Render/Element/VerticalTabs.php diff --git a/core/lib/Drupal/Core/Render/Element/Weight.php b/web/core/lib/Drupal/Core/Render/Element/Weight.php similarity index 100% rename from core/lib/Drupal/Core/Render/Element/Weight.php rename to web/core/lib/Drupal/Core/Render/Element/Weight.php diff --git a/core/lib/Drupal/Core/Render/ElementInfoManager.php b/web/core/lib/Drupal/Core/Render/ElementInfoManager.php similarity index 100% rename from core/lib/Drupal/Core/Render/ElementInfoManager.php rename to web/core/lib/Drupal/Core/Render/ElementInfoManager.php diff --git a/core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php b/web/core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php rename to web/core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php diff --git a/core/lib/Drupal/Core/Render/HtmlResponse.php b/web/core/lib/Drupal/Core/Render/HtmlResponse.php similarity index 100% rename from core/lib/Drupal/Core/Render/HtmlResponse.php rename to web/core/lib/Drupal/Core/Render/HtmlResponse.php diff --git a/core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php b/web/core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php similarity index 100% rename from core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php rename to web/core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php diff --git a/core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php b/web/core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php similarity index 100% rename from core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php rename to web/core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php diff --git a/core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php b/web/core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php similarity index 100% rename from core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php rename to web/core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php diff --git a/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php b/web/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php similarity index 100% rename from core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php rename to web/core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php diff --git a/core/lib/Drupal/Core/Render/MainContent/MainContentRendererInterface.php b/web/core/lib/Drupal/Core/Render/MainContent/MainContentRendererInterface.php similarity index 100% rename from core/lib/Drupal/Core/Render/MainContent/MainContentRendererInterface.php rename to web/core/lib/Drupal/Core/Render/MainContent/MainContentRendererInterface.php diff --git a/core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php b/web/core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php similarity index 100% rename from core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php rename to web/core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php diff --git a/core/lib/Drupal/Core/Render/MainContent/ModalRenderer.php b/web/core/lib/Drupal/Core/Render/MainContent/ModalRenderer.php similarity index 100% rename from core/lib/Drupal/Core/Render/MainContent/ModalRenderer.php rename to web/core/lib/Drupal/Core/Render/MainContent/ModalRenderer.php diff --git a/core/lib/Drupal/Core/Render/Markup.php b/web/core/lib/Drupal/Core/Render/Markup.php similarity index 100% rename from core/lib/Drupal/Core/Render/Markup.php rename to web/core/lib/Drupal/Core/Render/Markup.php diff --git a/core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php b/web/core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php similarity index 100% rename from core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php rename to web/core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php diff --git a/core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php b/web/core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php similarity index 100% rename from core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php rename to web/core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php diff --git a/core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php b/web/core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php similarity index 100% rename from core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php rename to web/core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php diff --git a/core/lib/Drupal/Core/Render/Placeholder/PlaceholderStrategyInterface.php b/web/core/lib/Drupal/Core/Render/Placeholder/PlaceholderStrategyInterface.php similarity index 100% rename from core/lib/Drupal/Core/Render/Placeholder/PlaceholderStrategyInterface.php rename to web/core/lib/Drupal/Core/Render/Placeholder/PlaceholderStrategyInterface.php diff --git a/core/lib/Drupal/Core/Render/Placeholder/SingleFlushStrategy.php b/web/core/lib/Drupal/Core/Render/Placeholder/SingleFlushStrategy.php similarity index 100% rename from core/lib/Drupal/Core/Render/Placeholder/SingleFlushStrategy.php rename to web/core/lib/Drupal/Core/Render/Placeholder/SingleFlushStrategy.php diff --git a/core/lib/Drupal/Core/Render/PlaceholderGenerator.php b/web/core/lib/Drupal/Core/Render/PlaceholderGenerator.php similarity index 100% rename from core/lib/Drupal/Core/Render/PlaceholderGenerator.php rename to web/core/lib/Drupal/Core/Render/PlaceholderGenerator.php diff --git a/core/lib/Drupal/Core/Render/PlaceholderGeneratorInterface.php b/web/core/lib/Drupal/Core/Render/PlaceholderGeneratorInterface.php similarity index 100% rename from core/lib/Drupal/Core/Render/PlaceholderGeneratorInterface.php rename to web/core/lib/Drupal/Core/Render/PlaceholderGeneratorInterface.php diff --git a/core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php b/web/core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php similarity index 100% rename from core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php rename to web/core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php diff --git a/core/lib/Drupal/Core/Render/Plugin/DisplayVariant/SimplePageVariant.php b/web/core/lib/Drupal/Core/Render/Plugin/DisplayVariant/SimplePageVariant.php similarity index 100% rename from core/lib/Drupal/Core/Render/Plugin/DisplayVariant/SimplePageVariant.php rename to web/core/lib/Drupal/Core/Render/Plugin/DisplayVariant/SimplePageVariant.php diff --git a/core/lib/Drupal/Core/Render/RenderCache.php b/web/core/lib/Drupal/Core/Render/RenderCache.php similarity index 100% rename from core/lib/Drupal/Core/Render/RenderCache.php rename to web/core/lib/Drupal/Core/Render/RenderCache.php diff --git a/core/lib/Drupal/Core/Render/RenderCacheInterface.php b/web/core/lib/Drupal/Core/Render/RenderCacheInterface.php similarity index 100% rename from core/lib/Drupal/Core/Render/RenderCacheInterface.php rename to web/core/lib/Drupal/Core/Render/RenderCacheInterface.php diff --git a/core/lib/Drupal/Core/Render/RenderContext.php b/web/core/lib/Drupal/Core/Render/RenderContext.php similarity index 100% rename from core/lib/Drupal/Core/Render/RenderContext.php rename to web/core/lib/Drupal/Core/Render/RenderContext.php diff --git a/core/lib/Drupal/Core/Render/RenderEvents.php b/web/core/lib/Drupal/Core/Render/RenderEvents.php similarity index 100% rename from core/lib/Drupal/Core/Render/RenderEvents.php rename to web/core/lib/Drupal/Core/Render/RenderEvents.php diff --git a/core/lib/Drupal/Core/Render/RenderableInterface.php b/web/core/lib/Drupal/Core/Render/RenderableInterface.php similarity index 100% rename from core/lib/Drupal/Core/Render/RenderableInterface.php rename to web/core/lib/Drupal/Core/Render/RenderableInterface.php diff --git a/core/lib/Drupal/Core/Render/Renderer.php b/web/core/lib/Drupal/Core/Render/Renderer.php similarity index 100% rename from core/lib/Drupal/Core/Render/Renderer.php rename to web/core/lib/Drupal/Core/Render/Renderer.php diff --git a/core/lib/Drupal/Core/Render/RendererInterface.php b/web/core/lib/Drupal/Core/Render/RendererInterface.php similarity index 100% rename from core/lib/Drupal/Core/Render/RendererInterface.php rename to web/core/lib/Drupal/Core/Render/RendererInterface.php diff --git a/core/lib/Drupal/Core/Render/theme.api.php b/web/core/lib/Drupal/Core/Render/theme.api.php similarity index 100% rename from core/lib/Drupal/Core/Render/theme.api.php rename to web/core/lib/Drupal/Core/Render/theme.api.php diff --git a/core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php b/web/core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php similarity index 100% rename from core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php rename to web/core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php diff --git a/core/lib/Drupal/Core/RouteProcessor/RouteProcessorCurrent.php b/web/core/lib/Drupal/Core/RouteProcessor/RouteProcessorCurrent.php similarity index 100% rename from core/lib/Drupal/Core/RouteProcessor/RouteProcessorCurrent.php rename to web/core/lib/Drupal/Core/RouteProcessor/RouteProcessorCurrent.php diff --git a/core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php b/web/core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php similarity index 100% rename from core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php rename to web/core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php diff --git a/core/lib/Drupal/Core/Routing/Access/AccessInterface.php b/web/core/lib/Drupal/Core/Routing/Access/AccessInterface.php similarity index 100% rename from core/lib/Drupal/Core/Routing/Access/AccessInterface.php rename to web/core/lib/Drupal/Core/Routing/Access/AccessInterface.php diff --git a/core/lib/Drupal/Core/Routing/AccessAwareRouter.php b/web/core/lib/Drupal/Core/Routing/AccessAwareRouter.php similarity index 100% rename from core/lib/Drupal/Core/Routing/AccessAwareRouter.php rename to web/core/lib/Drupal/Core/Routing/AccessAwareRouter.php diff --git a/core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php b/web/core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php similarity index 100% rename from core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php rename to web/core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php diff --git a/core/lib/Drupal/Core/Routing/AdminContext.php b/web/core/lib/Drupal/Core/Routing/AdminContext.php similarity index 100% rename from core/lib/Drupal/Core/Routing/AdminContext.php rename to web/core/lib/Drupal/Core/Routing/AdminContext.php diff --git a/core/lib/Drupal/Core/Routing/CacheableSecuredRedirectResponse.php b/web/core/lib/Drupal/Core/Routing/CacheableSecuredRedirectResponse.php similarity index 100% rename from core/lib/Drupal/Core/Routing/CacheableSecuredRedirectResponse.php rename to web/core/lib/Drupal/Core/Routing/CacheableSecuredRedirectResponse.php diff --git a/core/lib/Drupal/Core/Routing/CompiledRoute.php b/web/core/lib/Drupal/Core/Routing/CompiledRoute.php similarity index 100% rename from core/lib/Drupal/Core/Routing/CompiledRoute.php rename to web/core/lib/Drupal/Core/Routing/CompiledRoute.php diff --git a/core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php b/web/core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php similarity index 100% rename from core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php rename to web/core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php diff --git a/core/lib/Drupal/Core/Routing/CurrentRouteMatch.php b/web/core/lib/Drupal/Core/Routing/CurrentRouteMatch.php similarity index 100% rename from core/lib/Drupal/Core/Routing/CurrentRouteMatch.php rename to web/core/lib/Drupal/Core/Routing/CurrentRouteMatch.php diff --git a/core/lib/Drupal/Core/Routing/Enhancer/EntityRevisionRouteEnhancer.php b/web/core/lib/Drupal/Core/Routing/Enhancer/EntityRevisionRouteEnhancer.php similarity index 100% rename from core/lib/Drupal/Core/Routing/Enhancer/EntityRevisionRouteEnhancer.php rename to web/core/lib/Drupal/Core/Routing/Enhancer/EntityRevisionRouteEnhancer.php diff --git a/core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php b/web/core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php similarity index 100% rename from core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php rename to web/core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php diff --git a/core/lib/Drupal/Core/Routing/Enhancer/ParamConversionEnhancer.php b/web/core/lib/Drupal/Core/Routing/Enhancer/ParamConversionEnhancer.php similarity index 100% rename from core/lib/Drupal/Core/Routing/Enhancer/ParamConversionEnhancer.php rename to web/core/lib/Drupal/Core/Routing/Enhancer/ParamConversionEnhancer.php diff --git a/core/lib/Drupal/Core/Routing/Enhancer/RouteEnhancerInterface.php b/web/core/lib/Drupal/Core/Routing/Enhancer/RouteEnhancerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Routing/Enhancer/RouteEnhancerInterface.php rename to web/core/lib/Drupal/Core/Routing/Enhancer/RouteEnhancerInterface.php diff --git a/core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php b/web/core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php similarity index 100% rename from core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php rename to web/core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php diff --git a/core/lib/Drupal/Core/Routing/LazyRouteEnhancer.php b/web/core/lib/Drupal/Core/Routing/LazyRouteEnhancer.php similarity index 100% rename from core/lib/Drupal/Core/Routing/LazyRouteEnhancer.php rename to web/core/lib/Drupal/Core/Routing/LazyRouteEnhancer.php diff --git a/core/lib/Drupal/Core/Routing/LazyRouteFilter.php b/web/core/lib/Drupal/Core/Routing/LazyRouteFilter.php similarity index 100% rename from core/lib/Drupal/Core/Routing/LazyRouteFilter.php rename to web/core/lib/Drupal/Core/Routing/LazyRouteFilter.php diff --git a/core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php b/web/core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php similarity index 100% rename from core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php rename to web/core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php diff --git a/core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php b/web/core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php similarity index 100% rename from core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php rename to web/core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php diff --git a/core/lib/Drupal/Core/Routing/LocalRedirectResponse.php b/web/core/lib/Drupal/Core/Routing/LocalRedirectResponse.php similarity index 100% rename from core/lib/Drupal/Core/Routing/LocalRedirectResponse.php rename to web/core/lib/Drupal/Core/Routing/LocalRedirectResponse.php diff --git a/core/lib/Drupal/Core/Routing/MatcherDumper.php b/web/core/lib/Drupal/Core/Routing/MatcherDumper.php similarity index 100% rename from core/lib/Drupal/Core/Routing/MatcherDumper.php rename to web/core/lib/Drupal/Core/Routing/MatcherDumper.php diff --git a/core/lib/Drupal/Core/Routing/MatcherDumperInterface.php b/web/core/lib/Drupal/Core/Routing/MatcherDumperInterface.php similarity index 100% rename from core/lib/Drupal/Core/Routing/MatcherDumperInterface.php rename to web/core/lib/Drupal/Core/Routing/MatcherDumperInterface.php diff --git a/core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php b/web/core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php similarity index 100% rename from core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php rename to web/core/lib/Drupal/Core/Routing/MatchingRouteNotFoundException.php diff --git a/core/lib/Drupal/Core/Routing/MethodFilter.php b/web/core/lib/Drupal/Core/Routing/MethodFilter.php similarity index 100% rename from core/lib/Drupal/Core/Routing/MethodFilter.php rename to web/core/lib/Drupal/Core/Routing/MethodFilter.php diff --git a/core/lib/Drupal/Core/Routing/NullGenerator.php b/web/core/lib/Drupal/Core/Routing/NullGenerator.php similarity index 100% rename from core/lib/Drupal/Core/Routing/NullGenerator.php rename to web/core/lib/Drupal/Core/Routing/NullGenerator.php diff --git a/core/lib/Drupal/Core/Routing/NullMatcherDumper.php b/web/core/lib/Drupal/Core/Routing/NullMatcherDumper.php similarity index 100% rename from core/lib/Drupal/Core/Routing/NullMatcherDumper.php rename to web/core/lib/Drupal/Core/Routing/NullMatcherDumper.php diff --git a/core/lib/Drupal/Core/Routing/NullRouteMatch.php b/web/core/lib/Drupal/Core/Routing/NullRouteMatch.php similarity index 100% rename from core/lib/Drupal/Core/Routing/NullRouteMatch.php rename to web/core/lib/Drupal/Core/Routing/NullRouteMatch.php diff --git a/core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php b/web/core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php rename to web/core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php diff --git a/core/lib/Drupal/Core/Routing/RedirectDestination.php b/web/core/lib/Drupal/Core/Routing/RedirectDestination.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RedirectDestination.php rename to web/core/lib/Drupal/Core/Routing/RedirectDestination.php diff --git a/core/lib/Drupal/Core/Routing/RedirectDestinationInterface.php b/web/core/lib/Drupal/Core/Routing/RedirectDestinationInterface.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RedirectDestinationInterface.php rename to web/core/lib/Drupal/Core/Routing/RedirectDestinationInterface.php diff --git a/core/lib/Drupal/Core/Routing/RedirectDestinationTrait.php b/web/core/lib/Drupal/Core/Routing/RedirectDestinationTrait.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RedirectDestinationTrait.php rename to web/core/lib/Drupal/Core/Routing/RedirectDestinationTrait.php diff --git a/core/lib/Drupal/Core/Routing/RequestContext.php b/web/core/lib/Drupal/Core/Routing/RequestContext.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RequestContext.php rename to web/core/lib/Drupal/Core/Routing/RequestContext.php diff --git a/core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php b/web/core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php rename to web/core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php diff --git a/core/lib/Drupal/Core/Routing/RequestHelper.php b/web/core/lib/Drupal/Core/Routing/RequestHelper.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RequestHelper.php rename to web/core/lib/Drupal/Core/Routing/RequestHelper.php diff --git a/core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php b/web/core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php similarity index 100% rename from core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php rename to web/core/lib/Drupal/Core/Routing/ResettableStackedRouteMatchInterface.php diff --git a/core/lib/Drupal/Core/Routing/RouteBuildEvent.php b/web/core/lib/Drupal/Core/Routing/RouteBuildEvent.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RouteBuildEvent.php rename to web/core/lib/Drupal/Core/Routing/RouteBuildEvent.php diff --git a/core/lib/Drupal/Core/Routing/RouteBuilder.php b/web/core/lib/Drupal/Core/Routing/RouteBuilder.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RouteBuilder.php rename to web/core/lib/Drupal/Core/Routing/RouteBuilder.php diff --git a/core/lib/Drupal/Core/Routing/RouteBuilderInterface.php b/web/core/lib/Drupal/Core/Routing/RouteBuilderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RouteBuilderInterface.php rename to web/core/lib/Drupal/Core/Routing/RouteBuilderInterface.php diff --git a/core/lib/Drupal/Core/Routing/RouteCompiler.php b/web/core/lib/Drupal/Core/Routing/RouteCompiler.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RouteCompiler.php rename to web/core/lib/Drupal/Core/Routing/RouteCompiler.php diff --git a/core/lib/Drupal/Core/Routing/RouteFilterInterface.php b/web/core/lib/Drupal/Core/Routing/RouteFilterInterface.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RouteFilterInterface.php rename to web/core/lib/Drupal/Core/Routing/RouteFilterInterface.php diff --git a/core/lib/Drupal/Core/Routing/RouteMatch.php b/web/core/lib/Drupal/Core/Routing/RouteMatch.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RouteMatch.php rename to web/core/lib/Drupal/Core/Routing/RouteMatch.php diff --git a/core/lib/Drupal/Core/Routing/RouteMatchInterface.php b/web/core/lib/Drupal/Core/Routing/RouteMatchInterface.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RouteMatchInterface.php rename to web/core/lib/Drupal/Core/Routing/RouteMatchInterface.php diff --git a/core/lib/Drupal/Core/Routing/RoutePreloader.php b/web/core/lib/Drupal/Core/Routing/RoutePreloader.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RoutePreloader.php rename to web/core/lib/Drupal/Core/Routing/RoutePreloader.php diff --git a/core/lib/Drupal/Core/Routing/RouteProvider.php b/web/core/lib/Drupal/Core/Routing/RouteProvider.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RouteProvider.php rename to web/core/lib/Drupal/Core/Routing/RouteProvider.php diff --git a/core/lib/Drupal/Core/Routing/RouteProviderInterface.php b/web/core/lib/Drupal/Core/Routing/RouteProviderInterface.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RouteProviderInterface.php rename to web/core/lib/Drupal/Core/Routing/RouteProviderInterface.php diff --git a/core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php b/web/core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php rename to web/core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php diff --git a/core/lib/Drupal/Core/Routing/RouteSubscriberBase.php b/web/core/lib/Drupal/Core/Routing/RouteSubscriberBase.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RouteSubscriberBase.php rename to web/core/lib/Drupal/Core/Routing/RouteSubscriberBase.php diff --git a/core/lib/Drupal/Core/Routing/RoutingEvents.php b/web/core/lib/Drupal/Core/Routing/RoutingEvents.php similarity index 100% rename from core/lib/Drupal/Core/Routing/RoutingEvents.php rename to web/core/lib/Drupal/Core/Routing/RoutingEvents.php diff --git a/core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php b/web/core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php similarity index 100% rename from core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php rename to web/core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php diff --git a/core/lib/Drupal/Core/Routing/TrustedRedirectResponse.php b/web/core/lib/Drupal/Core/Routing/TrustedRedirectResponse.php similarity index 100% rename from core/lib/Drupal/Core/Routing/TrustedRedirectResponse.php rename to web/core/lib/Drupal/Core/Routing/TrustedRedirectResponse.php diff --git a/core/lib/Drupal/Core/Routing/UrlGenerator.php b/web/core/lib/Drupal/Core/Routing/UrlGenerator.php similarity index 100% rename from core/lib/Drupal/Core/Routing/UrlGenerator.php rename to web/core/lib/Drupal/Core/Routing/UrlGenerator.php diff --git a/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php b/web/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php similarity index 100% rename from core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php rename to web/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php diff --git a/core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php b/web/core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php similarity index 100% rename from core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php rename to web/core/lib/Drupal/Core/Routing/UrlGeneratorTrait.php diff --git a/core/lib/Drupal/Core/Routing/UrlMatcher.php b/web/core/lib/Drupal/Core/Routing/UrlMatcher.php similarity index 100% rename from core/lib/Drupal/Core/Routing/UrlMatcher.php rename to web/core/lib/Drupal/Core/Routing/UrlMatcher.php diff --git a/core/lib/Drupal/Core/Routing/routing.api.php b/web/core/lib/Drupal/Core/Routing/routing.api.php similarity index 100% rename from core/lib/Drupal/Core/Routing/routing.api.php rename to web/core/lib/Drupal/Core/Routing/routing.api.php diff --git a/core/lib/Drupal/Core/Serialization/Yaml.php b/web/core/lib/Drupal/Core/Serialization/Yaml.php similarity index 100% rename from core/lib/Drupal/Core/Serialization/Yaml.php rename to web/core/lib/Drupal/Core/Serialization/Yaml.php diff --git a/core/lib/Drupal/Core/Session/AccountInterface.php b/web/core/lib/Drupal/Core/Session/AccountInterface.php similarity index 100% rename from core/lib/Drupal/Core/Session/AccountInterface.php rename to web/core/lib/Drupal/Core/Session/AccountInterface.php diff --git a/core/lib/Drupal/Core/Session/AccountProxy.php b/web/core/lib/Drupal/Core/Session/AccountProxy.php similarity index 100% rename from core/lib/Drupal/Core/Session/AccountProxy.php rename to web/core/lib/Drupal/Core/Session/AccountProxy.php diff --git a/core/lib/Drupal/Core/Session/AccountProxyInterface.php b/web/core/lib/Drupal/Core/Session/AccountProxyInterface.php similarity index 100% rename from core/lib/Drupal/Core/Session/AccountProxyInterface.php rename to web/core/lib/Drupal/Core/Session/AccountProxyInterface.php diff --git a/core/lib/Drupal/Core/Session/AccountSwitcher.php b/web/core/lib/Drupal/Core/Session/AccountSwitcher.php similarity index 100% rename from core/lib/Drupal/Core/Session/AccountSwitcher.php rename to web/core/lib/Drupal/Core/Session/AccountSwitcher.php diff --git a/core/lib/Drupal/Core/Session/AccountSwitcherInterface.php b/web/core/lib/Drupal/Core/Session/AccountSwitcherInterface.php similarity index 100% rename from core/lib/Drupal/Core/Session/AccountSwitcherInterface.php rename to web/core/lib/Drupal/Core/Session/AccountSwitcherInterface.php diff --git a/core/lib/Drupal/Core/Session/AnonymousUserSession.php b/web/core/lib/Drupal/Core/Session/AnonymousUserSession.php similarity index 100% rename from core/lib/Drupal/Core/Session/AnonymousUserSession.php rename to web/core/lib/Drupal/Core/Session/AnonymousUserSession.php diff --git a/core/lib/Drupal/Core/Session/MetadataBag.php b/web/core/lib/Drupal/Core/Session/MetadataBag.php similarity index 100% rename from core/lib/Drupal/Core/Session/MetadataBag.php rename to web/core/lib/Drupal/Core/Session/MetadataBag.php diff --git a/core/lib/Drupal/Core/Session/PermissionsHashGenerator.php b/web/core/lib/Drupal/Core/Session/PermissionsHashGenerator.php similarity index 100% rename from core/lib/Drupal/Core/Session/PermissionsHashGenerator.php rename to web/core/lib/Drupal/Core/Session/PermissionsHashGenerator.php diff --git a/core/lib/Drupal/Core/Session/PermissionsHashGeneratorInterface.php b/web/core/lib/Drupal/Core/Session/PermissionsHashGeneratorInterface.php similarity index 100% rename from core/lib/Drupal/Core/Session/PermissionsHashGeneratorInterface.php rename to web/core/lib/Drupal/Core/Session/PermissionsHashGeneratorInterface.php diff --git a/core/lib/Drupal/Core/Session/SessionConfiguration.php b/web/core/lib/Drupal/Core/Session/SessionConfiguration.php similarity index 100% rename from core/lib/Drupal/Core/Session/SessionConfiguration.php rename to web/core/lib/Drupal/Core/Session/SessionConfiguration.php diff --git a/core/lib/Drupal/Core/Session/SessionConfigurationInterface.php b/web/core/lib/Drupal/Core/Session/SessionConfigurationInterface.php similarity index 100% rename from core/lib/Drupal/Core/Session/SessionConfigurationInterface.php rename to web/core/lib/Drupal/Core/Session/SessionConfigurationInterface.php diff --git a/core/lib/Drupal/Core/Session/SessionHandler.php b/web/core/lib/Drupal/Core/Session/SessionHandler.php similarity index 100% rename from core/lib/Drupal/Core/Session/SessionHandler.php rename to web/core/lib/Drupal/Core/Session/SessionHandler.php diff --git a/core/lib/Drupal/Core/Session/SessionManager.php b/web/core/lib/Drupal/Core/Session/SessionManager.php similarity index 100% rename from core/lib/Drupal/Core/Session/SessionManager.php rename to web/core/lib/Drupal/Core/Session/SessionManager.php diff --git a/core/lib/Drupal/Core/Session/SessionManagerInterface.php b/web/core/lib/Drupal/Core/Session/SessionManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Session/SessionManagerInterface.php rename to web/core/lib/Drupal/Core/Session/SessionManagerInterface.php diff --git a/core/lib/Drupal/Core/Session/UserSession.php b/web/core/lib/Drupal/Core/Session/UserSession.php similarity index 100% rename from core/lib/Drupal/Core/Session/UserSession.php rename to web/core/lib/Drupal/Core/Session/UserSession.php diff --git a/core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php b/web/core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php similarity index 100% rename from core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php rename to web/core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php diff --git a/core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php b/web/core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php rename to web/core/lib/Drupal/Core/Session/WriteSafeSessionHandlerInterface.php diff --git a/core/lib/Drupal/Core/Site/MaintenanceMode.php b/web/core/lib/Drupal/Core/Site/MaintenanceMode.php similarity index 100% rename from core/lib/Drupal/Core/Site/MaintenanceMode.php rename to web/core/lib/Drupal/Core/Site/MaintenanceMode.php diff --git a/core/lib/Drupal/Core/Site/MaintenanceModeInterface.php b/web/core/lib/Drupal/Core/Site/MaintenanceModeInterface.php similarity index 100% rename from core/lib/Drupal/Core/Site/MaintenanceModeInterface.php rename to web/core/lib/Drupal/Core/Site/MaintenanceModeInterface.php diff --git a/core/lib/Drupal/Core/Site/Settings.php b/web/core/lib/Drupal/Core/Site/Settings.php similarity index 100% rename from core/lib/Drupal/Core/Site/Settings.php rename to web/core/lib/Drupal/Core/Site/Settings.php diff --git a/core/lib/Drupal/Core/SitePathFactory.php b/web/core/lib/Drupal/Core/SitePathFactory.php similarity index 100% rename from core/lib/Drupal/Core/SitePathFactory.php rename to web/core/lib/Drupal/Core/SitePathFactory.php diff --git a/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php b/web/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php similarity index 100% rename from core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php rename to web/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php diff --git a/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php b/web/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php similarity index 100% rename from core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php rename to web/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php diff --git a/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php b/web/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php similarity index 100% rename from core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php rename to web/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php diff --git a/core/lib/Drupal/Core/StackMiddleware/Session.php b/web/core/lib/Drupal/Core/StackMiddleware/Session.php similarity index 100% rename from core/lib/Drupal/Core/StackMiddleware/Session.php rename to web/core/lib/Drupal/Core/StackMiddleware/Session.php diff --git a/core/lib/Drupal/Core/State/State.php b/web/core/lib/Drupal/Core/State/State.php similarity index 100% rename from core/lib/Drupal/Core/State/State.php rename to web/core/lib/Drupal/Core/State/State.php diff --git a/core/lib/Drupal/Core/State/StateInterface.php b/web/core/lib/Drupal/Core/State/StateInterface.php similarity index 100% rename from core/lib/Drupal/Core/State/StateInterface.php rename to web/core/lib/Drupal/Core/State/StateInterface.php diff --git a/core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php b/web/core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php similarity index 100% rename from core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php rename to web/core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php diff --git a/core/lib/Drupal/Core/StreamWrapper/LocalStream.php b/web/core/lib/Drupal/Core/StreamWrapper/LocalStream.php similarity index 100% rename from core/lib/Drupal/Core/StreamWrapper/LocalStream.php rename to web/core/lib/Drupal/Core/StreamWrapper/LocalStream.php diff --git a/core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php b/web/core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php similarity index 100% rename from core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php rename to web/core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php diff --git a/core/lib/Drupal/Core/StreamWrapper/PrivateStream.php b/web/core/lib/Drupal/Core/StreamWrapper/PrivateStream.php similarity index 100% rename from core/lib/Drupal/Core/StreamWrapper/PrivateStream.php rename to web/core/lib/Drupal/Core/StreamWrapper/PrivateStream.php diff --git a/core/lib/Drupal/Core/StreamWrapper/PublicStream.php b/web/core/lib/Drupal/Core/StreamWrapper/PublicStream.php similarity index 100% rename from core/lib/Drupal/Core/StreamWrapper/PublicStream.php rename to web/core/lib/Drupal/Core/StreamWrapper/PublicStream.php diff --git a/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php b/web/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php similarity index 100% rename from core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php rename to web/core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php diff --git a/core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php b/web/core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php similarity index 100% rename from core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php rename to web/core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php diff --git a/core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php b/web/core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php similarity index 100% rename from core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php rename to web/core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php diff --git a/core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php b/web/core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php rename to web/core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php diff --git a/core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php b/web/core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php similarity index 100% rename from core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php rename to web/core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php diff --git a/core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php b/web/core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php similarity index 100% rename from core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php rename to web/core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php diff --git a/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php b/web/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php similarity index 100% rename from core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php rename to web/core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php diff --git a/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php b/web/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php similarity index 100% rename from core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php rename to web/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php diff --git a/core/lib/Drupal/Core/StringTranslation/TranslationInterface.php b/web/core/lib/Drupal/Core/StringTranslation/TranslationInterface.php similarity index 100% rename from core/lib/Drupal/Core/StringTranslation/TranslationInterface.php rename to web/core/lib/Drupal/Core/StringTranslation/TranslationInterface.php diff --git a/core/lib/Drupal/Core/StringTranslation/TranslationManager.php b/web/core/lib/Drupal/Core/StringTranslation/TranslationManager.php similarity index 100% rename from core/lib/Drupal/Core/StringTranslation/TranslationManager.php rename to web/core/lib/Drupal/Core/StringTranslation/TranslationManager.php diff --git a/core/lib/Drupal/Core/StringTranslation/TranslationWrapper.php b/web/core/lib/Drupal/Core/StringTranslation/TranslationWrapper.php similarity index 100% rename from core/lib/Drupal/Core/StringTranslation/TranslationWrapper.php rename to web/core/lib/Drupal/Core/StringTranslation/TranslationWrapper.php diff --git a/core/lib/Drupal/Core/StringTranslation/Translator/CustomStrings.php b/web/core/lib/Drupal/Core/StringTranslation/Translator/CustomStrings.php similarity index 100% rename from core/lib/Drupal/Core/StringTranslation/Translator/CustomStrings.php rename to web/core/lib/Drupal/Core/StringTranslation/Translator/CustomStrings.php diff --git a/core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php b/web/core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php similarity index 100% rename from core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php rename to web/core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php diff --git a/core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php b/web/core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php similarity index 100% rename from core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php rename to web/core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php diff --git a/core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php b/web/core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php similarity index 100% rename from core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php rename to web/core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php diff --git a/core/lib/Drupal/Core/Template/Attribute.php b/web/core/lib/Drupal/Core/Template/Attribute.php similarity index 100% rename from core/lib/Drupal/Core/Template/Attribute.php rename to web/core/lib/Drupal/Core/Template/Attribute.php diff --git a/core/lib/Drupal/Core/Template/AttributeArray.php b/web/core/lib/Drupal/Core/Template/AttributeArray.php similarity index 100% rename from core/lib/Drupal/Core/Template/AttributeArray.php rename to web/core/lib/Drupal/Core/Template/AttributeArray.php diff --git a/core/lib/Drupal/Core/Template/AttributeBoolean.php b/web/core/lib/Drupal/Core/Template/AttributeBoolean.php similarity index 100% rename from core/lib/Drupal/Core/Template/AttributeBoolean.php rename to web/core/lib/Drupal/Core/Template/AttributeBoolean.php diff --git a/core/lib/Drupal/Core/Template/AttributeString.php b/web/core/lib/Drupal/Core/Template/AttributeString.php similarity index 100% rename from core/lib/Drupal/Core/Template/AttributeString.php rename to web/core/lib/Drupal/Core/Template/AttributeString.php diff --git a/core/lib/Drupal/Core/Template/AttributeValueBase.php b/web/core/lib/Drupal/Core/Template/AttributeValueBase.php similarity index 100% rename from core/lib/Drupal/Core/Template/AttributeValueBase.php rename to web/core/lib/Drupal/Core/Template/AttributeValueBase.php diff --git a/core/lib/Drupal/Core/Template/Loader/FilesystemLoader.php b/web/core/lib/Drupal/Core/Template/Loader/FilesystemLoader.php similarity index 100% rename from core/lib/Drupal/Core/Template/Loader/FilesystemLoader.php rename to web/core/lib/Drupal/Core/Template/Loader/FilesystemLoader.php diff --git a/core/lib/Drupal/Core/Template/Loader/StringLoader.php b/web/core/lib/Drupal/Core/Template/Loader/StringLoader.php similarity index 100% rename from core/lib/Drupal/Core/Template/Loader/StringLoader.php rename to web/core/lib/Drupal/Core/Template/Loader/StringLoader.php diff --git a/core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php b/web/core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php similarity index 100% rename from core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php rename to web/core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php diff --git a/core/lib/Drupal/Core/Template/TwigEnvironment.php b/web/core/lib/Drupal/Core/Template/TwigEnvironment.php similarity index 100% rename from core/lib/Drupal/Core/Template/TwigEnvironment.php rename to web/core/lib/Drupal/Core/Template/TwigEnvironment.php diff --git a/core/lib/Drupal/Core/Template/TwigExtension.php b/web/core/lib/Drupal/Core/Template/TwigExtension.php similarity index 100% rename from core/lib/Drupal/Core/Template/TwigExtension.php rename to web/core/lib/Drupal/Core/Template/TwigExtension.php diff --git a/core/lib/Drupal/Core/Template/TwigNodeTrans.php b/web/core/lib/Drupal/Core/Template/TwigNodeTrans.php similarity index 100% rename from core/lib/Drupal/Core/Template/TwigNodeTrans.php rename to web/core/lib/Drupal/Core/Template/TwigNodeTrans.php diff --git a/core/lib/Drupal/Core/Template/TwigNodeVisitor.php b/web/core/lib/Drupal/Core/Template/TwigNodeVisitor.php similarity index 100% rename from core/lib/Drupal/Core/Template/TwigNodeVisitor.php rename to web/core/lib/Drupal/Core/Template/TwigNodeVisitor.php diff --git a/core/lib/Drupal/Core/Template/TwigPhpStorageCache.php b/web/core/lib/Drupal/Core/Template/TwigPhpStorageCache.php similarity index 100% rename from core/lib/Drupal/Core/Template/TwigPhpStorageCache.php rename to web/core/lib/Drupal/Core/Template/TwigPhpStorageCache.php diff --git a/core/lib/Drupal/Core/Template/TwigSandboxPolicy.php b/web/core/lib/Drupal/Core/Template/TwigSandboxPolicy.php similarity index 100% rename from core/lib/Drupal/Core/Template/TwigSandboxPolicy.php rename to web/core/lib/Drupal/Core/Template/TwigSandboxPolicy.php diff --git a/core/lib/Drupal/Core/Template/TwigTransTokenParser.php b/web/core/lib/Drupal/Core/Template/TwigTransTokenParser.php similarity index 100% rename from core/lib/Drupal/Core/Template/TwigTransTokenParser.php rename to web/core/lib/Drupal/Core/Template/TwigTransTokenParser.php diff --git a/core/lib/Drupal/Core/Test/AssertMailTrait.php b/web/core/lib/Drupal/Core/Test/AssertMailTrait.php similarity index 100% rename from core/lib/Drupal/Core/Test/AssertMailTrait.php rename to web/core/lib/Drupal/Core/Test/AssertMailTrait.php diff --git a/core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php b/web/core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php similarity index 100% rename from core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php rename to web/core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php diff --git a/core/lib/Drupal/Core/Test/TestDatabase.php b/web/core/lib/Drupal/Core/Test/TestDatabase.php similarity index 100% rename from core/lib/Drupal/Core/Test/TestDatabase.php rename to web/core/lib/Drupal/Core/Test/TestDatabase.php diff --git a/core/lib/Drupal/Core/Test/TestKernel.php b/web/core/lib/Drupal/Core/Test/TestKernel.php similarity index 100% rename from core/lib/Drupal/Core/Test/TestKernel.php rename to web/core/lib/Drupal/Core/Test/TestKernel.php diff --git a/core/lib/Drupal/Core/Test/TestRunnerKernel.php b/web/core/lib/Drupal/Core/Test/TestRunnerKernel.php similarity index 100% rename from core/lib/Drupal/Core/Test/TestRunnerKernel.php rename to web/core/lib/Drupal/Core/Test/TestRunnerKernel.php diff --git a/core/lib/Drupal/Core/Test/TestStatus.php b/web/core/lib/Drupal/Core/Test/TestStatus.php similarity index 100% rename from core/lib/Drupal/Core/Test/TestStatus.php rename to web/core/lib/Drupal/Core/Test/TestStatus.php diff --git a/core/lib/Drupal/Core/Theme/ActiveTheme.php b/web/core/lib/Drupal/Core/Theme/ActiveTheme.php similarity index 100% rename from core/lib/Drupal/Core/Theme/ActiveTheme.php rename to web/core/lib/Drupal/Core/Theme/ActiveTheme.php diff --git a/core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php b/web/core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php similarity index 100% rename from core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php rename to web/core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php diff --git a/core/lib/Drupal/Core/Theme/DefaultNegotiator.php b/web/core/lib/Drupal/Core/Theme/DefaultNegotiator.php similarity index 100% rename from core/lib/Drupal/Core/Theme/DefaultNegotiator.php rename to web/core/lib/Drupal/Core/Theme/DefaultNegotiator.php diff --git a/core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php b/web/core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php similarity index 100% rename from core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php rename to web/core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php diff --git a/core/lib/Drupal/Core/Theme/Registry.php b/web/core/lib/Drupal/Core/Theme/Registry.php similarity index 100% rename from core/lib/Drupal/Core/Theme/Registry.php rename to web/core/lib/Drupal/Core/Theme/Registry.php diff --git a/core/lib/Drupal/Core/Theme/ThemeAccessCheck.php b/web/core/lib/Drupal/Core/Theme/ThemeAccessCheck.php similarity index 100% rename from core/lib/Drupal/Core/Theme/ThemeAccessCheck.php rename to web/core/lib/Drupal/Core/Theme/ThemeAccessCheck.php diff --git a/core/lib/Drupal/Core/Theme/ThemeInitialization.php b/web/core/lib/Drupal/Core/Theme/ThemeInitialization.php similarity index 100% rename from core/lib/Drupal/Core/Theme/ThemeInitialization.php rename to web/core/lib/Drupal/Core/Theme/ThemeInitialization.php diff --git a/core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php b/web/core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php similarity index 100% rename from core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php rename to web/core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php diff --git a/core/lib/Drupal/Core/Theme/ThemeManager.php b/web/core/lib/Drupal/Core/Theme/ThemeManager.php similarity index 100% rename from core/lib/Drupal/Core/Theme/ThemeManager.php rename to web/core/lib/Drupal/Core/Theme/ThemeManager.php diff --git a/core/lib/Drupal/Core/Theme/ThemeManagerInterface.php b/web/core/lib/Drupal/Core/Theme/ThemeManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Theme/ThemeManagerInterface.php rename to web/core/lib/Drupal/Core/Theme/ThemeManagerInterface.php diff --git a/core/lib/Drupal/Core/Theme/ThemeNegotiator.php b/web/core/lib/Drupal/Core/Theme/ThemeNegotiator.php similarity index 100% rename from core/lib/Drupal/Core/Theme/ThemeNegotiator.php rename to web/core/lib/Drupal/Core/Theme/ThemeNegotiator.php diff --git a/core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php b/web/core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php similarity index 100% rename from core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php rename to web/core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php diff --git a/core/lib/Drupal/Core/Theme/ThemeSettings.php b/web/core/lib/Drupal/Core/Theme/ThemeSettings.php similarity index 100% rename from core/lib/Drupal/Core/Theme/ThemeSettings.php rename to web/core/lib/Drupal/Core/Theme/ThemeSettings.php diff --git a/core/lib/Drupal/Core/Transliteration/PhpTransliteration.php b/web/core/lib/Drupal/Core/Transliteration/PhpTransliteration.php similarity index 100% rename from core/lib/Drupal/Core/Transliteration/PhpTransliteration.php rename to web/core/lib/Drupal/Core/Transliteration/PhpTransliteration.php diff --git a/core/lib/Drupal/Core/TypedData/Annotation/DataType.php b/web/core/lib/Drupal/Core/TypedData/Annotation/DataType.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Annotation/DataType.php rename to web/core/lib/Drupal/Core/TypedData/Annotation/DataType.php diff --git a/core/lib/Drupal/Core/TypedData/ComplexDataDefinitionBase.php b/web/core/lib/Drupal/Core/TypedData/ComplexDataDefinitionBase.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/ComplexDataDefinitionBase.php rename to web/core/lib/Drupal/Core/TypedData/ComplexDataDefinitionBase.php diff --git a/core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php b/web/core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php rename to web/core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php diff --git a/core/lib/Drupal/Core/TypedData/ComplexDataInterface.php b/web/core/lib/Drupal/Core/TypedData/ComplexDataInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/ComplexDataInterface.php rename to web/core/lib/Drupal/Core/TypedData/ComplexDataInterface.php diff --git a/core/lib/Drupal/Core/TypedData/DataDefinition.php b/web/core/lib/Drupal/Core/TypedData/DataDefinition.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/DataDefinition.php rename to web/core/lib/Drupal/Core/TypedData/DataDefinition.php diff --git a/core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php b/web/core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php rename to web/core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php diff --git a/core/lib/Drupal/Core/TypedData/DataReferenceBase.php b/web/core/lib/Drupal/Core/TypedData/DataReferenceBase.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/DataReferenceBase.php rename to web/core/lib/Drupal/Core/TypedData/DataReferenceBase.php diff --git a/core/lib/Drupal/Core/TypedData/DataReferenceDefinition.php b/web/core/lib/Drupal/Core/TypedData/DataReferenceDefinition.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/DataReferenceDefinition.php rename to web/core/lib/Drupal/Core/TypedData/DataReferenceDefinition.php diff --git a/core/lib/Drupal/Core/TypedData/DataReferenceDefinitionInterface.php b/web/core/lib/Drupal/Core/TypedData/DataReferenceDefinitionInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/DataReferenceDefinitionInterface.php rename to web/core/lib/Drupal/Core/TypedData/DataReferenceDefinitionInterface.php diff --git a/core/lib/Drupal/Core/TypedData/DataReferenceInterface.php b/web/core/lib/Drupal/Core/TypedData/DataReferenceInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/DataReferenceInterface.php rename to web/core/lib/Drupal/Core/TypedData/DataReferenceInterface.php diff --git a/core/lib/Drupal/Core/TypedData/DataReferenceTargetDefinition.php b/web/core/lib/Drupal/Core/TypedData/DataReferenceTargetDefinition.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/DataReferenceTargetDefinition.php rename to web/core/lib/Drupal/Core/TypedData/DataReferenceTargetDefinition.php diff --git a/core/lib/Drupal/Core/TypedData/Exception/MissingDataException.php b/web/core/lib/Drupal/Core/TypedData/Exception/MissingDataException.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Exception/MissingDataException.php rename to web/core/lib/Drupal/Core/TypedData/Exception/MissingDataException.php diff --git a/core/lib/Drupal/Core/TypedData/Exception/ReadOnlyException.php b/web/core/lib/Drupal/Core/TypedData/Exception/ReadOnlyException.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Exception/ReadOnlyException.php rename to web/core/lib/Drupal/Core/TypedData/Exception/ReadOnlyException.php diff --git a/core/lib/Drupal/Core/TypedData/ListDataDefinition.php b/web/core/lib/Drupal/Core/TypedData/ListDataDefinition.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/ListDataDefinition.php rename to web/core/lib/Drupal/Core/TypedData/ListDataDefinition.php diff --git a/core/lib/Drupal/Core/TypedData/ListDataDefinitionInterface.php b/web/core/lib/Drupal/Core/TypedData/ListDataDefinitionInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/ListDataDefinitionInterface.php rename to web/core/lib/Drupal/Core/TypedData/ListDataDefinitionInterface.php diff --git a/core/lib/Drupal/Core/TypedData/ListInterface.php b/web/core/lib/Drupal/Core/TypedData/ListInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/ListInterface.php rename to web/core/lib/Drupal/Core/TypedData/ListInterface.php diff --git a/core/lib/Drupal/Core/TypedData/MapDataDefinition.php b/web/core/lib/Drupal/Core/TypedData/MapDataDefinition.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/MapDataDefinition.php rename to web/core/lib/Drupal/Core/TypedData/MapDataDefinition.php diff --git a/core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php b/web/core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php rename to web/core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/Any.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/Any.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/Any.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/Any.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/BooleanData.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/BooleanData.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/BooleanData.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/BooleanData.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/DateTimeIso8601.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/DateTimeIso8601.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/DateTimeIso8601.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/DateTimeIso8601.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/DurationIso8601.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/DurationIso8601.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/DurationIso8601.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/DurationIso8601.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/Email.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/Email.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/Email.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/Email.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/FloatData.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/FloatData.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/FloatData.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/FloatData.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/IntegerData.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/IntegerData.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/IntegerData.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/IntegerData.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/LanguageReference.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/LanguageReference.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/LanguageReference.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/LanguageReference.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/StringData.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/StringData.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/StringData.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/StringData.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/TimeSpan.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/TimeSpan.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/TimeSpan.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/TimeSpan.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php diff --git a/core/lib/Drupal/Core/TypedData/Plugin/DataType/Uri.php b/web/core/lib/Drupal/Core/TypedData/Plugin/DataType/Uri.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Plugin/DataType/Uri.php rename to web/core/lib/Drupal/Core/TypedData/Plugin/DataType/Uri.php diff --git a/core/lib/Drupal/Core/TypedData/PrimitiveBase.php b/web/core/lib/Drupal/Core/TypedData/PrimitiveBase.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/PrimitiveBase.php rename to web/core/lib/Drupal/Core/TypedData/PrimitiveBase.php diff --git a/core/lib/Drupal/Core/TypedData/PrimitiveInterface.php b/web/core/lib/Drupal/Core/TypedData/PrimitiveInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/PrimitiveInterface.php rename to web/core/lib/Drupal/Core/TypedData/PrimitiveInterface.php diff --git a/core/lib/Drupal/Core/TypedData/TranslatableInterface.php b/web/core/lib/Drupal/Core/TypedData/TranslatableInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/TranslatableInterface.php rename to web/core/lib/Drupal/Core/TypedData/TranslatableInterface.php diff --git a/core/lib/Drupal/Core/TypedData/TraversableTypedDataInterface.php b/web/core/lib/Drupal/Core/TypedData/TraversableTypedDataInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/TraversableTypedDataInterface.php rename to web/core/lib/Drupal/Core/TypedData/TraversableTypedDataInterface.php diff --git a/core/lib/Drupal/Core/TypedData/Type/BinaryInterface.php b/web/core/lib/Drupal/Core/TypedData/Type/BinaryInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Type/BinaryInterface.php rename to web/core/lib/Drupal/Core/TypedData/Type/BinaryInterface.php diff --git a/core/lib/Drupal/Core/TypedData/Type/BooleanInterface.php b/web/core/lib/Drupal/Core/TypedData/Type/BooleanInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Type/BooleanInterface.php rename to web/core/lib/Drupal/Core/TypedData/Type/BooleanInterface.php diff --git a/core/lib/Drupal/Core/TypedData/Type/DateTimeInterface.php b/web/core/lib/Drupal/Core/TypedData/Type/DateTimeInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Type/DateTimeInterface.php rename to web/core/lib/Drupal/Core/TypedData/Type/DateTimeInterface.php diff --git a/core/lib/Drupal/Core/TypedData/Type/DurationInterface.php b/web/core/lib/Drupal/Core/TypedData/Type/DurationInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Type/DurationInterface.php rename to web/core/lib/Drupal/Core/TypedData/Type/DurationInterface.php diff --git a/core/lib/Drupal/Core/TypedData/Type/FloatInterface.php b/web/core/lib/Drupal/Core/TypedData/Type/FloatInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Type/FloatInterface.php rename to web/core/lib/Drupal/Core/TypedData/Type/FloatInterface.php diff --git a/core/lib/Drupal/Core/TypedData/Type/IntegerInterface.php b/web/core/lib/Drupal/Core/TypedData/Type/IntegerInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Type/IntegerInterface.php rename to web/core/lib/Drupal/Core/TypedData/Type/IntegerInterface.php diff --git a/core/lib/Drupal/Core/TypedData/Type/StringInterface.php b/web/core/lib/Drupal/Core/TypedData/Type/StringInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Type/StringInterface.php rename to web/core/lib/Drupal/Core/TypedData/Type/StringInterface.php diff --git a/core/lib/Drupal/Core/TypedData/Type/UriInterface.php b/web/core/lib/Drupal/Core/TypedData/Type/UriInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Type/UriInterface.php rename to web/core/lib/Drupal/Core/TypedData/Type/UriInterface.php diff --git a/core/lib/Drupal/Core/TypedData/TypedData.php b/web/core/lib/Drupal/Core/TypedData/TypedData.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/TypedData.php rename to web/core/lib/Drupal/Core/TypedData/TypedData.php diff --git a/core/lib/Drupal/Core/TypedData/TypedDataInterface.php b/web/core/lib/Drupal/Core/TypedData/TypedDataInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/TypedDataInterface.php rename to web/core/lib/Drupal/Core/TypedData/TypedDataInterface.php diff --git a/core/lib/Drupal/Core/TypedData/TypedDataManager.php b/web/core/lib/Drupal/Core/TypedData/TypedDataManager.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/TypedDataManager.php rename to web/core/lib/Drupal/Core/TypedData/TypedDataManager.php diff --git a/core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php b/web/core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php rename to web/core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php diff --git a/core/lib/Drupal/Core/TypedData/TypedDataTrait.php b/web/core/lib/Drupal/Core/TypedData/TypedDataTrait.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/TypedDataTrait.php rename to web/core/lib/Drupal/Core/TypedData/TypedDataTrait.php diff --git a/core/lib/Drupal/Core/TypedData/Validation/ConstraintViolationBuilder.php b/web/core/lib/Drupal/Core/TypedData/Validation/ConstraintViolationBuilder.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Validation/ConstraintViolationBuilder.php rename to web/core/lib/Drupal/Core/TypedData/Validation/ConstraintViolationBuilder.php diff --git a/core/lib/Drupal/Core/TypedData/Validation/ContextualValidatorInterface.php b/web/core/lib/Drupal/Core/TypedData/Validation/ContextualValidatorInterface.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Validation/ContextualValidatorInterface.php rename to web/core/lib/Drupal/Core/TypedData/Validation/ContextualValidatorInterface.php diff --git a/core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php b/web/core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php rename to web/core/lib/Drupal/Core/TypedData/Validation/ExecutionContext.php diff --git a/core/lib/Drupal/Core/TypedData/Validation/ExecutionContextFactory.php b/web/core/lib/Drupal/Core/TypedData/Validation/ExecutionContextFactory.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Validation/ExecutionContextFactory.php rename to web/core/lib/Drupal/Core/TypedData/Validation/ExecutionContextFactory.php diff --git a/core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php b/web/core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php rename to web/core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php diff --git a/core/lib/Drupal/Core/TypedData/Validation/RecursiveValidator.php b/web/core/lib/Drupal/Core/TypedData/Validation/RecursiveValidator.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Validation/RecursiveValidator.php rename to web/core/lib/Drupal/Core/TypedData/Validation/RecursiveValidator.php diff --git a/core/lib/Drupal/Core/TypedData/Validation/TypedDataAwareValidatorTrait.php b/web/core/lib/Drupal/Core/TypedData/Validation/TypedDataAwareValidatorTrait.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Validation/TypedDataAwareValidatorTrait.php rename to web/core/lib/Drupal/Core/TypedData/Validation/TypedDataAwareValidatorTrait.php diff --git a/core/lib/Drupal/Core/TypedData/Validation/TypedDataMetadata.php b/web/core/lib/Drupal/Core/TypedData/Validation/TypedDataMetadata.php similarity index 100% rename from core/lib/Drupal/Core/TypedData/Validation/TypedDataMetadata.php rename to web/core/lib/Drupal/Core/TypedData/Validation/TypedDataMetadata.php diff --git a/core/lib/Drupal/Core/Update/UpdateKernel.php b/web/core/lib/Drupal/Core/Update/UpdateKernel.php similarity index 100% rename from core/lib/Drupal/Core/Update/UpdateKernel.php rename to web/core/lib/Drupal/Core/Update/UpdateKernel.php diff --git a/core/lib/Drupal/Core/Update/UpdateRegistry.php b/web/core/lib/Drupal/Core/Update/UpdateRegistry.php similarity index 100% rename from core/lib/Drupal/Core/Update/UpdateRegistry.php rename to web/core/lib/Drupal/Core/Update/UpdateRegistry.php diff --git a/core/lib/Drupal/Core/Update/UpdateRegistryFactory.php b/web/core/lib/Drupal/Core/Update/UpdateRegistryFactory.php similarity index 100% rename from core/lib/Drupal/Core/Update/UpdateRegistryFactory.php rename to web/core/lib/Drupal/Core/Update/UpdateRegistryFactory.php diff --git a/core/lib/Drupal/Core/Update/UpdateServiceProvider.php b/web/core/lib/Drupal/Core/Update/UpdateServiceProvider.php similarity index 100% rename from core/lib/Drupal/Core/Update/UpdateServiceProvider.php rename to web/core/lib/Drupal/Core/Update/UpdateServiceProvider.php diff --git a/core/lib/Drupal/Core/Updater/Module.php b/web/core/lib/Drupal/Core/Updater/Module.php similarity index 100% rename from core/lib/Drupal/Core/Updater/Module.php rename to web/core/lib/Drupal/Core/Updater/Module.php diff --git a/core/lib/Drupal/Core/Updater/Theme.php b/web/core/lib/Drupal/Core/Updater/Theme.php similarity index 100% rename from core/lib/Drupal/Core/Updater/Theme.php rename to web/core/lib/Drupal/Core/Updater/Theme.php diff --git a/core/lib/Drupal/Core/Updater/Updater.php b/web/core/lib/Drupal/Core/Updater/Updater.php similarity index 100% rename from core/lib/Drupal/Core/Updater/Updater.php rename to web/core/lib/Drupal/Core/Updater/Updater.php diff --git a/core/lib/Drupal/Core/Updater/UpdaterException.php b/web/core/lib/Drupal/Core/Updater/UpdaterException.php similarity index 100% rename from core/lib/Drupal/Core/Updater/UpdaterException.php rename to web/core/lib/Drupal/Core/Updater/UpdaterException.php diff --git a/core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php b/web/core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php similarity index 100% rename from core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php rename to web/core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php diff --git a/core/lib/Drupal/Core/Updater/UpdaterInterface.php b/web/core/lib/Drupal/Core/Updater/UpdaterInterface.php similarity index 100% rename from core/lib/Drupal/Core/Updater/UpdaterInterface.php rename to web/core/lib/Drupal/Core/Updater/UpdaterInterface.php diff --git a/core/lib/Drupal/Core/Url.php b/web/core/lib/Drupal/Core/Url.php similarity index 100% rename from core/lib/Drupal/Core/Url.php rename to web/core/lib/Drupal/Core/Url.php diff --git a/core/lib/Drupal/Core/Utility/Error.php b/web/core/lib/Drupal/Core/Utility/Error.php similarity index 100% rename from core/lib/Drupal/Core/Utility/Error.php rename to web/core/lib/Drupal/Core/Utility/Error.php diff --git a/core/lib/Drupal/Core/Utility/LinkGenerator.php b/web/core/lib/Drupal/Core/Utility/LinkGenerator.php similarity index 100% rename from core/lib/Drupal/Core/Utility/LinkGenerator.php rename to web/core/lib/Drupal/Core/Utility/LinkGenerator.php diff --git a/core/lib/Drupal/Core/Utility/LinkGeneratorInterface.php b/web/core/lib/Drupal/Core/Utility/LinkGeneratorInterface.php similarity index 100% rename from core/lib/Drupal/Core/Utility/LinkGeneratorInterface.php rename to web/core/lib/Drupal/Core/Utility/LinkGeneratorInterface.php diff --git a/core/lib/Drupal/Core/Utility/ProjectInfo.php b/web/core/lib/Drupal/Core/Utility/ProjectInfo.php similarity index 100% rename from core/lib/Drupal/Core/Utility/ProjectInfo.php rename to web/core/lib/Drupal/Core/Utility/ProjectInfo.php diff --git a/core/lib/Drupal/Core/Utility/ThemeRegistry.php b/web/core/lib/Drupal/Core/Utility/ThemeRegistry.php similarity index 100% rename from core/lib/Drupal/Core/Utility/ThemeRegistry.php rename to web/core/lib/Drupal/Core/Utility/ThemeRegistry.php diff --git a/core/lib/Drupal/Core/Utility/Token.php b/web/core/lib/Drupal/Core/Utility/Token.php similarity index 100% rename from core/lib/Drupal/Core/Utility/Token.php rename to web/core/lib/Drupal/Core/Utility/Token.php diff --git a/core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php b/web/core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php similarity index 100% rename from core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php rename to web/core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php diff --git a/core/lib/Drupal/Core/Utility/UnroutedUrlAssemblerInterface.php b/web/core/lib/Drupal/Core/Utility/UnroutedUrlAssemblerInterface.php similarity index 100% rename from core/lib/Drupal/Core/Utility/UnroutedUrlAssemblerInterface.php rename to web/core/lib/Drupal/Core/Utility/UnroutedUrlAssemblerInterface.php diff --git a/core/lib/Drupal/Core/Utility/UpdateException.php b/web/core/lib/Drupal/Core/Utility/UpdateException.php similarity index 100% rename from core/lib/Drupal/Core/Utility/UpdateException.php rename to web/core/lib/Drupal/Core/Utility/UpdateException.php diff --git a/core/lib/Drupal/Core/Utility/token.api.php b/web/core/lib/Drupal/Core/Utility/token.api.php similarity index 100% rename from core/lib/Drupal/Core/Utility/token.api.php rename to web/core/lib/Drupal/Core/Utility/token.api.php diff --git a/core/lib/Drupal/Core/Validation/Annotation/Constraint.php b/web/core/lib/Drupal/Core/Validation/Annotation/Constraint.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Annotation/Constraint.php rename to web/core/lib/Drupal/Core/Validation/Annotation/Constraint.php diff --git a/core/lib/Drupal/Core/Validation/ConstraintManager.php b/web/core/lib/Drupal/Core/Validation/ConstraintManager.php similarity index 100% rename from core/lib/Drupal/Core/Validation/ConstraintManager.php rename to web/core/lib/Drupal/Core/Validation/ConstraintManager.php diff --git a/core/lib/Drupal/Core/Validation/ConstraintValidatorFactory.php b/web/core/lib/Drupal/Core/Validation/ConstraintValidatorFactory.php similarity index 100% rename from core/lib/Drupal/Core/Validation/ConstraintValidatorFactory.php rename to web/core/lib/Drupal/Core/Validation/ConstraintValidatorFactory.php diff --git a/core/lib/Drupal/Core/Validation/DrupalTranslator.php b/web/core/lib/Drupal/Core/Validation/DrupalTranslator.php similarity index 100% rename from core/lib/Drupal/Core/Validation/DrupalTranslator.php rename to web/core/lib/Drupal/Core/Validation/DrupalTranslator.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraintValidator.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraintValidator.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraintValidator.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraintValidator.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraintValidator.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraintValidator.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraintValidator.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraintValidator.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EmailConstraint.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EmailConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EmailConstraint.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EmailConstraint.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/IsNullConstraint.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/IsNullConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/IsNullConstraint.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/IsNullConstraint.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/IsNullConstraintValidator.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/IsNullConstraintValidator.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/IsNullConstraintValidator.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/IsNullConstraintValidator.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraint.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraint.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraint.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraintValidator.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraintValidator.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraintValidator.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/NotNullConstraintValidator.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraint.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraint.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraint.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidator.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidator.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidator.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidator.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RangeConstraint.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RangeConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RangeConstraint.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RangeConstraint.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RegexConstraint.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RegexConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RegexConstraint.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/RegexConstraint.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldConstraint.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldConstraint.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldConstraint.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldConstraint.php diff --git a/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldValueValidator.php b/web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldValueValidator.php similarity index 100% rename from core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldValueValidator.php rename to web/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldValueValidator.php diff --git a/core/lib/Drupal/Core/Validation/TranslatorInterface.php b/web/core/lib/Drupal/Core/Validation/TranslatorInterface.php similarity index 100% rename from core/lib/Drupal/Core/Validation/TranslatorInterface.php rename to web/core/lib/Drupal/Core/Validation/TranslatorInterface.php diff --git a/core/lib/README.txt b/web/core/lib/README.txt similarity index 100% rename from core/lib/README.txt rename to web/core/lib/README.txt diff --git a/core/misc/active-link.js b/web/core/misc/active-link.js similarity index 100% rename from core/misc/active-link.js rename to web/core/misc/active-link.js diff --git a/core/misc/ajax.js b/web/core/misc/ajax.js similarity index 100% rename from core/misc/ajax.js rename to web/core/misc/ajax.js diff --git a/core/misc/announce.js b/web/core/misc/announce.js similarity index 100% rename from core/misc/announce.js rename to web/core/misc/announce.js diff --git a/core/misc/autocomplete.js b/web/core/misc/autocomplete.js similarity index 100% rename from core/misc/autocomplete.js rename to web/core/misc/autocomplete.js diff --git a/core/misc/batch.js b/web/core/misc/batch.js similarity index 100% rename from core/misc/batch.js rename to web/core/misc/batch.js diff --git a/core/misc/collapse.js b/web/core/misc/collapse.js similarity index 100% rename from core/misc/collapse.js rename to web/core/misc/collapse.js diff --git a/core/misc/date.js b/web/core/misc/date.js similarity index 100% rename from core/misc/date.js rename to web/core/misc/date.js diff --git a/core/misc/debounce.js b/web/core/misc/debounce.js similarity index 100% rename from core/misc/debounce.js rename to web/core/misc/debounce.js diff --git a/core/misc/details-aria.js b/web/core/misc/details-aria.js similarity index 100% rename from core/misc/details-aria.js rename to web/core/misc/details-aria.js diff --git a/core/misc/dialog/dialog.ajax.js b/web/core/misc/dialog/dialog.ajax.js similarity index 100% rename from core/misc/dialog/dialog.ajax.js rename to web/core/misc/dialog/dialog.ajax.js diff --git a/core/misc/dialog/dialog.jquery-ui.js b/web/core/misc/dialog/dialog.jquery-ui.js similarity index 100% rename from core/misc/dialog/dialog.jquery-ui.js rename to web/core/misc/dialog/dialog.jquery-ui.js diff --git a/core/misc/dialog/dialog.js b/web/core/misc/dialog/dialog.js similarity index 100% rename from core/misc/dialog/dialog.js rename to web/core/misc/dialog/dialog.js diff --git a/core/misc/dialog/dialog.position.js b/web/core/misc/dialog/dialog.position.js similarity index 100% rename from core/misc/dialog/dialog.position.js rename to web/core/misc/dialog/dialog.position.js diff --git a/core/misc/displace.js b/web/core/misc/displace.js similarity index 100% rename from core/misc/displace.js rename to web/core/misc/displace.js diff --git a/core/misc/dropbutton/dropbutton.css b/web/core/misc/dropbutton/dropbutton.css similarity index 100% rename from core/misc/dropbutton/dropbutton.css rename to web/core/misc/dropbutton/dropbutton.css diff --git a/core/misc/dropbutton/dropbutton.js b/web/core/misc/dropbutton/dropbutton.js similarity index 100% rename from core/misc/dropbutton/dropbutton.js rename to web/core/misc/dropbutton/dropbutton.js diff --git a/core/misc/drupal.js b/web/core/misc/drupal.js similarity index 100% rename from core/misc/drupal.js rename to web/core/misc/drupal.js diff --git a/core/misc/drupalSettingsLoader.js b/web/core/misc/drupalSettingsLoader.js similarity index 100% rename from core/misc/drupalSettingsLoader.js rename to web/core/misc/drupalSettingsLoader.js diff --git a/core/misc/druplicon.png b/web/core/misc/druplicon.png similarity index 100% rename from core/misc/druplicon.png rename to web/core/misc/druplicon.png diff --git a/core/misc/favicon.ico b/web/core/misc/favicon.ico similarity index 100% rename from core/misc/favicon.ico rename to web/core/misc/favicon.ico diff --git a/core/misc/feed.svg b/web/core/misc/feed.svg similarity index 100% rename from core/misc/feed.svg rename to web/core/misc/feed.svg diff --git a/core/misc/form.js b/web/core/misc/form.js similarity index 100% rename from core/misc/form.js rename to web/core/misc/form.js diff --git a/core/misc/help.png b/web/core/misc/help.png similarity index 100% rename from core/misc/help.png rename to web/core/misc/help.png diff --git a/core/misc/icons/000000/barchart.svg b/web/core/misc/icons/000000/barchart.svg similarity index 100% rename from core/misc/icons/000000/barchart.svg rename to web/core/misc/icons/000000/barchart.svg diff --git a/core/misc/icons/000000/chevron-left.svg b/web/core/misc/icons/000000/chevron-left.svg similarity index 100% rename from core/misc/icons/000000/chevron-left.svg rename to web/core/misc/icons/000000/chevron-left.svg diff --git a/core/misc/icons/000000/chevron-right.svg b/web/core/misc/icons/000000/chevron-right.svg similarity index 100% rename from core/misc/icons/000000/chevron-right.svg rename to web/core/misc/icons/000000/chevron-right.svg diff --git a/core/misc/icons/000000/ex.svg b/web/core/misc/icons/000000/ex.svg similarity index 100% rename from core/misc/icons/000000/ex.svg rename to web/core/misc/icons/000000/ex.svg diff --git a/core/misc/icons/000000/file.svg b/web/core/misc/icons/000000/file.svg similarity index 100% rename from core/misc/icons/000000/file.svg rename to web/core/misc/icons/000000/file.svg diff --git a/core/misc/icons/000000/move.svg b/web/core/misc/icons/000000/move.svg similarity index 100% rename from core/misc/icons/000000/move.svg rename to web/core/misc/icons/000000/move.svg diff --git a/core/misc/icons/000000/orgchart.svg b/web/core/misc/icons/000000/orgchart.svg similarity index 100% rename from core/misc/icons/000000/orgchart.svg rename to web/core/misc/icons/000000/orgchart.svg diff --git a/core/misc/icons/000000/paintbrush.svg b/web/core/misc/icons/000000/paintbrush.svg similarity index 100% rename from core/misc/icons/000000/paintbrush.svg rename to web/core/misc/icons/000000/paintbrush.svg diff --git a/core/misc/icons/000000/people.svg b/web/core/misc/icons/000000/people.svg similarity index 100% rename from core/misc/icons/000000/people.svg rename to web/core/misc/icons/000000/people.svg diff --git a/core/misc/icons/000000/puzzlepiece.svg b/web/core/misc/icons/000000/puzzlepiece.svg similarity index 100% rename from core/misc/icons/000000/puzzlepiece.svg rename to web/core/misc/icons/000000/puzzlepiece.svg diff --git a/core/misc/icons/000000/questionmark-disc.svg b/web/core/misc/icons/000000/questionmark-disc.svg similarity index 100% rename from core/misc/icons/000000/questionmark-disc.svg rename to web/core/misc/icons/000000/questionmark-disc.svg diff --git a/core/misc/icons/000000/wrench.svg b/web/core/misc/icons/000000/wrench.svg similarity index 100% rename from core/misc/icons/000000/wrench.svg rename to web/core/misc/icons/000000/wrench.svg diff --git a/core/misc/icons/004875/twistie-down.svg b/web/core/misc/icons/004875/twistie-down.svg similarity index 100% rename from core/misc/icons/004875/twistie-down.svg rename to web/core/misc/icons/004875/twistie-down.svg diff --git a/core/misc/icons/004875/twistie-up.svg b/web/core/misc/icons/004875/twistie-up.svg similarity index 100% rename from core/misc/icons/004875/twistie-up.svg rename to web/core/misc/icons/004875/twistie-up.svg diff --git a/core/misc/icons/0074bd/chevron-left.svg b/web/core/misc/icons/0074bd/chevron-left.svg similarity index 100% rename from core/misc/icons/0074bd/chevron-left.svg rename to web/core/misc/icons/0074bd/chevron-left.svg diff --git a/core/misc/icons/0074bd/chevron-right.svg b/web/core/misc/icons/0074bd/chevron-right.svg similarity index 100% rename from core/misc/icons/0074bd/chevron-right.svg rename to web/core/misc/icons/0074bd/chevron-right.svg diff --git a/core/misc/icons/008ee6/twistie-down.svg b/web/core/misc/icons/008ee6/twistie-down.svg similarity index 100% rename from core/misc/icons/008ee6/twistie-down.svg rename to web/core/misc/icons/008ee6/twistie-down.svg diff --git a/core/misc/icons/008ee6/twistie-up.svg b/web/core/misc/icons/008ee6/twistie-up.svg similarity index 100% rename from core/misc/icons/008ee6/twistie-up.svg rename to web/core/misc/icons/008ee6/twistie-up.svg diff --git a/core/misc/icons/333333/caret-down.svg b/web/core/misc/icons/333333/caret-down.svg similarity index 100% rename from core/misc/icons/333333/caret-down.svg rename to web/core/misc/icons/333333/caret-down.svg diff --git a/core/misc/icons/424242/loupe.svg b/web/core/misc/icons/424242/loupe.svg similarity index 100% rename from core/misc/icons/424242/loupe.svg rename to web/core/misc/icons/424242/loupe.svg diff --git a/core/misc/icons/505050/loupe.svg b/web/core/misc/icons/505050/loupe.svg similarity index 100% rename from core/misc/icons/505050/loupe.svg rename to web/core/misc/icons/505050/loupe.svg diff --git a/core/misc/icons/5181c6/chevron-disc-down.svg b/web/core/misc/icons/5181c6/chevron-disc-down.svg similarity index 100% rename from core/misc/icons/5181c6/chevron-disc-down.svg rename to web/core/misc/icons/5181c6/chevron-disc-down.svg diff --git a/core/misc/icons/5181c6/chevron-disc-up.svg b/web/core/misc/icons/5181c6/chevron-disc-up.svg similarity index 100% rename from core/misc/icons/5181c6/chevron-disc-up.svg rename to web/core/misc/icons/5181c6/chevron-disc-up.svg diff --git a/core/misc/icons/5181c6/pencil.svg b/web/core/misc/icons/5181c6/pencil.svg similarity index 100% rename from core/misc/icons/5181c6/pencil.svg rename to web/core/misc/icons/5181c6/pencil.svg diff --git a/core/misc/icons/5181c6/twistie-down.svg b/web/core/misc/icons/5181c6/twistie-down.svg similarity index 100% rename from core/misc/icons/5181c6/twistie-down.svg rename to web/core/misc/icons/5181c6/twistie-down.svg diff --git a/core/misc/icons/5181c6/twistie-up.svg b/web/core/misc/icons/5181c6/twistie-up.svg similarity index 100% rename from core/misc/icons/5181c6/twistie-up.svg rename to web/core/misc/icons/5181c6/twistie-up.svg diff --git a/core/misc/icons/73b355/check.svg b/web/core/misc/icons/73b355/check.svg similarity index 100% rename from core/misc/icons/73b355/check.svg rename to web/core/misc/icons/73b355/check.svg diff --git a/core/misc/icons/787878/barchart.svg b/web/core/misc/icons/787878/barchart.svg similarity index 100% rename from core/misc/icons/787878/barchart.svg rename to web/core/misc/icons/787878/barchart.svg diff --git a/core/misc/icons/787878/chevron-disc-down.svg b/web/core/misc/icons/787878/chevron-disc-down.svg similarity index 100% rename from core/misc/icons/787878/chevron-disc-down.svg rename to web/core/misc/icons/787878/chevron-disc-down.svg diff --git a/core/misc/icons/787878/chevron-disc-up.svg b/web/core/misc/icons/787878/chevron-disc-up.svg similarity index 100% rename from core/misc/icons/787878/chevron-disc-up.svg rename to web/core/misc/icons/787878/chevron-disc-up.svg diff --git a/core/misc/icons/787878/cog.svg b/web/core/misc/icons/787878/cog.svg similarity index 100% rename from core/misc/icons/787878/cog.svg rename to web/core/misc/icons/787878/cog.svg diff --git a/core/misc/icons/787878/ex.svg b/web/core/misc/icons/787878/ex.svg similarity index 100% rename from core/misc/icons/787878/ex.svg rename to web/core/misc/icons/787878/ex.svg diff --git a/core/misc/icons/787878/file.svg b/web/core/misc/icons/787878/file.svg similarity index 100% rename from core/misc/icons/787878/file.svg rename to web/core/misc/icons/787878/file.svg diff --git a/core/misc/icons/787878/key.svg b/web/core/misc/icons/787878/key.svg similarity index 100% rename from core/misc/icons/787878/key.svg rename to web/core/misc/icons/787878/key.svg diff --git a/core/misc/icons/787878/move.svg b/web/core/misc/icons/787878/move.svg similarity index 100% rename from core/misc/icons/787878/move.svg rename to web/core/misc/icons/787878/move.svg diff --git a/core/misc/icons/787878/orgchart.svg b/web/core/misc/icons/787878/orgchart.svg similarity index 100% rename from core/misc/icons/787878/orgchart.svg rename to web/core/misc/icons/787878/orgchart.svg diff --git a/core/misc/icons/787878/paintbrush.svg b/web/core/misc/icons/787878/paintbrush.svg similarity index 100% rename from core/misc/icons/787878/paintbrush.svg rename to web/core/misc/icons/787878/paintbrush.svg diff --git a/core/misc/icons/787878/pencil.svg b/web/core/misc/icons/787878/pencil.svg similarity index 100% rename from core/misc/icons/787878/pencil.svg rename to web/core/misc/icons/787878/pencil.svg diff --git a/core/misc/icons/787878/people.svg b/web/core/misc/icons/787878/people.svg similarity index 100% rename from core/misc/icons/787878/people.svg rename to web/core/misc/icons/787878/people.svg diff --git a/core/misc/icons/787878/plus.svg b/web/core/misc/icons/787878/plus.svg similarity index 100% rename from core/misc/icons/787878/plus.svg rename to web/core/misc/icons/787878/plus.svg diff --git a/core/misc/icons/787878/push-left.svg b/web/core/misc/icons/787878/push-left.svg similarity index 100% rename from core/misc/icons/787878/push-left.svg rename to web/core/misc/icons/787878/push-left.svg diff --git a/core/misc/icons/787878/push-right.svg b/web/core/misc/icons/787878/push-right.svg similarity index 100% rename from core/misc/icons/787878/push-right.svg rename to web/core/misc/icons/787878/push-right.svg diff --git a/core/misc/icons/787878/push-up.svg b/web/core/misc/icons/787878/push-up.svg similarity index 100% rename from core/misc/icons/787878/push-up.svg rename to web/core/misc/icons/787878/push-up.svg diff --git a/core/misc/icons/787878/puzzlepiece.svg b/web/core/misc/icons/787878/puzzlepiece.svg similarity index 100% rename from core/misc/icons/787878/puzzlepiece.svg rename to web/core/misc/icons/787878/puzzlepiece.svg diff --git a/core/misc/icons/787878/questionmark-disc.svg b/web/core/misc/icons/787878/questionmark-disc.svg similarity index 100% rename from core/misc/icons/787878/questionmark-disc.svg rename to web/core/misc/icons/787878/questionmark-disc.svg diff --git a/core/misc/icons/787878/twistie-down.svg b/web/core/misc/icons/787878/twistie-down.svg similarity index 100% rename from core/misc/icons/787878/twistie-down.svg rename to web/core/misc/icons/787878/twistie-down.svg diff --git a/core/misc/icons/787878/twistie-up.svg b/web/core/misc/icons/787878/twistie-up.svg similarity index 100% rename from core/misc/icons/787878/twistie-up.svg rename to web/core/misc/icons/787878/twistie-up.svg diff --git a/core/misc/icons/787878/wrench.svg b/web/core/misc/icons/787878/wrench.svg similarity index 100% rename from core/misc/icons/787878/wrench.svg rename to web/core/misc/icons/787878/wrench.svg diff --git a/core/misc/icons/bebebe/chevron-disc-left.svg b/web/core/misc/icons/bebebe/chevron-disc-left.svg similarity index 100% rename from core/misc/icons/bebebe/chevron-disc-left.svg rename to web/core/misc/icons/bebebe/chevron-disc-left.svg diff --git a/core/misc/icons/bebebe/chevron-disc-right.svg b/web/core/misc/icons/bebebe/chevron-disc-right.svg similarity index 100% rename from core/misc/icons/bebebe/chevron-disc-right.svg rename to web/core/misc/icons/bebebe/chevron-disc-right.svg diff --git a/core/misc/icons/bebebe/cog.svg b/web/core/misc/icons/bebebe/cog.svg similarity index 100% rename from core/misc/icons/bebebe/cog.svg rename to web/core/misc/icons/bebebe/cog.svg diff --git a/core/misc/icons/bebebe/ex.svg b/web/core/misc/icons/bebebe/ex.svg similarity index 100% rename from core/misc/icons/bebebe/ex.svg rename to web/core/misc/icons/bebebe/ex.svg diff --git a/core/misc/icons/bebebe/hamburger.svg b/web/core/misc/icons/bebebe/hamburger.svg similarity index 100% rename from core/misc/icons/bebebe/hamburger.svg rename to web/core/misc/icons/bebebe/hamburger.svg diff --git a/core/misc/icons/bebebe/house.svg b/web/core/misc/icons/bebebe/house.svg similarity index 100% rename from core/misc/icons/bebebe/house.svg rename to web/core/misc/icons/bebebe/house.svg diff --git a/core/misc/icons/bebebe/key.svg b/web/core/misc/icons/bebebe/key.svg similarity index 100% rename from core/misc/icons/bebebe/key.svg rename to web/core/misc/icons/bebebe/key.svg diff --git a/core/misc/icons/bebebe/move.svg b/web/core/misc/icons/bebebe/move.svg similarity index 100% rename from core/misc/icons/bebebe/move.svg rename to web/core/misc/icons/bebebe/move.svg diff --git a/core/misc/icons/bebebe/pencil.svg b/web/core/misc/icons/bebebe/pencil.svg similarity index 100% rename from core/misc/icons/bebebe/pencil.svg rename to web/core/misc/icons/bebebe/pencil.svg diff --git a/core/misc/icons/bebebe/person.svg b/web/core/misc/icons/bebebe/person.svg similarity index 100% rename from core/misc/icons/bebebe/person.svg rename to web/core/misc/icons/bebebe/person.svg diff --git a/core/misc/icons/bebebe/plus.svg b/web/core/misc/icons/bebebe/plus.svg similarity index 100% rename from core/misc/icons/bebebe/plus.svg rename to web/core/misc/icons/bebebe/plus.svg diff --git a/core/misc/icons/bebebe/push-left.svg b/web/core/misc/icons/bebebe/push-left.svg similarity index 100% rename from core/misc/icons/bebebe/push-left.svg rename to web/core/misc/icons/bebebe/push-left.svg diff --git a/core/misc/icons/bebebe/push-right.svg b/web/core/misc/icons/bebebe/push-right.svg similarity index 100% rename from core/misc/icons/bebebe/push-right.svg rename to web/core/misc/icons/bebebe/push-right.svg diff --git a/core/misc/icons/bebebe/push-up.svg b/web/core/misc/icons/bebebe/push-up.svg similarity index 100% rename from core/misc/icons/bebebe/push-up.svg rename to web/core/misc/icons/bebebe/push-up.svg diff --git a/core/misc/icons/bebebe/questionmark-disc.svg b/web/core/misc/icons/bebebe/questionmark-disc.svg similarity index 100% rename from core/misc/icons/bebebe/questionmark-disc.svg rename to web/core/misc/icons/bebebe/questionmark-disc.svg diff --git a/core/misc/icons/bebebe/star-empty.svg b/web/core/misc/icons/bebebe/star-empty.svg similarity index 100% rename from core/misc/icons/bebebe/star-empty.svg rename to web/core/misc/icons/bebebe/star-empty.svg diff --git a/core/misc/icons/bebebe/star.svg b/web/core/misc/icons/bebebe/star.svg similarity index 100% rename from core/misc/icons/bebebe/star.svg rename to web/core/misc/icons/bebebe/star.svg diff --git a/core/misc/icons/e29700/warning.svg b/web/core/misc/icons/e29700/warning.svg similarity index 100% rename from core/misc/icons/e29700/warning.svg rename to web/core/misc/icons/e29700/warning.svg diff --git a/core/misc/icons/e32700/error.svg b/web/core/misc/icons/e32700/error.svg similarity index 100% rename from core/misc/icons/e32700/error.svg rename to web/core/misc/icons/e32700/error.svg diff --git a/core/misc/icons/ee0000/required.svg b/web/core/misc/icons/ee0000/required.svg similarity index 100% rename from core/misc/icons/ee0000/required.svg rename to web/core/misc/icons/ee0000/required.svg diff --git a/core/misc/icons/ffffff/ex.svg b/web/core/misc/icons/ffffff/ex.svg similarity index 100% rename from core/misc/icons/ffffff/ex.svg rename to web/core/misc/icons/ffffff/ex.svg diff --git a/core/misc/icons/ffffff/hamburger.svg b/web/core/misc/icons/ffffff/hamburger.svg similarity index 100% rename from core/misc/icons/ffffff/hamburger.svg rename to web/core/misc/icons/ffffff/hamburger.svg diff --git a/core/misc/icons/ffffff/house.svg b/web/core/misc/icons/ffffff/house.svg similarity index 100% rename from core/misc/icons/ffffff/house.svg rename to web/core/misc/icons/ffffff/house.svg diff --git a/core/misc/icons/ffffff/pencil.svg b/web/core/misc/icons/ffffff/pencil.svg similarity index 100% rename from core/misc/icons/ffffff/pencil.svg rename to web/core/misc/icons/ffffff/pencil.svg diff --git a/core/misc/icons/ffffff/person.svg b/web/core/misc/icons/ffffff/person.svg similarity index 100% rename from core/misc/icons/ffffff/person.svg rename to web/core/misc/icons/ffffff/person.svg diff --git a/core/misc/icons/ffffff/questionmark-disc.svg b/web/core/misc/icons/ffffff/questionmark-disc.svg similarity index 100% rename from core/misc/icons/ffffff/questionmark-disc.svg rename to web/core/misc/icons/ffffff/questionmark-disc.svg diff --git a/core/misc/icons/ffffff/star-empty.svg b/web/core/misc/icons/ffffff/star-empty.svg similarity index 100% rename from core/misc/icons/ffffff/star-empty.svg rename to web/core/misc/icons/ffffff/star-empty.svg diff --git a/core/misc/icons/ffffff/star.svg b/web/core/misc/icons/ffffff/star.svg similarity index 100% rename from core/misc/icons/ffffff/star.svg rename to web/core/misc/icons/ffffff/star.svg diff --git a/core/misc/icons/ffffff/twistie-down.svg b/web/core/misc/icons/ffffff/twistie-down.svg similarity index 100% rename from core/misc/icons/ffffff/twistie-down.svg rename to web/core/misc/icons/ffffff/twistie-down.svg diff --git a/core/misc/icons/ffffff/twistie-up.svg b/web/core/misc/icons/ffffff/twistie-up.svg similarity index 100% rename from core/misc/icons/ffffff/twistie-up.svg rename to web/core/misc/icons/ffffff/twistie-up.svg diff --git a/core/misc/icons/license.md b/web/core/misc/icons/license.md similarity index 100% rename from core/misc/icons/license.md rename to web/core/misc/icons/license.md diff --git a/core/misc/loading-small.gif b/web/core/misc/loading-small.gif similarity index 100% rename from core/misc/loading-small.gif rename to web/core/misc/loading-small.gif diff --git a/core/misc/loading.gif b/web/core/misc/loading.gif similarity index 100% rename from core/misc/loading.gif rename to web/core/misc/loading.gif diff --git a/core/misc/machine-name.js b/web/core/misc/machine-name.js similarity index 100% rename from core/misc/machine-name.js rename to web/core/misc/machine-name.js diff --git a/core/misc/menu-collapsed-rtl.png b/web/core/misc/menu-collapsed-rtl.png similarity index 100% rename from core/misc/menu-collapsed-rtl.png rename to web/core/misc/menu-collapsed-rtl.png diff --git a/core/misc/menu-collapsed.png b/web/core/misc/menu-collapsed.png similarity index 100% rename from core/misc/menu-collapsed.png rename to web/core/misc/menu-collapsed.png diff --git a/core/misc/menu-expanded.png b/web/core/misc/menu-expanded.png similarity index 100% rename from core/misc/menu-expanded.png rename to web/core/misc/menu-expanded.png diff --git a/core/misc/print.css b/web/core/misc/print.css similarity index 100% rename from core/misc/print.css rename to web/core/misc/print.css diff --git a/core/misc/progress.js b/web/core/misc/progress.js similarity index 100% rename from core/misc/progress.js rename to web/core/misc/progress.js diff --git a/core/misc/states.js b/web/core/misc/states.js similarity index 100% rename from core/misc/states.js rename to web/core/misc/states.js diff --git a/core/misc/tabbingmanager.js b/web/core/misc/tabbingmanager.js similarity index 100% rename from core/misc/tabbingmanager.js rename to web/core/misc/tabbingmanager.js diff --git a/core/misc/tabledrag.js b/web/core/misc/tabledrag.js similarity index 100% rename from core/misc/tabledrag.js rename to web/core/misc/tabledrag.js diff --git a/core/misc/tableheader.js b/web/core/misc/tableheader.js similarity index 100% rename from core/misc/tableheader.js rename to web/core/misc/tableheader.js diff --git a/core/misc/tableresponsive.js b/web/core/misc/tableresponsive.js similarity index 100% rename from core/misc/tableresponsive.js rename to web/core/misc/tableresponsive.js diff --git a/core/misc/tableselect.js b/web/core/misc/tableselect.js similarity index 100% rename from core/misc/tableselect.js rename to web/core/misc/tableselect.js diff --git a/core/misc/throbber-active.gif b/web/core/misc/throbber-active.gif similarity index 100% rename from core/misc/throbber-active.gif rename to web/core/misc/throbber-active.gif diff --git a/core/misc/throbber-inactive.png b/web/core/misc/throbber-inactive.png similarity index 100% rename from core/misc/throbber-inactive.png rename to web/core/misc/throbber-inactive.png diff --git a/core/misc/timezone.js b/web/core/misc/timezone.js similarity index 100% rename from core/misc/timezone.js rename to web/core/misc/timezone.js diff --git a/core/misc/tree-bottom.png b/web/core/misc/tree-bottom.png similarity index 100% rename from core/misc/tree-bottom.png rename to web/core/misc/tree-bottom.png diff --git a/core/misc/tree.png b/web/core/misc/tree.png similarity index 100% rename from core/misc/tree.png rename to web/core/misc/tree.png diff --git a/core/misc/vertical-tabs.css b/web/core/misc/vertical-tabs.css similarity index 100% rename from core/misc/vertical-tabs.css rename to web/core/misc/vertical-tabs.css diff --git a/core/misc/vertical-tabs.js b/web/core/misc/vertical-tabs.js similarity index 100% rename from core/misc/vertical-tabs.js rename to web/core/misc/vertical-tabs.js diff --git a/core/modules/action/action.info.yml b/web/core/modules/action/action.info.yml similarity index 100% rename from core/modules/action/action.info.yml rename to web/core/modules/action/action.info.yml diff --git a/core/modules/action/action.links.menu.yml b/web/core/modules/action/action.links.menu.yml similarity index 100% rename from core/modules/action/action.links.menu.yml rename to web/core/modules/action/action.links.menu.yml diff --git a/core/modules/action/action.links.task.yml b/web/core/modules/action/action.links.task.yml similarity index 100% rename from core/modules/action/action.links.task.yml rename to web/core/modules/action/action.links.task.yml diff --git a/core/modules/action/action.module b/web/core/modules/action/action.module similarity index 100% rename from core/modules/action/action.module rename to web/core/modules/action/action.module diff --git a/core/modules/action/action.permissions.yml b/web/core/modules/action/action.permissions.yml similarity index 100% rename from core/modules/action/action.permissions.yml rename to web/core/modules/action/action.permissions.yml diff --git a/core/modules/action/action.routing.yml b/web/core/modules/action/action.routing.yml similarity index 100% rename from core/modules/action/action.routing.yml rename to web/core/modules/action/action.routing.yml diff --git a/core/modules/action/action.views_execution.inc b/web/core/modules/action/action.views_execution.inc similarity index 100% rename from core/modules/action/action.views_execution.inc rename to web/core/modules/action/action.views_execution.inc diff --git a/core/modules/action/config/install/action.settings.yml b/web/core/modules/action/config/install/action.settings.yml similarity index 100% rename from core/modules/action/config/install/action.settings.yml rename to web/core/modules/action/config/install/action.settings.yml diff --git a/core/modules/action/config/schema/action.schema.yml b/web/core/modules/action/config/schema/action.schema.yml similarity index 100% rename from core/modules/action/config/schema/action.schema.yml rename to web/core/modules/action/config/schema/action.schema.yml diff --git a/core/modules/action/migration_templates/action_settings.yml b/web/core/modules/action/migration_templates/action_settings.yml similarity index 100% rename from core/modules/action/migration_templates/action_settings.yml rename to web/core/modules/action/migration_templates/action_settings.yml diff --git a/core/modules/action/migration_templates/d6_action.yml b/web/core/modules/action/migration_templates/d6_action.yml similarity index 100% rename from core/modules/action/migration_templates/d6_action.yml rename to web/core/modules/action/migration_templates/d6_action.yml diff --git a/core/modules/action/migration_templates/d7_action.yml b/web/core/modules/action/migration_templates/d7_action.yml similarity index 100% rename from core/modules/action/migration_templates/d7_action.yml rename to web/core/modules/action/migration_templates/d7_action.yml diff --git a/core/modules/action/src/ActionAddForm.php b/web/core/modules/action/src/ActionAddForm.php similarity index 100% rename from core/modules/action/src/ActionAddForm.php rename to web/core/modules/action/src/ActionAddForm.php diff --git a/core/modules/action/src/ActionEditForm.php b/web/core/modules/action/src/ActionEditForm.php similarity index 100% rename from core/modules/action/src/ActionEditForm.php rename to web/core/modules/action/src/ActionEditForm.php diff --git a/core/modules/action/src/ActionFormBase.php b/web/core/modules/action/src/ActionFormBase.php similarity index 100% rename from core/modules/action/src/ActionFormBase.php rename to web/core/modules/action/src/ActionFormBase.php diff --git a/core/modules/action/src/ActionListBuilder.php b/web/core/modules/action/src/ActionListBuilder.php similarity index 100% rename from core/modules/action/src/ActionListBuilder.php rename to web/core/modules/action/src/ActionListBuilder.php diff --git a/core/modules/action/src/Form/ActionAdminManageForm.php b/web/core/modules/action/src/Form/ActionAdminManageForm.php similarity index 100% rename from core/modules/action/src/Form/ActionAdminManageForm.php rename to web/core/modules/action/src/Form/ActionAdminManageForm.php diff --git a/core/modules/action/src/Form/ActionDeleteForm.php b/web/core/modules/action/src/Form/ActionDeleteForm.php similarity index 100% rename from core/modules/action/src/Form/ActionDeleteForm.php rename to web/core/modules/action/src/Form/ActionDeleteForm.php diff --git a/core/modules/action/src/Plugin/Action/EmailAction.php b/web/core/modules/action/src/Plugin/Action/EmailAction.php similarity index 100% rename from core/modules/action/src/Plugin/Action/EmailAction.php rename to web/core/modules/action/src/Plugin/Action/EmailAction.php diff --git a/core/modules/action/src/Plugin/Action/GotoAction.php b/web/core/modules/action/src/Plugin/Action/GotoAction.php similarity index 100% rename from core/modules/action/src/Plugin/Action/GotoAction.php rename to web/core/modules/action/src/Plugin/Action/GotoAction.php diff --git a/core/modules/action/src/Plugin/Action/MessageAction.php b/web/core/modules/action/src/Plugin/Action/MessageAction.php similarity index 100% rename from core/modules/action/src/Plugin/Action/MessageAction.php rename to web/core/modules/action/src/Plugin/Action/MessageAction.php diff --git a/core/modules/action/src/Plugin/migrate/source/Action.php b/web/core/modules/action/src/Plugin/migrate/source/Action.php similarity index 100% rename from core/modules/action/src/Plugin/migrate/source/Action.php rename to web/core/modules/action/src/Plugin/migrate/source/Action.php diff --git a/core/modules/action/src/Tests/ActionListTest.php b/web/core/modules/action/src/Tests/ActionListTest.php similarity index 100% rename from core/modules/action/src/Tests/ActionListTest.php rename to web/core/modules/action/src/Tests/ActionListTest.php diff --git a/core/modules/action/tests/action_bulk_test/action_bulk_test.info.yml b/web/core/modules/action/tests/action_bulk_test/action_bulk_test.info.yml similarity index 100% rename from core/modules/action/tests/action_bulk_test/action_bulk_test.info.yml rename to web/core/modules/action/tests/action_bulk_test/action_bulk_test.info.yml diff --git a/core/modules/action/tests/action_bulk_test/config/install/views.view.test_bulk_form.yml b/web/core/modules/action/tests/action_bulk_test/config/install/views.view.test_bulk_form.yml similarity index 100% rename from core/modules/action/tests/action_bulk_test/config/install/views.view.test_bulk_form.yml rename to web/core/modules/action/tests/action_bulk_test/config/install/views.view.test_bulk_form.yml diff --git a/core/modules/action/tests/src/Functional/ActionUninstallTest.php b/web/core/modules/action/tests/src/Functional/ActionUninstallTest.php similarity index 100% rename from core/modules/action/tests/src/Functional/ActionUninstallTest.php rename to web/core/modules/action/tests/src/Functional/ActionUninstallTest.php diff --git a/core/modules/action/tests/src/Functional/BulkFormTest.php b/web/core/modules/action/tests/src/Functional/BulkFormTest.php similarity index 100% rename from core/modules/action/tests/src/Functional/BulkFormTest.php rename to web/core/modules/action/tests/src/Functional/BulkFormTest.php diff --git a/core/modules/action/tests/src/Functional/ConfigurationTest.php b/web/core/modules/action/tests/src/Functional/ConfigurationTest.php similarity index 100% rename from core/modules/action/tests/src/Functional/ConfigurationTest.php rename to web/core/modules/action/tests/src/Functional/ConfigurationTest.php diff --git a/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionConfigsTest.php b/web/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionConfigsTest.php similarity index 100% rename from core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionConfigsTest.php rename to web/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionConfigsTest.php diff --git a/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php b/web/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php similarity index 100% rename from core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php rename to web/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php diff --git a/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionConfigsTest.php b/web/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionConfigsTest.php similarity index 100% rename from core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionConfigsTest.php rename to web/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionConfigsTest.php diff --git a/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php b/web/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php similarity index 100% rename from core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php rename to web/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionsTest.php diff --git a/core/modules/action/tests/src/Kernel/Plugin/migrate/source/ActionTest.php b/web/core/modules/action/tests/src/Kernel/Plugin/migrate/source/ActionTest.php similarity index 100% rename from core/modules/action/tests/src/Kernel/Plugin/migrate/source/ActionTest.php rename to web/core/modules/action/tests/src/Kernel/Plugin/migrate/source/ActionTest.php diff --git a/core/modules/action/tests/src/Unit/Menu/ActionLocalTasksTest.php b/web/core/modules/action/tests/src/Unit/Menu/ActionLocalTasksTest.php similarity index 100% rename from core/modules/action/tests/src/Unit/Menu/ActionLocalTasksTest.php rename to web/core/modules/action/tests/src/Unit/Menu/ActionLocalTasksTest.php diff --git a/core/modules/aggregator/aggregator.info.yml b/web/core/modules/aggregator/aggregator.info.yml similarity index 100% rename from core/modules/aggregator/aggregator.info.yml rename to web/core/modules/aggregator/aggregator.info.yml diff --git a/core/modules/aggregator/aggregator.install b/web/core/modules/aggregator/aggregator.install similarity index 100% rename from core/modules/aggregator/aggregator.install rename to web/core/modules/aggregator/aggregator.install diff --git a/core/modules/aggregator/aggregator.links.action.yml b/web/core/modules/aggregator/aggregator.links.action.yml similarity index 100% rename from core/modules/aggregator/aggregator.links.action.yml rename to web/core/modules/aggregator/aggregator.links.action.yml diff --git a/core/modules/aggregator/aggregator.links.menu.yml b/web/core/modules/aggregator/aggregator.links.menu.yml similarity index 100% rename from core/modules/aggregator/aggregator.links.menu.yml rename to web/core/modules/aggregator/aggregator.links.menu.yml diff --git a/core/modules/aggregator/aggregator.links.task.yml b/web/core/modules/aggregator/aggregator.links.task.yml similarity index 100% rename from core/modules/aggregator/aggregator.links.task.yml rename to web/core/modules/aggregator/aggregator.links.task.yml diff --git a/core/modules/aggregator/aggregator.module b/web/core/modules/aggregator/aggregator.module similarity index 100% rename from core/modules/aggregator/aggregator.module rename to web/core/modules/aggregator/aggregator.module diff --git a/core/modules/aggregator/aggregator.permissions.yml b/web/core/modules/aggregator/aggregator.permissions.yml similarity index 100% rename from core/modules/aggregator/aggregator.permissions.yml rename to web/core/modules/aggregator/aggregator.permissions.yml diff --git a/core/modules/aggregator/aggregator.routing.yml b/web/core/modules/aggregator/aggregator.routing.yml similarity index 100% rename from core/modules/aggregator/aggregator.routing.yml rename to web/core/modules/aggregator/aggregator.routing.yml diff --git a/core/modules/aggregator/aggregator.services.yml b/web/core/modules/aggregator/aggregator.services.yml similarity index 100% rename from core/modules/aggregator/aggregator.services.yml rename to web/core/modules/aggregator/aggregator.services.yml diff --git a/core/modules/aggregator/aggregator.theme.inc b/web/core/modules/aggregator/aggregator.theme.inc similarity index 100% rename from core/modules/aggregator/aggregator.theme.inc rename to web/core/modules/aggregator/aggregator.theme.inc diff --git a/core/modules/aggregator/config/install/aggregator.settings.yml b/web/core/modules/aggregator/config/install/aggregator.settings.yml similarity index 100% rename from core/modules/aggregator/config/install/aggregator.settings.yml rename to web/core/modules/aggregator/config/install/aggregator.settings.yml diff --git a/core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.default.yml b/web/core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.default.yml similarity index 100% rename from core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.default.yml rename to web/core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.default.yml diff --git a/core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.summary.yml b/web/core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.summary.yml similarity index 100% rename from core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.summary.yml rename to web/core/modules/aggregator/config/install/core.entity_view_display.aggregator_feed.aggregator_feed.summary.yml diff --git a/core/modules/aggregator/config/install/core.entity_view_display.aggregator_item.aggregator_item.summary.yml b/web/core/modules/aggregator/config/install/core.entity_view_display.aggregator_item.aggregator_item.summary.yml similarity index 100% rename from core/modules/aggregator/config/install/core.entity_view_display.aggregator_item.aggregator_item.summary.yml rename to web/core/modules/aggregator/config/install/core.entity_view_display.aggregator_item.aggregator_item.summary.yml diff --git a/core/modules/aggregator/config/install/core.entity_view_mode.aggregator_feed.summary.yml b/web/core/modules/aggregator/config/install/core.entity_view_mode.aggregator_feed.summary.yml similarity index 100% rename from core/modules/aggregator/config/install/core.entity_view_mode.aggregator_feed.summary.yml rename to web/core/modules/aggregator/config/install/core.entity_view_mode.aggregator_feed.summary.yml diff --git a/core/modules/aggregator/config/install/core.entity_view_mode.aggregator_item.summary.yml b/web/core/modules/aggregator/config/install/core.entity_view_mode.aggregator_item.summary.yml similarity index 100% rename from core/modules/aggregator/config/install/core.entity_view_mode.aggregator_item.summary.yml rename to web/core/modules/aggregator/config/install/core.entity_view_mode.aggregator_item.summary.yml diff --git a/core/modules/aggregator/config/optional/views.view.aggregator_rss_feed.yml b/web/core/modules/aggregator/config/optional/views.view.aggregator_rss_feed.yml similarity index 100% rename from core/modules/aggregator/config/optional/views.view.aggregator_rss_feed.yml rename to web/core/modules/aggregator/config/optional/views.view.aggregator_rss_feed.yml diff --git a/core/modules/aggregator/config/optional/views.view.aggregator_sources.yml b/web/core/modules/aggregator/config/optional/views.view.aggregator_sources.yml similarity index 100% rename from core/modules/aggregator/config/optional/views.view.aggregator_sources.yml rename to web/core/modules/aggregator/config/optional/views.view.aggregator_sources.yml diff --git a/core/modules/aggregator/config/schema/aggregator.schema.yml b/web/core/modules/aggregator/config/schema/aggregator.schema.yml similarity index 100% rename from core/modules/aggregator/config/schema/aggregator.schema.yml rename to web/core/modules/aggregator/config/schema/aggregator.schema.yml diff --git a/core/modules/aggregator/config/schema/aggregator.views.schema.yml b/web/core/modules/aggregator/config/schema/aggregator.views.schema.yml similarity index 100% rename from core/modules/aggregator/config/schema/aggregator.views.schema.yml rename to web/core/modules/aggregator/config/schema/aggregator.views.schema.yml diff --git a/core/modules/aggregator/migration_templates/d6_aggregator_feed.yml b/web/core/modules/aggregator/migration_templates/d6_aggregator_feed.yml similarity index 100% rename from core/modules/aggregator/migration_templates/d6_aggregator_feed.yml rename to web/core/modules/aggregator/migration_templates/d6_aggregator_feed.yml diff --git a/core/modules/aggregator/migration_templates/d6_aggregator_item.yml b/web/core/modules/aggregator/migration_templates/d6_aggregator_item.yml similarity index 100% rename from core/modules/aggregator/migration_templates/d6_aggregator_item.yml rename to web/core/modules/aggregator/migration_templates/d6_aggregator_item.yml diff --git a/core/modules/aggregator/migration_templates/d6_aggregator_settings.yml b/web/core/modules/aggregator/migration_templates/d6_aggregator_settings.yml similarity index 100% rename from core/modules/aggregator/migration_templates/d6_aggregator_settings.yml rename to web/core/modules/aggregator/migration_templates/d6_aggregator_settings.yml diff --git a/core/modules/aggregator/migration_templates/d7_aggregator_feed.yml b/web/core/modules/aggregator/migration_templates/d7_aggregator_feed.yml similarity index 100% rename from core/modules/aggregator/migration_templates/d7_aggregator_feed.yml rename to web/core/modules/aggregator/migration_templates/d7_aggregator_feed.yml diff --git a/core/modules/aggregator/migration_templates/d7_aggregator_item.yml b/web/core/modules/aggregator/migration_templates/d7_aggregator_item.yml similarity index 100% rename from core/modules/aggregator/migration_templates/d7_aggregator_item.yml rename to web/core/modules/aggregator/migration_templates/d7_aggregator_item.yml diff --git a/core/modules/aggregator/migration_templates/d7_aggregator_settings.yml b/web/core/modules/aggregator/migration_templates/d7_aggregator_settings.yml similarity index 100% rename from core/modules/aggregator/migration_templates/d7_aggregator_settings.yml rename to web/core/modules/aggregator/migration_templates/d7_aggregator_settings.yml diff --git a/core/modules/aggregator/src/AggregatorFeedViewsData.php b/web/core/modules/aggregator/src/AggregatorFeedViewsData.php similarity index 100% rename from core/modules/aggregator/src/AggregatorFeedViewsData.php rename to web/core/modules/aggregator/src/AggregatorFeedViewsData.php diff --git a/core/modules/aggregator/src/AggregatorItemViewsData.php b/web/core/modules/aggregator/src/AggregatorItemViewsData.php similarity index 100% rename from core/modules/aggregator/src/AggregatorItemViewsData.php rename to web/core/modules/aggregator/src/AggregatorItemViewsData.php diff --git a/core/modules/aggregator/src/Annotation/AggregatorFetcher.php b/web/core/modules/aggregator/src/Annotation/AggregatorFetcher.php similarity index 100% rename from core/modules/aggregator/src/Annotation/AggregatorFetcher.php rename to web/core/modules/aggregator/src/Annotation/AggregatorFetcher.php diff --git a/core/modules/aggregator/src/Annotation/AggregatorParser.php b/web/core/modules/aggregator/src/Annotation/AggregatorParser.php similarity index 100% rename from core/modules/aggregator/src/Annotation/AggregatorParser.php rename to web/core/modules/aggregator/src/Annotation/AggregatorParser.php diff --git a/core/modules/aggregator/src/Annotation/AggregatorProcessor.php b/web/core/modules/aggregator/src/Annotation/AggregatorProcessor.php similarity index 100% rename from core/modules/aggregator/src/Annotation/AggregatorProcessor.php rename to web/core/modules/aggregator/src/Annotation/AggregatorProcessor.php diff --git a/core/modules/aggregator/src/Controller/AggregatorController.php b/web/core/modules/aggregator/src/Controller/AggregatorController.php similarity index 100% rename from core/modules/aggregator/src/Controller/AggregatorController.php rename to web/core/modules/aggregator/src/Controller/AggregatorController.php diff --git a/core/modules/aggregator/src/Entity/Feed.php b/web/core/modules/aggregator/src/Entity/Feed.php similarity index 100% rename from core/modules/aggregator/src/Entity/Feed.php rename to web/core/modules/aggregator/src/Entity/Feed.php diff --git a/core/modules/aggregator/src/Entity/Item.php b/web/core/modules/aggregator/src/Entity/Item.php similarity index 100% rename from core/modules/aggregator/src/Entity/Item.php rename to web/core/modules/aggregator/src/Entity/Item.php diff --git a/core/modules/aggregator/src/FeedAccessControlHandler.php b/web/core/modules/aggregator/src/FeedAccessControlHandler.php similarity index 100% rename from core/modules/aggregator/src/FeedAccessControlHandler.php rename to web/core/modules/aggregator/src/FeedAccessControlHandler.php diff --git a/core/modules/aggregator/src/FeedForm.php b/web/core/modules/aggregator/src/FeedForm.php similarity index 100% rename from core/modules/aggregator/src/FeedForm.php rename to web/core/modules/aggregator/src/FeedForm.php diff --git a/core/modules/aggregator/src/FeedHtmlRouteProvider.php b/web/core/modules/aggregator/src/FeedHtmlRouteProvider.php similarity index 100% rename from core/modules/aggregator/src/FeedHtmlRouteProvider.php rename to web/core/modules/aggregator/src/FeedHtmlRouteProvider.php diff --git a/core/modules/aggregator/src/FeedInterface.php b/web/core/modules/aggregator/src/FeedInterface.php similarity index 100% rename from core/modules/aggregator/src/FeedInterface.php rename to web/core/modules/aggregator/src/FeedInterface.php diff --git a/core/modules/aggregator/src/FeedStorage.php b/web/core/modules/aggregator/src/FeedStorage.php similarity index 100% rename from core/modules/aggregator/src/FeedStorage.php rename to web/core/modules/aggregator/src/FeedStorage.php diff --git a/core/modules/aggregator/src/FeedStorageInterface.php b/web/core/modules/aggregator/src/FeedStorageInterface.php similarity index 100% rename from core/modules/aggregator/src/FeedStorageInterface.php rename to web/core/modules/aggregator/src/FeedStorageInterface.php diff --git a/core/modules/aggregator/src/FeedStorageSchema.php b/web/core/modules/aggregator/src/FeedStorageSchema.php similarity index 100% rename from core/modules/aggregator/src/FeedStorageSchema.php rename to web/core/modules/aggregator/src/FeedStorageSchema.php diff --git a/core/modules/aggregator/src/FeedViewBuilder.php b/web/core/modules/aggregator/src/FeedViewBuilder.php similarity index 100% rename from core/modules/aggregator/src/FeedViewBuilder.php rename to web/core/modules/aggregator/src/FeedViewBuilder.php diff --git a/core/modules/aggregator/src/Form/FeedDeleteForm.php b/web/core/modules/aggregator/src/Form/FeedDeleteForm.php similarity index 100% rename from core/modules/aggregator/src/Form/FeedDeleteForm.php rename to web/core/modules/aggregator/src/Form/FeedDeleteForm.php diff --git a/core/modules/aggregator/src/Form/FeedItemsDeleteForm.php b/web/core/modules/aggregator/src/Form/FeedItemsDeleteForm.php similarity index 100% rename from core/modules/aggregator/src/Form/FeedItemsDeleteForm.php rename to web/core/modules/aggregator/src/Form/FeedItemsDeleteForm.php diff --git a/core/modules/aggregator/src/Form/OpmlFeedAdd.php b/web/core/modules/aggregator/src/Form/OpmlFeedAdd.php similarity index 100% rename from core/modules/aggregator/src/Form/OpmlFeedAdd.php rename to web/core/modules/aggregator/src/Form/OpmlFeedAdd.php diff --git a/core/modules/aggregator/src/Form/SettingsForm.php b/web/core/modules/aggregator/src/Form/SettingsForm.php similarity index 100% rename from core/modules/aggregator/src/Form/SettingsForm.php rename to web/core/modules/aggregator/src/Form/SettingsForm.php diff --git a/core/modules/aggregator/src/ItemInterface.php b/web/core/modules/aggregator/src/ItemInterface.php similarity index 100% rename from core/modules/aggregator/src/ItemInterface.php rename to web/core/modules/aggregator/src/ItemInterface.php diff --git a/core/modules/aggregator/src/ItemStorage.php b/web/core/modules/aggregator/src/ItemStorage.php similarity index 100% rename from core/modules/aggregator/src/ItemStorage.php rename to web/core/modules/aggregator/src/ItemStorage.php diff --git a/core/modules/aggregator/src/ItemStorageInterface.php b/web/core/modules/aggregator/src/ItemStorageInterface.php similarity index 100% rename from core/modules/aggregator/src/ItemStorageInterface.php rename to web/core/modules/aggregator/src/ItemStorageInterface.php diff --git a/core/modules/aggregator/src/ItemStorageSchema.php b/web/core/modules/aggregator/src/ItemStorageSchema.php similarity index 100% rename from core/modules/aggregator/src/ItemStorageSchema.php rename to web/core/modules/aggregator/src/ItemStorageSchema.php diff --git a/core/modules/aggregator/src/ItemViewBuilder.php b/web/core/modules/aggregator/src/ItemViewBuilder.php similarity index 100% rename from core/modules/aggregator/src/ItemViewBuilder.php rename to web/core/modules/aggregator/src/ItemViewBuilder.php diff --git a/core/modules/aggregator/src/ItemsImporter.php b/web/core/modules/aggregator/src/ItemsImporter.php similarity index 100% rename from core/modules/aggregator/src/ItemsImporter.php rename to web/core/modules/aggregator/src/ItemsImporter.php diff --git a/core/modules/aggregator/src/ItemsImporterInterface.php b/web/core/modules/aggregator/src/ItemsImporterInterface.php similarity index 100% rename from core/modules/aggregator/src/ItemsImporterInterface.php rename to web/core/modules/aggregator/src/ItemsImporterInterface.php diff --git a/core/modules/aggregator/src/Plugin/AggregatorPluginManager.php b/web/core/modules/aggregator/src/Plugin/AggregatorPluginManager.php similarity index 100% rename from core/modules/aggregator/src/Plugin/AggregatorPluginManager.php rename to web/core/modules/aggregator/src/Plugin/AggregatorPluginManager.php diff --git a/core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php b/web/core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php similarity index 100% rename from core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php rename to web/core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php diff --git a/core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php b/web/core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php similarity index 100% rename from core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php rename to web/core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php diff --git a/core/modules/aggregator/src/Plugin/FetcherInterface.php b/web/core/modules/aggregator/src/Plugin/FetcherInterface.php similarity index 100% rename from core/modules/aggregator/src/Plugin/FetcherInterface.php rename to web/core/modules/aggregator/src/Plugin/FetcherInterface.php diff --git a/core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php b/web/core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php similarity index 100% rename from core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php rename to web/core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php diff --git a/core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorXSSFormatter.php b/web/core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorXSSFormatter.php similarity index 100% rename from core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorXSSFormatter.php rename to web/core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorXSSFormatter.php diff --git a/core/modules/aggregator/src/Plugin/ParserInterface.php b/web/core/modules/aggregator/src/Plugin/ParserInterface.php similarity index 100% rename from core/modules/aggregator/src/Plugin/ParserInterface.php rename to web/core/modules/aggregator/src/Plugin/ParserInterface.php diff --git a/core/modules/aggregator/src/Plugin/ProcessorInterface.php b/web/core/modules/aggregator/src/Plugin/ProcessorInterface.php similarity index 100% rename from core/modules/aggregator/src/Plugin/ProcessorInterface.php rename to web/core/modules/aggregator/src/Plugin/ProcessorInterface.php diff --git a/core/modules/aggregator/src/Plugin/QueueWorker/AggregatorRefresh.php b/web/core/modules/aggregator/src/Plugin/QueueWorker/AggregatorRefresh.php similarity index 100% rename from core/modules/aggregator/src/Plugin/QueueWorker/AggregatorRefresh.php rename to web/core/modules/aggregator/src/Plugin/QueueWorker/AggregatorRefresh.php diff --git a/core/modules/aggregator/src/Plugin/Validation/Constraint/FeedTitleConstraint.php b/web/core/modules/aggregator/src/Plugin/Validation/Constraint/FeedTitleConstraint.php similarity index 100% rename from core/modules/aggregator/src/Plugin/Validation/Constraint/FeedTitleConstraint.php rename to web/core/modules/aggregator/src/Plugin/Validation/Constraint/FeedTitleConstraint.php diff --git a/core/modules/aggregator/src/Plugin/Validation/Constraint/FeedUrlConstraint.php b/web/core/modules/aggregator/src/Plugin/Validation/Constraint/FeedUrlConstraint.php similarity index 100% rename from core/modules/aggregator/src/Plugin/Validation/Constraint/FeedUrlConstraint.php rename to web/core/modules/aggregator/src/Plugin/Validation/Constraint/FeedUrlConstraint.php diff --git a/core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php b/web/core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php similarity index 100% rename from core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php rename to web/core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php diff --git a/core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php b/web/core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php similarity index 100% rename from core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php rename to web/core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php diff --git a/core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php b/web/core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php similarity index 100% rename from core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php rename to web/core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php diff --git a/core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php b/web/core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php similarity index 100% rename from core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php rename to web/core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php diff --git a/core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php b/web/core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php similarity index 100% rename from core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php rename to web/core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php diff --git a/core/modules/aggregator/src/Plugin/views/argument/Fid.php b/web/core/modules/aggregator/src/Plugin/views/argument/Fid.php similarity index 100% rename from core/modules/aggregator/src/Plugin/views/argument/Fid.php rename to web/core/modules/aggregator/src/Plugin/views/argument/Fid.php diff --git a/core/modules/aggregator/src/Plugin/views/argument/Iid.php b/web/core/modules/aggregator/src/Plugin/views/argument/Iid.php similarity index 100% rename from core/modules/aggregator/src/Plugin/views/argument/Iid.php rename to web/core/modules/aggregator/src/Plugin/views/argument/Iid.php diff --git a/core/modules/aggregator/src/Plugin/views/row/Rss.php b/web/core/modules/aggregator/src/Plugin/views/row/Rss.php similarity index 100% rename from core/modules/aggregator/src/Plugin/views/row/Rss.php rename to web/core/modules/aggregator/src/Plugin/views/row/Rss.php diff --git a/core/modules/aggregator/src/Tests/AddFeedTest.php b/web/core/modules/aggregator/src/Tests/AddFeedTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/AddFeedTest.php rename to web/core/modules/aggregator/src/Tests/AddFeedTest.php diff --git a/core/modules/aggregator/src/Tests/AggregatorAdminTest.php b/web/core/modules/aggregator/src/Tests/AggregatorAdminTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/AggregatorAdminTest.php rename to web/core/modules/aggregator/src/Tests/AggregatorAdminTest.php diff --git a/core/modules/aggregator/src/Tests/AggregatorCronTest.php b/web/core/modules/aggregator/src/Tests/AggregatorCronTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/AggregatorCronTest.php rename to web/core/modules/aggregator/src/Tests/AggregatorCronTest.php diff --git a/core/modules/aggregator/src/Tests/AggregatorRenderingTest.php b/web/core/modules/aggregator/src/Tests/AggregatorRenderingTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/AggregatorRenderingTest.php rename to web/core/modules/aggregator/src/Tests/AggregatorRenderingTest.php diff --git a/core/modules/aggregator/src/Tests/AggregatorTestBase.php b/web/core/modules/aggregator/src/Tests/AggregatorTestBase.php similarity index 100% rename from core/modules/aggregator/src/Tests/AggregatorTestBase.php rename to web/core/modules/aggregator/src/Tests/AggregatorTestBase.php diff --git a/core/modules/aggregator/src/Tests/DeleteFeedItemTest.php b/web/core/modules/aggregator/src/Tests/DeleteFeedItemTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/DeleteFeedItemTest.php rename to web/core/modules/aggregator/src/Tests/DeleteFeedItemTest.php diff --git a/core/modules/aggregator/src/Tests/DeleteFeedTest.php b/web/core/modules/aggregator/src/Tests/DeleteFeedTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/DeleteFeedTest.php rename to web/core/modules/aggregator/src/Tests/DeleteFeedTest.php diff --git a/core/modules/aggregator/src/Tests/FeedAdminDisplayTest.php b/web/core/modules/aggregator/src/Tests/FeedAdminDisplayTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/FeedAdminDisplayTest.php rename to web/core/modules/aggregator/src/Tests/FeedAdminDisplayTest.php diff --git a/core/modules/aggregator/src/Tests/FeedCacheTagsTest.php b/web/core/modules/aggregator/src/Tests/FeedCacheTagsTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/FeedCacheTagsTest.php rename to web/core/modules/aggregator/src/Tests/FeedCacheTagsTest.php diff --git a/core/modules/aggregator/src/Tests/FeedFetcherPluginTest.php b/web/core/modules/aggregator/src/Tests/FeedFetcherPluginTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/FeedFetcherPluginTest.php rename to web/core/modules/aggregator/src/Tests/FeedFetcherPluginTest.php diff --git a/core/modules/aggregator/src/Tests/FeedLanguageTest.php b/web/core/modules/aggregator/src/Tests/FeedLanguageTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/FeedLanguageTest.php rename to web/core/modules/aggregator/src/Tests/FeedLanguageTest.php diff --git a/core/modules/aggregator/src/Tests/FeedParserTest.php b/web/core/modules/aggregator/src/Tests/FeedParserTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/FeedParserTest.php rename to web/core/modules/aggregator/src/Tests/FeedParserTest.php diff --git a/core/modules/aggregator/src/Tests/FeedProcessorPluginTest.php b/web/core/modules/aggregator/src/Tests/FeedProcessorPluginTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/FeedProcessorPluginTest.php rename to web/core/modules/aggregator/src/Tests/FeedProcessorPluginTest.php diff --git a/core/modules/aggregator/src/Tests/ImportOpmlTest.php b/web/core/modules/aggregator/src/Tests/ImportOpmlTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/ImportOpmlTest.php rename to web/core/modules/aggregator/src/Tests/ImportOpmlTest.php diff --git a/core/modules/aggregator/src/Tests/ItemCacheTagsTest.php b/web/core/modules/aggregator/src/Tests/ItemCacheTagsTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/ItemCacheTagsTest.php rename to web/core/modules/aggregator/src/Tests/ItemCacheTagsTest.php diff --git a/core/modules/aggregator/src/Tests/Update/AggregatorUpdateTest.php b/web/core/modules/aggregator/src/Tests/Update/AggregatorUpdateTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/Update/AggregatorUpdateTest.php rename to web/core/modules/aggregator/src/Tests/Update/AggregatorUpdateTest.php diff --git a/core/modules/aggregator/src/Tests/UpdateFeedItemTest.php b/web/core/modules/aggregator/src/Tests/UpdateFeedItemTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/UpdateFeedItemTest.php rename to web/core/modules/aggregator/src/Tests/UpdateFeedItemTest.php diff --git a/core/modules/aggregator/src/Tests/UpdateFeedTest.php b/web/core/modules/aggregator/src/Tests/UpdateFeedTest.php similarity index 100% rename from core/modules/aggregator/src/Tests/UpdateFeedTest.php rename to web/core/modules/aggregator/src/Tests/UpdateFeedTest.php diff --git a/core/modules/aggregator/templates/aggregator-feed.html.twig b/web/core/modules/aggregator/templates/aggregator-feed.html.twig similarity index 100% rename from core/modules/aggregator/templates/aggregator-feed.html.twig rename to web/core/modules/aggregator/templates/aggregator-feed.html.twig diff --git a/core/modules/aggregator/templates/aggregator-item.html.twig b/web/core/modules/aggregator/templates/aggregator-item.html.twig similarity index 100% rename from core/modules/aggregator/templates/aggregator-item.html.twig rename to web/core/modules/aggregator/templates/aggregator-item.html.twig diff --git a/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.info.yml b/web/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.info.yml similarity index 100% rename from core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.info.yml rename to web/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.info.yml diff --git a/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.routing.yml b/web/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.routing.yml similarity index 100% rename from core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.routing.yml rename to web/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.routing.yml diff --git a/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test_atom.xml b/web/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test_atom.xml similarity index 100% rename from core/modules/aggregator/tests/modules/aggregator_test/aggregator_test_atom.xml rename to web/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test_atom.xml diff --git a/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test_rss091.xml b/web/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test_rss091.xml similarity index 100% rename from core/modules/aggregator/tests/modules/aggregator_test/aggregator_test_rss091.xml rename to web/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test_rss091.xml diff --git a/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test_title_entities.xml b/web/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test_title_entities.xml similarity index 100% rename from core/modules/aggregator/tests/modules/aggregator_test/aggregator_test_title_entities.xml rename to web/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test_title_entities.xml diff --git a/core/modules/aggregator/tests/modules/aggregator_test/config/install/aggregator_test.settings.yml b/web/core/modules/aggregator/tests/modules/aggregator_test/config/install/aggregator_test.settings.yml similarity index 100% rename from core/modules/aggregator/tests/modules/aggregator_test/config/install/aggregator_test.settings.yml rename to web/core/modules/aggregator/tests/modules/aggregator_test/config/install/aggregator_test.settings.yml diff --git a/core/modules/aggregator/tests/modules/aggregator_test/config/schema/aggregator_test.schema.yml b/web/core/modules/aggregator/tests/modules/aggregator_test/config/schema/aggregator_test.schema.yml similarity index 100% rename from core/modules/aggregator/tests/modules/aggregator_test/config/schema/aggregator_test.schema.yml rename to web/core/modules/aggregator/tests/modules/aggregator_test/config/schema/aggregator_test.schema.yml diff --git a/core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php b/web/core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php similarity index 100% rename from core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php rename to web/core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php diff --git a/core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/fetcher/TestFetcher.php b/web/core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/fetcher/TestFetcher.php similarity index 100% rename from core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/fetcher/TestFetcher.php rename to web/core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/fetcher/TestFetcher.php diff --git a/core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/parser/TestParser.php b/web/core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/parser/TestParser.php similarity index 100% rename from core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/parser/TestParser.php rename to web/core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/parser/TestParser.php diff --git a/core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php b/web/core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php similarity index 100% rename from core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php rename to web/core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php diff --git a/core/modules/aggregator/tests/modules/aggregator_test_views/aggregator_test_views.info.yml b/web/core/modules/aggregator/tests/modules/aggregator_test_views/aggregator_test_views.info.yml similarity index 100% rename from core/modules/aggregator/tests/modules/aggregator_test_views/aggregator_test_views.info.yml rename to web/core/modules/aggregator/tests/modules/aggregator_test_views/aggregator_test_views.info.yml diff --git a/core/modules/aggregator/tests/modules/aggregator_test_views/test_views/views.view.test_aggregator_items.yml b/web/core/modules/aggregator/tests/modules/aggregator_test_views/test_views/views.view.test_aggregator_items.yml similarity index 100% rename from core/modules/aggregator/tests/modules/aggregator_test_views/test_views/views.view.test_aggregator_items.yml rename to web/core/modules/aggregator/tests/modules/aggregator_test_views/test_views/views.view.test_aggregator_items.yml diff --git a/core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php b/web/core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php rename to web/core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php diff --git a/core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php b/web/core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php rename to web/core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php diff --git a/core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php b/web/core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php rename to web/core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php diff --git a/core/modules/aggregator/tests/src/Kernel/Migrate/MigrateAggregatorStubTest.php b/web/core/modules/aggregator/tests/src/Kernel/Migrate/MigrateAggregatorStubTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Kernel/Migrate/MigrateAggregatorStubTest.php rename to web/core/modules/aggregator/tests/src/Kernel/Migrate/MigrateAggregatorStubTest.php diff --git a/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorConfigsTest.php b/web/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorConfigsTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorConfigsTest.php rename to web/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorConfigsTest.php diff --git a/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php b/web/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php rename to web/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorFeedTest.php diff --git a/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorItemTest.php b/web/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorItemTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorItemTest.php rename to web/core/modules/aggregator/tests/src/Kernel/Migrate/d6/MigrateAggregatorItemTest.php diff --git a/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorFeedTest.php b/web/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorFeedTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorFeedTest.php rename to web/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorFeedTest.php diff --git a/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorItemTest.php b/web/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorItemTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorItemTest.php rename to web/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorItemTest.php diff --git a/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorSettingsTest.php b/web/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorSettingsTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorSettingsTest.php rename to web/core/modules/aggregator/tests/src/Kernel/Migrate/d7/MigrateAggregatorSettingsTest.php diff --git a/core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php b/web/core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php rename to web/core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php diff --git a/core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php b/web/core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php rename to web/core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php diff --git a/core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php b/web/core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php rename to web/core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php diff --git a/core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php b/web/core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php rename to web/core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php diff --git a/core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php b/web/core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php rename to web/core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php diff --git a/core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php b/web/core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php rename to web/core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php diff --git a/core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php b/web/core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php similarity index 100% rename from core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php rename to web/core/modules/aggregator/tests/src/Unit/Plugin/AggregatorPluginSettingsBaseTest.php diff --git a/core/modules/automated_cron/automated_cron.info.yml b/web/core/modules/automated_cron/automated_cron.info.yml similarity index 100% rename from core/modules/automated_cron/automated_cron.info.yml rename to web/core/modules/automated_cron/automated_cron.info.yml diff --git a/core/modules/automated_cron/automated_cron.module b/web/core/modules/automated_cron/automated_cron.module similarity index 100% rename from core/modules/automated_cron/automated_cron.module rename to web/core/modules/automated_cron/automated_cron.module diff --git a/core/modules/automated_cron/automated_cron.services.yml b/web/core/modules/automated_cron/automated_cron.services.yml similarity index 100% rename from core/modules/automated_cron/automated_cron.services.yml rename to web/core/modules/automated_cron/automated_cron.services.yml diff --git a/core/modules/automated_cron/config/install/automated_cron.settings.yml b/web/core/modules/automated_cron/config/install/automated_cron.settings.yml similarity index 100% rename from core/modules/automated_cron/config/install/automated_cron.settings.yml rename to web/core/modules/automated_cron/config/install/automated_cron.settings.yml diff --git a/core/modules/automated_cron/config/schema/automated_cron.schema.yml b/web/core/modules/automated_cron/config/schema/automated_cron.schema.yml similarity index 100% rename from core/modules/automated_cron/config/schema/automated_cron.schema.yml rename to web/core/modules/automated_cron/config/schema/automated_cron.schema.yml diff --git a/core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php b/web/core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php similarity index 100% rename from core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php rename to web/core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php diff --git a/core/modules/ban/ban.info.yml b/web/core/modules/ban/ban.info.yml similarity index 100% rename from core/modules/ban/ban.info.yml rename to web/core/modules/ban/ban.info.yml diff --git a/core/modules/ban/ban.install b/web/core/modules/ban/ban.install similarity index 100% rename from core/modules/ban/ban.install rename to web/core/modules/ban/ban.install diff --git a/core/modules/ban/ban.links.menu.yml b/web/core/modules/ban/ban.links.menu.yml similarity index 100% rename from core/modules/ban/ban.links.menu.yml rename to web/core/modules/ban/ban.links.menu.yml diff --git a/core/modules/ban/ban.module b/web/core/modules/ban/ban.module similarity index 100% rename from core/modules/ban/ban.module rename to web/core/modules/ban/ban.module diff --git a/core/modules/ban/ban.permissions.yml b/web/core/modules/ban/ban.permissions.yml similarity index 100% rename from core/modules/ban/ban.permissions.yml rename to web/core/modules/ban/ban.permissions.yml diff --git a/core/modules/ban/ban.routing.yml b/web/core/modules/ban/ban.routing.yml similarity index 100% rename from core/modules/ban/ban.routing.yml rename to web/core/modules/ban/ban.routing.yml diff --git a/core/modules/ban/ban.services.yml b/web/core/modules/ban/ban.services.yml similarity index 100% rename from core/modules/ban/ban.services.yml rename to web/core/modules/ban/ban.services.yml diff --git a/core/modules/ban/migration_templates/d7_blocked_ips.yml b/web/core/modules/ban/migration_templates/d7_blocked_ips.yml similarity index 100% rename from core/modules/ban/migration_templates/d7_blocked_ips.yml rename to web/core/modules/ban/migration_templates/d7_blocked_ips.yml diff --git a/core/modules/ban/src/BanIpManager.php b/web/core/modules/ban/src/BanIpManager.php similarity index 100% rename from core/modules/ban/src/BanIpManager.php rename to web/core/modules/ban/src/BanIpManager.php diff --git a/core/modules/ban/src/BanIpManagerInterface.php b/web/core/modules/ban/src/BanIpManagerInterface.php similarity index 100% rename from core/modules/ban/src/BanIpManagerInterface.php rename to web/core/modules/ban/src/BanIpManagerInterface.php diff --git a/core/modules/ban/src/BanMiddleware.php b/web/core/modules/ban/src/BanMiddleware.php similarity index 100% rename from core/modules/ban/src/BanMiddleware.php rename to web/core/modules/ban/src/BanMiddleware.php diff --git a/core/modules/ban/src/Form/BanAdmin.php b/web/core/modules/ban/src/Form/BanAdmin.php similarity index 100% rename from core/modules/ban/src/Form/BanAdmin.php rename to web/core/modules/ban/src/Form/BanAdmin.php diff --git a/core/modules/ban/src/Form/BanDelete.php b/web/core/modules/ban/src/Form/BanDelete.php similarity index 100% rename from core/modules/ban/src/Form/BanDelete.php rename to web/core/modules/ban/src/Form/BanDelete.php diff --git a/core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php b/web/core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php similarity index 100% rename from core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php rename to web/core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php diff --git a/core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php b/web/core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php similarity index 100% rename from core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php rename to web/core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php diff --git a/core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php b/web/core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php similarity index 100% rename from core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php rename to web/core/modules/ban/tests/src/Functional/IpAddressBlockingTest.php diff --git a/core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIPsTest.php b/web/core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIPsTest.php similarity index 100% rename from core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIPsTest.php rename to web/core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIPsTest.php diff --git a/core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php b/web/core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php similarity index 100% rename from core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php rename to web/core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php diff --git a/core/modules/ban/tests/src/Unit/BanMiddlewareTest.php b/web/core/modules/ban/tests/src/Unit/BanMiddlewareTest.php similarity index 100% rename from core/modules/ban/tests/src/Unit/BanMiddlewareTest.php rename to web/core/modules/ban/tests/src/Unit/BanMiddlewareTest.php diff --git a/core/modules/basic_auth/basic_auth.info.yml b/web/core/modules/basic_auth/basic_auth.info.yml similarity index 100% rename from core/modules/basic_auth/basic_auth.info.yml rename to web/core/modules/basic_auth/basic_auth.info.yml diff --git a/core/modules/basic_auth/basic_auth.module b/web/core/modules/basic_auth/basic_auth.module similarity index 100% rename from core/modules/basic_auth/basic_auth.module rename to web/core/modules/basic_auth/basic_auth.module diff --git a/core/modules/basic_auth/basic_auth.services.yml b/web/core/modules/basic_auth/basic_auth.services.yml similarity index 100% rename from core/modules/basic_auth/basic_auth.services.yml rename to web/core/modules/basic_auth/basic_auth.services.yml diff --git a/core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php b/web/core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php similarity index 100% rename from core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php rename to web/core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php diff --git a/core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php b/web/core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php similarity index 100% rename from core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php rename to web/core/modules/basic_auth/src/PageCache/DisallowBasicAuthRequests.php diff --git a/core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php b/web/core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php similarity index 100% rename from core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php rename to web/core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php diff --git a/core/modules/basic_auth/src/Tests/BasicAuthTestTrait.php b/web/core/modules/basic_auth/src/Tests/BasicAuthTestTrait.php similarity index 100% rename from core/modules/basic_auth/src/Tests/BasicAuthTestTrait.php rename to web/core/modules/basic_auth/src/Tests/BasicAuthTestTrait.php diff --git a/core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.info.yml b/web/core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.info.yml similarity index 100% rename from core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.info.yml rename to web/core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.info.yml diff --git a/core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.routing.yml b/web/core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.routing.yml similarity index 100% rename from core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.routing.yml rename to web/core/modules/basic_auth/tests/modules/basic_auth_test/basic_auth_test.routing.yml diff --git a/core/modules/basic_auth/tests/modules/basic_auth_test/src/BasicAuthTestController.php b/web/core/modules/basic_auth/tests/modules/basic_auth_test/src/BasicAuthTestController.php similarity index 100% rename from core/modules/basic_auth/tests/modules/basic_auth_test/src/BasicAuthTestController.php rename to web/core/modules/basic_auth/tests/modules/basic_auth_test/src/BasicAuthTestController.php diff --git a/core/modules/big_pipe/big_pipe.info.yml b/web/core/modules/big_pipe/big_pipe.info.yml similarity index 100% rename from core/modules/big_pipe/big_pipe.info.yml rename to web/core/modules/big_pipe/big_pipe.info.yml diff --git a/core/modules/big_pipe/big_pipe.libraries.yml b/web/core/modules/big_pipe/big_pipe.libraries.yml similarity index 100% rename from core/modules/big_pipe/big_pipe.libraries.yml rename to web/core/modules/big_pipe/big_pipe.libraries.yml diff --git a/core/modules/big_pipe/big_pipe.module b/web/core/modules/big_pipe/big_pipe.module similarity index 100% rename from core/modules/big_pipe/big_pipe.module rename to web/core/modules/big_pipe/big_pipe.module diff --git a/core/modules/big_pipe/big_pipe.routing.yml b/web/core/modules/big_pipe/big_pipe.routing.yml similarity index 100% rename from core/modules/big_pipe/big_pipe.routing.yml rename to web/core/modules/big_pipe/big_pipe.routing.yml diff --git a/core/modules/big_pipe/big_pipe.services.yml b/web/core/modules/big_pipe/big_pipe.services.yml similarity index 100% rename from core/modules/big_pipe/big_pipe.services.yml rename to web/core/modules/big_pipe/big_pipe.services.yml diff --git a/core/modules/big_pipe/js/big_pipe.js b/web/core/modules/big_pipe/js/big_pipe.js similarity index 100% rename from core/modules/big_pipe/js/big_pipe.js rename to web/core/modules/big_pipe/js/big_pipe.js diff --git a/core/modules/big_pipe/src/Controller/BigPipeController.php b/web/core/modules/big_pipe/src/Controller/BigPipeController.php similarity index 100% rename from core/modules/big_pipe/src/Controller/BigPipeController.php rename to web/core/modules/big_pipe/src/Controller/BigPipeController.php diff --git a/core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php b/web/core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php similarity index 100% rename from core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php rename to web/core/modules/big_pipe/src/EventSubscriber/HtmlResponseBigPipeSubscriber.php diff --git a/core/modules/big_pipe/src/EventSubscriber/NoBigPipeRouteAlterSubscriber.php b/web/core/modules/big_pipe/src/EventSubscriber/NoBigPipeRouteAlterSubscriber.php similarity index 100% rename from core/modules/big_pipe/src/EventSubscriber/NoBigPipeRouteAlterSubscriber.php rename to web/core/modules/big_pipe/src/EventSubscriber/NoBigPipeRouteAlterSubscriber.php diff --git a/core/modules/big_pipe/src/Render/BigPipe.php b/web/core/modules/big_pipe/src/Render/BigPipe.php similarity index 100% rename from core/modules/big_pipe/src/Render/BigPipe.php rename to web/core/modules/big_pipe/src/Render/BigPipe.php diff --git a/core/modules/big_pipe/src/Render/BigPipeInterface.php b/web/core/modules/big_pipe/src/Render/BigPipeInterface.php similarity index 100% rename from core/modules/big_pipe/src/Render/BigPipeInterface.php rename to web/core/modules/big_pipe/src/Render/BigPipeInterface.php diff --git a/core/modules/big_pipe/src/Render/BigPipeMarkup.php b/web/core/modules/big_pipe/src/Render/BigPipeMarkup.php similarity index 100% rename from core/modules/big_pipe/src/Render/BigPipeMarkup.php rename to web/core/modules/big_pipe/src/Render/BigPipeMarkup.php diff --git a/core/modules/big_pipe/src/Render/BigPipeResponse.php b/web/core/modules/big_pipe/src/Render/BigPipeResponse.php similarity index 100% rename from core/modules/big_pipe/src/Render/BigPipeResponse.php rename to web/core/modules/big_pipe/src/Render/BigPipeResponse.php diff --git a/core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php b/web/core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php similarity index 100% rename from core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php rename to web/core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php diff --git a/core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php b/web/core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php similarity index 100% rename from core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php rename to web/core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php diff --git a/core/modules/big_pipe/src/Tests/BigPipePlaceholderTestCases.php b/web/core/modules/big_pipe/src/Tests/BigPipePlaceholderTestCases.php similarity index 100% rename from core/modules/big_pipe/src/Tests/BigPipePlaceholderTestCases.php rename to web/core/modules/big_pipe/src/Tests/BigPipePlaceholderTestCases.php diff --git a/core/modules/big_pipe/src/Tests/BigPipeTest.php b/web/core/modules/big_pipe/src/Tests/BigPipeTest.php similarity index 100% rename from core/modules/big_pipe/src/Tests/BigPipeTest.php rename to web/core/modules/big_pipe/src/Tests/BigPipeTest.php diff --git a/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.info.yml b/web/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.info.yml similarity index 100% rename from core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.info.yml rename to web/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.info.yml diff --git a/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.routing.yml b/web/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.routing.yml similarity index 100% rename from core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.routing.yml rename to web/core/modules/big_pipe/tests/modules/big_pipe_regression_test/big_pipe_regression_test.routing.yml diff --git a/core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php b/web/core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php similarity index 100% rename from core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php rename to web/core/modules/big_pipe/tests/modules/big_pipe_regression_test/src/BigPipeRegressionTestController.php diff --git a/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.info.yml b/web/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.info.yml similarity index 100% rename from core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.info.yml rename to web/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.info.yml diff --git a/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.module b/web/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.module similarity index 100% rename from core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.module rename to web/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.module diff --git a/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.routing.yml b/web/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.routing.yml similarity index 100% rename from core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.routing.yml rename to web/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.routing.yml diff --git a/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.services.yml b/web/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.services.yml similarity index 100% rename from core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.services.yml rename to web/core/modules/big_pipe/tests/modules/big_pipe_test/big_pipe_test.services.yml diff --git a/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php b/web/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php similarity index 100% rename from core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php rename to web/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipeTestController.php diff --git a/core/modules/big_pipe/tests/modules/big_pipe_test/src/EventSubscriber/BigPipeTestSubscriber.php b/web/core/modules/big_pipe/tests/modules/big_pipe_test/src/EventSubscriber/BigPipeTestSubscriber.php similarity index 100% rename from core/modules/big_pipe/tests/modules/big_pipe_test/src/EventSubscriber/BigPipeTestSubscriber.php rename to web/core/modules/big_pipe/tests/modules/big_pipe_test/src/EventSubscriber/BigPipeTestSubscriber.php diff --git a/core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php b/web/core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php similarity index 100% rename from core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php rename to web/core/modules/big_pipe/tests/modules/big_pipe_test/src/Form/BigPipeTestForm.php diff --git a/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php b/web/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php similarity index 100% rename from core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php rename to web/core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php diff --git a/core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php b/web/core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php similarity index 100% rename from core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php rename to web/core/modules/big_pipe/tests/src/Unit/Render/BigPipeResponseAttachmentsProcessorTest.php diff --git a/core/modules/big_pipe/tests/src/Unit/Render/Placeholder/BigPipeStrategyTest.php b/web/core/modules/big_pipe/tests/src/Unit/Render/Placeholder/BigPipeStrategyTest.php similarity index 100% rename from core/modules/big_pipe/tests/src/Unit/Render/Placeholder/BigPipeStrategyTest.php rename to web/core/modules/big_pipe/tests/src/Unit/Render/Placeholder/BigPipeStrategyTest.php diff --git a/core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml b/web/core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml similarity index 100% rename from core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml rename to web/core/modules/big_pipe/tests/themes/big_pipe_test_theme/big_pipe_test_theme.info.yml diff --git a/core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig b/web/core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig similarity index 100% rename from core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig rename to web/core/modules/big_pipe/tests/themes/big_pipe_test_theme/templates/field--comment.html.twig diff --git a/core/modules/block/block.api.php b/web/core/modules/block/block.api.php similarity index 100% rename from core/modules/block/block.api.php rename to web/core/modules/block/block.api.php diff --git a/core/modules/block/block.info.yml b/web/core/modules/block/block.info.yml similarity index 100% rename from core/modules/block/block.info.yml rename to web/core/modules/block/block.info.yml diff --git a/core/modules/block/block.install b/web/core/modules/block/block.install similarity index 100% rename from core/modules/block/block.install rename to web/core/modules/block/block.install diff --git a/core/modules/block/block.libraries.yml b/web/core/modules/block/block.libraries.yml similarity index 100% rename from core/modules/block/block.libraries.yml rename to web/core/modules/block/block.libraries.yml diff --git a/core/modules/block/block.links.contextual.yml b/web/core/modules/block/block.links.contextual.yml similarity index 100% rename from core/modules/block/block.links.contextual.yml rename to web/core/modules/block/block.links.contextual.yml diff --git a/core/modules/block/block.links.menu.yml b/web/core/modules/block/block.links.menu.yml similarity index 100% rename from core/modules/block/block.links.menu.yml rename to web/core/modules/block/block.links.menu.yml diff --git a/core/modules/block/block.links.task.yml b/web/core/modules/block/block.links.task.yml similarity index 100% rename from core/modules/block/block.links.task.yml rename to web/core/modules/block/block.links.task.yml diff --git a/core/modules/block/block.module b/web/core/modules/block/block.module similarity index 100% rename from core/modules/block/block.module rename to web/core/modules/block/block.module diff --git a/core/modules/block/block.permissions.yml b/web/core/modules/block/block.permissions.yml similarity index 100% rename from core/modules/block/block.permissions.yml rename to web/core/modules/block/block.permissions.yml diff --git a/core/modules/block/block.post_update.php b/web/core/modules/block/block.post_update.php similarity index 100% rename from core/modules/block/block.post_update.php rename to web/core/modules/block/block.post_update.php diff --git a/core/modules/block/block.routing.yml b/web/core/modules/block/block.routing.yml similarity index 100% rename from core/modules/block/block.routing.yml rename to web/core/modules/block/block.routing.yml diff --git a/core/modules/block/block.services.yml b/web/core/modules/block/block.services.yml similarity index 100% rename from core/modules/block/block.services.yml rename to web/core/modules/block/block.services.yml diff --git a/core/modules/block/config/schema/block.schema.yml b/web/core/modules/block/config/schema/block.schema.yml similarity index 100% rename from core/modules/block/config/schema/block.schema.yml rename to web/core/modules/block/config/schema/block.schema.yml diff --git a/core/modules/block/css/block.admin.css b/web/core/modules/block/css/block.admin.css similarity index 100% rename from core/modules/block/css/block.admin.css rename to web/core/modules/block/css/block.admin.css diff --git a/core/modules/block/js/block.admin.js b/web/core/modules/block/js/block.admin.js similarity index 100% rename from core/modules/block/js/block.admin.js rename to web/core/modules/block/js/block.admin.js diff --git a/core/modules/block/js/block.js b/web/core/modules/block/js/block.js similarity index 100% rename from core/modules/block/js/block.js rename to web/core/modules/block/js/block.js diff --git a/core/modules/block/migration_templates/d6_block.yml b/web/core/modules/block/migration_templates/d6_block.yml similarity index 100% rename from core/modules/block/migration_templates/d6_block.yml rename to web/core/modules/block/migration_templates/d6_block.yml diff --git a/core/modules/block/migration_templates/d7_block.yml b/web/core/modules/block/migration_templates/d7_block.yml similarity index 100% rename from core/modules/block/migration_templates/d7_block.yml rename to web/core/modules/block/migration_templates/d7_block.yml diff --git a/core/modules/block/src/BlockAccessControlHandler.php b/web/core/modules/block/src/BlockAccessControlHandler.php similarity index 100% rename from core/modules/block/src/BlockAccessControlHandler.php rename to web/core/modules/block/src/BlockAccessControlHandler.php diff --git a/core/modules/block/src/BlockForm.php b/web/core/modules/block/src/BlockForm.php similarity index 100% rename from core/modules/block/src/BlockForm.php rename to web/core/modules/block/src/BlockForm.php diff --git a/core/modules/block/src/BlockInterface.php b/web/core/modules/block/src/BlockInterface.php similarity index 100% rename from core/modules/block/src/BlockInterface.php rename to web/core/modules/block/src/BlockInterface.php diff --git a/core/modules/block/src/BlockListBuilder.php b/web/core/modules/block/src/BlockListBuilder.php similarity index 100% rename from core/modules/block/src/BlockListBuilder.php rename to web/core/modules/block/src/BlockListBuilder.php diff --git a/core/modules/block/src/BlockPluginCollection.php b/web/core/modules/block/src/BlockPluginCollection.php similarity index 100% rename from core/modules/block/src/BlockPluginCollection.php rename to web/core/modules/block/src/BlockPluginCollection.php diff --git a/core/modules/block/src/BlockRepository.php b/web/core/modules/block/src/BlockRepository.php similarity index 100% rename from core/modules/block/src/BlockRepository.php rename to web/core/modules/block/src/BlockRepository.php diff --git a/core/modules/block/src/BlockRepositoryInterface.php b/web/core/modules/block/src/BlockRepositoryInterface.php similarity index 100% rename from core/modules/block/src/BlockRepositoryInterface.php rename to web/core/modules/block/src/BlockRepositoryInterface.php diff --git a/core/modules/block/src/BlockViewBuilder.php b/web/core/modules/block/src/BlockViewBuilder.php similarity index 100% rename from core/modules/block/src/BlockViewBuilder.php rename to web/core/modules/block/src/BlockViewBuilder.php diff --git a/core/modules/block/src/Controller/BlockAddController.php b/web/core/modules/block/src/Controller/BlockAddController.php similarity index 100% rename from core/modules/block/src/Controller/BlockAddController.php rename to web/core/modules/block/src/Controller/BlockAddController.php diff --git a/core/modules/block/src/Controller/BlockController.php b/web/core/modules/block/src/Controller/BlockController.php similarity index 100% rename from core/modules/block/src/Controller/BlockController.php rename to web/core/modules/block/src/Controller/BlockController.php diff --git a/core/modules/block/src/Controller/BlockLibraryController.php b/web/core/modules/block/src/Controller/BlockLibraryController.php similarity index 100% rename from core/modules/block/src/Controller/BlockLibraryController.php rename to web/core/modules/block/src/Controller/BlockLibraryController.php diff --git a/core/modules/block/src/Controller/BlockListController.php b/web/core/modules/block/src/Controller/BlockListController.php similarity index 100% rename from core/modules/block/src/Controller/BlockListController.php rename to web/core/modules/block/src/Controller/BlockListController.php diff --git a/core/modules/block/src/Controller/CategoryAutocompleteController.php b/web/core/modules/block/src/Controller/CategoryAutocompleteController.php similarity index 100% rename from core/modules/block/src/Controller/CategoryAutocompleteController.php rename to web/core/modules/block/src/Controller/CategoryAutocompleteController.php diff --git a/core/modules/block/src/Entity/Block.php b/web/core/modules/block/src/Entity/Block.php similarity index 100% rename from core/modules/block/src/Entity/Block.php rename to web/core/modules/block/src/Entity/Block.php diff --git a/core/modules/block/src/EventSubscriber/BlockPageDisplayVariantSubscriber.php b/web/core/modules/block/src/EventSubscriber/BlockPageDisplayVariantSubscriber.php similarity index 100% rename from core/modules/block/src/EventSubscriber/BlockPageDisplayVariantSubscriber.php rename to web/core/modules/block/src/EventSubscriber/BlockPageDisplayVariantSubscriber.php diff --git a/core/modules/block/src/Form/BlockDeleteForm.php b/web/core/modules/block/src/Form/BlockDeleteForm.php similarity index 100% rename from core/modules/block/src/Form/BlockDeleteForm.php rename to web/core/modules/block/src/Form/BlockDeleteForm.php diff --git a/core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php b/web/core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php similarity index 100% rename from core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php rename to web/core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php diff --git a/core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php b/web/core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php similarity index 100% rename from core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php rename to web/core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php diff --git a/core/modules/block/src/Plugin/migrate/destination/EntityBlock.php b/web/core/modules/block/src/Plugin/migrate/destination/EntityBlock.php similarity index 100% rename from core/modules/block/src/Plugin/migrate/destination/EntityBlock.php rename to web/core/modules/block/src/Plugin/migrate/destination/EntityBlock.php diff --git a/core/modules/block/src/Plugin/migrate/process/BlockPluginId.php b/web/core/modules/block/src/Plugin/migrate/process/BlockPluginId.php similarity index 100% rename from core/modules/block/src/Plugin/migrate/process/BlockPluginId.php rename to web/core/modules/block/src/Plugin/migrate/process/BlockPluginId.php diff --git a/core/modules/block/src/Plugin/migrate/process/BlockRegion.php b/web/core/modules/block/src/Plugin/migrate/process/BlockRegion.php similarity index 100% rename from core/modules/block/src/Plugin/migrate/process/BlockRegion.php rename to web/core/modules/block/src/Plugin/migrate/process/BlockRegion.php diff --git a/core/modules/block/src/Plugin/migrate/process/BlockSettings.php b/web/core/modules/block/src/Plugin/migrate/process/BlockSettings.php similarity index 100% rename from core/modules/block/src/Plugin/migrate/process/BlockSettings.php rename to web/core/modules/block/src/Plugin/migrate/process/BlockSettings.php diff --git a/core/modules/block/src/Plugin/migrate/process/BlockTheme.php b/web/core/modules/block/src/Plugin/migrate/process/BlockTheme.php similarity index 100% rename from core/modules/block/src/Plugin/migrate/process/BlockTheme.php rename to web/core/modules/block/src/Plugin/migrate/process/BlockTheme.php diff --git a/core/modules/block/src/Plugin/migrate/process/BlockVisibility.php b/web/core/modules/block/src/Plugin/migrate/process/BlockVisibility.php similarity index 100% rename from core/modules/block/src/Plugin/migrate/process/BlockVisibility.php rename to web/core/modules/block/src/Plugin/migrate/process/BlockVisibility.php diff --git a/core/modules/block/src/Plugin/migrate/source/Block.php b/web/core/modules/block/src/Plugin/migrate/source/Block.php similarity index 100% rename from core/modules/block/src/Plugin/migrate/source/Block.php rename to web/core/modules/block/src/Plugin/migrate/source/Block.php diff --git a/core/modules/block/src/Tests/BlockAdminThemeTest.php b/web/core/modules/block/src/Tests/BlockAdminThemeTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockAdminThemeTest.php rename to web/core/modules/block/src/Tests/BlockAdminThemeTest.php diff --git a/core/modules/block/src/Tests/BlockCacheTest.php b/web/core/modules/block/src/Tests/BlockCacheTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockCacheTest.php rename to web/core/modules/block/src/Tests/BlockCacheTest.php diff --git a/core/modules/block/src/Tests/BlockFormInBlockTest.php b/web/core/modules/block/src/Tests/BlockFormInBlockTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockFormInBlockTest.php rename to web/core/modules/block/src/Tests/BlockFormInBlockTest.php diff --git a/core/modules/block/src/Tests/BlockHiddenRegionTest.php b/web/core/modules/block/src/Tests/BlockHiddenRegionTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockHiddenRegionTest.php rename to web/core/modules/block/src/Tests/BlockHiddenRegionTest.php diff --git a/core/modules/block/src/Tests/BlockHookOperationTest.php b/web/core/modules/block/src/Tests/BlockHookOperationTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockHookOperationTest.php rename to web/core/modules/block/src/Tests/BlockHookOperationTest.php diff --git a/core/modules/block/src/Tests/BlockHtmlTest.php b/web/core/modules/block/src/Tests/BlockHtmlTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockHtmlTest.php rename to web/core/modules/block/src/Tests/BlockHtmlTest.php diff --git a/core/modules/block/src/Tests/BlockInstallTest.php b/web/core/modules/block/src/Tests/BlockInstallTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockInstallTest.php rename to web/core/modules/block/src/Tests/BlockInstallTest.php diff --git a/core/modules/block/src/Tests/BlockInvalidRegionTest.php b/web/core/modules/block/src/Tests/BlockInvalidRegionTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockInvalidRegionTest.php rename to web/core/modules/block/src/Tests/BlockInvalidRegionTest.php diff --git a/core/modules/block/src/Tests/BlockLanguageCacheTest.php b/web/core/modules/block/src/Tests/BlockLanguageCacheTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockLanguageCacheTest.php rename to web/core/modules/block/src/Tests/BlockLanguageCacheTest.php diff --git a/core/modules/block/src/Tests/BlockLanguageTest.php b/web/core/modules/block/src/Tests/BlockLanguageTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockLanguageTest.php rename to web/core/modules/block/src/Tests/BlockLanguageTest.php diff --git a/core/modules/block/src/Tests/BlockRenderOrderTest.php b/web/core/modules/block/src/Tests/BlockRenderOrderTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockRenderOrderTest.php rename to web/core/modules/block/src/Tests/BlockRenderOrderTest.php diff --git a/core/modules/block/src/Tests/BlockSystemBrandingTest.php b/web/core/modules/block/src/Tests/BlockSystemBrandingTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockSystemBrandingTest.php rename to web/core/modules/block/src/Tests/BlockSystemBrandingTest.php diff --git a/core/modules/block/src/Tests/BlockTemplateSuggestionsTest.php b/web/core/modules/block/src/Tests/BlockTemplateSuggestionsTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockTemplateSuggestionsTest.php rename to web/core/modules/block/src/Tests/BlockTemplateSuggestionsTest.php diff --git a/core/modules/block/src/Tests/BlockTest.php b/web/core/modules/block/src/Tests/BlockTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockTest.php rename to web/core/modules/block/src/Tests/BlockTest.php diff --git a/core/modules/block/src/Tests/BlockTestBase.php b/web/core/modules/block/src/Tests/BlockTestBase.php similarity index 100% rename from core/modules/block/src/Tests/BlockTestBase.php rename to web/core/modules/block/src/Tests/BlockTestBase.php diff --git a/core/modules/block/src/Tests/BlockUiTest.php b/web/core/modules/block/src/Tests/BlockUiTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockUiTest.php rename to web/core/modules/block/src/Tests/BlockUiTest.php diff --git a/core/modules/block/src/Tests/BlockXssTest.php b/web/core/modules/block/src/Tests/BlockXssTest.php similarity index 100% rename from core/modules/block/src/Tests/BlockXssTest.php rename to web/core/modules/block/src/Tests/BlockXssTest.php diff --git a/core/modules/block/src/Tests/NewDefaultThemeBlocksTest.php b/web/core/modules/block/src/Tests/NewDefaultThemeBlocksTest.php similarity index 100% rename from core/modules/block/src/Tests/NewDefaultThemeBlocksTest.php rename to web/core/modules/block/src/Tests/NewDefaultThemeBlocksTest.php diff --git a/core/modules/block/src/Tests/NonDefaultBlockAdminTest.php b/web/core/modules/block/src/Tests/NonDefaultBlockAdminTest.php similarity index 100% rename from core/modules/block/src/Tests/NonDefaultBlockAdminTest.php rename to web/core/modules/block/src/Tests/NonDefaultBlockAdminTest.php diff --git a/core/modules/block/src/Tests/Update/BlockConditionMissingSchemaUpdateTest.php b/web/core/modules/block/src/Tests/Update/BlockConditionMissingSchemaUpdateTest.php similarity index 100% rename from core/modules/block/src/Tests/Update/BlockConditionMissingSchemaUpdateTest.php rename to web/core/modules/block/src/Tests/Update/BlockConditionMissingSchemaUpdateTest.php diff --git a/core/modules/block/src/Tests/Update/BlockContextMappingUpdateFilledTest.php b/web/core/modules/block/src/Tests/Update/BlockContextMappingUpdateFilledTest.php similarity index 100% rename from core/modules/block/src/Tests/Update/BlockContextMappingUpdateFilledTest.php rename to web/core/modules/block/src/Tests/Update/BlockContextMappingUpdateFilledTest.php diff --git a/core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php b/web/core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php similarity index 100% rename from core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php rename to web/core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php diff --git a/core/modules/block/src/Tests/Views/DisplayBlockTest.php b/web/core/modules/block/src/Tests/Views/DisplayBlockTest.php similarity index 100% rename from core/modules/block/src/Tests/Views/DisplayBlockTest.php rename to web/core/modules/block/src/Tests/Views/DisplayBlockTest.php diff --git a/core/modules/block/src/Theme/AdminDemoNegotiator.php b/web/core/modules/block/src/Theme/AdminDemoNegotiator.php similarity index 100% rename from core/modules/block/src/Theme/AdminDemoNegotiator.php rename to web/core/modules/block/src/Theme/AdminDemoNegotiator.php diff --git a/core/modules/block/templates/block.html.twig b/web/core/modules/block/templates/block.html.twig similarity index 100% rename from core/modules/block/templates/block.html.twig rename to web/core/modules/block/templates/block.html.twig diff --git a/core/modules/block/tests/fixtures/update/block.block.missing_schema.yml b/web/core/modules/block/tests/fixtures/update/block.block.missing_schema.yml similarity index 100% rename from core/modules/block/tests/fixtures/update/block.block.missing_schema.yml rename to web/core/modules/block/tests/fixtures/update/block.block.missing_schema.yml diff --git a/core/modules/block/tests/fixtures/update/drupal-8.block-test-enabled-missing-schema.php b/web/core/modules/block/tests/fixtures/update/drupal-8.block-test-enabled-missing-schema.php similarity index 100% rename from core/modules/block/tests/fixtures/update/drupal-8.block-test-enabled-missing-schema.php rename to web/core/modules/block/tests/fixtures/update/drupal-8.block-test-enabled-missing-schema.php diff --git a/core/modules/block/tests/modules/block_test/block_test.info.yml b/web/core/modules/block/tests/modules/block_test/block_test.info.yml similarity index 100% rename from core/modules/block/tests/modules/block_test/block_test.info.yml rename to web/core/modules/block/tests/modules/block_test/block_test.info.yml diff --git a/core/modules/block/tests/modules/block_test/block_test.module b/web/core/modules/block/tests/modules/block_test/block_test.module similarity index 100% rename from core/modules/block/tests/modules/block_test/block_test.module rename to web/core/modules/block/tests/modules/block_test/block_test.module diff --git a/core/modules/block/tests/modules/block_test/block_test.routing.yml b/web/core/modules/block/tests/modules/block_test/block_test.routing.yml similarity index 100% rename from core/modules/block/tests/modules/block_test/block_test.routing.yml rename to web/core/modules/block/tests/modules/block_test/block_test.routing.yml diff --git a/core/modules/block/tests/modules/block_test/block_test.services.yml b/web/core/modules/block/tests/modules/block_test/block_test.services.yml similarity index 100% rename from core/modules/block/tests/modules/block_test/block_test.services.yml rename to web/core/modules/block/tests/modules/block_test/block_test.services.yml diff --git a/core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml b/web/core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml similarity index 100% rename from core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml rename to web/core/modules/block/tests/modules/block_test/config/install/block.block.test_block.yml diff --git a/core/modules/block/tests/modules/block_test/config/schema/block_test.schema.yml b/web/core/modules/block/tests/modules/block_test/config/schema/block_test.schema.yml similarity index 100% rename from core/modules/block/tests/modules/block_test/config/schema/block_test.schema.yml rename to web/core/modules/block/tests/modules/block_test/config/schema/block_test.schema.yml diff --git a/core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php b/web/core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php rename to web/core/modules/block/tests/modules/block_test/src/ContextProvider/MultipleStaticContext.php diff --git a/core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php b/web/core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php rename to web/core/modules/block/tests/modules/block_test/src/Controller/TestMultipleFormController.php diff --git a/core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php b/web/core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php rename to web/core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php diff --git a/core/modules/block/tests/modules/block_test/src/Form/TestForm.php b/web/core/modules/block/tests/modules/block_test/src/Form/TestForm.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/Form/TestForm.php rename to web/core/modules/block/tests/modules/block_test/src/Form/TestForm.php diff --git a/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php b/web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php rename to web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php diff --git a/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php b/web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php rename to web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php diff --git a/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php b/web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php rename to web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php diff --git a/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareBlock.php b/web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareBlock.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareBlock.php rename to web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareBlock.php diff --git a/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php b/web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php rename to web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php diff --git a/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php b/web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php rename to web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestFormBlock.php diff --git a/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestHtmlBlock.php b/web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestHtmlBlock.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/Plugin/Block/TestHtmlBlock.php rename to web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestHtmlBlock.php diff --git a/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php b/web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php rename to web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestMultipleFormsBlock.php diff --git a/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php b/web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php rename to web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestSettingsValidationBlock.php diff --git a/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestXSSTitleBlock.php b/web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestXSSTitleBlock.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/Plugin/Block/TestXSSTitleBlock.php rename to web/core/modules/block/tests/modules/block_test/src/Plugin/Block/TestXSSTitleBlock.php diff --git a/core/modules/block/tests/modules/block_test/src/Plugin/Condition/BaloneySpam.php b/web/core/modules/block/tests/modules/block_test/src/Plugin/Condition/BaloneySpam.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/Plugin/Condition/BaloneySpam.php rename to web/core/modules/block/tests/modules/block_test/src/Plugin/Condition/BaloneySpam.php diff --git a/core/modules/block/tests/modules/block_test/src/Plugin/Condition/MissingSchema.php b/web/core/modules/block/tests/modules/block_test/src/Plugin/Condition/MissingSchema.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/Plugin/Condition/MissingSchema.php rename to web/core/modules/block/tests/modules/block_test/src/Plugin/Condition/MissingSchema.php diff --git a/core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php b/web/core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php similarity index 100% rename from core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php rename to web/core/modules/block/tests/modules/block_test/src/PluginForm/EmptyBlockForm.php diff --git a/core/modules/block/tests/modules/block_test/themes/block_test_specialchars_theme/block_test_specialchars_theme.info.yml b/web/core/modules/block/tests/modules/block_test/themes/block_test_specialchars_theme/block_test_specialchars_theme.info.yml similarity index 100% rename from core/modules/block/tests/modules/block_test/themes/block_test_specialchars_theme/block_test_specialchars_theme.info.yml rename to web/core/modules/block/tests/modules/block_test/themes/block_test_specialchars_theme/block_test_specialchars_theme.info.yml diff --git a/core/modules/block/tests/modules/block_test/themes/block_test_theme/block_test_theme.info.yml b/web/core/modules/block/tests/modules/block_test/themes/block_test_theme/block_test_theme.info.yml similarity index 100% rename from core/modules/block/tests/modules/block_test/themes/block_test_theme/block_test_theme.info.yml rename to web/core/modules/block/tests/modules/block_test/themes/block_test_theme/block_test_theme.info.yml diff --git a/core/modules/block/tests/modules/block_test_views/block_test_views.info.yml b/web/core/modules/block/tests/modules/block_test_views/block_test_views.info.yml similarity index 100% rename from core/modules/block/tests/modules/block_test_views/block_test_views.info.yml rename to web/core/modules/block/tests/modules/block_test_views/block_test_views.info.yml diff --git a/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml b/web/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml similarity index 100% rename from core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml rename to web/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block.yml diff --git a/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml b/web/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml similarity index 100% rename from core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml rename to web/core/modules/block/tests/modules/block_test_views/test_views/views.view.test_view_block2.yml diff --git a/core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php b/web/core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php similarity index 100% rename from core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php rename to web/core/modules/block/tests/src/Kernel/BlockConfigSchemaTest.php diff --git a/core/modules/block/tests/src/Kernel/BlockInterfaceTest.php b/web/core/modules/block/tests/src/Kernel/BlockInterfaceTest.php similarity index 100% rename from core/modules/block/tests/src/Kernel/BlockInterfaceTest.php rename to web/core/modules/block/tests/src/Kernel/BlockInterfaceTest.php diff --git a/core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php b/web/core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php similarity index 100% rename from core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php rename to web/core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php diff --git a/core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php b/web/core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php similarity index 100% rename from core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php rename to web/core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php diff --git a/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php b/web/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php similarity index 100% rename from core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php rename to web/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php diff --git a/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php b/web/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php similarity index 100% rename from core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php rename to web/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php diff --git a/core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php b/web/core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php similarity index 100% rename from core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php rename to web/core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php diff --git a/core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php b/web/core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php similarity index 100% rename from core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php rename to web/core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php diff --git a/core/modules/block/tests/src/Unit/BlockFormTest.php b/web/core/modules/block/tests/src/Unit/BlockFormTest.php similarity index 100% rename from core/modules/block/tests/src/Unit/BlockFormTest.php rename to web/core/modules/block/tests/src/Unit/BlockFormTest.php diff --git a/core/modules/block/tests/src/Unit/BlockRepositoryTest.php b/web/core/modules/block/tests/src/Unit/BlockRepositoryTest.php similarity index 100% rename from core/modules/block/tests/src/Unit/BlockRepositoryTest.php rename to web/core/modules/block/tests/src/Unit/BlockRepositoryTest.php diff --git a/core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php b/web/core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php similarity index 100% rename from core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php rename to web/core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php diff --git a/core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php b/web/core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php similarity index 100% rename from core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php rename to web/core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php diff --git a/core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php b/web/core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php similarity index 100% rename from core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php rename to web/core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php diff --git a/core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockRegionTest.php b/web/core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockRegionTest.php similarity index 100% rename from core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockRegionTest.php rename to web/core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockRegionTest.php diff --git a/core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php b/web/core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php similarity index 100% rename from core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php rename to web/core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php diff --git a/core/modules/block_content/block_content.info.yml b/web/core/modules/block_content/block_content.info.yml similarity index 100% rename from core/modules/block_content/block_content.info.yml rename to web/core/modules/block_content/block_content.info.yml diff --git a/core/modules/block_content/block_content.install b/web/core/modules/block_content/block_content.install similarity index 100% rename from core/modules/block_content/block_content.install rename to web/core/modules/block_content/block_content.install diff --git a/core/modules/block_content/block_content.libraries.yml b/web/core/modules/block_content/block_content.libraries.yml similarity index 100% rename from core/modules/block_content/block_content.libraries.yml rename to web/core/modules/block_content/block_content.libraries.yml diff --git a/core/modules/block_content/block_content.links.action.yml b/web/core/modules/block_content/block_content.links.action.yml similarity index 100% rename from core/modules/block_content/block_content.links.action.yml rename to web/core/modules/block_content/block_content.links.action.yml diff --git a/core/modules/block_content/block_content.links.contextual.yml b/web/core/modules/block_content/block_content.links.contextual.yml similarity index 100% rename from core/modules/block_content/block_content.links.contextual.yml rename to web/core/modules/block_content/block_content.links.contextual.yml diff --git a/core/modules/block_content/block_content.links.task.yml b/web/core/modules/block_content/block_content.links.task.yml similarity index 100% rename from core/modules/block_content/block_content.links.task.yml rename to web/core/modules/block_content/block_content.links.task.yml diff --git a/core/modules/block_content/block_content.module b/web/core/modules/block_content/block_content.module similarity index 100% rename from core/modules/block_content/block_content.module rename to web/core/modules/block_content/block_content.module diff --git a/core/modules/block_content/block_content.pages.inc b/web/core/modules/block_content/block_content.pages.inc similarity index 100% rename from core/modules/block_content/block_content.pages.inc rename to web/core/modules/block_content/block_content.pages.inc diff --git a/core/modules/block_content/block_content.routing.yml b/web/core/modules/block_content/block_content.routing.yml similarity index 100% rename from core/modules/block_content/block_content.routing.yml rename to web/core/modules/block_content/block_content.routing.yml diff --git a/core/modules/block_content/config/install/core.entity_view_mode.block_content.full.yml b/web/core/modules/block_content/config/install/core.entity_view_mode.block_content.full.yml similarity index 100% rename from core/modules/block_content/config/install/core.entity_view_mode.block_content.full.yml rename to web/core/modules/block_content/config/install/core.entity_view_mode.block_content.full.yml diff --git a/core/modules/block_content/config/install/field.storage.block_content.body.yml b/web/core/modules/block_content/config/install/field.storage.block_content.body.yml similarity index 100% rename from core/modules/block_content/config/install/field.storage.block_content.body.yml rename to web/core/modules/block_content/config/install/field.storage.block_content.body.yml diff --git a/core/modules/block_content/config/optional/views.view.block_content.yml b/web/core/modules/block_content/config/optional/views.view.block_content.yml similarity index 100% rename from core/modules/block_content/config/optional/views.view.block_content.yml rename to web/core/modules/block_content/config/optional/views.view.block_content.yml diff --git a/core/modules/block_content/config/schema/block_content.schema.yml b/web/core/modules/block_content/config/schema/block_content.schema.yml similarity index 100% rename from core/modules/block_content/config/schema/block_content.schema.yml rename to web/core/modules/block_content/config/schema/block_content.schema.yml diff --git a/core/modules/block_content/js/block_content.js b/web/core/modules/block_content/js/block_content.js similarity index 100% rename from core/modules/block_content/js/block_content.js rename to web/core/modules/block_content/js/block_content.js diff --git a/core/modules/block_content/migration_templates/block_content_body_field.yml b/web/core/modules/block_content/migration_templates/block_content_body_field.yml similarity index 100% rename from core/modules/block_content/migration_templates/block_content_body_field.yml rename to web/core/modules/block_content/migration_templates/block_content_body_field.yml diff --git a/core/modules/block_content/migration_templates/block_content_type.yml b/web/core/modules/block_content/migration_templates/block_content_type.yml similarity index 100% rename from core/modules/block_content/migration_templates/block_content_type.yml rename to web/core/modules/block_content/migration_templates/block_content_type.yml diff --git a/core/modules/block_content/migration_templates/d6_custom_block.yml b/web/core/modules/block_content/migration_templates/d6_custom_block.yml similarity index 100% rename from core/modules/block_content/migration_templates/d6_custom_block.yml rename to web/core/modules/block_content/migration_templates/d6_custom_block.yml diff --git a/core/modules/block_content/migration_templates/d7_custom_block.yml b/web/core/modules/block_content/migration_templates/d7_custom_block.yml similarity index 100% rename from core/modules/block_content/migration_templates/d7_custom_block.yml rename to web/core/modules/block_content/migration_templates/d7_custom_block.yml diff --git a/core/modules/block_content/src/BlockContentAccessControlHandler.php b/web/core/modules/block_content/src/BlockContentAccessControlHandler.php similarity index 100% rename from core/modules/block_content/src/BlockContentAccessControlHandler.php rename to web/core/modules/block_content/src/BlockContentAccessControlHandler.php diff --git a/core/modules/block_content/src/BlockContentForm.php b/web/core/modules/block_content/src/BlockContentForm.php similarity index 100% rename from core/modules/block_content/src/BlockContentForm.php rename to web/core/modules/block_content/src/BlockContentForm.php diff --git a/core/modules/block_content/src/BlockContentInterface.php b/web/core/modules/block_content/src/BlockContentInterface.php similarity index 100% rename from core/modules/block_content/src/BlockContentInterface.php rename to web/core/modules/block_content/src/BlockContentInterface.php diff --git a/core/modules/block_content/src/BlockContentListBuilder.php b/web/core/modules/block_content/src/BlockContentListBuilder.php similarity index 100% rename from core/modules/block_content/src/BlockContentListBuilder.php rename to web/core/modules/block_content/src/BlockContentListBuilder.php diff --git a/core/modules/block_content/src/BlockContentTranslationHandler.php b/web/core/modules/block_content/src/BlockContentTranslationHandler.php similarity index 100% rename from core/modules/block_content/src/BlockContentTranslationHandler.php rename to web/core/modules/block_content/src/BlockContentTranslationHandler.php diff --git a/core/modules/block_content/src/BlockContentTypeForm.php b/web/core/modules/block_content/src/BlockContentTypeForm.php similarity index 100% rename from core/modules/block_content/src/BlockContentTypeForm.php rename to web/core/modules/block_content/src/BlockContentTypeForm.php diff --git a/core/modules/block_content/src/BlockContentTypeInterface.php b/web/core/modules/block_content/src/BlockContentTypeInterface.php similarity index 100% rename from core/modules/block_content/src/BlockContentTypeInterface.php rename to web/core/modules/block_content/src/BlockContentTypeInterface.php diff --git a/core/modules/block_content/src/BlockContentTypeListBuilder.php b/web/core/modules/block_content/src/BlockContentTypeListBuilder.php similarity index 100% rename from core/modules/block_content/src/BlockContentTypeListBuilder.php rename to web/core/modules/block_content/src/BlockContentTypeListBuilder.php diff --git a/core/modules/block_content/src/BlockContentViewBuilder.php b/web/core/modules/block_content/src/BlockContentViewBuilder.php similarity index 100% rename from core/modules/block_content/src/BlockContentViewBuilder.php rename to web/core/modules/block_content/src/BlockContentViewBuilder.php diff --git a/core/modules/block_content/src/BlockContentViewsData.php b/web/core/modules/block_content/src/BlockContentViewsData.php similarity index 100% rename from core/modules/block_content/src/BlockContentViewsData.php rename to web/core/modules/block_content/src/BlockContentViewsData.php diff --git a/core/modules/block_content/src/Controller/BlockContentController.php b/web/core/modules/block_content/src/Controller/BlockContentController.php similarity index 100% rename from core/modules/block_content/src/Controller/BlockContentController.php rename to web/core/modules/block_content/src/Controller/BlockContentController.php diff --git a/core/modules/block_content/src/Entity/BlockContent.php b/web/core/modules/block_content/src/Entity/BlockContent.php similarity index 100% rename from core/modules/block_content/src/Entity/BlockContent.php rename to web/core/modules/block_content/src/Entity/BlockContent.php diff --git a/core/modules/block_content/src/Entity/BlockContentType.php b/web/core/modules/block_content/src/Entity/BlockContentType.php similarity index 100% rename from core/modules/block_content/src/Entity/BlockContentType.php rename to web/core/modules/block_content/src/Entity/BlockContentType.php diff --git a/core/modules/block_content/src/Form/BlockContentDeleteForm.php b/web/core/modules/block_content/src/Form/BlockContentDeleteForm.php similarity index 100% rename from core/modules/block_content/src/Form/BlockContentDeleteForm.php rename to web/core/modules/block_content/src/Form/BlockContentDeleteForm.php diff --git a/core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php b/web/core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php similarity index 100% rename from core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php rename to web/core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php diff --git a/core/modules/block_content/src/Plugin/Block/BlockContentBlock.php b/web/core/modules/block_content/src/Plugin/Block/BlockContentBlock.php similarity index 100% rename from core/modules/block_content/src/Plugin/Block/BlockContentBlock.php rename to web/core/modules/block_content/src/Plugin/Block/BlockContentBlock.php diff --git a/core/modules/block_content/src/Plugin/Derivative/BlockContent.php b/web/core/modules/block_content/src/Plugin/Derivative/BlockContent.php similarity index 100% rename from core/modules/block_content/src/Plugin/Derivative/BlockContent.php rename to web/core/modules/block_content/src/Plugin/Derivative/BlockContent.php diff --git a/core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php b/web/core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php similarity index 100% rename from core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php rename to web/core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php diff --git a/core/modules/block_content/src/Plugin/migrate/source/d6/Box.php b/web/core/modules/block_content/src/Plugin/migrate/source/d6/Box.php similarity index 100% rename from core/modules/block_content/src/Plugin/migrate/source/d6/Box.php rename to web/core/modules/block_content/src/Plugin/migrate/source/d6/Box.php diff --git a/core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php b/web/core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php similarity index 100% rename from core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php rename to web/core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php diff --git a/core/modules/block_content/src/Plugin/views/area/ListingEmpty.php b/web/core/modules/block_content/src/Plugin/views/area/ListingEmpty.php similarity index 100% rename from core/modules/block_content/src/Plugin/views/area/ListingEmpty.php rename to web/core/modules/block_content/src/Plugin/views/area/ListingEmpty.php diff --git a/core/modules/block_content/src/Tests/BlockContentCacheTagsTest.php b/web/core/modules/block_content/src/Tests/BlockContentCacheTagsTest.php similarity index 100% rename from core/modules/block_content/src/Tests/BlockContentCacheTagsTest.php rename to web/core/modules/block_content/src/Tests/BlockContentCacheTagsTest.php diff --git a/core/modules/block_content/src/Tests/BlockContentCreationTest.php b/web/core/modules/block_content/src/Tests/BlockContentCreationTest.php similarity index 100% rename from core/modules/block_content/src/Tests/BlockContentCreationTest.php rename to web/core/modules/block_content/src/Tests/BlockContentCreationTest.php diff --git a/core/modules/block_content/src/Tests/BlockContentListTest.php b/web/core/modules/block_content/src/Tests/BlockContentListTest.php similarity index 100% rename from core/modules/block_content/src/Tests/BlockContentListTest.php rename to web/core/modules/block_content/src/Tests/BlockContentListTest.php diff --git a/core/modules/block_content/src/Tests/BlockContentListViewsTest.php b/web/core/modules/block_content/src/Tests/BlockContentListViewsTest.php similarity index 100% rename from core/modules/block_content/src/Tests/BlockContentListViewsTest.php rename to web/core/modules/block_content/src/Tests/BlockContentListViewsTest.php diff --git a/core/modules/block_content/src/Tests/BlockContentPageViewTest.php b/web/core/modules/block_content/src/Tests/BlockContentPageViewTest.php similarity index 100% rename from core/modules/block_content/src/Tests/BlockContentPageViewTest.php rename to web/core/modules/block_content/src/Tests/BlockContentPageViewTest.php diff --git a/core/modules/block_content/src/Tests/BlockContentRevisionsTest.php b/web/core/modules/block_content/src/Tests/BlockContentRevisionsTest.php similarity index 100% rename from core/modules/block_content/src/Tests/BlockContentRevisionsTest.php rename to web/core/modules/block_content/src/Tests/BlockContentRevisionsTest.php diff --git a/core/modules/block_content/src/Tests/BlockContentSaveTest.php b/web/core/modules/block_content/src/Tests/BlockContentSaveTest.php similarity index 100% rename from core/modules/block_content/src/Tests/BlockContentSaveTest.php rename to web/core/modules/block_content/src/Tests/BlockContentSaveTest.php diff --git a/core/modules/block_content/src/Tests/BlockContentTestBase.php b/web/core/modules/block_content/src/Tests/BlockContentTestBase.php similarity index 100% rename from core/modules/block_content/src/Tests/BlockContentTestBase.php rename to web/core/modules/block_content/src/Tests/BlockContentTestBase.php diff --git a/core/modules/block_content/src/Tests/BlockContentTranslationUITest.php b/web/core/modules/block_content/src/Tests/BlockContentTranslationUITest.php similarity index 100% rename from core/modules/block_content/src/Tests/BlockContentTranslationUITest.php rename to web/core/modules/block_content/src/Tests/BlockContentTranslationUITest.php diff --git a/core/modules/block_content/src/Tests/BlockContentTypeTest.php b/web/core/modules/block_content/src/Tests/BlockContentTypeTest.php similarity index 100% rename from core/modules/block_content/src/Tests/BlockContentTypeTest.php rename to web/core/modules/block_content/src/Tests/BlockContentTypeTest.php diff --git a/core/modules/block_content/src/Tests/BlockContentUpdateEntityFields.php b/web/core/modules/block_content/src/Tests/BlockContentUpdateEntityFields.php similarity index 100% rename from core/modules/block_content/src/Tests/BlockContentUpdateEntityFields.php rename to web/core/modules/block_content/src/Tests/BlockContentUpdateEntityFields.php diff --git a/core/modules/block_content/src/Tests/BlockContentValidationTest.php b/web/core/modules/block_content/src/Tests/BlockContentValidationTest.php similarity index 100% rename from core/modules/block_content/src/Tests/BlockContentValidationTest.php rename to web/core/modules/block_content/src/Tests/BlockContentValidationTest.php diff --git a/core/modules/block_content/src/Tests/PageEditTest.php b/web/core/modules/block_content/src/Tests/PageEditTest.php similarity index 100% rename from core/modules/block_content/src/Tests/PageEditTest.php rename to web/core/modules/block_content/src/Tests/PageEditTest.php diff --git a/core/modules/block_content/src/Tests/Views/BlockContentFieldFilterTest.php b/web/core/modules/block_content/src/Tests/Views/BlockContentFieldFilterTest.php similarity index 100% rename from core/modules/block_content/src/Tests/Views/BlockContentFieldFilterTest.php rename to web/core/modules/block_content/src/Tests/Views/BlockContentFieldFilterTest.php diff --git a/core/modules/block_content/src/Tests/Views/BlockContentIntegrationTest.php b/web/core/modules/block_content/src/Tests/Views/BlockContentIntegrationTest.php similarity index 100% rename from core/modules/block_content/src/Tests/Views/BlockContentIntegrationTest.php rename to web/core/modules/block_content/src/Tests/Views/BlockContentIntegrationTest.php diff --git a/core/modules/block_content/src/Tests/Views/BlockContentRedirectTest.php b/web/core/modules/block_content/src/Tests/Views/BlockContentRedirectTest.php similarity index 100% rename from core/modules/block_content/src/Tests/Views/BlockContentRedirectTest.php rename to web/core/modules/block_content/src/Tests/Views/BlockContentRedirectTest.php diff --git a/core/modules/block_content/src/Tests/Views/BlockContentTestBase.php b/web/core/modules/block_content/src/Tests/Views/BlockContentTestBase.php similarity index 100% rename from core/modules/block_content/src/Tests/Views/BlockContentTestBase.php rename to web/core/modules/block_content/src/Tests/Views/BlockContentTestBase.php diff --git a/core/modules/block_content/src/Tests/Views/FieldTypeTest.php b/web/core/modules/block_content/src/Tests/Views/FieldTypeTest.php similarity index 100% rename from core/modules/block_content/src/Tests/Views/FieldTypeTest.php rename to web/core/modules/block_content/src/Tests/Views/FieldTypeTest.php diff --git a/core/modules/block_content/src/Tests/Views/RevisionRelationshipsTest.php b/web/core/modules/block_content/src/Tests/Views/RevisionRelationshipsTest.php similarity index 100% rename from core/modules/block_content/src/Tests/Views/RevisionRelationshipsTest.php rename to web/core/modules/block_content/src/Tests/Views/RevisionRelationshipsTest.php diff --git a/core/modules/block_content/templates/block-content-add-list.html.twig b/web/core/modules/block_content/templates/block-content-add-list.html.twig similarity index 100% rename from core/modules/block_content/templates/block-content-add-list.html.twig rename to web/core/modules/block_content/templates/block-content-add-list.html.twig diff --git a/core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml b/web/core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml similarity index 100% rename from core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml rename to web/core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml diff --git a/core/modules/block_content/tests/modules/block_content_test/block_content_test.module b/web/core/modules/block_content/tests/modules/block_content_test/block_content_test.module similarity index 100% rename from core/modules/block_content/tests/modules/block_content_test/block_content_test.module rename to web/core/modules/block_content/tests/modules/block_content_test/block_content_test.module diff --git a/core/modules/block_content/tests/modules/block_content_test/block_content_test.routing.yml b/web/core/modules/block_content/tests/modules/block_content_test/block_content_test.routing.yml similarity index 100% rename from core/modules/block_content/tests/modules/block_content_test/block_content_test.routing.yml rename to web/core/modules/block_content/tests/modules/block_content_test/block_content_test.routing.yml diff --git a/core/modules/block_content/tests/modules/block_content_test/config/install/block.block.foobargorilla.yml b/web/core/modules/block_content/tests/modules/block_content_test/config/install/block.block.foobargorilla.yml similarity index 100% rename from core/modules/block_content/tests/modules/block_content_test/config/install/block.block.foobargorilla.yml rename to web/core/modules/block_content/tests/modules/block_content_test/config/install/block.block.foobargorilla.yml diff --git a/core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml b/web/core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml similarity index 100% rename from core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml rename to web/core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml diff --git a/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_redirect_destination.yml b/web/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_redirect_destination.yml similarity index 100% rename from core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_redirect_destination.yml rename to web/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_redirect_destination.yml diff --git a/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_id.yml b/web/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_id.yml similarity index 100% rename from core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_id.yml rename to web/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_id.yml diff --git a/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_revision_id.yml b/web/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_revision_id.yml similarity index 100% rename from core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_revision_id.yml rename to web/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_revision_id.yml diff --git a/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_view.yml b/web/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_view.yml similarity index 100% rename from core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_view.yml rename to web/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_view.yml diff --git a/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_field_filters.yml b/web/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_field_filters.yml similarity index 100% rename from core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_field_filters.yml rename to web/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_field_filters.yml diff --git a/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_field_type.yml b/web/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_field_type.yml similarity index 100% rename from core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_field_type.yml rename to web/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_field_type.yml diff --git a/core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php b/web/core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php similarity index 100% rename from core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php rename to web/core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php diff --git a/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php b/web/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php similarity index 100% rename from core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php rename to web/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php diff --git a/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentStubTest.php b/web/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentStubTest.php similarity index 100% rename from core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentStubTest.php rename to web/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentStubTest.php diff --git a/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php b/web/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php similarity index 100% rename from core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php rename to web/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php diff --git a/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php b/web/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php similarity index 100% rename from core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php rename to web/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php diff --git a/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php b/web/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php similarity index 100% rename from core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php rename to web/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php diff --git a/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTest.php b/web/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTest.php similarity index 100% rename from core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTest.php rename to web/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTest.php diff --git a/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php b/web/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php similarity index 100% rename from core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php rename to web/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php diff --git a/core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php b/web/core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php similarity index 100% rename from core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php rename to web/core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php diff --git a/core/modules/block_place/block_place.info.yml b/web/core/modules/block_place/block_place.info.yml similarity index 100% rename from core/modules/block_place/block_place.info.yml rename to web/core/modules/block_place/block_place.info.yml diff --git a/core/modules/block_place/block_place.libraries.yml b/web/core/modules/block_place/block_place.libraries.yml similarity index 100% rename from core/modules/block_place/block_place.libraries.yml rename to web/core/modules/block_place/block_place.libraries.yml diff --git a/core/modules/block_place/block_place.module b/web/core/modules/block_place/block_place.module similarity index 100% rename from core/modules/block_place/block_place.module rename to web/core/modules/block_place/block_place.module diff --git a/core/modules/block_place/block_place.services.yml b/web/core/modules/block_place/block_place.services.yml similarity index 100% rename from core/modules/block_place/block_place.services.yml rename to web/core/modules/block_place/block_place.services.yml diff --git a/core/modules/block_place/css/block-place.css b/web/core/modules/block_place/css/block-place.css similarity index 100% rename from core/modules/block_place/css/block-place.css rename to web/core/modules/block_place/css/block-place.css diff --git a/core/modules/block_place/css/block-place.icons.theme.css b/web/core/modules/block_place/css/block-place.icons.theme.css similarity index 100% rename from core/modules/block_place/css/block-place.icons.theme.css rename to web/core/modules/block_place/css/block-place.icons.theme.css diff --git a/core/modules/block_place/icons/bebebe/place-block.svg b/web/core/modules/block_place/icons/bebebe/place-block.svg similarity index 100% rename from core/modules/block_place/icons/bebebe/place-block.svg rename to web/core/modules/block_place/icons/bebebe/place-block.svg diff --git a/core/modules/block_place/icons/ffffff/place-block.svg b/web/core/modules/block_place/icons/ffffff/place-block.svg similarity index 100% rename from core/modules/block_place/icons/ffffff/place-block.svg rename to web/core/modules/block_place/icons/ffffff/place-block.svg diff --git a/core/modules/block_place/src/EventSubscriber/BlockPlaceEventSubscriber.php b/web/core/modules/block_place/src/EventSubscriber/BlockPlaceEventSubscriber.php similarity index 100% rename from core/modules/block_place/src/EventSubscriber/BlockPlaceEventSubscriber.php rename to web/core/modules/block_place/src/EventSubscriber/BlockPlaceEventSubscriber.php diff --git a/core/modules/block_place/src/Plugin/DisplayVariant/PlaceBlockPageVariant.php b/web/core/modules/block_place/src/Plugin/DisplayVariant/PlaceBlockPageVariant.php similarity index 100% rename from core/modules/block_place/src/Plugin/DisplayVariant/PlaceBlockPageVariant.php rename to web/core/modules/block_place/src/Plugin/DisplayVariant/PlaceBlockPageVariant.php diff --git a/core/modules/block_place/tests/src/Functional/BlockPlaceTest.php b/web/core/modules/block_place/tests/src/Functional/BlockPlaceTest.php similarity index 100% rename from core/modules/block_place/tests/src/Functional/BlockPlaceTest.php rename to web/core/modules/block_place/tests/src/Functional/BlockPlaceTest.php diff --git a/core/modules/book/book.info.yml b/web/core/modules/book/book.info.yml similarity index 100% rename from core/modules/book/book.info.yml rename to web/core/modules/book/book.info.yml diff --git a/core/modules/book/book.install b/web/core/modules/book/book.install similarity index 100% rename from core/modules/book/book.install rename to web/core/modules/book/book.install diff --git a/core/modules/book/book.js b/web/core/modules/book/book.js similarity index 100% rename from core/modules/book/book.js rename to web/core/modules/book/book.js diff --git a/core/modules/book/book.libraries.yml b/web/core/modules/book/book.libraries.yml similarity index 100% rename from core/modules/book/book.libraries.yml rename to web/core/modules/book/book.libraries.yml diff --git a/core/modules/book/book.links.menu.yml b/web/core/modules/book/book.links.menu.yml similarity index 100% rename from core/modules/book/book.links.menu.yml rename to web/core/modules/book/book.links.menu.yml diff --git a/core/modules/book/book.links.task.yml b/web/core/modules/book/book.links.task.yml similarity index 100% rename from core/modules/book/book.links.task.yml rename to web/core/modules/book/book.links.task.yml diff --git a/core/modules/book/book.module b/web/core/modules/book/book.module similarity index 100% rename from core/modules/book/book.module rename to web/core/modules/book/book.module diff --git a/core/modules/book/book.permissions.yml b/web/core/modules/book/book.permissions.yml similarity index 100% rename from core/modules/book/book.permissions.yml rename to web/core/modules/book/book.permissions.yml diff --git a/core/modules/book/book.routing.yml b/web/core/modules/book/book.routing.yml similarity index 100% rename from core/modules/book/book.routing.yml rename to web/core/modules/book/book.routing.yml diff --git a/core/modules/book/book.services.yml b/web/core/modules/book/book.services.yml similarity index 100% rename from core/modules/book/book.services.yml rename to web/core/modules/book/book.services.yml diff --git a/core/modules/book/book.views.inc b/web/core/modules/book/book.views.inc similarity index 100% rename from core/modules/book/book.views.inc rename to web/core/modules/book/book.views.inc diff --git a/core/modules/book/config/install/book.settings.yml b/web/core/modules/book/config/install/book.settings.yml similarity index 100% rename from core/modules/book/config/install/book.settings.yml rename to web/core/modules/book/config/install/book.settings.yml diff --git a/core/modules/book/config/install/core.base_field_override.node.book.promote.yml b/web/core/modules/book/config/install/core.base_field_override.node.book.promote.yml similarity index 100% rename from core/modules/book/config/install/core.base_field_override.node.book.promote.yml rename to web/core/modules/book/config/install/core.base_field_override.node.book.promote.yml diff --git a/core/modules/book/config/install/core.entity_form_display.node.book.default.yml b/web/core/modules/book/config/install/core.entity_form_display.node.book.default.yml similarity index 100% rename from core/modules/book/config/install/core.entity_form_display.node.book.default.yml rename to web/core/modules/book/config/install/core.entity_form_display.node.book.default.yml diff --git a/core/modules/book/config/install/core.entity_view_display.node.book.default.yml b/web/core/modules/book/config/install/core.entity_view_display.node.book.default.yml similarity index 100% rename from core/modules/book/config/install/core.entity_view_display.node.book.default.yml rename to web/core/modules/book/config/install/core.entity_view_display.node.book.default.yml diff --git a/core/modules/book/config/install/core.entity_view_display.node.book.teaser.yml b/web/core/modules/book/config/install/core.entity_view_display.node.book.teaser.yml similarity index 100% rename from core/modules/book/config/install/core.entity_view_display.node.book.teaser.yml rename to web/core/modules/book/config/install/core.entity_view_display.node.book.teaser.yml diff --git a/core/modules/book/config/install/core.entity_view_mode.node.print.yml b/web/core/modules/book/config/install/core.entity_view_mode.node.print.yml similarity index 100% rename from core/modules/book/config/install/core.entity_view_mode.node.print.yml rename to web/core/modules/book/config/install/core.entity_view_mode.node.print.yml diff --git a/core/modules/book/config/install/field.field.node.book.body.yml b/web/core/modules/book/config/install/field.field.node.book.body.yml similarity index 100% rename from core/modules/book/config/install/field.field.node.book.body.yml rename to web/core/modules/book/config/install/field.field.node.book.body.yml diff --git a/core/modules/book/config/install/node.type.book.yml b/web/core/modules/book/config/install/node.type.book.yml similarity index 100% rename from core/modules/book/config/install/node.type.book.yml rename to web/core/modules/book/config/install/node.type.book.yml diff --git a/core/modules/book/config/schema/book.schema.yml b/web/core/modules/book/config/schema/book.schema.yml similarity index 100% rename from core/modules/book/config/schema/book.schema.yml rename to web/core/modules/book/config/schema/book.schema.yml diff --git a/core/modules/book/config/schema/book.views.schema.yml b/web/core/modules/book/config/schema/book.views.schema.yml similarity index 100% rename from core/modules/book/config/schema/book.views.schema.yml rename to web/core/modules/book/config/schema/book.views.schema.yml diff --git a/core/modules/book/migration_templates/d6_book.yml b/web/core/modules/book/migration_templates/d6_book.yml similarity index 100% rename from core/modules/book/migration_templates/d6_book.yml rename to web/core/modules/book/migration_templates/d6_book.yml diff --git a/core/modules/book/migration_templates/d6_book_settings.yml b/web/core/modules/book/migration_templates/d6_book_settings.yml similarity index 100% rename from core/modules/book/migration_templates/d6_book_settings.yml rename to web/core/modules/book/migration_templates/d6_book_settings.yml diff --git a/core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php b/web/core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php similarity index 100% rename from core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php rename to web/core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php diff --git a/core/modules/book/src/BookBreadcrumbBuilder.php b/web/core/modules/book/src/BookBreadcrumbBuilder.php similarity index 100% rename from core/modules/book/src/BookBreadcrumbBuilder.php rename to web/core/modules/book/src/BookBreadcrumbBuilder.php diff --git a/core/modules/book/src/BookExport.php b/web/core/modules/book/src/BookExport.php similarity index 100% rename from core/modules/book/src/BookExport.php rename to web/core/modules/book/src/BookExport.php diff --git a/core/modules/book/src/BookManager.php b/web/core/modules/book/src/BookManager.php similarity index 100% rename from core/modules/book/src/BookManager.php rename to web/core/modules/book/src/BookManager.php diff --git a/core/modules/book/src/BookManagerInterface.php b/web/core/modules/book/src/BookManagerInterface.php similarity index 100% rename from core/modules/book/src/BookManagerInterface.php rename to web/core/modules/book/src/BookManagerInterface.php diff --git a/core/modules/book/src/BookOutline.php b/web/core/modules/book/src/BookOutline.php similarity index 100% rename from core/modules/book/src/BookOutline.php rename to web/core/modules/book/src/BookOutline.php diff --git a/core/modules/book/src/BookOutlineStorage.php b/web/core/modules/book/src/BookOutlineStorage.php similarity index 100% rename from core/modules/book/src/BookOutlineStorage.php rename to web/core/modules/book/src/BookOutlineStorage.php diff --git a/core/modules/book/src/BookOutlineStorageInterface.php b/web/core/modules/book/src/BookOutlineStorageInterface.php similarity index 100% rename from core/modules/book/src/BookOutlineStorageInterface.php rename to web/core/modules/book/src/BookOutlineStorageInterface.php diff --git a/core/modules/book/src/BookUninstallValidator.php b/web/core/modules/book/src/BookUninstallValidator.php similarity index 100% rename from core/modules/book/src/BookUninstallValidator.php rename to web/core/modules/book/src/BookUninstallValidator.php diff --git a/core/modules/book/src/Cache/BookNavigationCacheContext.php b/web/core/modules/book/src/Cache/BookNavigationCacheContext.php similarity index 100% rename from core/modules/book/src/Cache/BookNavigationCacheContext.php rename to web/core/modules/book/src/Cache/BookNavigationCacheContext.php diff --git a/core/modules/book/src/Controller/BookController.php b/web/core/modules/book/src/Controller/BookController.php similarity index 100% rename from core/modules/book/src/Controller/BookController.php rename to web/core/modules/book/src/Controller/BookController.php diff --git a/core/modules/book/src/Form/BookAdminEditForm.php b/web/core/modules/book/src/Form/BookAdminEditForm.php similarity index 100% rename from core/modules/book/src/Form/BookAdminEditForm.php rename to web/core/modules/book/src/Form/BookAdminEditForm.php diff --git a/core/modules/book/src/Form/BookOutlineForm.php b/web/core/modules/book/src/Form/BookOutlineForm.php similarity index 100% rename from core/modules/book/src/Form/BookOutlineForm.php rename to web/core/modules/book/src/Form/BookOutlineForm.php diff --git a/core/modules/book/src/Form/BookRemoveForm.php b/web/core/modules/book/src/Form/BookRemoveForm.php similarity index 100% rename from core/modules/book/src/Form/BookRemoveForm.php rename to web/core/modules/book/src/Form/BookRemoveForm.php diff --git a/core/modules/book/src/Form/BookSettingsForm.php b/web/core/modules/book/src/Form/BookSettingsForm.php similarity index 100% rename from core/modules/book/src/Form/BookSettingsForm.php rename to web/core/modules/book/src/Form/BookSettingsForm.php diff --git a/core/modules/book/src/Plugin/Block/BookNavigationBlock.php b/web/core/modules/book/src/Plugin/Block/BookNavigationBlock.php similarity index 100% rename from core/modules/book/src/Plugin/Block/BookNavigationBlock.php rename to web/core/modules/book/src/Plugin/Block/BookNavigationBlock.php diff --git a/core/modules/book/src/Plugin/migrate/destination/Book.php b/web/core/modules/book/src/Plugin/migrate/destination/Book.php similarity index 100% rename from core/modules/book/src/Plugin/migrate/destination/Book.php rename to web/core/modules/book/src/Plugin/migrate/destination/Book.php diff --git a/core/modules/book/src/Plugin/migrate/source/d6/Book.php b/web/core/modules/book/src/Plugin/migrate/source/d6/Book.php similarity index 100% rename from core/modules/book/src/Plugin/migrate/source/d6/Book.php rename to web/core/modules/book/src/Plugin/migrate/source/d6/Book.php diff --git a/core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php b/web/core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php similarity index 100% rename from core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php rename to web/core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php diff --git a/core/modules/book/src/ProxyClass/BookUninstallValidator.php b/web/core/modules/book/src/ProxyClass/BookUninstallValidator.php similarity index 100% rename from core/modules/book/src/ProxyClass/BookUninstallValidator.php rename to web/core/modules/book/src/ProxyClass/BookUninstallValidator.php diff --git a/core/modules/book/src/Tests/BookBreadcrumbTest.php b/web/core/modules/book/src/Tests/BookBreadcrumbTest.php similarity index 100% rename from core/modules/book/src/Tests/BookBreadcrumbTest.php rename to web/core/modules/book/src/Tests/BookBreadcrumbTest.php diff --git a/core/modules/book/src/Tests/BookTest.php b/web/core/modules/book/src/Tests/BookTest.php similarity index 100% rename from core/modules/book/src/Tests/BookTest.php rename to web/core/modules/book/src/Tests/BookTest.php diff --git a/core/modules/book/src/Tests/Views/BookRelationshipTest.php b/web/core/modules/book/src/Tests/Views/BookRelationshipTest.php similarity index 100% rename from core/modules/book/src/Tests/Views/BookRelationshipTest.php rename to web/core/modules/book/src/Tests/Views/BookRelationshipTest.php diff --git a/core/modules/book/templates/book-all-books-block.html.twig b/web/core/modules/book/templates/book-all-books-block.html.twig similarity index 100% rename from core/modules/book/templates/book-all-books-block.html.twig rename to web/core/modules/book/templates/book-all-books-block.html.twig diff --git a/core/modules/book/templates/book-export-html.html.twig b/web/core/modules/book/templates/book-export-html.html.twig similarity index 100% rename from core/modules/book/templates/book-export-html.html.twig rename to web/core/modules/book/templates/book-export-html.html.twig diff --git a/core/modules/book/templates/book-navigation.html.twig b/web/core/modules/book/templates/book-navigation.html.twig similarity index 100% rename from core/modules/book/templates/book-navigation.html.twig rename to web/core/modules/book/templates/book-navigation.html.twig diff --git a/core/modules/book/templates/book-node-export-html.html.twig b/web/core/modules/book/templates/book-node-export-html.html.twig similarity index 100% rename from core/modules/book/templates/book-node-export-html.html.twig rename to web/core/modules/book/templates/book-node-export-html.html.twig diff --git a/core/modules/book/templates/book-tree.html.twig b/web/core/modules/book/templates/book-tree.html.twig similarity index 100% rename from core/modules/book/templates/book-tree.html.twig rename to web/core/modules/book/templates/book-tree.html.twig diff --git a/core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.info.yml b/web/core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.info.yml similarity index 100% rename from core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.info.yml rename to web/core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.info.yml diff --git a/core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.module b/web/core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.module similarity index 100% rename from core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.module rename to web/core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.module diff --git a/core/modules/book/tests/modules/book_breadcrumb_test/config/install/book_breadcrumb_test.settings.yml b/web/core/modules/book/tests/modules/book_breadcrumb_test/config/install/book_breadcrumb_test.settings.yml similarity index 100% rename from core/modules/book/tests/modules/book_breadcrumb_test/config/install/book_breadcrumb_test.settings.yml rename to web/core/modules/book/tests/modules/book_breadcrumb_test/config/install/book_breadcrumb_test.settings.yml diff --git a/core/modules/book/tests/modules/book_breadcrumb_test/config/schema/book_breadcrumb_test.schema.yml b/web/core/modules/book/tests/modules/book_breadcrumb_test/config/schema/book_breadcrumb_test.schema.yml similarity index 100% rename from core/modules/book/tests/modules/book_breadcrumb_test/config/schema/book_breadcrumb_test.schema.yml rename to web/core/modules/book/tests/modules/book_breadcrumb_test/config/schema/book_breadcrumb_test.schema.yml diff --git a/core/modules/book/tests/modules/book_test/book_test.info.yml b/web/core/modules/book/tests/modules/book_test/book_test.info.yml similarity index 100% rename from core/modules/book/tests/modules/book_test/book_test.info.yml rename to web/core/modules/book/tests/modules/book_test/book_test.info.yml diff --git a/core/modules/book/tests/modules/book_test/book_test.module b/web/core/modules/book/tests/modules/book_test/book_test.module similarity index 100% rename from core/modules/book/tests/modules/book_test/book_test.module rename to web/core/modules/book/tests/modules/book_test/book_test.module diff --git a/core/modules/book/tests/modules/book_test_views/book_test_views.info.yml b/web/core/modules/book/tests/modules/book_test_views/book_test_views.info.yml similarity index 100% rename from core/modules/book/tests/modules/book_test_views/book_test_views.info.yml rename to web/core/modules/book/tests/modules/book_test_views/book_test_views.info.yml diff --git a/core/modules/book/tests/modules/book_test_views/test_views/views.view.test_book_view.yml b/web/core/modules/book/tests/modules/book_test_views/test_views/views.view.test_book_view.yml similarity index 100% rename from core/modules/book/tests/modules/book_test_views/test_views/views.view.test_book_view.yml rename to web/core/modules/book/tests/modules/book_test_views/test_views/views.view.test_book_view.yml diff --git a/core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php b/web/core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php similarity index 100% rename from core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php rename to web/core/modules/book/tests/src/FunctionalJavascript/BookJavascriptTest.php diff --git a/core/modules/book/tests/src/Kernel/BookUninstallTest.php b/web/core/modules/book/tests/src/Kernel/BookUninstallTest.php similarity index 100% rename from core/modules/book/tests/src/Kernel/BookUninstallTest.php rename to web/core/modules/book/tests/src/Kernel/BookUninstallTest.php diff --git a/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php b/web/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php similarity index 100% rename from core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php rename to web/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php diff --git a/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php b/web/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php similarity index 100% rename from core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php rename to web/core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookTest.php diff --git a/core/modules/book/tests/src/Kernel/Plugin/migrate/source/d6/BookTest.php b/web/core/modules/book/tests/src/Kernel/Plugin/migrate/source/d6/BookTest.php similarity index 100% rename from core/modules/book/tests/src/Kernel/Plugin/migrate/source/d6/BookTest.php rename to web/core/modules/book/tests/src/Kernel/Plugin/migrate/source/d6/BookTest.php diff --git a/core/modules/book/tests/src/Unit/BookManagerTest.php b/web/core/modules/book/tests/src/Unit/BookManagerTest.php similarity index 100% rename from core/modules/book/tests/src/Unit/BookManagerTest.php rename to web/core/modules/book/tests/src/Unit/BookManagerTest.php diff --git a/core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php b/web/core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php similarity index 100% rename from core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php rename to web/core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php diff --git a/core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php b/web/core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php similarity index 100% rename from core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php rename to web/core/modules/book/tests/src/Unit/Menu/BookLocalTasksTest.php diff --git a/core/modules/breakpoint/breakpoint.info.yml b/web/core/modules/breakpoint/breakpoint.info.yml similarity index 100% rename from core/modules/breakpoint/breakpoint.info.yml rename to web/core/modules/breakpoint/breakpoint.info.yml diff --git a/core/modules/breakpoint/breakpoint.module b/web/core/modules/breakpoint/breakpoint.module similarity index 100% rename from core/modules/breakpoint/breakpoint.module rename to web/core/modules/breakpoint/breakpoint.module diff --git a/core/modules/breakpoint/breakpoint.services.yml b/web/core/modules/breakpoint/breakpoint.services.yml similarity index 100% rename from core/modules/breakpoint/breakpoint.services.yml rename to web/core/modules/breakpoint/breakpoint.services.yml diff --git a/core/modules/breakpoint/src/Breakpoint.php b/web/core/modules/breakpoint/src/Breakpoint.php similarity index 100% rename from core/modules/breakpoint/src/Breakpoint.php rename to web/core/modules/breakpoint/src/Breakpoint.php diff --git a/core/modules/breakpoint/src/BreakpointInterface.php b/web/core/modules/breakpoint/src/BreakpointInterface.php similarity index 100% rename from core/modules/breakpoint/src/BreakpointInterface.php rename to web/core/modules/breakpoint/src/BreakpointInterface.php diff --git a/core/modules/breakpoint/src/BreakpointManager.php b/web/core/modules/breakpoint/src/BreakpointManager.php similarity index 100% rename from core/modules/breakpoint/src/BreakpointManager.php rename to web/core/modules/breakpoint/src/BreakpointManager.php diff --git a/core/modules/breakpoint/src/BreakpointManagerInterface.php b/web/core/modules/breakpoint/src/BreakpointManagerInterface.php similarity index 100% rename from core/modules/breakpoint/src/BreakpointManagerInterface.php rename to web/core/modules/breakpoint/src/BreakpointManagerInterface.php diff --git a/core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.breakpoints.yml b/web/core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.breakpoints.yml similarity index 100% rename from core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.breakpoints.yml rename to web/core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.breakpoints.yml diff --git a/core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.info.yml b/web/core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.info.yml similarity index 100% rename from core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.info.yml rename to web/core/modules/breakpoint/tests/modules/breakpoint_module_test/breakpoint_module_test.info.yml diff --git a/core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php b/web/core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php similarity index 100% rename from core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php rename to web/core/modules/breakpoint/tests/src/Kernel/BreakpointDiscoveryTest.php diff --git a/core/modules/breakpoint/tests/src/Unit/BreakpointTest.php b/web/core/modules/breakpoint/tests/src/Unit/BreakpointTest.php similarity index 100% rename from core/modules/breakpoint/tests/src/Unit/BreakpointTest.php rename to web/core/modules/breakpoint/tests/src/Unit/BreakpointTest.php diff --git a/core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.breakpoints.yml b/web/core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.breakpoints.yml similarity index 100% rename from core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.breakpoints.yml rename to web/core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.breakpoints.yml diff --git a/core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml b/web/core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml similarity index 100% rename from core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml rename to web/core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml diff --git a/core/modules/ckeditor/ckeditor.admin.inc b/web/core/modules/ckeditor/ckeditor.admin.inc similarity index 100% rename from core/modules/ckeditor/ckeditor.admin.inc rename to web/core/modules/ckeditor/ckeditor.admin.inc diff --git a/core/modules/ckeditor/ckeditor.api.php b/web/core/modules/ckeditor/ckeditor.api.php similarity index 100% rename from core/modules/ckeditor/ckeditor.api.php rename to web/core/modules/ckeditor/ckeditor.api.php diff --git a/core/modules/ckeditor/ckeditor.info.yml b/web/core/modules/ckeditor/ckeditor.info.yml similarity index 100% rename from core/modules/ckeditor/ckeditor.info.yml rename to web/core/modules/ckeditor/ckeditor.info.yml diff --git a/core/modules/ckeditor/ckeditor.libraries.yml b/web/core/modules/ckeditor/ckeditor.libraries.yml similarity index 100% rename from core/modules/ckeditor/ckeditor.libraries.yml rename to web/core/modules/ckeditor/ckeditor.libraries.yml diff --git a/core/modules/ckeditor/ckeditor.module b/web/core/modules/ckeditor/ckeditor.module similarity index 100% rename from core/modules/ckeditor/ckeditor.module rename to web/core/modules/ckeditor/ckeditor.module diff --git a/core/modules/ckeditor/ckeditor.services.yml b/web/core/modules/ckeditor/ckeditor.services.yml similarity index 100% rename from core/modules/ckeditor/ckeditor.services.yml rename to web/core/modules/ckeditor/ckeditor.services.yml diff --git a/core/modules/ckeditor/config/schema/ckeditor.schema.yml b/web/core/modules/ckeditor/config/schema/ckeditor.schema.yml similarity index 100% rename from core/modules/ckeditor/config/schema/ckeditor.schema.yml rename to web/core/modules/ckeditor/config/schema/ckeditor.schema.yml diff --git a/core/modules/ckeditor/css/ckeditor-iframe.css b/web/core/modules/ckeditor/css/ckeditor-iframe.css similarity index 100% rename from core/modules/ckeditor/css/ckeditor-iframe.css rename to web/core/modules/ckeditor/css/ckeditor-iframe.css diff --git a/core/modules/ckeditor/css/ckeditor.admin.css b/web/core/modules/ckeditor/css/ckeditor.admin.css similarity index 100% rename from core/modules/ckeditor/css/ckeditor.admin.css rename to web/core/modules/ckeditor/css/ckeditor.admin.css diff --git a/core/modules/ckeditor/css/ckeditor.css b/web/core/modules/ckeditor/css/ckeditor.css similarity index 100% rename from core/modules/ckeditor/css/ckeditor.css rename to web/core/modules/ckeditor/css/ckeditor.css diff --git a/core/modules/ckeditor/css/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css b/web/core/modules/ckeditor/css/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css similarity index 100% rename from core/modules/ckeditor/css/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css rename to web/core/modules/ckeditor/css/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css diff --git a/core/modules/ckeditor/css/plugins/language/ckeditor.language.css b/web/core/modules/ckeditor/css/plugins/language/ckeditor.language.css similarity index 100% rename from core/modules/ckeditor/css/plugins/language/ckeditor.language.css rename to web/core/modules/ckeditor/css/plugins/language/ckeditor.language.css diff --git a/core/modules/ckeditor/js/ckeditor.admin.js b/web/core/modules/ckeditor/js/ckeditor.admin.js similarity index 100% rename from core/modules/ckeditor/js/ckeditor.admin.js rename to web/core/modules/ckeditor/js/ckeditor.admin.js diff --git a/core/modules/ckeditor/js/ckeditor.drupalimage.admin.js b/web/core/modules/ckeditor/js/ckeditor.drupalimage.admin.js similarity index 100% rename from core/modules/ckeditor/js/ckeditor.drupalimage.admin.js rename to web/core/modules/ckeditor/js/ckeditor.drupalimage.admin.js diff --git a/core/modules/ckeditor/js/ckeditor.js b/web/core/modules/ckeditor/js/ckeditor.js similarity index 100% rename from core/modules/ckeditor/js/ckeditor.js rename to web/core/modules/ckeditor/js/ckeditor.js diff --git a/core/modules/ckeditor/js/ckeditor.language.admin.js b/web/core/modules/ckeditor/js/ckeditor.language.admin.js similarity index 100% rename from core/modules/ckeditor/js/ckeditor.language.admin.js rename to web/core/modules/ckeditor/js/ckeditor.language.admin.js diff --git a/core/modules/ckeditor/js/ckeditor.stylescombo.admin.js b/web/core/modules/ckeditor/js/ckeditor.stylescombo.admin.js similarity index 100% rename from core/modules/ckeditor/js/ckeditor.stylescombo.admin.js rename to web/core/modules/ckeditor/js/ckeditor.stylescombo.admin.js diff --git a/core/modules/ckeditor/js/models/Model.js b/web/core/modules/ckeditor/js/models/Model.js similarity index 100% rename from core/modules/ckeditor/js/models/Model.js rename to web/core/modules/ckeditor/js/models/Model.js diff --git a/core/modules/ckeditor/js/plugins/drupalimage/icons/drupalimage.png b/web/core/modules/ckeditor/js/plugins/drupalimage/icons/drupalimage.png similarity index 100% rename from core/modules/ckeditor/js/plugins/drupalimage/icons/drupalimage.png rename to web/core/modules/ckeditor/js/plugins/drupalimage/icons/drupalimage.png diff --git a/core/modules/ckeditor/js/plugins/drupalimage/icons/hidpi/drupalimage.png b/web/core/modules/ckeditor/js/plugins/drupalimage/icons/hidpi/drupalimage.png similarity index 100% rename from core/modules/ckeditor/js/plugins/drupalimage/icons/hidpi/drupalimage.png rename to web/core/modules/ckeditor/js/plugins/drupalimage/icons/hidpi/drupalimage.png diff --git a/core/modules/ckeditor/js/plugins/drupalimage/plugin.js b/web/core/modules/ckeditor/js/plugins/drupalimage/plugin.js similarity index 100% rename from core/modules/ckeditor/js/plugins/drupalimage/plugin.js rename to web/core/modules/ckeditor/js/plugins/drupalimage/plugin.js diff --git a/core/modules/ckeditor/js/plugins/drupalimagecaption/plugin.js b/web/core/modules/ckeditor/js/plugins/drupalimagecaption/plugin.js similarity index 100% rename from core/modules/ckeditor/js/plugins/drupalimagecaption/plugin.js rename to web/core/modules/ckeditor/js/plugins/drupalimagecaption/plugin.js diff --git a/core/modules/ckeditor/js/plugins/drupallink/icons/drupallink.png b/web/core/modules/ckeditor/js/plugins/drupallink/icons/drupallink.png similarity index 100% rename from core/modules/ckeditor/js/plugins/drupallink/icons/drupallink.png rename to web/core/modules/ckeditor/js/plugins/drupallink/icons/drupallink.png diff --git a/core/modules/ckeditor/js/plugins/drupallink/icons/drupalunlink.png b/web/core/modules/ckeditor/js/plugins/drupallink/icons/drupalunlink.png similarity index 100% rename from core/modules/ckeditor/js/plugins/drupallink/icons/drupalunlink.png rename to web/core/modules/ckeditor/js/plugins/drupallink/icons/drupalunlink.png diff --git a/core/modules/ckeditor/js/plugins/drupallink/icons/hidpi/drupallink.png b/web/core/modules/ckeditor/js/plugins/drupallink/icons/hidpi/drupallink.png similarity index 100% rename from core/modules/ckeditor/js/plugins/drupallink/icons/hidpi/drupallink.png rename to web/core/modules/ckeditor/js/plugins/drupallink/icons/hidpi/drupallink.png diff --git a/core/modules/ckeditor/js/plugins/drupallink/icons/hidpi/drupalunlink.png b/web/core/modules/ckeditor/js/plugins/drupallink/icons/hidpi/drupalunlink.png similarity index 100% rename from core/modules/ckeditor/js/plugins/drupallink/icons/hidpi/drupalunlink.png rename to web/core/modules/ckeditor/js/plugins/drupallink/icons/hidpi/drupalunlink.png diff --git a/core/modules/ckeditor/js/plugins/drupallink/plugin.js b/web/core/modules/ckeditor/js/plugins/drupallink/plugin.js similarity index 100% rename from core/modules/ckeditor/js/plugins/drupallink/plugin.js rename to web/core/modules/ckeditor/js/plugins/drupallink/plugin.js diff --git a/core/modules/ckeditor/js/views/AuralView.js b/web/core/modules/ckeditor/js/views/AuralView.js similarity index 100% rename from core/modules/ckeditor/js/views/AuralView.js rename to web/core/modules/ckeditor/js/views/AuralView.js diff --git a/core/modules/ckeditor/js/views/ControllerView.js b/web/core/modules/ckeditor/js/views/ControllerView.js similarity index 100% rename from core/modules/ckeditor/js/views/ControllerView.js rename to web/core/modules/ckeditor/js/views/ControllerView.js diff --git a/core/modules/ckeditor/js/views/KeyboardView.js b/web/core/modules/ckeditor/js/views/KeyboardView.js similarity index 100% rename from core/modules/ckeditor/js/views/KeyboardView.js rename to web/core/modules/ckeditor/js/views/KeyboardView.js diff --git a/core/modules/ckeditor/js/views/VisualView.js b/web/core/modules/ckeditor/js/views/VisualView.js similarity index 100% rename from core/modules/ckeditor/js/views/VisualView.js rename to web/core/modules/ckeditor/js/views/VisualView.js diff --git a/core/modules/ckeditor/src/Annotation/CKEditorPlugin.php b/web/core/modules/ckeditor/src/Annotation/CKEditorPlugin.php similarity index 100% rename from core/modules/ckeditor/src/Annotation/CKEditorPlugin.php rename to web/core/modules/ckeditor/src/Annotation/CKEditorPlugin.php diff --git a/core/modules/ckeditor/src/CKEditorPluginBase.php b/web/core/modules/ckeditor/src/CKEditorPluginBase.php similarity index 100% rename from core/modules/ckeditor/src/CKEditorPluginBase.php rename to web/core/modules/ckeditor/src/CKEditorPluginBase.php diff --git a/core/modules/ckeditor/src/CKEditorPluginButtonsInterface.php b/web/core/modules/ckeditor/src/CKEditorPluginButtonsInterface.php similarity index 100% rename from core/modules/ckeditor/src/CKEditorPluginButtonsInterface.php rename to web/core/modules/ckeditor/src/CKEditorPluginButtonsInterface.php diff --git a/core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php b/web/core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php similarity index 100% rename from core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php rename to web/core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php diff --git a/core/modules/ckeditor/src/CKEditorPluginContextualInterface.php b/web/core/modules/ckeditor/src/CKEditorPluginContextualInterface.php similarity index 100% rename from core/modules/ckeditor/src/CKEditorPluginContextualInterface.php rename to web/core/modules/ckeditor/src/CKEditorPluginContextualInterface.php diff --git a/core/modules/ckeditor/src/CKEditorPluginCssInterface.php b/web/core/modules/ckeditor/src/CKEditorPluginCssInterface.php similarity index 100% rename from core/modules/ckeditor/src/CKEditorPluginCssInterface.php rename to web/core/modules/ckeditor/src/CKEditorPluginCssInterface.php diff --git a/core/modules/ckeditor/src/CKEditorPluginInterface.php b/web/core/modules/ckeditor/src/CKEditorPluginInterface.php similarity index 100% rename from core/modules/ckeditor/src/CKEditorPluginInterface.php rename to web/core/modules/ckeditor/src/CKEditorPluginInterface.php diff --git a/core/modules/ckeditor/src/CKEditorPluginManager.php b/web/core/modules/ckeditor/src/CKEditorPluginManager.php similarity index 100% rename from core/modules/ckeditor/src/CKEditorPluginManager.php rename to web/core/modules/ckeditor/src/CKEditorPluginManager.php diff --git a/core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php b/web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php similarity index 100% rename from core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php rename to web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php diff --git a/core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php b/web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php similarity index 100% rename from core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php rename to web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php diff --git a/core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php b/web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php similarity index 100% rename from core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php rename to web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php diff --git a/core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php b/web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php similarity index 100% rename from core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php rename to web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php diff --git a/core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php b/web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php similarity index 100% rename from core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php rename to web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php diff --git a/core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php b/web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php similarity index 100% rename from core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php rename to web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php diff --git a/core/modules/ckeditor/src/Plugin/Editor/CKEditor.php b/web/core/modules/ckeditor/src/Plugin/Editor/CKEditor.php similarity index 100% rename from core/modules/ckeditor/src/Plugin/Editor/CKEditor.php rename to web/core/modules/ckeditor/src/Plugin/Editor/CKEditor.php diff --git a/core/modules/ckeditor/src/Tests/CKEditorAdminTest.php b/web/core/modules/ckeditor/src/Tests/CKEditorAdminTest.php similarity index 100% rename from core/modules/ckeditor/src/Tests/CKEditorAdminTest.php rename to web/core/modules/ckeditor/src/Tests/CKEditorAdminTest.php diff --git a/core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php b/web/core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php similarity index 100% rename from core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php rename to web/core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php diff --git a/core/modules/ckeditor/src/Tests/CKEditorStylesComboAdminTest.php b/web/core/modules/ckeditor/src/Tests/CKEditorStylesComboAdminTest.php similarity index 100% rename from core/modules/ckeditor/src/Tests/CKEditorStylesComboAdminTest.php rename to web/core/modules/ckeditor/src/Tests/CKEditorStylesComboAdminTest.php diff --git a/core/modules/ckeditor/src/Tests/CKEditorToolbarButtonTest.php b/web/core/modules/ckeditor/src/Tests/CKEditorToolbarButtonTest.php similarity index 100% rename from core/modules/ckeditor/src/Tests/CKEditorToolbarButtonTest.php rename to web/core/modules/ckeditor/src/Tests/CKEditorToolbarButtonTest.php diff --git a/core/modules/ckeditor/templates/ckeditor-settings-toolbar.html.twig b/web/core/modules/ckeditor/templates/ckeditor-settings-toolbar.html.twig similarity index 100% rename from core/modules/ckeditor/templates/ckeditor-settings-toolbar.html.twig rename to web/core/modules/ckeditor/templates/ckeditor-settings-toolbar.html.twig diff --git a/core/modules/ckeditor/tests/modules/ckeditor_test.info.yml b/web/core/modules/ckeditor/tests/modules/ckeditor_test.info.yml similarity index 100% rename from core/modules/ckeditor/tests/modules/ckeditor_test.info.yml rename to web/core/modules/ckeditor/tests/modules/ckeditor_test.info.yml diff --git a/core/modules/ckeditor/tests/modules/ckeditor_test.module b/web/core/modules/ckeditor/tests/modules/ckeditor_test.module similarity index 100% rename from core/modules/ckeditor/tests/modules/ckeditor_test.module rename to web/core/modules/ckeditor/tests/modules/ckeditor_test.module diff --git a/core/modules/ckeditor/tests/modules/config/schema/ckeditor_test.schema.yml b/web/core/modules/ckeditor/tests/modules/config/schema/ckeditor_test.schema.yml similarity index 100% rename from core/modules/ckeditor/tests/modules/config/schema/ckeditor_test.schema.yml rename to web/core/modules/ckeditor/tests/modules/config/schema/ckeditor_test.schema.yml diff --git a/core/modules/ckeditor/tests/modules/src/Kernel/CKEditorPluginManagerTest.php b/web/core/modules/ckeditor/tests/modules/src/Kernel/CKEditorPluginManagerTest.php similarity index 100% rename from core/modules/ckeditor/tests/modules/src/Kernel/CKEditorPluginManagerTest.php rename to web/core/modules/ckeditor/tests/modules/src/Kernel/CKEditorPluginManagerTest.php diff --git a/core/modules/ckeditor/tests/modules/src/Kernel/CKEditorTest.php b/web/core/modules/ckeditor/tests/modules/src/Kernel/CKEditorTest.php similarity index 100% rename from core/modules/ckeditor/tests/modules/src/Kernel/CKEditorTest.php rename to web/core/modules/ckeditor/tests/modules/src/Kernel/CKEditorTest.php diff --git a/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/Llama.php b/web/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/Llama.php similarity index 100% rename from core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/Llama.php rename to web/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/Llama.php diff --git a/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaButton.php b/web/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaButton.php similarity index 100% rename from core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaButton.php rename to web/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaButton.php diff --git a/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextual.php b/web/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextual.php similarity index 100% rename from core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextual.php rename to web/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextual.php diff --git a/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php b/web/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php similarity index 100% rename from core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php rename to web/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php diff --git a/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php b/web/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php similarity index 100% rename from core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php rename to web/core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php diff --git a/core/modules/ckeditor/tests/modules/src/Plugin/Filter/TestAttributeFilter.php b/web/core/modules/ckeditor/tests/modules/src/Plugin/Filter/TestAttributeFilter.php similarity index 100% rename from core/modules/ckeditor/tests/modules/src/Plugin/Filter/TestAttributeFilter.php rename to web/core/modules/ckeditor/tests/modules/src/Plugin/Filter/TestAttributeFilter.php diff --git a/core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php b/web/core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php similarity index 100% rename from core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php rename to web/core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php diff --git a/core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php b/web/core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php similarity index 100% rename from core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php rename to web/core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php diff --git a/core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php b/web/core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php similarity index 100% rename from core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php rename to web/core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php diff --git a/core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php b/web/core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php similarity index 100% rename from core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php rename to web/core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php diff --git a/core/modules/color/color.info.yml b/web/core/modules/color/color.info.yml similarity index 100% rename from core/modules/color/color.info.yml rename to web/core/modules/color/color.info.yml diff --git a/core/modules/color/color.install b/web/core/modules/color/color.install similarity index 100% rename from core/modules/color/color.install rename to web/core/modules/color/color.install diff --git a/core/modules/color/color.js b/web/core/modules/color/color.js similarity index 100% rename from core/modules/color/color.js rename to web/core/modules/color/color.js diff --git a/core/modules/color/color.libraries.yml b/web/core/modules/color/color.libraries.yml similarity index 100% rename from core/modules/color/color.libraries.yml rename to web/core/modules/color/color.libraries.yml diff --git a/core/modules/color/color.module b/web/core/modules/color/color.module similarity index 100% rename from core/modules/color/color.module rename to web/core/modules/color/color.module diff --git a/core/modules/color/color.services.yml b/web/core/modules/color/color.services.yml similarity index 100% rename from core/modules/color/color.services.yml rename to web/core/modules/color/color.services.yml diff --git a/core/modules/color/config/schema/color.schema.yml b/web/core/modules/color/config/schema/color.schema.yml similarity index 100% rename from core/modules/color/config/schema/color.schema.yml rename to web/core/modules/color/config/schema/color.schema.yml diff --git a/core/modules/color/css/color.admin.css b/web/core/modules/color/css/color.admin.css similarity index 100% rename from core/modules/color/css/color.admin.css rename to web/core/modules/color/css/color.admin.css diff --git a/core/modules/color/images/hook-rtl.png b/web/core/modules/color/images/hook-rtl.png similarity index 100% rename from core/modules/color/images/hook-rtl.png rename to web/core/modules/color/images/hook-rtl.png diff --git a/core/modules/color/images/hook.png b/web/core/modules/color/images/hook.png similarity index 100% rename from core/modules/color/images/hook.png rename to web/core/modules/color/images/hook.png diff --git a/core/modules/color/images/lock.png b/web/core/modules/color/images/lock.png similarity index 100% rename from core/modules/color/images/lock.png rename to web/core/modules/color/images/lock.png diff --git a/core/modules/color/preview.html b/web/core/modules/color/preview.html similarity index 100% rename from core/modules/color/preview.html rename to web/core/modules/color/preview.html diff --git a/core/modules/color/preview.js b/web/core/modules/color/preview.js similarity index 100% rename from core/modules/color/preview.js rename to web/core/modules/color/preview.js diff --git a/core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php b/web/core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php similarity index 100% rename from core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php rename to web/core/modules/color/src/EventSubscriber/ColorConfigCacheInvalidator.php diff --git a/core/modules/color/templates/color-scheme-form.html.twig b/web/core/modules/color/templates/color-scheme-form.html.twig similarity index 100% rename from core/modules/color/templates/color-scheme-form.html.twig rename to web/core/modules/color/templates/color-scheme-form.html.twig diff --git a/core/modules/color/tests/modules/color_test/color_test.info.yml b/web/core/modules/color/tests/modules/color_test/color_test.info.yml similarity index 100% rename from core/modules/color/tests/modules/color_test/color_test.info.yml rename to web/core/modules/color/tests/modules/color_test/color_test.info.yml diff --git a/core/modules/color/tests/modules/color_test/themes/color_test_theme/color/color.inc b/web/core/modules/color/tests/modules/color_test/themes/color_test_theme/color/color.inc similarity index 100% rename from core/modules/color/tests/modules/color_test/themes/color_test_theme/color/color.inc rename to web/core/modules/color/tests/modules/color_test/themes/color_test_theme/color/color.inc diff --git a/core/modules/color/tests/modules/color_test/themes/color_test_theme/color/preview.html b/web/core/modules/color/tests/modules/color_test/themes/color_test_theme/color/preview.html similarity index 100% rename from core/modules/color/tests/modules/color_test/themes/color_test_theme/color/preview.html rename to web/core/modules/color/tests/modules/color_test/themes/color_test_theme/color/preview.html diff --git a/core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.info.yml b/web/core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.info.yml similarity index 100% rename from core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.info.yml rename to web/core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.info.yml diff --git a/core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.libraries.yml b/web/core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.libraries.yml similarity index 100% rename from core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.libraries.yml rename to web/core/modules/color/tests/modules/color_test/themes/color_test_theme/color_test_theme.libraries.yml diff --git a/core/modules/color/tests/modules/color_test/themes/color_test_theme/config/schema/color_test_theme.schema.yml b/web/core/modules/color/tests/modules/color_test/themes/color_test_theme/config/schema/color_test_theme.schema.yml similarity index 100% rename from core/modules/color/tests/modules/color_test/themes/color_test_theme/config/schema/color_test_theme.schema.yml rename to web/core/modules/color/tests/modules/color_test/themes/color_test_theme/config/schema/color_test_theme.schema.yml diff --git a/core/modules/color/tests/modules/color_test/themes/color_test_theme/css/colors.css b/web/core/modules/color/tests/modules/color_test/themes/color_test_theme/css/colors.css similarity index 100% rename from core/modules/color/tests/modules/color_test/themes/color_test_theme/css/colors.css rename to web/core/modules/color/tests/modules/color_test/themes/color_test_theme/css/colors.css diff --git a/core/modules/color/tests/modules/color_test/themes/color_test_theme/js/color_test_theme-fontsize.js b/web/core/modules/color/tests/modules/color_test/themes/color_test_theme/js/color_test_theme-fontsize.js similarity index 100% rename from core/modules/color/tests/modules/color_test/themes/color_test_theme/js/color_test_theme-fontsize.js rename to web/core/modules/color/tests/modules/color_test/themes/color_test_theme/js/color_test_theme-fontsize.js diff --git a/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php b/web/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php similarity index 100% rename from core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php rename to web/core/modules/color/tests/src/Functional/ColorConfigSchemaTest.php diff --git a/core/modules/color/tests/src/Functional/ColorSafePreviewTest.php b/web/core/modules/color/tests/src/Functional/ColorSafePreviewTest.php similarity index 100% rename from core/modules/color/tests/src/Functional/ColorSafePreviewTest.php rename to web/core/modules/color/tests/src/Functional/ColorSafePreviewTest.php diff --git a/core/modules/color/tests/src/Functional/ColorTest.php b/web/core/modules/color/tests/src/Functional/ColorTest.php similarity index 100% rename from core/modules/color/tests/src/Functional/ColorTest.php rename to web/core/modules/color/tests/src/Functional/ColorTest.php diff --git a/core/modules/comment/comment-entity-form.js b/web/core/modules/comment/comment-entity-form.js similarity index 100% rename from core/modules/comment/comment-entity-form.js rename to web/core/modules/comment/comment-entity-form.js diff --git a/core/modules/comment/comment.api.php b/web/core/modules/comment/comment.api.php similarity index 100% rename from core/modules/comment/comment.api.php rename to web/core/modules/comment/comment.api.php diff --git a/core/modules/comment/comment.info.yml b/web/core/modules/comment/comment.info.yml similarity index 100% rename from core/modules/comment/comment.info.yml rename to web/core/modules/comment/comment.info.yml diff --git a/core/modules/comment/comment.install b/web/core/modules/comment/comment.install similarity index 100% rename from core/modules/comment/comment.install rename to web/core/modules/comment/comment.install diff --git a/core/modules/comment/comment.libraries.yml b/web/core/modules/comment/comment.libraries.yml similarity index 100% rename from core/modules/comment/comment.libraries.yml rename to web/core/modules/comment/comment.libraries.yml diff --git a/core/modules/comment/comment.links.action.yml b/web/core/modules/comment/comment.links.action.yml similarity index 100% rename from core/modules/comment/comment.links.action.yml rename to web/core/modules/comment/comment.links.action.yml diff --git a/core/modules/comment/comment.links.menu.yml b/web/core/modules/comment/comment.links.menu.yml similarity index 100% rename from core/modules/comment/comment.links.menu.yml rename to web/core/modules/comment/comment.links.menu.yml diff --git a/core/modules/comment/comment.links.task.yml b/web/core/modules/comment/comment.links.task.yml similarity index 100% rename from core/modules/comment/comment.links.task.yml rename to web/core/modules/comment/comment.links.task.yml diff --git a/core/modules/comment/comment.module b/web/core/modules/comment/comment.module similarity index 100% rename from core/modules/comment/comment.module rename to web/core/modules/comment/comment.module diff --git a/core/modules/comment/comment.permissions.yml b/web/core/modules/comment/comment.permissions.yml similarity index 100% rename from core/modules/comment/comment.permissions.yml rename to web/core/modules/comment/comment.permissions.yml diff --git a/core/modules/comment/comment.routing.yml b/web/core/modules/comment/comment.routing.yml similarity index 100% rename from core/modules/comment/comment.routing.yml rename to web/core/modules/comment/comment.routing.yml diff --git a/core/modules/comment/comment.services.yml b/web/core/modules/comment/comment.services.yml similarity index 100% rename from core/modules/comment/comment.services.yml rename to web/core/modules/comment/comment.services.yml diff --git a/core/modules/comment/comment.tokens.inc b/web/core/modules/comment/comment.tokens.inc similarity index 100% rename from core/modules/comment/comment.tokens.inc rename to web/core/modules/comment/comment.tokens.inc diff --git a/core/modules/comment/comment.views.inc b/web/core/modules/comment/comment.views.inc similarity index 100% rename from core/modules/comment/comment.views.inc rename to web/core/modules/comment/comment.views.inc diff --git a/core/modules/comment/config/install/core.entity_view_mode.comment.full.yml b/web/core/modules/comment/config/install/core.entity_view_mode.comment.full.yml similarity index 100% rename from core/modules/comment/config/install/core.entity_view_mode.comment.full.yml rename to web/core/modules/comment/config/install/core.entity_view_mode.comment.full.yml diff --git a/core/modules/comment/config/install/field.storage.comment.comment_body.yml b/web/core/modules/comment/config/install/field.storage.comment.comment_body.yml similarity index 100% rename from core/modules/comment/config/install/field.storage.comment.comment_body.yml rename to web/core/modules/comment/config/install/field.storage.comment.comment_body.yml diff --git a/core/modules/comment/config/install/system.action.comment_publish_action.yml b/web/core/modules/comment/config/install/system.action.comment_publish_action.yml similarity index 100% rename from core/modules/comment/config/install/system.action.comment_publish_action.yml rename to web/core/modules/comment/config/install/system.action.comment_publish_action.yml diff --git a/core/modules/comment/config/install/system.action.comment_save_action.yml b/web/core/modules/comment/config/install/system.action.comment_save_action.yml similarity index 100% rename from core/modules/comment/config/install/system.action.comment_save_action.yml rename to web/core/modules/comment/config/install/system.action.comment_save_action.yml diff --git a/core/modules/comment/config/install/system.action.comment_unpublish_action.yml b/web/core/modules/comment/config/install/system.action.comment_unpublish_action.yml similarity index 100% rename from core/modules/comment/config/install/system.action.comment_unpublish_action.yml rename to web/core/modules/comment/config/install/system.action.comment_unpublish_action.yml diff --git a/core/modules/comment/config/optional/views.view.comments_recent.yml b/web/core/modules/comment/config/optional/views.view.comments_recent.yml similarity index 100% rename from core/modules/comment/config/optional/views.view.comments_recent.yml rename to web/core/modules/comment/config/optional/views.view.comments_recent.yml diff --git a/core/modules/comment/config/schema/comment.schema.yml b/web/core/modules/comment/config/schema/comment.schema.yml similarity index 100% rename from core/modules/comment/config/schema/comment.schema.yml rename to web/core/modules/comment/config/schema/comment.schema.yml diff --git a/core/modules/comment/config/schema/comment.views.schema.yml b/web/core/modules/comment/config/schema/comment.views.schema.yml similarity index 100% rename from core/modules/comment/config/schema/comment.views.schema.yml rename to web/core/modules/comment/config/schema/comment.views.schema.yml diff --git a/core/modules/comment/js/comment-by-viewer.js b/web/core/modules/comment/js/comment-by-viewer.js similarity index 100% rename from core/modules/comment/js/comment-by-viewer.js rename to web/core/modules/comment/js/comment-by-viewer.js diff --git a/core/modules/comment/js/comment-new-indicator.js b/web/core/modules/comment/js/comment-new-indicator.js similarity index 100% rename from core/modules/comment/js/comment-new-indicator.js rename to web/core/modules/comment/js/comment-new-indicator.js diff --git a/core/modules/comment/js/node-new-comments-link.js b/web/core/modules/comment/js/node-new-comments-link.js similarity index 100% rename from core/modules/comment/js/node-new-comments-link.js rename to web/core/modules/comment/js/node-new-comments-link.js diff --git a/core/modules/comment/migration_templates/d6_comment.yml b/web/core/modules/comment/migration_templates/d6_comment.yml similarity index 100% rename from core/modules/comment/migration_templates/d6_comment.yml rename to web/core/modules/comment/migration_templates/d6_comment.yml diff --git a/core/modules/comment/migration_templates/d6_comment_entity_display.yml b/web/core/modules/comment/migration_templates/d6_comment_entity_display.yml similarity index 100% rename from core/modules/comment/migration_templates/d6_comment_entity_display.yml rename to web/core/modules/comment/migration_templates/d6_comment_entity_display.yml diff --git a/core/modules/comment/migration_templates/d6_comment_entity_form_display.yml b/web/core/modules/comment/migration_templates/d6_comment_entity_form_display.yml similarity index 100% rename from core/modules/comment/migration_templates/d6_comment_entity_form_display.yml rename to web/core/modules/comment/migration_templates/d6_comment_entity_form_display.yml diff --git a/core/modules/comment/migration_templates/d6_comment_entity_form_display_subject.yml b/web/core/modules/comment/migration_templates/d6_comment_entity_form_display_subject.yml similarity index 100% rename from core/modules/comment/migration_templates/d6_comment_entity_form_display_subject.yml rename to web/core/modules/comment/migration_templates/d6_comment_entity_form_display_subject.yml diff --git a/core/modules/comment/migration_templates/d6_comment_field.yml b/web/core/modules/comment/migration_templates/d6_comment_field.yml similarity index 100% rename from core/modules/comment/migration_templates/d6_comment_field.yml rename to web/core/modules/comment/migration_templates/d6_comment_field.yml diff --git a/core/modules/comment/migration_templates/d6_comment_field_instance.yml b/web/core/modules/comment/migration_templates/d6_comment_field_instance.yml similarity index 100% rename from core/modules/comment/migration_templates/d6_comment_field_instance.yml rename to web/core/modules/comment/migration_templates/d6_comment_field_instance.yml diff --git a/core/modules/comment/migration_templates/d6_comment_type.yml b/web/core/modules/comment/migration_templates/d6_comment_type.yml similarity index 100% rename from core/modules/comment/migration_templates/d6_comment_type.yml rename to web/core/modules/comment/migration_templates/d6_comment_type.yml diff --git a/core/modules/comment/migration_templates/d7_comment.yml b/web/core/modules/comment/migration_templates/d7_comment.yml similarity index 100% rename from core/modules/comment/migration_templates/d7_comment.yml rename to web/core/modules/comment/migration_templates/d7_comment.yml diff --git a/core/modules/comment/migration_templates/d7_comment_entity_display.yml b/web/core/modules/comment/migration_templates/d7_comment_entity_display.yml similarity index 100% rename from core/modules/comment/migration_templates/d7_comment_entity_display.yml rename to web/core/modules/comment/migration_templates/d7_comment_entity_display.yml diff --git a/core/modules/comment/migration_templates/d7_comment_entity_form_display.yml b/web/core/modules/comment/migration_templates/d7_comment_entity_form_display.yml similarity index 100% rename from core/modules/comment/migration_templates/d7_comment_entity_form_display.yml rename to web/core/modules/comment/migration_templates/d7_comment_entity_form_display.yml diff --git a/core/modules/comment/migration_templates/d7_comment_entity_form_display_subject.yml b/web/core/modules/comment/migration_templates/d7_comment_entity_form_display_subject.yml similarity index 100% rename from core/modules/comment/migration_templates/d7_comment_entity_form_display_subject.yml rename to web/core/modules/comment/migration_templates/d7_comment_entity_form_display_subject.yml diff --git a/core/modules/comment/migration_templates/d7_comment_field.yml b/web/core/modules/comment/migration_templates/d7_comment_field.yml similarity index 100% rename from core/modules/comment/migration_templates/d7_comment_field.yml rename to web/core/modules/comment/migration_templates/d7_comment_field.yml diff --git a/core/modules/comment/migration_templates/d7_comment_field_instance.yml b/web/core/modules/comment/migration_templates/d7_comment_field_instance.yml similarity index 100% rename from core/modules/comment/migration_templates/d7_comment_field_instance.yml rename to web/core/modules/comment/migration_templates/d7_comment_field_instance.yml diff --git a/core/modules/comment/migration_templates/d7_comment_type.yml b/web/core/modules/comment/migration_templates/d7_comment_type.yml similarity index 100% rename from core/modules/comment/migration_templates/d7_comment_type.yml rename to web/core/modules/comment/migration_templates/d7_comment_type.yml diff --git a/core/modules/comment/src/CommentAccessControlHandler.php b/web/core/modules/comment/src/CommentAccessControlHandler.php similarity index 100% rename from core/modules/comment/src/CommentAccessControlHandler.php rename to web/core/modules/comment/src/CommentAccessControlHandler.php diff --git a/core/modules/comment/src/CommentBreadcrumbBuilder.php b/web/core/modules/comment/src/CommentBreadcrumbBuilder.php similarity index 100% rename from core/modules/comment/src/CommentBreadcrumbBuilder.php rename to web/core/modules/comment/src/CommentBreadcrumbBuilder.php diff --git a/core/modules/comment/src/CommentFieldItemList.php b/web/core/modules/comment/src/CommentFieldItemList.php similarity index 100% rename from core/modules/comment/src/CommentFieldItemList.php rename to web/core/modules/comment/src/CommentFieldItemList.php diff --git a/core/modules/comment/src/CommentForm.php b/web/core/modules/comment/src/CommentForm.php similarity index 100% rename from core/modules/comment/src/CommentForm.php rename to web/core/modules/comment/src/CommentForm.php diff --git a/core/modules/comment/src/CommentInterface.php b/web/core/modules/comment/src/CommentInterface.php similarity index 100% rename from core/modules/comment/src/CommentInterface.php rename to web/core/modules/comment/src/CommentInterface.php diff --git a/core/modules/comment/src/CommentLazyBuilders.php b/web/core/modules/comment/src/CommentLazyBuilders.php similarity index 100% rename from core/modules/comment/src/CommentLazyBuilders.php rename to web/core/modules/comment/src/CommentLazyBuilders.php diff --git a/core/modules/comment/src/CommentLinkBuilder.php b/web/core/modules/comment/src/CommentLinkBuilder.php similarity index 100% rename from core/modules/comment/src/CommentLinkBuilder.php rename to web/core/modules/comment/src/CommentLinkBuilder.php diff --git a/core/modules/comment/src/CommentLinkBuilderInterface.php b/web/core/modules/comment/src/CommentLinkBuilderInterface.php similarity index 100% rename from core/modules/comment/src/CommentLinkBuilderInterface.php rename to web/core/modules/comment/src/CommentLinkBuilderInterface.php diff --git a/core/modules/comment/src/CommentManager.php b/web/core/modules/comment/src/CommentManager.php similarity index 100% rename from core/modules/comment/src/CommentManager.php rename to web/core/modules/comment/src/CommentManager.php diff --git a/core/modules/comment/src/CommentManagerInterface.php b/web/core/modules/comment/src/CommentManagerInterface.php similarity index 100% rename from core/modules/comment/src/CommentManagerInterface.php rename to web/core/modules/comment/src/CommentManagerInterface.php diff --git a/core/modules/comment/src/CommentStatistics.php b/web/core/modules/comment/src/CommentStatistics.php similarity index 100% rename from core/modules/comment/src/CommentStatistics.php rename to web/core/modules/comment/src/CommentStatistics.php diff --git a/core/modules/comment/src/CommentStatisticsInterface.php b/web/core/modules/comment/src/CommentStatisticsInterface.php similarity index 100% rename from core/modules/comment/src/CommentStatisticsInterface.php rename to web/core/modules/comment/src/CommentStatisticsInterface.php diff --git a/core/modules/comment/src/CommentStorage.php b/web/core/modules/comment/src/CommentStorage.php similarity index 100% rename from core/modules/comment/src/CommentStorage.php rename to web/core/modules/comment/src/CommentStorage.php diff --git a/core/modules/comment/src/CommentStorageInterface.php b/web/core/modules/comment/src/CommentStorageInterface.php similarity index 100% rename from core/modules/comment/src/CommentStorageInterface.php rename to web/core/modules/comment/src/CommentStorageInterface.php diff --git a/core/modules/comment/src/CommentStorageSchema.php b/web/core/modules/comment/src/CommentStorageSchema.php similarity index 100% rename from core/modules/comment/src/CommentStorageSchema.php rename to web/core/modules/comment/src/CommentStorageSchema.php diff --git a/core/modules/comment/src/CommentTranslationHandler.php b/web/core/modules/comment/src/CommentTranslationHandler.php similarity index 100% rename from core/modules/comment/src/CommentTranslationHandler.php rename to web/core/modules/comment/src/CommentTranslationHandler.php diff --git a/core/modules/comment/src/CommentTypeForm.php b/web/core/modules/comment/src/CommentTypeForm.php similarity index 100% rename from core/modules/comment/src/CommentTypeForm.php rename to web/core/modules/comment/src/CommentTypeForm.php diff --git a/core/modules/comment/src/CommentTypeInterface.php b/web/core/modules/comment/src/CommentTypeInterface.php similarity index 100% rename from core/modules/comment/src/CommentTypeInterface.php rename to web/core/modules/comment/src/CommentTypeInterface.php diff --git a/core/modules/comment/src/CommentTypeListBuilder.php b/web/core/modules/comment/src/CommentTypeListBuilder.php similarity index 100% rename from core/modules/comment/src/CommentTypeListBuilder.php rename to web/core/modules/comment/src/CommentTypeListBuilder.php diff --git a/core/modules/comment/src/CommentViewBuilder.php b/web/core/modules/comment/src/CommentViewBuilder.php similarity index 100% rename from core/modules/comment/src/CommentViewBuilder.php rename to web/core/modules/comment/src/CommentViewBuilder.php diff --git a/core/modules/comment/src/CommentViewsData.php b/web/core/modules/comment/src/CommentViewsData.php similarity index 100% rename from core/modules/comment/src/CommentViewsData.php rename to web/core/modules/comment/src/CommentViewsData.php diff --git a/core/modules/comment/src/Controller/AdminController.php b/web/core/modules/comment/src/Controller/AdminController.php similarity index 100% rename from core/modules/comment/src/Controller/AdminController.php rename to web/core/modules/comment/src/Controller/AdminController.php diff --git a/core/modules/comment/src/Controller/CommentController.php b/web/core/modules/comment/src/Controller/CommentController.php similarity index 100% rename from core/modules/comment/src/Controller/CommentController.php rename to web/core/modules/comment/src/Controller/CommentController.php diff --git a/core/modules/comment/src/Entity/Comment.php b/web/core/modules/comment/src/Entity/Comment.php similarity index 100% rename from core/modules/comment/src/Entity/Comment.php rename to web/core/modules/comment/src/Entity/Comment.php diff --git a/core/modules/comment/src/Entity/CommentType.php b/web/core/modules/comment/src/Entity/CommentType.php similarity index 100% rename from core/modules/comment/src/Entity/CommentType.php rename to web/core/modules/comment/src/Entity/CommentType.php diff --git a/core/modules/comment/src/Form/CommentAdminOverview.php b/web/core/modules/comment/src/Form/CommentAdminOverview.php similarity index 100% rename from core/modules/comment/src/Form/CommentAdminOverview.php rename to web/core/modules/comment/src/Form/CommentAdminOverview.php diff --git a/core/modules/comment/src/Form/CommentTypeDeleteForm.php b/web/core/modules/comment/src/Form/CommentTypeDeleteForm.php similarity index 100% rename from core/modules/comment/src/Form/CommentTypeDeleteForm.php rename to web/core/modules/comment/src/Form/CommentTypeDeleteForm.php diff --git a/core/modules/comment/src/Form/ConfirmDeleteMultiple.php b/web/core/modules/comment/src/Form/ConfirmDeleteMultiple.php similarity index 100% rename from core/modules/comment/src/Form/ConfirmDeleteMultiple.php rename to web/core/modules/comment/src/Form/ConfirmDeleteMultiple.php diff --git a/core/modules/comment/src/Form/DeleteForm.php b/web/core/modules/comment/src/Form/DeleteForm.php similarity index 100% rename from core/modules/comment/src/Form/DeleteForm.php rename to web/core/modules/comment/src/Form/DeleteForm.php diff --git a/core/modules/comment/src/Plugin/Action/PublishComment.php b/web/core/modules/comment/src/Plugin/Action/PublishComment.php similarity index 100% rename from core/modules/comment/src/Plugin/Action/PublishComment.php rename to web/core/modules/comment/src/Plugin/Action/PublishComment.php diff --git a/core/modules/comment/src/Plugin/Action/SaveComment.php b/web/core/modules/comment/src/Plugin/Action/SaveComment.php similarity index 100% rename from core/modules/comment/src/Plugin/Action/SaveComment.php rename to web/core/modules/comment/src/Plugin/Action/SaveComment.php diff --git a/core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php b/web/core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php similarity index 100% rename from core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php rename to web/core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php diff --git a/core/modules/comment/src/Plugin/Action/UnpublishComment.php b/web/core/modules/comment/src/Plugin/Action/UnpublishComment.php similarity index 100% rename from core/modules/comment/src/Plugin/Action/UnpublishComment.php rename to web/core/modules/comment/src/Plugin/Action/UnpublishComment.php diff --git a/core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php b/web/core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php similarity index 100% rename from core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php rename to web/core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php diff --git a/core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php b/web/core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php similarity index 100% rename from core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php rename to web/core/modules/comment/src/Plugin/Field/FieldFormatter/AuthorNameFormatter.php diff --git a/core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php b/web/core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php similarity index 100% rename from core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php rename to web/core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php diff --git a/core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php b/web/core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php similarity index 100% rename from core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php rename to web/core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php diff --git a/core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php b/web/core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php similarity index 100% rename from core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php rename to web/core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php diff --git a/core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php b/web/core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php similarity index 100% rename from core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php rename to web/core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php diff --git a/core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php b/web/core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php similarity index 100% rename from core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php rename to web/core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php diff --git a/core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php b/web/core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php similarity index 100% rename from core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php rename to web/core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php diff --git a/core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php b/web/core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php similarity index 100% rename from core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php rename to web/core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php diff --git a/core/modules/comment/src/Plugin/migrate/destination/EntityComment.php b/web/core/modules/comment/src/Plugin/migrate/destination/EntityComment.php similarity index 100% rename from core/modules/comment/src/Plugin/migrate/destination/EntityComment.php rename to web/core/modules/comment/src/Plugin/migrate/destination/EntityComment.php diff --git a/core/modules/comment/src/Plugin/migrate/destination/EntityCommentType.php b/web/core/modules/comment/src/Plugin/migrate/destination/EntityCommentType.php similarity index 100% rename from core/modules/comment/src/Plugin/migrate/destination/EntityCommentType.php rename to web/core/modules/comment/src/Plugin/migrate/destination/EntityCommentType.php diff --git a/core/modules/comment/src/Plugin/migrate/source/d6/Comment.php b/web/core/modules/comment/src/Plugin/migrate/source/d6/Comment.php similarity index 100% rename from core/modules/comment/src/Plugin/migrate/source/d6/Comment.php rename to web/core/modules/comment/src/Plugin/migrate/source/d6/Comment.php diff --git a/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php b/web/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php similarity index 100% rename from core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php rename to web/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php diff --git a/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php b/web/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php similarity index 100% rename from core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php rename to web/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php diff --git a/core/modules/comment/src/Plugin/migrate/source/d7/Comment.php b/web/core/modules/comment/src/Plugin/migrate/source/d7/Comment.php similarity index 100% rename from core/modules/comment/src/Plugin/migrate/source/d7/Comment.php rename to web/core/modules/comment/src/Plugin/migrate/source/d7/Comment.php diff --git a/core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php b/web/core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php similarity index 100% rename from core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php rename to web/core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php diff --git a/core/modules/comment/src/Plugin/views/argument/UserUid.php b/web/core/modules/comment/src/Plugin/views/argument/UserUid.php similarity index 100% rename from core/modules/comment/src/Plugin/views/argument/UserUid.php rename to web/core/modules/comment/src/Plugin/views/argument/UserUid.php diff --git a/core/modules/comment/src/Plugin/views/field/Depth.php b/web/core/modules/comment/src/Plugin/views/field/Depth.php similarity index 100% rename from core/modules/comment/src/Plugin/views/field/Depth.php rename to web/core/modules/comment/src/Plugin/views/field/Depth.php diff --git a/core/modules/comment/src/Plugin/views/field/EntityLink.php b/web/core/modules/comment/src/Plugin/views/field/EntityLink.php similarity index 100% rename from core/modules/comment/src/Plugin/views/field/EntityLink.php rename to web/core/modules/comment/src/Plugin/views/field/EntityLink.php diff --git a/core/modules/comment/src/Plugin/views/field/LastTimestamp.php b/web/core/modules/comment/src/Plugin/views/field/LastTimestamp.php similarity index 100% rename from core/modules/comment/src/Plugin/views/field/LastTimestamp.php rename to web/core/modules/comment/src/Plugin/views/field/LastTimestamp.php diff --git a/core/modules/comment/src/Plugin/views/field/LinkApprove.php b/web/core/modules/comment/src/Plugin/views/field/LinkApprove.php similarity index 100% rename from core/modules/comment/src/Plugin/views/field/LinkApprove.php rename to web/core/modules/comment/src/Plugin/views/field/LinkApprove.php diff --git a/core/modules/comment/src/Plugin/views/field/LinkReply.php b/web/core/modules/comment/src/Plugin/views/field/LinkReply.php similarity index 100% rename from core/modules/comment/src/Plugin/views/field/LinkReply.php rename to web/core/modules/comment/src/Plugin/views/field/LinkReply.php diff --git a/core/modules/comment/src/Plugin/views/field/NodeNewComments.php b/web/core/modules/comment/src/Plugin/views/field/NodeNewComments.php similarity index 100% rename from core/modules/comment/src/Plugin/views/field/NodeNewComments.php rename to web/core/modules/comment/src/Plugin/views/field/NodeNewComments.php diff --git a/core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php b/web/core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php similarity index 100% rename from core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php rename to web/core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php diff --git a/core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php b/web/core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php similarity index 100% rename from core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php rename to web/core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php diff --git a/core/modules/comment/src/Plugin/views/filter/NodeComment.php b/web/core/modules/comment/src/Plugin/views/filter/NodeComment.php similarity index 100% rename from core/modules/comment/src/Plugin/views/filter/NodeComment.php rename to web/core/modules/comment/src/Plugin/views/filter/NodeComment.php diff --git a/core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php b/web/core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php similarity index 100% rename from core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php rename to web/core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php diff --git a/core/modules/comment/src/Plugin/views/filter/UserUid.php b/web/core/modules/comment/src/Plugin/views/filter/UserUid.php similarity index 100% rename from core/modules/comment/src/Plugin/views/filter/UserUid.php rename to web/core/modules/comment/src/Plugin/views/filter/UserUid.php diff --git a/core/modules/comment/src/Plugin/views/row/Rss.php b/web/core/modules/comment/src/Plugin/views/row/Rss.php similarity index 100% rename from core/modules/comment/src/Plugin/views/row/Rss.php rename to web/core/modules/comment/src/Plugin/views/row/Rss.php diff --git a/core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php b/web/core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php similarity index 100% rename from core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php rename to web/core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php diff --git a/core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php b/web/core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php similarity index 100% rename from core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php rename to web/core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php diff --git a/core/modules/comment/src/Plugin/views/sort/Thread.php b/web/core/modules/comment/src/Plugin/views/sort/Thread.php similarity index 100% rename from core/modules/comment/src/Plugin/views/sort/Thread.php rename to web/core/modules/comment/src/Plugin/views/sort/Thread.php diff --git a/core/modules/comment/src/Plugin/views/wizard/Comment.php b/web/core/modules/comment/src/Plugin/views/wizard/Comment.php similarity index 100% rename from core/modules/comment/src/Plugin/views/wizard/Comment.php rename to web/core/modules/comment/src/Plugin/views/wizard/Comment.php diff --git a/core/modules/comment/src/Tests/CommentActionsTest.php b/web/core/modules/comment/src/Tests/CommentActionsTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentActionsTest.php rename to web/core/modules/comment/src/Tests/CommentActionsTest.php diff --git a/core/modules/comment/src/Tests/CommentAdminTest.php b/web/core/modules/comment/src/Tests/CommentAdminTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentAdminTest.php rename to web/core/modules/comment/src/Tests/CommentAdminTest.php diff --git a/core/modules/comment/src/Tests/CommentAnonymousTest.php b/web/core/modules/comment/src/Tests/CommentAnonymousTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentAnonymousTest.php rename to web/core/modules/comment/src/Tests/CommentAnonymousTest.php diff --git a/core/modules/comment/src/Tests/CommentBlockTest.php b/web/core/modules/comment/src/Tests/CommentBlockTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentBlockTest.php rename to web/core/modules/comment/src/Tests/CommentBlockTest.php diff --git a/core/modules/comment/src/Tests/CommentBookTest.php b/web/core/modules/comment/src/Tests/CommentBookTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentBookTest.php rename to web/core/modules/comment/src/Tests/CommentBookTest.php diff --git a/core/modules/comment/src/Tests/CommentCSSTest.php b/web/core/modules/comment/src/Tests/CommentCSSTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentCSSTest.php rename to web/core/modules/comment/src/Tests/CommentCSSTest.php diff --git a/core/modules/comment/src/Tests/CommentCacheTagsTest.php b/web/core/modules/comment/src/Tests/CommentCacheTagsTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentCacheTagsTest.php rename to web/core/modules/comment/src/Tests/CommentCacheTagsTest.php diff --git a/core/modules/comment/src/Tests/CommentFieldsTest.php b/web/core/modules/comment/src/Tests/CommentFieldsTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentFieldsTest.php rename to web/core/modules/comment/src/Tests/CommentFieldsTest.php diff --git a/core/modules/comment/src/Tests/CommentInterfaceTest.php b/web/core/modules/comment/src/Tests/CommentInterfaceTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentInterfaceTest.php rename to web/core/modules/comment/src/Tests/CommentInterfaceTest.php diff --git a/core/modules/comment/src/Tests/CommentLanguageTest.php b/web/core/modules/comment/src/Tests/CommentLanguageTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentLanguageTest.php rename to web/core/modules/comment/src/Tests/CommentLanguageTest.php diff --git a/core/modules/comment/src/Tests/CommentLinksAlterTest.php b/web/core/modules/comment/src/Tests/CommentLinksAlterTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentLinksAlterTest.php rename to web/core/modules/comment/src/Tests/CommentLinksAlterTest.php diff --git a/core/modules/comment/src/Tests/CommentLinksTest.php b/web/core/modules/comment/src/Tests/CommentLinksTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentLinksTest.php rename to web/core/modules/comment/src/Tests/CommentLinksTest.php diff --git a/core/modules/comment/src/Tests/CommentNewIndicatorTest.php b/web/core/modules/comment/src/Tests/CommentNewIndicatorTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentNewIndicatorTest.php rename to web/core/modules/comment/src/Tests/CommentNewIndicatorTest.php diff --git a/core/modules/comment/src/Tests/CommentNodeAccessTest.php b/web/core/modules/comment/src/Tests/CommentNodeAccessTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentNodeAccessTest.php rename to web/core/modules/comment/src/Tests/CommentNodeAccessTest.php diff --git a/core/modules/comment/src/Tests/CommentNodeChangesTest.php b/web/core/modules/comment/src/Tests/CommentNodeChangesTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentNodeChangesTest.php rename to web/core/modules/comment/src/Tests/CommentNodeChangesTest.php diff --git a/core/modules/comment/src/Tests/CommentNonNodeTest.php b/web/core/modules/comment/src/Tests/CommentNonNodeTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentNonNodeTest.php rename to web/core/modules/comment/src/Tests/CommentNonNodeTest.php diff --git a/core/modules/comment/src/Tests/CommentPagerTest.php b/web/core/modules/comment/src/Tests/CommentPagerTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentPagerTest.php rename to web/core/modules/comment/src/Tests/CommentPagerTest.php diff --git a/core/modules/comment/src/Tests/CommentPreviewTest.php b/web/core/modules/comment/src/Tests/CommentPreviewTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentPreviewTest.php rename to web/core/modules/comment/src/Tests/CommentPreviewTest.php diff --git a/core/modules/comment/src/Tests/CommentRssTest.php b/web/core/modules/comment/src/Tests/CommentRssTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentRssTest.php rename to web/core/modules/comment/src/Tests/CommentRssTest.php diff --git a/core/modules/comment/src/Tests/CommentStatisticsTest.php b/web/core/modules/comment/src/Tests/CommentStatisticsTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentStatisticsTest.php rename to web/core/modules/comment/src/Tests/CommentStatisticsTest.php diff --git a/core/modules/comment/src/Tests/CommentTestBase.php b/web/core/modules/comment/src/Tests/CommentTestBase.php similarity index 100% rename from core/modules/comment/src/Tests/CommentTestBase.php rename to web/core/modules/comment/src/Tests/CommentTestBase.php diff --git a/core/modules/comment/src/Tests/CommentTestTrait.php b/web/core/modules/comment/src/Tests/CommentTestTrait.php similarity index 100% rename from core/modules/comment/src/Tests/CommentTestTrait.php rename to web/core/modules/comment/src/Tests/CommentTestTrait.php diff --git a/core/modules/comment/src/Tests/CommentThreadingTest.php b/web/core/modules/comment/src/Tests/CommentThreadingTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentThreadingTest.php rename to web/core/modules/comment/src/Tests/CommentThreadingTest.php diff --git a/core/modules/comment/src/Tests/CommentTitleTest.php b/web/core/modules/comment/src/Tests/CommentTitleTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentTitleTest.php rename to web/core/modules/comment/src/Tests/CommentTitleTest.php diff --git a/core/modules/comment/src/Tests/CommentTokenReplaceTest.php b/web/core/modules/comment/src/Tests/CommentTokenReplaceTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentTokenReplaceTest.php rename to web/core/modules/comment/src/Tests/CommentTokenReplaceTest.php diff --git a/core/modules/comment/src/Tests/CommentTranslationUITest.php b/web/core/modules/comment/src/Tests/CommentTranslationUITest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentTranslationUITest.php rename to web/core/modules/comment/src/Tests/CommentTranslationUITest.php diff --git a/core/modules/comment/src/Tests/CommentTypeTest.php b/web/core/modules/comment/src/Tests/CommentTypeTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentTypeTest.php rename to web/core/modules/comment/src/Tests/CommentTypeTest.php diff --git a/core/modules/comment/src/Tests/CommentUninstallTest.php b/web/core/modules/comment/src/Tests/CommentUninstallTest.php similarity index 100% rename from core/modules/comment/src/Tests/CommentUninstallTest.php rename to web/core/modules/comment/src/Tests/CommentUninstallTest.php diff --git a/core/modules/comment/src/Tests/Update/CommentUpdateTest.php b/web/core/modules/comment/src/Tests/Update/CommentUpdateTest.php similarity index 100% rename from core/modules/comment/src/Tests/Update/CommentUpdateTest.php rename to web/core/modules/comment/src/Tests/Update/CommentUpdateTest.php diff --git a/core/modules/comment/src/Tests/Views/ArgumentUserUIDTest.php b/web/core/modules/comment/src/Tests/Views/ArgumentUserUIDTest.php similarity index 100% rename from core/modules/comment/src/Tests/Views/ArgumentUserUIDTest.php rename to web/core/modules/comment/src/Tests/Views/ArgumentUserUIDTest.php diff --git a/core/modules/comment/src/Tests/Views/CommentFieldFilterTest.php b/web/core/modules/comment/src/Tests/Views/CommentFieldFilterTest.php similarity index 100% rename from core/modules/comment/src/Tests/Views/CommentFieldFilterTest.php rename to web/core/modules/comment/src/Tests/Views/CommentFieldFilterTest.php diff --git a/core/modules/comment/src/Tests/Views/CommentFieldNameTest.php b/web/core/modules/comment/src/Tests/Views/CommentFieldNameTest.php similarity index 100% rename from core/modules/comment/src/Tests/Views/CommentFieldNameTest.php rename to web/core/modules/comment/src/Tests/Views/CommentFieldNameTest.php diff --git a/core/modules/comment/src/Tests/Views/CommentOperationsTest.php b/web/core/modules/comment/src/Tests/Views/CommentOperationsTest.php similarity index 100% rename from core/modules/comment/src/Tests/Views/CommentOperationsTest.php rename to web/core/modules/comment/src/Tests/Views/CommentOperationsTest.php diff --git a/core/modules/comment/src/Tests/Views/CommentRestExportTest.php b/web/core/modules/comment/src/Tests/Views/CommentRestExportTest.php similarity index 100% rename from core/modules/comment/src/Tests/Views/CommentRestExportTest.php rename to web/core/modules/comment/src/Tests/Views/CommentRestExportTest.php diff --git a/core/modules/comment/src/Tests/Views/CommentRowTest.php b/web/core/modules/comment/src/Tests/Views/CommentRowTest.php similarity index 100% rename from core/modules/comment/src/Tests/Views/CommentRowTest.php rename to web/core/modules/comment/src/Tests/Views/CommentRowTest.php diff --git a/core/modules/comment/src/Tests/Views/CommentTestBase.php b/web/core/modules/comment/src/Tests/Views/CommentTestBase.php similarity index 100% rename from core/modules/comment/src/Tests/Views/CommentTestBase.php rename to web/core/modules/comment/src/Tests/Views/CommentTestBase.php diff --git a/core/modules/comment/src/Tests/Views/DefaultViewRecentCommentsTest.php b/web/core/modules/comment/src/Tests/Views/DefaultViewRecentCommentsTest.php similarity index 100% rename from core/modules/comment/src/Tests/Views/DefaultViewRecentCommentsTest.php rename to web/core/modules/comment/src/Tests/Views/DefaultViewRecentCommentsTest.php diff --git a/core/modules/comment/src/Tests/Views/FilterUserUIDTest.php b/web/core/modules/comment/src/Tests/Views/FilterUserUIDTest.php similarity index 100% rename from core/modules/comment/src/Tests/Views/FilterUserUIDTest.php rename to web/core/modules/comment/src/Tests/Views/FilterUserUIDTest.php diff --git a/core/modules/comment/src/Tests/Views/NodeCommentsTest.php b/web/core/modules/comment/src/Tests/Views/NodeCommentsTest.php similarity index 100% rename from core/modules/comment/src/Tests/Views/NodeCommentsTest.php rename to web/core/modules/comment/src/Tests/Views/NodeCommentsTest.php diff --git a/core/modules/comment/src/Tests/Views/RowRssTest.php b/web/core/modules/comment/src/Tests/Views/RowRssTest.php similarity index 100% rename from core/modules/comment/src/Tests/Views/RowRssTest.php rename to web/core/modules/comment/src/Tests/Views/RowRssTest.php diff --git a/core/modules/comment/src/Tests/Views/WizardTest.php b/web/core/modules/comment/src/Tests/Views/WizardTest.php similarity index 100% rename from core/modules/comment/src/Tests/Views/WizardTest.php rename to web/core/modules/comment/src/Tests/Views/WizardTest.php diff --git a/core/modules/comment/templates/comment.html.twig b/web/core/modules/comment/templates/comment.html.twig similarity index 100% rename from core/modules/comment/templates/comment.html.twig rename to web/core/modules/comment/templates/comment.html.twig diff --git a/core/modules/comment/templates/field--comment.html.twig b/web/core/modules/comment/templates/field--comment.html.twig similarity index 100% rename from core/modules/comment/templates/field--comment.html.twig rename to web/core/modules/comment/templates/field--comment.html.twig diff --git a/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.info.yml b/web/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.info.yml similarity index 100% rename from core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.info.yml rename to web/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.info.yml diff --git a/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.module b/web/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.module similarity index 100% rename from core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.module rename to web/core/modules/comment/tests/modules/comment_empty_title_test/comment_empty_title_test.module diff --git a/core/modules/comment/tests/modules/comment_test/comment_test.info.yml b/web/core/modules/comment/tests/modules/comment_test/comment_test.info.yml similarity index 100% rename from core/modules/comment/tests/modules/comment_test/comment_test.info.yml rename to web/core/modules/comment/tests/modules/comment_test/comment_test.info.yml diff --git a/core/modules/comment/tests/modules/comment_test/comment_test.module b/web/core/modules/comment/tests/modules/comment_test/comment_test.module similarity index 100% rename from core/modules/comment/tests/modules/comment_test/comment_test.module rename to web/core/modules/comment/tests/modules/comment_test/comment_test.module diff --git a/core/modules/comment/tests/modules/comment_test/comment_test.routing.yml b/web/core/modules/comment/tests/modules/comment_test/comment_test.routing.yml similarity index 100% rename from core/modules/comment/tests/modules/comment_test/comment_test.routing.yml rename to web/core/modules/comment/tests/modules/comment_test/comment_test.routing.yml diff --git a/core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php b/web/core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php similarity index 100% rename from core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php rename to web/core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php diff --git a/core/modules/comment/tests/modules/comment_test_views/comment_test_views.info.yml b/web/core/modules/comment/tests/modules/comment_test_views/comment_test_views.info.yml similarity index 100% rename from core/modules/comment/tests/modules/comment_test_views/comment_test_views.info.yml rename to web/core/modules/comment/tests/modules/comment_test_views/comment_test_views.info.yml diff --git a/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment.yml b/web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment.yml similarity index 100% rename from core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment.yml rename to web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment.yml diff --git a/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_field_name.yml b/web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_field_name.yml similarity index 100% rename from core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_field_name.yml rename to web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_field_name.yml diff --git a/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_operations.yml b/web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_operations.yml similarity index 100% rename from core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_operations.yml rename to web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_operations.yml diff --git a/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rest.yml b/web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rest.yml similarity index 100% rename from core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rest.yml rename to web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rest.yml diff --git a/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_row.yml b/web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_row.yml similarity index 100% rename from core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_row.yml rename to web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_row.yml diff --git a/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml b/web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml similarity index 100% rename from core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml rename to web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_rss.yml diff --git a/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_user_uid.yml b/web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_user_uid.yml similarity index 100% rename from core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_user_uid.yml rename to web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_user_uid.yml diff --git a/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_field_filters.yml b/web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_field_filters.yml similarity index 100% rename from core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_field_filters.yml rename to web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_field_filters.yml diff --git a/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_new_comments.yml b/web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_new_comments.yml similarity index 100% rename from core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_new_comments.yml rename to web/core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_new_comments.yml diff --git a/core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php b/web/core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php similarity index 100% rename from core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php rename to web/core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php diff --git a/core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php b/web/core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php rename to web/core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php diff --git a/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php b/web/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php rename to web/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php diff --git a/core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php b/web/core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php rename to web/core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php diff --git a/core/modules/comment/tests/src/Kernel/CommentItemTest.php b/web/core/modules/comment/tests/src/Kernel/CommentItemTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/CommentItemTest.php rename to web/core/modules/comment/tests/src/Kernel/CommentItemTest.php diff --git a/core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php b/web/core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php rename to web/core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php diff --git a/core/modules/comment/tests/src/Kernel/CommentValidationTest.php b/web/core/modules/comment/tests/src/Kernel/CommentValidationTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/CommentValidationTest.php rename to web/core/modules/comment/tests/src/Kernel/CommentValidationTest.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php b/web/core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/MigrateCommentStubTest.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php b/web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTest.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php b/web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableDisplayBase.php b/web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableDisplayBase.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableDisplayBase.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableDisplayBase.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableEntityDisplayTest.php b/web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableEntityDisplayTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableEntityDisplayTest.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableEntityDisplayTest.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableEntityFormDisplaySubjectTest.php b/web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableEntityFormDisplaySubjectTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableEntityFormDisplaySubjectTest.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableEntityFormDisplaySubjectTest.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableEntityFormDisplayTest.php b/web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableEntityFormDisplayTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableEntityFormDisplayTest.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableEntityFormDisplayTest.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableFieldTest.php b/web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableFieldTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableFieldTest.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableFieldTest.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableInstanceTest.php b/web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableInstanceTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableInstanceTest.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentVariableInstanceTest.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php b/web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityDisplayTest.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php b/web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplaySubjectTest.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplayTest.php b/web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplayTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplayTest.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentEntityFormDisplayTest.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldInstanceTest.php b/web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldInstanceTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldInstanceTest.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldInstanceTest.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldTest.php b/web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldTest.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentFieldTest.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php b/web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTest.php diff --git a/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php b/web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php rename to web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php diff --git a/core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php b/web/core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php rename to web/core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php diff --git a/core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php b/web/core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php rename to web/core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php diff --git a/core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php b/web/core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php rename to web/core/modules/comment/tests/src/Kernel/Views/CommentViewsFieldAccessTest.php diff --git a/core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php b/web/core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php similarity index 100% rename from core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php rename to web/core/modules/comment/tests/src/Kernel/Views/CommentViewsKernelTestBase.php diff --git a/core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php b/web/core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php similarity index 100% rename from core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php rename to web/core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php diff --git a/core/modules/comment/tests/src/Unit/CommentManagerTest.php b/web/core/modules/comment/tests/src/Unit/CommentManagerTest.php similarity index 100% rename from core/modules/comment/tests/src/Unit/CommentManagerTest.php rename to web/core/modules/comment/tests/src/Unit/CommentManagerTest.php diff --git a/core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php b/web/core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php similarity index 100% rename from core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php rename to web/core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php diff --git a/core/modules/comment/tests/src/Unit/Entity/CommentLockTest.php b/web/core/modules/comment/tests/src/Unit/Entity/CommentLockTest.php similarity index 100% rename from core/modules/comment/tests/src/Unit/Entity/CommentLockTest.php rename to web/core/modules/comment/tests/src/Unit/Entity/CommentLockTest.php diff --git a/core/modules/comment/tests/src/Unit/Migrate/d6/CommentSourceWithHighWaterTest.php b/web/core/modules/comment/tests/src/Unit/Migrate/d6/CommentSourceWithHighWaterTest.php similarity index 100% rename from core/modules/comment/tests/src/Unit/Migrate/d6/CommentSourceWithHighWaterTest.php rename to web/core/modules/comment/tests/src/Unit/Migrate/d6/CommentSourceWithHighWaterTest.php diff --git a/core/modules/comment/tests/src/Unit/Migrate/d6/CommentTest.php b/web/core/modules/comment/tests/src/Unit/Migrate/d6/CommentTest.php similarity index 100% rename from core/modules/comment/tests/src/Unit/Migrate/d6/CommentTest.php rename to web/core/modules/comment/tests/src/Unit/Migrate/d6/CommentTest.php diff --git a/core/modules/comment/tests/src/Unit/Migrate/d6/CommentTestBase.php b/web/core/modules/comment/tests/src/Unit/Migrate/d6/CommentTestBase.php similarity index 100% rename from core/modules/comment/tests/src/Unit/Migrate/d6/CommentTestBase.php rename to web/core/modules/comment/tests/src/Unit/Migrate/d6/CommentTestBase.php diff --git a/core/modules/comment/tests/src/Unit/Migrate/d6/CommentVariablePerCommentTypeTest.php b/web/core/modules/comment/tests/src/Unit/Migrate/d6/CommentVariablePerCommentTypeTest.php similarity index 100% rename from core/modules/comment/tests/src/Unit/Migrate/d6/CommentVariablePerCommentTypeTest.php rename to web/core/modules/comment/tests/src/Unit/Migrate/d6/CommentVariablePerCommentTypeTest.php diff --git a/core/modules/comment/tests/src/Unit/Migrate/d6/CommentVariableTest.php b/web/core/modules/comment/tests/src/Unit/Migrate/d6/CommentVariableTest.php similarity index 100% rename from core/modules/comment/tests/src/Unit/Migrate/d6/CommentVariableTest.php rename to web/core/modules/comment/tests/src/Unit/Migrate/d6/CommentVariableTest.php diff --git a/core/modules/comment/tests/src/Unit/Migrate/d7/CommentTest.php b/web/core/modules/comment/tests/src/Unit/Migrate/d7/CommentTest.php similarity index 100% rename from core/modules/comment/tests/src/Unit/Migrate/d7/CommentTest.php rename to web/core/modules/comment/tests/src/Unit/Migrate/d7/CommentTest.php diff --git a/core/modules/comment/tests/src/Unit/Migrate/d7/CommentTypeTest.php b/web/core/modules/comment/tests/src/Unit/Migrate/d7/CommentTypeTest.php similarity index 100% rename from core/modules/comment/tests/src/Unit/Migrate/d7/CommentTypeTest.php rename to web/core/modules/comment/tests/src/Unit/Migrate/d7/CommentTypeTest.php diff --git a/core/modules/config/config.info.yml b/web/core/modules/config/config.info.yml similarity index 100% rename from core/modules/config/config.info.yml rename to web/core/modules/config/config.info.yml diff --git a/core/modules/config/config.install b/web/core/modules/config/config.install similarity index 100% rename from core/modules/config/config.install rename to web/core/modules/config/config.install diff --git a/core/modules/config/config.links.menu.yml b/web/core/modules/config/config.links.menu.yml similarity index 100% rename from core/modules/config/config.links.menu.yml rename to web/core/modules/config/config.links.menu.yml diff --git a/core/modules/config/config.links.task.yml b/web/core/modules/config/config.links.task.yml similarity index 100% rename from core/modules/config/config.links.task.yml rename to web/core/modules/config/config.links.task.yml diff --git a/core/modules/config/config.module b/web/core/modules/config/config.module similarity index 100% rename from core/modules/config/config.module rename to web/core/modules/config/config.module diff --git a/core/modules/config/config.permissions.yml b/web/core/modules/config/config.permissions.yml similarity index 100% rename from core/modules/config/config.permissions.yml rename to web/core/modules/config/config.permissions.yml diff --git a/core/modules/config/config.routing.yml b/web/core/modules/config/config.routing.yml similarity index 100% rename from core/modules/config/config.routing.yml rename to web/core/modules/config/config.routing.yml diff --git a/core/modules/config/config.services.yml b/web/core/modules/config/config.services.yml similarity index 100% rename from core/modules/config/config.services.yml rename to web/core/modules/config/config.services.yml diff --git a/core/modules/config/src/ConfigSubscriber.php b/web/core/modules/config/src/ConfigSubscriber.php similarity index 100% rename from core/modules/config/src/ConfigSubscriber.php rename to web/core/modules/config/src/ConfigSubscriber.php diff --git a/core/modules/config/src/Controller/ConfigController.php b/web/core/modules/config/src/Controller/ConfigController.php similarity index 100% rename from core/modules/config/src/Controller/ConfigController.php rename to web/core/modules/config/src/Controller/ConfigController.php diff --git a/core/modules/config/src/Form/ConfigExportForm.php b/web/core/modules/config/src/Form/ConfigExportForm.php similarity index 100% rename from core/modules/config/src/Form/ConfigExportForm.php rename to web/core/modules/config/src/Form/ConfigExportForm.php diff --git a/core/modules/config/src/Form/ConfigImportForm.php b/web/core/modules/config/src/Form/ConfigImportForm.php similarity index 100% rename from core/modules/config/src/Form/ConfigImportForm.php rename to web/core/modules/config/src/Form/ConfigImportForm.php diff --git a/core/modules/config/src/Form/ConfigSingleExportForm.php b/web/core/modules/config/src/Form/ConfigSingleExportForm.php similarity index 100% rename from core/modules/config/src/Form/ConfigSingleExportForm.php rename to web/core/modules/config/src/Form/ConfigSingleExportForm.php diff --git a/core/modules/config/src/Form/ConfigSingleImportForm.php b/web/core/modules/config/src/Form/ConfigSingleImportForm.php similarity index 100% rename from core/modules/config/src/Form/ConfigSingleImportForm.php rename to web/core/modules/config/src/Form/ConfigSingleImportForm.php diff --git a/core/modules/config/src/Form/ConfigSync.php b/web/core/modules/config/src/Form/ConfigSync.php similarity index 100% rename from core/modules/config/src/Form/ConfigSync.php rename to web/core/modules/config/src/Form/ConfigSync.php diff --git a/core/modules/config/src/StorageReplaceDataWrapper.php b/web/core/modules/config/src/StorageReplaceDataWrapper.php similarity index 100% rename from core/modules/config/src/StorageReplaceDataWrapper.php rename to web/core/modules/config/src/StorageReplaceDataWrapper.php diff --git a/core/modules/config/src/Tests/AssertConfigEntityImportTrait.php b/web/core/modules/config/src/Tests/AssertConfigEntityImportTrait.php similarity index 100% rename from core/modules/config/src/Tests/AssertConfigEntityImportTrait.php rename to web/core/modules/config/src/Tests/AssertConfigEntityImportTrait.php diff --git a/core/modules/config/src/Tests/CacheabilityMetadataConfigOverrideIntegrationTest.php b/web/core/modules/config/src/Tests/CacheabilityMetadataConfigOverrideIntegrationTest.php similarity index 100% rename from core/modules/config/src/Tests/CacheabilityMetadataConfigOverrideIntegrationTest.php rename to web/core/modules/config/src/Tests/CacheabilityMetadataConfigOverrideIntegrationTest.php diff --git a/core/modules/config/src/Tests/ConfigDependencyWebTest.php b/web/core/modules/config/src/Tests/ConfigDependencyWebTest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigDependencyWebTest.php rename to web/core/modules/config/src/Tests/ConfigDependencyWebTest.php diff --git a/core/modules/config/src/Tests/ConfigEntityFormOverrideTest.php b/web/core/modules/config/src/Tests/ConfigEntityFormOverrideTest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigEntityFormOverrideTest.php rename to web/core/modules/config/src/Tests/ConfigEntityFormOverrideTest.php diff --git a/core/modules/config/src/Tests/ConfigEntityListMultilingualTest.php b/web/core/modules/config/src/Tests/ConfigEntityListMultilingualTest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigEntityListMultilingualTest.php rename to web/core/modules/config/src/Tests/ConfigEntityListMultilingualTest.php diff --git a/core/modules/config/src/Tests/ConfigEntityListTest.php b/web/core/modules/config/src/Tests/ConfigEntityListTest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigEntityListTest.php rename to web/core/modules/config/src/Tests/ConfigEntityListTest.php diff --git a/core/modules/config/src/Tests/ConfigEntityStatusUITest.php b/web/core/modules/config/src/Tests/ConfigEntityStatusUITest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigEntityStatusUITest.php rename to web/core/modules/config/src/Tests/ConfigEntityStatusUITest.php diff --git a/core/modules/config/src/Tests/ConfigEntityTest.php b/web/core/modules/config/src/Tests/ConfigEntityTest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigEntityTest.php rename to web/core/modules/config/src/Tests/ConfigEntityTest.php diff --git a/core/modules/config/src/Tests/ConfigExportImportUITest.php b/web/core/modules/config/src/Tests/ConfigExportImportUITest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigExportImportUITest.php rename to web/core/modules/config/src/Tests/ConfigExportImportUITest.php diff --git a/core/modules/config/src/Tests/ConfigExportUITest.php b/web/core/modules/config/src/Tests/ConfigExportUITest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigExportUITest.php rename to web/core/modules/config/src/Tests/ConfigExportUITest.php diff --git a/core/modules/config/src/Tests/ConfigFormOverrideTest.php b/web/core/modules/config/src/Tests/ConfigFormOverrideTest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigFormOverrideTest.php rename to web/core/modules/config/src/Tests/ConfigFormOverrideTest.php diff --git a/core/modules/config/src/Tests/ConfigImportAllTest.php b/web/core/modules/config/src/Tests/ConfigImportAllTest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigImportAllTest.php rename to web/core/modules/config/src/Tests/ConfigImportAllTest.php diff --git a/core/modules/config/src/Tests/ConfigImportInstallProfileTest.php b/web/core/modules/config/src/Tests/ConfigImportInstallProfileTest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigImportInstallProfileTest.php rename to web/core/modules/config/src/Tests/ConfigImportInstallProfileTest.php diff --git a/core/modules/config/src/Tests/ConfigImportUITest.php b/web/core/modules/config/src/Tests/ConfigImportUITest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigImportUITest.php rename to web/core/modules/config/src/Tests/ConfigImportUITest.php diff --git a/core/modules/config/src/Tests/ConfigImportUploadTest.php b/web/core/modules/config/src/Tests/ConfigImportUploadTest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigImportUploadTest.php rename to web/core/modules/config/src/Tests/ConfigImportUploadTest.php diff --git a/core/modules/config/src/Tests/ConfigInstallProfileOverrideTest.php b/web/core/modules/config/src/Tests/ConfigInstallProfileOverrideTest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigInstallProfileOverrideTest.php rename to web/core/modules/config/src/Tests/ConfigInstallProfileOverrideTest.php diff --git a/core/modules/config/src/Tests/ConfigInstallProfileUnmetDependenciesTest.php b/web/core/modules/config/src/Tests/ConfigInstallProfileUnmetDependenciesTest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigInstallProfileUnmetDependenciesTest.php rename to web/core/modules/config/src/Tests/ConfigInstallProfileUnmetDependenciesTest.php diff --git a/core/modules/config/src/Tests/ConfigInstallWebTest.php b/web/core/modules/config/src/Tests/ConfigInstallWebTest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigInstallWebTest.php rename to web/core/modules/config/src/Tests/ConfigInstallWebTest.php diff --git a/core/modules/config/src/Tests/ConfigLanguageOverrideWebTest.php b/web/core/modules/config/src/Tests/ConfigLanguageOverrideWebTest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigLanguageOverrideWebTest.php rename to web/core/modules/config/src/Tests/ConfigLanguageOverrideWebTest.php diff --git a/core/modules/config/src/Tests/ConfigOtherModuleTest.php b/web/core/modules/config/src/Tests/ConfigOtherModuleTest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigOtherModuleTest.php rename to web/core/modules/config/src/Tests/ConfigOtherModuleTest.php diff --git a/core/modules/config/src/Tests/ConfigSingleImportExportTest.php b/web/core/modules/config/src/Tests/ConfigSingleImportExportTest.php similarity index 100% rename from core/modules/config/src/Tests/ConfigSingleImportExportTest.php rename to web/core/modules/config/src/Tests/ConfigSingleImportExportTest.php diff --git a/core/modules/config/src/Tests/LanguageNegotiationFormOverrideTest.php b/web/core/modules/config/src/Tests/LanguageNegotiationFormOverrideTest.php similarity index 100% rename from core/modules/config/src/Tests/LanguageNegotiationFormOverrideTest.php rename to web/core/modules/config/src/Tests/LanguageNegotiationFormOverrideTest.php diff --git a/core/modules/config/src/Tests/SchemaCheckTestTrait.php b/web/core/modules/config/src/Tests/SchemaCheckTestTrait.php similarity index 100% rename from core/modules/config/src/Tests/SchemaCheckTestTrait.php rename to web/core/modules/config/src/Tests/SchemaCheckTestTrait.php diff --git a/core/modules/config/src/Tests/SchemaConfigListenerWebTest.php b/web/core/modules/config/src/Tests/SchemaConfigListenerWebTest.php similarity index 100% rename from core/modules/config/src/Tests/SchemaConfigListenerWebTest.php rename to web/core/modules/config/src/Tests/SchemaConfigListenerWebTest.php diff --git a/core/modules/config/tests/config_clash_test_theme/config/install/config_test.dynamic.dotted.default.yml b/web/core/modules/config/tests/config_clash_test_theme/config/install/config_test.dynamic.dotted.default.yml similarity index 100% rename from core/modules/config/tests/config_clash_test_theme/config/install/config_test.dynamic.dotted.default.yml rename to web/core/modules/config/tests/config_clash_test_theme/config/install/config_test.dynamic.dotted.default.yml diff --git a/core/modules/config/tests/config_clash_test_theme/config/install/language/fr/config_test.dynamic.dotted.default.yml b/web/core/modules/config/tests/config_clash_test_theme/config/install/language/fr/config_test.dynamic.dotted.default.yml similarity index 100% rename from core/modules/config/tests/config_clash_test_theme/config/install/language/fr/config_test.dynamic.dotted.default.yml rename to web/core/modules/config/tests/config_clash_test_theme/config/install/language/fr/config_test.dynamic.dotted.default.yml diff --git a/core/modules/config/tests/config_clash_test_theme/config_clash_test_theme.info.yml b/web/core/modules/config/tests/config_clash_test_theme/config_clash_test_theme.info.yml similarity index 100% rename from core/modules/config/tests/config_clash_test_theme/config_clash_test_theme.info.yml rename to web/core/modules/config/tests/config_clash_test_theme/config_clash_test_theme.info.yml diff --git a/core/modules/config/tests/config_collection_clash_install_test/config/install/another_collection/config_collection_install_test.test.yml b/web/core/modules/config/tests/config_collection_clash_install_test/config/install/another_collection/config_collection_install_test.test.yml similarity index 100% rename from core/modules/config/tests/config_collection_clash_install_test/config/install/another_collection/config_collection_install_test.test.yml rename to web/core/modules/config/tests/config_collection_clash_install_test/config/install/another_collection/config_collection_install_test.test.yml diff --git a/core/modules/config/tests/config_collection_clash_install_test/config/install/collection/test1/config_collection_install_test.test.yml b/web/core/modules/config/tests/config_collection_clash_install_test/config/install/collection/test1/config_collection_install_test.test.yml similarity index 100% rename from core/modules/config/tests/config_collection_clash_install_test/config/install/collection/test1/config_collection_install_test.test.yml rename to web/core/modules/config/tests/config_collection_clash_install_test/config/install/collection/test1/config_collection_install_test.test.yml diff --git a/core/modules/config/tests/config_collection_clash_install_test/config/install/collection/test2/config_collection_install_test.test.yml b/web/core/modules/config/tests/config_collection_clash_install_test/config/install/collection/test2/config_collection_install_test.test.yml similarity index 100% rename from core/modules/config/tests/config_collection_clash_install_test/config/install/collection/test2/config_collection_install_test.test.yml rename to web/core/modules/config/tests/config_collection_clash_install_test/config/install/collection/test2/config_collection_install_test.test.yml diff --git a/core/modules/config/tests/config_collection_clash_install_test/config/install/entity/config_test.dynamic.dotted.default.yml b/web/core/modules/config/tests/config_collection_clash_install_test/config/install/entity/config_test.dynamic.dotted.default.yml similarity index 100% rename from core/modules/config/tests/config_collection_clash_install_test/config/install/entity/config_test.dynamic.dotted.default.yml rename to web/core/modules/config/tests/config_collection_clash_install_test/config/install/entity/config_test.dynamic.dotted.default.yml diff --git a/core/modules/config/tests/config_collection_clash_install_test/config_collection_clash_install_test.info.yml b/web/core/modules/config/tests/config_collection_clash_install_test/config_collection_clash_install_test.info.yml similarity index 100% rename from core/modules/config/tests/config_collection_clash_install_test/config_collection_clash_install_test.info.yml rename to web/core/modules/config/tests/config_collection_clash_install_test/config_collection_clash_install_test.info.yml diff --git a/core/modules/config/tests/config_collection_install_test/config/install/another_collection/config_collection_install_test.test.yml b/web/core/modules/config/tests/config_collection_install_test/config/install/another_collection/config_collection_install_test.test.yml similarity index 100% rename from core/modules/config/tests/config_collection_install_test/config/install/another_collection/config_collection_install_test.test.yml rename to web/core/modules/config/tests/config_collection_install_test/config/install/another_collection/config_collection_install_test.test.yml diff --git a/core/modules/config/tests/config_collection_install_test/config/install/collection/test1/config_collection_install_test.test.yml b/web/core/modules/config/tests/config_collection_install_test/config/install/collection/test1/config_collection_install_test.test.yml similarity index 100% rename from core/modules/config/tests/config_collection_install_test/config/install/collection/test1/config_collection_install_test.test.yml rename to web/core/modules/config/tests/config_collection_install_test/config/install/collection/test1/config_collection_install_test.test.yml diff --git a/core/modules/config/tests/config_collection_install_test/config/install/collection/test2/config_collection_install_test.test.yml b/web/core/modules/config/tests/config_collection_install_test/config/install/collection/test2/config_collection_install_test.test.yml similarity index 100% rename from core/modules/config/tests/config_collection_install_test/config/install/collection/test2/config_collection_install_test.test.yml rename to web/core/modules/config/tests/config_collection_install_test/config/install/collection/test2/config_collection_install_test.test.yml diff --git a/core/modules/config/tests/config_collection_install_test/config/install/entity/config_test.dynamic.dotted.default.yml b/web/core/modules/config/tests/config_collection_install_test/config/install/entity/config_test.dynamic.dotted.default.yml similarity index 100% rename from core/modules/config/tests/config_collection_install_test/config/install/entity/config_test.dynamic.dotted.default.yml rename to web/core/modules/config/tests/config_collection_install_test/config/install/entity/config_test.dynamic.dotted.default.yml diff --git a/core/modules/config/tests/config_collection_install_test/config/schema/config_collection_install_test.schema.yml b/web/core/modules/config/tests/config_collection_install_test/config/schema/config_collection_install_test.schema.yml similarity index 100% rename from core/modules/config/tests/config_collection_install_test/config/schema/config_collection_install_test.schema.yml rename to web/core/modules/config/tests/config_collection_install_test/config/schema/config_collection_install_test.schema.yml diff --git a/core/modules/config/tests/config_collection_install_test/config_collection_install_test.info.yml b/web/core/modules/config/tests/config_collection_install_test/config_collection_install_test.info.yml similarity index 100% rename from core/modules/config/tests/config_collection_install_test/config_collection_install_test.info.yml rename to web/core/modules/config/tests/config_collection_install_test/config_collection_install_test.info.yml diff --git a/core/modules/config/tests/config_collection_install_test/config_collection_install_test.services.yml b/web/core/modules/config/tests/config_collection_install_test/config_collection_install_test.services.yml similarity index 100% rename from core/modules/config/tests/config_collection_install_test/config_collection_install_test.services.yml rename to web/core/modules/config/tests/config_collection_install_test/config_collection_install_test.services.yml diff --git a/core/modules/config/tests/config_collection_install_test/src/EventSubscriber.php b/web/core/modules/config/tests/config_collection_install_test/src/EventSubscriber.php similarity index 100% rename from core/modules/config/tests/config_collection_install_test/src/EventSubscriber.php rename to web/core/modules/config/tests/config_collection_install_test/src/EventSubscriber.php diff --git a/core/modules/config/tests/config_entity_static_cache_test/config_entity_static_cache_test.info.yml b/web/core/modules/config/tests/config_entity_static_cache_test/config_entity_static_cache_test.info.yml similarity index 100% rename from core/modules/config/tests/config_entity_static_cache_test/config_entity_static_cache_test.info.yml rename to web/core/modules/config/tests/config_entity_static_cache_test/config_entity_static_cache_test.info.yml diff --git a/core/modules/config/tests/config_entity_static_cache_test/config_entity_static_cache_test.module b/web/core/modules/config/tests/config_entity_static_cache_test/config_entity_static_cache_test.module similarity index 100% rename from core/modules/config/tests/config_entity_static_cache_test/config_entity_static_cache_test.module rename to web/core/modules/config/tests/config_entity_static_cache_test/config_entity_static_cache_test.module diff --git a/core/modules/config/tests/config_entity_static_cache_test/src/ConfigOverrider.php b/web/core/modules/config/tests/config_entity_static_cache_test/src/ConfigOverrider.php similarity index 100% rename from core/modules/config/tests/config_entity_static_cache_test/src/ConfigOverrider.php rename to web/core/modules/config/tests/config_entity_static_cache_test/src/ConfigOverrider.php diff --git a/core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml b/web/core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml similarity index 100% rename from core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml rename to web/core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml diff --git a/core/modules/config/tests/config_events_test/config_events_test.info.yml b/web/core/modules/config/tests/config_events_test/config_events_test.info.yml similarity index 100% rename from core/modules/config/tests/config_events_test/config_events_test.info.yml rename to web/core/modules/config/tests/config_events_test/config_events_test.info.yml diff --git a/core/modules/config/tests/config_events_test/config_events_test.services.yml b/web/core/modules/config/tests/config_events_test/config_events_test.services.yml similarity index 100% rename from core/modules/config/tests/config_events_test/config_events_test.services.yml rename to web/core/modules/config/tests/config_events_test/config_events_test.services.yml diff --git a/core/modules/config/tests/config_events_test/src/EventSubscriber.php b/web/core/modules/config/tests/config_events_test/src/EventSubscriber.php similarity index 100% rename from core/modules/config/tests/config_events_test/src/EventSubscriber.php rename to web/core/modules/config/tests/config_events_test/src/EventSubscriber.php diff --git a/core/modules/config/tests/config_import_test/config_import_test.info.yml b/web/core/modules/config/tests/config_import_test/config_import_test.info.yml similarity index 100% rename from core/modules/config/tests/config_import_test/config_import_test.info.yml rename to web/core/modules/config/tests/config_import_test/config_import_test.info.yml diff --git a/core/modules/config/tests/config_import_test/config_import_test.module b/web/core/modules/config/tests/config_import_test/config_import_test.module similarity index 100% rename from core/modules/config/tests/config_import_test/config_import_test.module rename to web/core/modules/config/tests/config_import_test/config_import_test.module diff --git a/core/modules/config/tests/config_import_test/config_import_test.services.yml b/web/core/modules/config/tests/config_import_test/config_import_test.services.yml similarity index 100% rename from core/modules/config/tests/config_import_test/config_import_test.services.yml rename to web/core/modules/config/tests/config_import_test/config_import_test.services.yml diff --git a/core/modules/config/tests/config_import_test/src/EventSubscriber.php b/web/core/modules/config/tests/config_import_test/src/EventSubscriber.php similarity index 100% rename from core/modules/config/tests/config_import_test/src/EventSubscriber.php rename to web/core/modules/config/tests/config_import_test/src/EventSubscriber.php diff --git a/core/modules/config/tests/config_install_dependency_test/config/install/config_other_module_config_test.weird_simple_config.yml b/web/core/modules/config/tests/config_install_dependency_test/config/install/config_other_module_config_test.weird_simple_config.yml similarity index 100% rename from core/modules/config/tests/config_install_dependency_test/config/install/config_other_module_config_test.weird_simple_config.yml rename to web/core/modules/config/tests/config_install_dependency_test/config/install/config_other_module_config_test.weird_simple_config.yml diff --git a/core/modules/config/tests/config_install_dependency_test/config/install/config_test.dynamic.other_module_test_with_dependency.yml b/web/core/modules/config/tests/config_install_dependency_test/config/install/config_test.dynamic.other_module_test_with_dependency.yml similarity index 100% rename from core/modules/config/tests/config_install_dependency_test/config/install/config_test.dynamic.other_module_test_with_dependency.yml rename to web/core/modules/config/tests/config_install_dependency_test/config/install/config_test.dynamic.other_module_test_with_dependency.yml diff --git a/core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.info.yml b/web/core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.info.yml similarity index 100% rename from core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.info.yml rename to web/core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.info.yml diff --git a/core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.module b/web/core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.module similarity index 100% rename from core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.module rename to web/core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.module diff --git a/core/modules/config/tests/config_install_fail_test/config/install/config_test.dynamic.dotted.default.yml b/web/core/modules/config/tests/config_install_fail_test/config/install/config_test.dynamic.dotted.default.yml similarity index 100% rename from core/modules/config/tests/config_install_fail_test/config/install/config_test.dynamic.dotted.default.yml rename to web/core/modules/config/tests/config_install_fail_test/config/install/config_test.dynamic.dotted.default.yml diff --git a/core/modules/config/tests/config_install_fail_test/config/install/language/fr/config_test.dynamic.dotted.default.yml b/web/core/modules/config/tests/config_install_fail_test/config/install/language/fr/config_test.dynamic.dotted.default.yml similarity index 100% rename from core/modules/config/tests/config_install_fail_test/config/install/language/fr/config_test.dynamic.dotted.default.yml rename to web/core/modules/config/tests/config_install_fail_test/config/install/language/fr/config_test.dynamic.dotted.default.yml diff --git a/core/modules/config/tests/config_install_fail_test/config_install_fail_test.info.yml b/web/core/modules/config/tests/config_install_fail_test/config_install_fail_test.info.yml similarity index 100% rename from core/modules/config/tests/config_install_fail_test/config_install_fail_test.info.yml rename to web/core/modules/config/tests/config_install_fail_test/config_install_fail_test.info.yml diff --git a/core/modules/config/tests/config_integration_test/config/install/config_integration_test.settings.yml b/web/core/modules/config/tests/config_integration_test/config/install/config_integration_test.settings.yml similarity index 100% rename from core/modules/config/tests/config_integration_test/config/install/config_integration_test.settings.yml rename to web/core/modules/config/tests/config_integration_test/config/install/config_integration_test.settings.yml diff --git a/core/modules/config/tests/config_integration_test/config/install/config_test.dynamic.config_integration_test.yml b/web/core/modules/config/tests/config_integration_test/config/install/config_test.dynamic.config_integration_test.yml similarity index 100% rename from core/modules/config/tests/config_integration_test/config/install/config_test.dynamic.config_integration_test.yml rename to web/core/modules/config/tests/config_integration_test/config/install/config_test.dynamic.config_integration_test.yml diff --git a/core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml b/web/core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml similarity index 100% rename from core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml rename to web/core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml diff --git a/core/modules/config/tests/config_integration_test/config_integration_test.info.yml b/web/core/modules/config/tests/config_integration_test/config_integration_test.info.yml similarity index 100% rename from core/modules/config/tests/config_integration_test/config_integration_test.info.yml rename to web/core/modules/config/tests/config_integration_test/config_integration_test.info.yml diff --git a/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test.yml b/web/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test.yml similarity index 100% rename from core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test.yml rename to web/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test.yml diff --git a/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test_optional_entity_unmet.yml b/web/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test_optional_entity_unmet.yml similarity index 100% rename from core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test_optional_entity_unmet.yml rename to web/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test_optional_entity_unmet.yml diff --git a/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test_unmet.yml b/web/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test_unmet.yml similarity index 100% rename from core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test_unmet.yml rename to web/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test_unmet.yml diff --git a/core/modules/config/tests/config_other_module_config_test/config/schema/config_other_module_config_test.schema.yml b/web/core/modules/config/tests/config_other_module_config_test/config/schema/config_other_module_config_test.schema.yml similarity index 100% rename from core/modules/config/tests/config_other_module_config_test/config/schema/config_other_module_config_test.schema.yml rename to web/core/modules/config/tests/config_other_module_config_test/config/schema/config_other_module_config_test.schema.yml diff --git a/core/modules/config/tests/config_other_module_config_test/config_other_module_config_test.info.yml b/web/core/modules/config/tests/config_other_module_config_test/config_other_module_config_test.info.yml similarity index 100% rename from core/modules/config/tests/config_other_module_config_test/config_other_module_config_test.info.yml rename to web/core/modules/config/tests/config_other_module_config_test/config_other_module_config_test.info.yml diff --git a/core/modules/config/tests/config_override_integration_test/config/install/block.block.config_override_test.yml b/web/core/modules/config/tests/config_override_integration_test/config/install/block.block.config_override_test.yml similarity index 100% rename from core/modules/config/tests/config_override_integration_test/config/install/block.block.config_override_test.yml rename to web/core/modules/config/tests/config_override_integration_test/config/install/block.block.config_override_test.yml diff --git a/core/modules/config/tests/config_override_integration_test/config_override_integration_test.info.yml b/web/core/modules/config/tests/config_override_integration_test/config_override_integration_test.info.yml similarity index 100% rename from core/modules/config/tests/config_override_integration_test/config_override_integration_test.info.yml rename to web/core/modules/config/tests/config_override_integration_test/config_override_integration_test.info.yml diff --git a/core/modules/config/tests/config_override_integration_test/config_override_integration_test.services.yml b/web/core/modules/config/tests/config_override_integration_test/config_override_integration_test.services.yml similarity index 100% rename from core/modules/config/tests/config_override_integration_test/config_override_integration_test.services.yml rename to web/core/modules/config/tests/config_override_integration_test/config_override_integration_test.services.yml diff --git a/core/modules/config/tests/config_override_integration_test/src/Cache/ConfigOverrideIntegrationTestCacheContext.php b/web/core/modules/config/tests/config_override_integration_test/src/Cache/ConfigOverrideIntegrationTestCacheContext.php similarity index 100% rename from core/modules/config/tests/config_override_integration_test/src/Cache/ConfigOverrideIntegrationTestCacheContext.php rename to web/core/modules/config/tests/config_override_integration_test/src/Cache/ConfigOverrideIntegrationTestCacheContext.php diff --git a/core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php b/web/core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php similarity index 100% rename from core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php rename to web/core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php diff --git a/core/modules/config/tests/config_override_test/config/install/block.block.call_to_action.yml b/web/core/modules/config/tests/config_override_test/config/install/block.block.call_to_action.yml similarity index 100% rename from core/modules/config/tests/config_override_test/config/install/block.block.call_to_action.yml rename to web/core/modules/config/tests/config_override_test/config/install/block.block.call_to_action.yml diff --git a/core/modules/config/tests/config_override_test/config/install/system.cron.yml b/web/core/modules/config/tests/config_override_test/config/install/system.cron.yml similarity index 100% rename from core/modules/config/tests/config_override_test/config/install/system.cron.yml rename to web/core/modules/config/tests/config_override_test/config/install/system.cron.yml diff --git a/core/modules/config/tests/config_override_test/config_override_test.info.yml b/web/core/modules/config/tests/config_override_test/config_override_test.info.yml similarity index 100% rename from core/modules/config/tests/config_override_test/config_override_test.info.yml rename to web/core/modules/config/tests/config_override_test/config_override_test.info.yml diff --git a/core/modules/config/tests/config_override_test/config_override_test.services.yml b/web/core/modules/config/tests/config_override_test/config_override_test.services.yml similarity index 100% rename from core/modules/config/tests/config_override_test/config_override_test.services.yml rename to web/core/modules/config/tests/config_override_test/config_override_test.services.yml diff --git a/core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php b/web/core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php similarity index 100% rename from core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php rename to web/core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php diff --git a/core/modules/config/tests/config_override_test/src/ConfigOverrider.php b/web/core/modules/config/tests/config_override_test/src/ConfigOverrider.php similarity index 100% rename from core/modules/config/tests/config_override_test/src/ConfigOverrider.php rename to web/core/modules/config/tests/config_override_test/src/ConfigOverrider.php diff --git a/core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php b/web/core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php similarity index 100% rename from core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php rename to web/core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php diff --git a/core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php b/web/core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php similarity index 100% rename from core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php rename to web/core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php diff --git a/core/modules/config/tests/config_schema_test/config/install/config_schema_test.ignore.yml b/web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.ignore.yml similarity index 100% rename from core/modules/config/tests/config_schema_test/config/install/config_schema_test.ignore.yml rename to web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.ignore.yml diff --git a/core/modules/config/tests/config_schema_test/config/install/config_schema_test.noschema.yml b/web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.noschema.yml similarity index 100% rename from core/modules/config/tests/config_schema_test/config/install/config_schema_test.noschema.yml rename to web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.noschema.yml diff --git a/core/modules/config/tests/config_schema_test/config/install/config_schema_test.plugin_types.yml b/web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.plugin_types.yml similarity index 100% rename from core/modules/config/tests/config_schema_test/config/install/config_schema_test.plugin_types.yml rename to web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.plugin_types.yml diff --git a/core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.somemodule.section_one.subsection.yml b/web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.somemodule.section_one.subsection.yml similarity index 100% rename from core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.somemodule.section_one.subsection.yml rename to web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.somemodule.section_one.subsection.yml diff --git a/core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.somemodule.section_two.subsection.yml b/web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.somemodule.section_two.subsection.yml similarity index 100% rename from core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.somemodule.section_two.subsection.yml rename to web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.somemodule.section_two.subsection.yml diff --git a/core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.yml b/web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.yml similarity index 100% rename from core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.yml rename to web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.yml diff --git a/core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.yml b/web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.yml similarity index 100% rename from core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.yml rename to web/core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.yml diff --git a/core/modules/config/tests/config_schema_test/config/install/config_test.dynamic.third_party.yml b/web/core/modules/config/tests/config_schema_test/config/install/config_test.dynamic.third_party.yml similarity index 100% rename from core/modules/config/tests/config_schema_test/config/install/config_test.dynamic.third_party.yml rename to web/core/modules/config/tests/config_schema_test/config/install/config_test.dynamic.third_party.yml diff --git a/core/modules/config/tests/config_schema_test/config/schema/config_schema_test.schema.yml b/web/core/modules/config/tests/config_schema_test/config/schema/config_schema_test.schema.yml similarity index 100% rename from core/modules/config/tests/config_schema_test/config/schema/config_schema_test.schema.yml rename to web/core/modules/config/tests/config_schema_test/config/schema/config_schema_test.schema.yml diff --git a/core/modules/config/tests/config_schema_test/config_schema_test.info.yml b/web/core/modules/config/tests/config_schema_test/config_schema_test.info.yml similarity index 100% rename from core/modules/config/tests/config_schema_test/config_schema_test.info.yml rename to web/core/modules/config/tests/config_schema_test/config_schema_test.info.yml diff --git a/core/modules/config/tests/config_schema_test/config_schema_test.module b/web/core/modules/config/tests/config_schema_test/config_schema_test.module similarity index 100% rename from core/modules/config/tests/config_schema_test/config_schema_test.module rename to web/core/modules/config/tests/config_schema_test/config_schema_test.module diff --git a/core/modules/config/tests/config_test/config/install/config_test.dynamic.dotted.default.yml b/web/core/modules/config/tests/config_test/config/install/config_test.dynamic.dotted.default.yml similarity index 100% rename from core/modules/config/tests/config_test/config/install/config_test.dynamic.dotted.default.yml rename to web/core/modules/config/tests/config_test/config/install/config_test.dynamic.dotted.default.yml diff --git a/core/modules/config/tests/config_test/config/install/config_test.dynamic.isinstallable.default.yml b/web/core/modules/config/tests/config_test/config/install/config_test.dynamic.isinstallable.default.yml similarity index 100% rename from core/modules/config/tests/config_test/config/install/config_test.dynamic.isinstallable.default.yml rename to web/core/modules/config/tests/config_test/config/install/config_test.dynamic.isinstallable.default.yml diff --git a/core/modules/config/tests/config_test/config/install/config_test.no_status.default.yml b/web/core/modules/config/tests/config_test/config/install/config_test.no_status.default.yml similarity index 100% rename from core/modules/config/tests/config_test/config/install/config_test.no_status.default.yml rename to web/core/modules/config/tests/config_test/config/install/config_test.no_status.default.yml diff --git a/core/modules/config/tests/config_test/config/install/config_test.system.yml b/web/core/modules/config/tests/config_test/config/install/config_test.system.yml similarity index 100% rename from core/modules/config/tests/config_test/config/install/config_test.system.yml rename to web/core/modules/config/tests/config_test/config/install/config_test.system.yml diff --git a/core/modules/config/tests/config_test/config/install/config_test.types.yml b/web/core/modules/config/tests/config_test/config/install/config_test.types.yml similarity index 100% rename from core/modules/config/tests/config_test/config/install/config_test.types.yml rename to web/core/modules/config/tests/config_test/config/install/config_test.types.yml diff --git a/core/modules/config/tests/config_test/config/install/language/de/config_test.system.yml b/web/core/modules/config/tests/config_test/config/install/language/de/config_test.system.yml similarity index 100% rename from core/modules/config/tests/config_test/config/install/language/de/config_test.system.yml rename to web/core/modules/config/tests/config_test/config/install/language/de/config_test.system.yml diff --git a/core/modules/config/tests/config_test/config/install/language/en/config_test.system.yml b/web/core/modules/config/tests/config_test/config/install/language/en/config_test.system.yml similarity index 100% rename from core/modules/config/tests/config_test/config/install/language/en/config_test.system.yml rename to web/core/modules/config/tests/config_test/config/install/language/en/config_test.system.yml diff --git a/core/modules/config/tests/config_test/config/install/language/fr/config_test.system.yml b/web/core/modules/config/tests/config_test/config/install/language/fr/config_test.system.yml similarity index 100% rename from core/modules/config/tests/config_test/config/install/language/fr/config_test.system.yml rename to web/core/modules/config/tests/config_test/config/install/language/fr/config_test.system.yml diff --git a/core/modules/config/tests/config_test/config/optional/config_test.dynamic.override.yml b/web/core/modules/config/tests/config_test/config/optional/config_test.dynamic.override.yml similarity index 100% rename from core/modules/config/tests/config_test/config/optional/config_test.dynamic.override.yml rename to web/core/modules/config/tests/config_test/config/optional/config_test.dynamic.override.yml diff --git a/core/modules/config/tests/config_test/config/optional/config_test.dynamic.override_unmet.yml b/web/core/modules/config/tests/config_test/config/optional/config_test.dynamic.override_unmet.yml similarity index 100% rename from core/modules/config/tests/config_test/config/optional/config_test.dynamic.override_unmet.yml rename to web/core/modules/config/tests/config_test/config/optional/config_test.dynamic.override_unmet.yml diff --git a/core/modules/config/tests/config_test/config/schema/config_test.schema.yml b/web/core/modules/config/tests/config_test/config/schema/config_test.schema.yml similarity index 100% rename from core/modules/config/tests/config_test/config/schema/config_test.schema.yml rename to web/core/modules/config/tests/config_test/config/schema/config_test.schema.yml diff --git a/core/modules/config/tests/config_test/config_test.hooks.inc b/web/core/modules/config/tests/config_test/config_test.hooks.inc similarity index 100% rename from core/modules/config/tests/config_test/config_test.hooks.inc rename to web/core/modules/config/tests/config_test/config_test.hooks.inc diff --git a/core/modules/config/tests/config_test/config_test.info.yml b/web/core/modules/config/tests/config_test/config_test.info.yml similarity index 100% rename from core/modules/config/tests/config_test/config_test.info.yml rename to web/core/modules/config/tests/config_test/config_test.info.yml diff --git a/core/modules/config/tests/config_test/config_test.links.action.yml b/web/core/modules/config/tests/config_test/config_test.links.action.yml similarity index 100% rename from core/modules/config/tests/config_test/config_test.links.action.yml rename to web/core/modules/config/tests/config_test/config_test.links.action.yml diff --git a/core/modules/config/tests/config_test/config_test.links.task.yml b/web/core/modules/config/tests/config_test/config_test.links.task.yml similarity index 100% rename from core/modules/config/tests/config_test/config_test.links.task.yml rename to web/core/modules/config/tests/config_test/config_test.links.task.yml diff --git a/core/modules/config/tests/config_test/config_test.module b/web/core/modules/config/tests/config_test/config_test.module similarity index 100% rename from core/modules/config/tests/config_test/config_test.module rename to web/core/modules/config/tests/config_test/config_test.module diff --git a/core/modules/config/tests/config_test/config_test.routing.yml b/web/core/modules/config/tests/config_test/config_test.routing.yml similarity index 100% rename from core/modules/config/tests/config_test/config_test.routing.yml rename to web/core/modules/config/tests/config_test/config_test.routing.yml diff --git a/core/modules/config/tests/config_test/src/ConfigTestAccessControlHandler.php b/web/core/modules/config/tests/config_test/src/ConfigTestAccessControlHandler.php similarity index 100% rename from core/modules/config/tests/config_test/src/ConfigTestAccessControlHandler.php rename to web/core/modules/config/tests/config_test/src/ConfigTestAccessControlHandler.php diff --git a/core/modules/config/tests/config_test/src/ConfigTestController.php b/web/core/modules/config/tests/config_test/src/ConfigTestController.php similarity index 100% rename from core/modules/config/tests/config_test/src/ConfigTestController.php rename to web/core/modules/config/tests/config_test/src/ConfigTestController.php diff --git a/core/modules/config/tests/config_test/src/ConfigTestForm.php b/web/core/modules/config/tests/config_test/src/ConfigTestForm.php similarity index 100% rename from core/modules/config/tests/config_test/src/ConfigTestForm.php rename to web/core/modules/config/tests/config_test/src/ConfigTestForm.php diff --git a/core/modules/config/tests/config_test/src/ConfigTestInterface.php b/web/core/modules/config/tests/config_test/src/ConfigTestInterface.php similarity index 100% rename from core/modules/config/tests/config_test/src/ConfigTestInterface.php rename to web/core/modules/config/tests/config_test/src/ConfigTestInterface.php diff --git a/core/modules/config/tests/config_test/src/ConfigTestListBuilder.php b/web/core/modules/config/tests/config_test/src/ConfigTestListBuilder.php similarity index 100% rename from core/modules/config/tests/config_test/src/ConfigTestListBuilder.php rename to web/core/modules/config/tests/config_test/src/ConfigTestListBuilder.php diff --git a/core/modules/config/tests/config_test/src/ConfigTestStorage.php b/web/core/modules/config/tests/config_test/src/ConfigTestStorage.php similarity index 100% rename from core/modules/config/tests/config_test/src/ConfigTestStorage.php rename to web/core/modules/config/tests/config_test/src/ConfigTestStorage.php diff --git a/core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php b/web/core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php similarity index 100% rename from core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php rename to web/core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php diff --git a/core/modules/config/tests/config_test/src/Entity/ConfigTest.php b/web/core/modules/config/tests/config_test/src/Entity/ConfigTest.php similarity index 100% rename from core/modules/config/tests/config_test/src/Entity/ConfigTest.php rename to web/core/modules/config/tests/config_test/src/Entity/ConfigTest.php diff --git a/core/modules/config/tests/config_test/src/SchemaListenerController.php b/web/core/modules/config/tests/config_test/src/SchemaListenerController.php similarity index 100% rename from core/modules/config/tests/config_test/src/SchemaListenerController.php rename to web/core/modules/config/tests/config_test/src/SchemaListenerController.php diff --git a/core/modules/config/tests/config_test/src/TestInstallStorage.php b/web/core/modules/config/tests/config_test/src/TestInstallStorage.php similarity index 100% rename from core/modules/config/tests/config_test/src/TestInstallStorage.php rename to web/core/modules/config/tests/config_test/src/TestInstallStorage.php diff --git a/core/modules/config/tests/config_test_language/config/install/config_test.dynamic.dotted.english.yml b/web/core/modules/config/tests/config_test_language/config/install/config_test.dynamic.dotted.english.yml similarity index 100% rename from core/modules/config/tests/config_test_language/config/install/config_test.dynamic.dotted.english.yml rename to web/core/modules/config/tests/config_test_language/config/install/config_test.dynamic.dotted.english.yml diff --git a/core/modules/config/tests/config_test_language/config/install/config_test.dynamic.dotted.french.yml b/web/core/modules/config/tests/config_test_language/config/install/config_test.dynamic.dotted.french.yml similarity index 100% rename from core/modules/config/tests/config_test_language/config/install/config_test.dynamic.dotted.french.yml rename to web/core/modules/config/tests/config_test_language/config/install/config_test.dynamic.dotted.french.yml diff --git a/core/modules/config/tests/config_test_language/config_test_language.info.yml b/web/core/modules/config/tests/config_test_language/config_test_language.info.yml similarity index 100% rename from core/modules/config/tests/config_test_language/config_test_language.info.yml rename to web/core/modules/config/tests/config_test_language/config_test_language.info.yml diff --git a/core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php b/web/core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php similarity index 100% rename from core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php rename to web/core/modules/config/tests/src/Functional/ConfigDraggableListBuilderTest.php diff --git a/core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php b/web/core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php similarity index 100% rename from core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php rename to web/core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php diff --git a/core/modules/config_translation/config_translation.api.php b/web/core/modules/config_translation/config_translation.api.php similarity index 100% rename from core/modules/config_translation/config_translation.api.php rename to web/core/modules/config_translation/config_translation.api.php diff --git a/core/modules/config_translation/config_translation.info.yml b/web/core/modules/config_translation/config_translation.info.yml similarity index 100% rename from core/modules/config_translation/config_translation.info.yml rename to web/core/modules/config_translation/config_translation.info.yml diff --git a/core/modules/config_translation/config_translation.libraries.yml b/web/core/modules/config_translation/config_translation.libraries.yml similarity index 100% rename from core/modules/config_translation/config_translation.libraries.yml rename to web/core/modules/config_translation/config_translation.libraries.yml diff --git a/core/modules/config_translation/config_translation.links.contextual.yml b/web/core/modules/config_translation/config_translation.links.contextual.yml similarity index 100% rename from core/modules/config_translation/config_translation.links.contextual.yml rename to web/core/modules/config_translation/config_translation.links.contextual.yml diff --git a/core/modules/config_translation/config_translation.links.menu.yml b/web/core/modules/config_translation/config_translation.links.menu.yml similarity index 100% rename from core/modules/config_translation/config_translation.links.menu.yml rename to web/core/modules/config_translation/config_translation.links.menu.yml diff --git a/core/modules/config_translation/config_translation.links.task.yml b/web/core/modules/config_translation/config_translation.links.task.yml similarity index 100% rename from core/modules/config_translation/config_translation.links.task.yml rename to web/core/modules/config_translation/config_translation.links.task.yml diff --git a/core/modules/config_translation/config_translation.module b/web/core/modules/config_translation/config_translation.module similarity index 100% rename from core/modules/config_translation/config_translation.module rename to web/core/modules/config_translation/config_translation.module diff --git a/core/modules/config_translation/config_translation.permissions.yml b/web/core/modules/config_translation/config_translation.permissions.yml similarity index 100% rename from core/modules/config_translation/config_translation.permissions.yml rename to web/core/modules/config_translation/config_translation.permissions.yml diff --git a/core/modules/config_translation/config_translation.routing.yml b/web/core/modules/config_translation/config_translation.routing.yml similarity index 100% rename from core/modules/config_translation/config_translation.routing.yml rename to web/core/modules/config_translation/config_translation.routing.yml diff --git a/core/modules/config_translation/config_translation.services.yml b/web/core/modules/config_translation/config_translation.services.yml similarity index 100% rename from core/modules/config_translation/config_translation.services.yml rename to web/core/modules/config_translation/config_translation.services.yml diff --git a/core/modules/config_translation/css/config_translation.admin.css b/web/core/modules/config_translation/css/config_translation.admin.css similarity index 100% rename from core/modules/config_translation/css/config_translation.admin.css rename to web/core/modules/config_translation/css/config_translation.admin.css diff --git a/core/modules/config_translation/migration_templates/d6_i18n_system_maintenance.yml b/web/core/modules/config_translation/migration_templates/d6_i18n_system_maintenance.yml similarity index 100% rename from core/modules/config_translation/migration_templates/d6_i18n_system_maintenance.yml rename to web/core/modules/config_translation/migration_templates/d6_i18n_system_maintenance.yml diff --git a/core/modules/config_translation/migration_templates/d6_i18n_system_site.yml b/web/core/modules/config_translation/migration_templates/d6_i18n_system_site.yml similarity index 100% rename from core/modules/config_translation/migration_templates/d6_i18n_system_site.yml rename to web/core/modules/config_translation/migration_templates/d6_i18n_system_site.yml diff --git a/core/modules/config_translation/migration_templates/d6_i18n_user_mail.yml b/web/core/modules/config_translation/migration_templates/d6_i18n_user_mail.yml similarity index 100% rename from core/modules/config_translation/migration_templates/d6_i18n_user_mail.yml rename to web/core/modules/config_translation/migration_templates/d6_i18n_user_mail.yml diff --git a/core/modules/config_translation/migration_templates/d6_i18n_user_settings.yml b/web/core/modules/config_translation/migration_templates/d6_i18n_user_settings.yml similarity index 100% rename from core/modules/config_translation/migration_templates/d6_i18n_user_settings.yml rename to web/core/modules/config_translation/migration_templates/d6_i18n_user_settings.yml diff --git a/core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php b/web/core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php similarity index 100% rename from core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php rename to web/core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php diff --git a/core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php b/web/core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php similarity index 100% rename from core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php rename to web/core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php diff --git a/core/modules/config_translation/src/ConfigEntityMapper.php b/web/core/modules/config_translation/src/ConfigEntityMapper.php similarity index 100% rename from core/modules/config_translation/src/ConfigEntityMapper.php rename to web/core/modules/config_translation/src/ConfigEntityMapper.php diff --git a/core/modules/config_translation/src/ConfigFieldMapper.php b/web/core/modules/config_translation/src/ConfigFieldMapper.php similarity index 100% rename from core/modules/config_translation/src/ConfigFieldMapper.php rename to web/core/modules/config_translation/src/ConfigFieldMapper.php diff --git a/core/modules/config_translation/src/ConfigMapperInterface.php b/web/core/modules/config_translation/src/ConfigMapperInterface.php similarity index 100% rename from core/modules/config_translation/src/ConfigMapperInterface.php rename to web/core/modules/config_translation/src/ConfigMapperInterface.php diff --git a/core/modules/config_translation/src/ConfigMapperManager.php b/web/core/modules/config_translation/src/ConfigMapperManager.php similarity index 100% rename from core/modules/config_translation/src/ConfigMapperManager.php rename to web/core/modules/config_translation/src/ConfigMapperManager.php diff --git a/core/modules/config_translation/src/ConfigMapperManagerInterface.php b/web/core/modules/config_translation/src/ConfigMapperManagerInterface.php similarity index 100% rename from core/modules/config_translation/src/ConfigMapperManagerInterface.php rename to web/core/modules/config_translation/src/ConfigMapperManagerInterface.php diff --git a/core/modules/config_translation/src/ConfigNamesMapper.php b/web/core/modules/config_translation/src/ConfigNamesMapper.php similarity index 100% rename from core/modules/config_translation/src/ConfigNamesMapper.php rename to web/core/modules/config_translation/src/ConfigNamesMapper.php diff --git a/core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php b/web/core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php similarity index 100% rename from core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php rename to web/core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php diff --git a/core/modules/config_translation/src/Controller/ConfigTranslationController.php b/web/core/modules/config_translation/src/Controller/ConfigTranslationController.php similarity index 100% rename from core/modules/config_translation/src/Controller/ConfigTranslationController.php rename to web/core/modules/config_translation/src/Controller/ConfigTranslationController.php diff --git a/core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php b/web/core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php similarity index 100% rename from core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php rename to web/core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php diff --git a/core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php b/web/core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php similarity index 100% rename from core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php rename to web/core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php diff --git a/core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php b/web/core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php similarity index 100% rename from core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php rename to web/core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php diff --git a/core/modules/config_translation/src/Controller/ConfigTranslationListController.php b/web/core/modules/config_translation/src/Controller/ConfigTranslationListController.php similarity index 100% rename from core/modules/config_translation/src/Controller/ConfigTranslationListController.php rename to web/core/modules/config_translation/src/Controller/ConfigTranslationListController.php diff --git a/core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php b/web/core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php similarity index 100% rename from core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php rename to web/core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php diff --git a/core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php b/web/core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php similarity index 100% rename from core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php rename to web/core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php diff --git a/core/modules/config_translation/src/Form/ConfigTranslationAddForm.php b/web/core/modules/config_translation/src/Form/ConfigTranslationAddForm.php similarity index 100% rename from core/modules/config_translation/src/Form/ConfigTranslationAddForm.php rename to web/core/modules/config_translation/src/Form/ConfigTranslationAddForm.php diff --git a/core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php b/web/core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php similarity index 100% rename from core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php rename to web/core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php diff --git a/core/modules/config_translation/src/Form/ConfigTranslationEditForm.php b/web/core/modules/config_translation/src/Form/ConfigTranslationEditForm.php similarity index 100% rename from core/modules/config_translation/src/Form/ConfigTranslationEditForm.php rename to web/core/modules/config_translation/src/Form/ConfigTranslationEditForm.php diff --git a/core/modules/config_translation/src/Form/ConfigTranslationFormBase.php b/web/core/modules/config_translation/src/Form/ConfigTranslationFormBase.php similarity index 100% rename from core/modules/config_translation/src/Form/ConfigTranslationFormBase.php rename to web/core/modules/config_translation/src/Form/ConfigTranslationFormBase.php diff --git a/core/modules/config_translation/src/FormElement/DateFormat.php b/web/core/modules/config_translation/src/FormElement/DateFormat.php similarity index 100% rename from core/modules/config_translation/src/FormElement/DateFormat.php rename to web/core/modules/config_translation/src/FormElement/DateFormat.php diff --git a/core/modules/config_translation/src/FormElement/ElementInterface.php b/web/core/modules/config_translation/src/FormElement/ElementInterface.php similarity index 100% rename from core/modules/config_translation/src/FormElement/ElementInterface.php rename to web/core/modules/config_translation/src/FormElement/ElementInterface.php diff --git a/core/modules/config_translation/src/FormElement/FormElementBase.php b/web/core/modules/config_translation/src/FormElement/FormElementBase.php similarity index 100% rename from core/modules/config_translation/src/FormElement/FormElementBase.php rename to web/core/modules/config_translation/src/FormElement/FormElementBase.php diff --git a/core/modules/config_translation/src/FormElement/ListElement.php b/web/core/modules/config_translation/src/FormElement/ListElement.php similarity index 100% rename from core/modules/config_translation/src/FormElement/ListElement.php rename to web/core/modules/config_translation/src/FormElement/ListElement.php diff --git a/core/modules/config_translation/src/FormElement/PluralVariants.php b/web/core/modules/config_translation/src/FormElement/PluralVariants.php similarity index 100% rename from core/modules/config_translation/src/FormElement/PluralVariants.php rename to web/core/modules/config_translation/src/FormElement/PluralVariants.php diff --git a/core/modules/config_translation/src/FormElement/TextFormat.php b/web/core/modules/config_translation/src/FormElement/TextFormat.php similarity index 100% rename from core/modules/config_translation/src/FormElement/TextFormat.php rename to web/core/modules/config_translation/src/FormElement/TextFormat.php diff --git a/core/modules/config_translation/src/FormElement/Textarea.php b/web/core/modules/config_translation/src/FormElement/Textarea.php similarity index 100% rename from core/modules/config_translation/src/FormElement/Textarea.php rename to web/core/modules/config_translation/src/FormElement/Textarea.php diff --git a/core/modules/config_translation/src/FormElement/Textfield.php b/web/core/modules/config_translation/src/FormElement/Textfield.php similarity index 100% rename from core/modules/config_translation/src/FormElement/Textfield.php rename to web/core/modules/config_translation/src/FormElement/Textfield.php diff --git a/core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationContextualLinks.php b/web/core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationContextualLinks.php similarity index 100% rename from core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationContextualLinks.php rename to web/core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationContextualLinks.php diff --git a/core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php b/web/core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php similarity index 100% rename from core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php rename to web/core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php diff --git a/core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php b/web/core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php similarity index 100% rename from core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php rename to web/core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php diff --git a/core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php b/web/core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php similarity index 100% rename from core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php rename to web/core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php diff --git a/core/modules/config_translation/src/Routing/RouteSubscriber.php b/web/core/modules/config_translation/src/Routing/RouteSubscriber.php similarity index 100% rename from core/modules/config_translation/src/Routing/RouteSubscriber.php rename to web/core/modules/config_translation/src/Routing/RouteSubscriber.php diff --git a/core/modules/config_translation/src/Tests/ConfigTranslationDateFormatUiTest.php b/web/core/modules/config_translation/src/Tests/ConfigTranslationDateFormatUiTest.php similarity index 100% rename from core/modules/config_translation/src/Tests/ConfigTranslationDateFormatUiTest.php rename to web/core/modules/config_translation/src/Tests/ConfigTranslationDateFormatUiTest.php diff --git a/core/modules/config_translation/src/Tests/ConfigTranslationFormTest.php b/web/core/modules/config_translation/src/Tests/ConfigTranslationFormTest.php similarity index 100% rename from core/modules/config_translation/src/Tests/ConfigTranslationFormTest.php rename to web/core/modules/config_translation/src/Tests/ConfigTranslationFormTest.php diff --git a/core/modules/config_translation/src/Tests/ConfigTranslationInstallTest.php b/web/core/modules/config_translation/src/Tests/ConfigTranslationInstallTest.php similarity index 100% rename from core/modules/config_translation/src/Tests/ConfigTranslationInstallTest.php rename to web/core/modules/config_translation/src/Tests/ConfigTranslationInstallTest.php diff --git a/core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php b/web/core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php similarity index 100% rename from core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php rename to web/core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php diff --git a/core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php b/web/core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php similarity index 100% rename from core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php rename to web/core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php diff --git a/core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php b/web/core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php similarity index 100% rename from core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php rename to web/core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php diff --git a/core/modules/config_translation/src/Tests/ConfigTranslationUiThemeTest.php b/web/core/modules/config_translation/src/Tests/ConfigTranslationUiThemeTest.php similarity index 100% rename from core/modules/config_translation/src/Tests/ConfigTranslationUiThemeTest.php rename to web/core/modules/config_translation/src/Tests/ConfigTranslationUiThemeTest.php diff --git a/core/modules/config_translation/src/Tests/ConfigTranslationViewListUiTest.php b/web/core/modules/config_translation/src/Tests/ConfigTranslationViewListUiTest.php similarity index 100% rename from core/modules/config_translation/src/Tests/ConfigTranslationViewListUiTest.php rename to web/core/modules/config_translation/src/Tests/ConfigTranslationViewListUiTest.php diff --git a/core/modules/config_translation/templates/config_translation_manage_form_element.html.twig b/web/core/modules/config_translation/templates/config_translation_manage_form_element.html.twig similarity index 100% rename from core/modules/config_translation/templates/config_translation_manage_form_element.html.twig rename to web/core/modules/config_translation/templates/config_translation_manage_form_element.html.twig diff --git a/core/modules/config_translation/tests/modules/config_translation_test/config/install/config_translation_test.content.yml b/web/core/modules/config_translation/tests/modules/config_translation_test/config/install/config_translation_test.content.yml similarity index 100% rename from core/modules/config_translation/tests/modules/config_translation_test/config/install/config_translation_test.content.yml rename to web/core/modules/config_translation/tests/modules/config_translation_test/config/install/config_translation_test.content.yml diff --git a/core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml b/web/core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml similarity index 100% rename from core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml rename to web/core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml diff --git a/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.config_translation.yml b/web/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.config_translation.yml similarity index 100% rename from core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.config_translation.yml rename to web/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.config_translation.yml diff --git a/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.info.yml b/web/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.info.yml similarity index 100% rename from core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.info.yml rename to web/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.info.yml diff --git a/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.links.task.yml b/web/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.links.task.yml similarity index 100% rename from core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.links.task.yml rename to web/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.links.task.yml diff --git a/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module b/web/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module similarity index 100% rename from core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module rename to web/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module diff --git a/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateI18nSystemMaintenanceTest.php b/web/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateI18nSystemMaintenanceTest.php similarity index 100% rename from core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateI18nSystemMaintenanceTest.php rename to web/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateI18nSystemMaintenanceTest.php diff --git a/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateI18nSystemSiteTest.php b/web/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateI18nSystemSiteTest.php similarity index 100% rename from core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateI18nSystemSiteTest.php rename to web/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateI18nSystemSiteTest.php diff --git a/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateI18nUserConfigsTest.php b/web/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateI18nUserConfigsTest.php similarity index 100% rename from core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateI18nUserConfigsTest.php rename to web/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateI18nUserConfigsTest.php diff --git a/core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php b/web/core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php similarity index 100% rename from core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php rename to web/core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php diff --git a/core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php b/web/core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php similarity index 100% rename from core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php rename to web/core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php diff --git a/core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php b/web/core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php similarity index 100% rename from core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php rename to web/core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php diff --git a/core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php b/web/core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php similarity index 100% rename from core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php rename to web/core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php diff --git a/core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.config_translation.yml b/web/core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.config_translation.yml similarity index 100% rename from core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.config_translation.yml rename to web/core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.config_translation.yml diff --git a/core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.info.yml b/web/core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.info.yml similarity index 100% rename from core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.info.yml rename to web/core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.info.yml diff --git a/core/modules/contact/config/install/contact.form.personal.yml b/web/core/modules/contact/config/install/contact.form.personal.yml similarity index 100% rename from core/modules/contact/config/install/contact.form.personal.yml rename to web/core/modules/contact/config/install/contact.form.personal.yml diff --git a/core/modules/contact/config/install/contact.settings.yml b/web/core/modules/contact/config/install/contact.settings.yml similarity index 100% rename from core/modules/contact/config/install/contact.settings.yml rename to web/core/modules/contact/config/install/contact.settings.yml diff --git a/core/modules/contact/config/schema/contact.schema.yml b/web/core/modules/contact/config/schema/contact.schema.yml similarity index 100% rename from core/modules/contact/config/schema/contact.schema.yml rename to web/core/modules/contact/config/schema/contact.schema.yml diff --git a/core/modules/contact/config/schema/contact.views.schema.yml b/web/core/modules/contact/config/schema/contact.views.schema.yml similarity index 100% rename from core/modules/contact/config/schema/contact.views.schema.yml rename to web/core/modules/contact/config/schema/contact.views.schema.yml diff --git a/core/modules/contact/contact.info.yml b/web/core/modules/contact/contact.info.yml similarity index 100% rename from core/modules/contact/contact.info.yml rename to web/core/modules/contact/contact.info.yml diff --git a/core/modules/contact/contact.links.action.yml b/web/core/modules/contact/contact.links.action.yml similarity index 100% rename from core/modules/contact/contact.links.action.yml rename to web/core/modules/contact/contact.links.action.yml diff --git a/core/modules/contact/contact.links.menu.yml b/web/core/modules/contact/contact.links.menu.yml similarity index 100% rename from core/modules/contact/contact.links.menu.yml rename to web/core/modules/contact/contact.links.menu.yml diff --git a/core/modules/contact/contact.links.task.yml b/web/core/modules/contact/contact.links.task.yml similarity index 100% rename from core/modules/contact/contact.links.task.yml rename to web/core/modules/contact/contact.links.task.yml diff --git a/core/modules/contact/contact.module b/web/core/modules/contact/contact.module similarity index 100% rename from core/modules/contact/contact.module rename to web/core/modules/contact/contact.module diff --git a/core/modules/contact/contact.permissions.yml b/web/core/modules/contact/contact.permissions.yml similarity index 100% rename from core/modules/contact/contact.permissions.yml rename to web/core/modules/contact/contact.permissions.yml diff --git a/core/modules/contact/contact.post_update.php b/web/core/modules/contact/contact.post_update.php similarity index 100% rename from core/modules/contact/contact.post_update.php rename to web/core/modules/contact/contact.post_update.php diff --git a/core/modules/contact/contact.routing.yml b/web/core/modules/contact/contact.routing.yml similarity index 100% rename from core/modules/contact/contact.routing.yml rename to web/core/modules/contact/contact.routing.yml diff --git a/core/modules/contact/contact.services.yml b/web/core/modules/contact/contact.services.yml similarity index 100% rename from core/modules/contact/contact.services.yml rename to web/core/modules/contact/contact.services.yml diff --git a/core/modules/contact/contact.views.inc b/web/core/modules/contact/contact.views.inc similarity index 100% rename from core/modules/contact/contact.views.inc rename to web/core/modules/contact/contact.views.inc diff --git a/core/modules/contact/migration_templates/contact_category.yml b/web/core/modules/contact/migration_templates/contact_category.yml similarity index 100% rename from core/modules/contact/migration_templates/contact_category.yml rename to web/core/modules/contact/migration_templates/contact_category.yml diff --git a/core/modules/contact/migration_templates/d6_contact_settings.yml b/web/core/modules/contact/migration_templates/d6_contact_settings.yml similarity index 100% rename from core/modules/contact/migration_templates/d6_contact_settings.yml rename to web/core/modules/contact/migration_templates/d6_contact_settings.yml diff --git a/core/modules/contact/migration_templates/d7_contact_settings.yml b/web/core/modules/contact/migration_templates/d7_contact_settings.yml similarity index 100% rename from core/modules/contact/migration_templates/d7_contact_settings.yml rename to web/core/modules/contact/migration_templates/d7_contact_settings.yml diff --git a/core/modules/contact/src/Access/ContactPageAccess.php b/web/core/modules/contact/src/Access/ContactPageAccess.php similarity index 100% rename from core/modules/contact/src/Access/ContactPageAccess.php rename to web/core/modules/contact/src/Access/ContactPageAccess.php diff --git a/core/modules/contact/src/ContactFormAccessControlHandler.php b/web/core/modules/contact/src/ContactFormAccessControlHandler.php similarity index 100% rename from core/modules/contact/src/ContactFormAccessControlHandler.php rename to web/core/modules/contact/src/ContactFormAccessControlHandler.php diff --git a/core/modules/contact/src/ContactFormEditForm.php b/web/core/modules/contact/src/ContactFormEditForm.php similarity index 100% rename from core/modules/contact/src/ContactFormEditForm.php rename to web/core/modules/contact/src/ContactFormEditForm.php diff --git a/core/modules/contact/src/ContactFormInterface.php b/web/core/modules/contact/src/ContactFormInterface.php similarity index 100% rename from core/modules/contact/src/ContactFormInterface.php rename to web/core/modules/contact/src/ContactFormInterface.php diff --git a/core/modules/contact/src/ContactFormListBuilder.php b/web/core/modules/contact/src/ContactFormListBuilder.php similarity index 100% rename from core/modules/contact/src/ContactFormListBuilder.php rename to web/core/modules/contact/src/ContactFormListBuilder.php diff --git a/core/modules/contact/src/ContactMessageAccessControlHandler.php b/web/core/modules/contact/src/ContactMessageAccessControlHandler.php similarity index 100% rename from core/modules/contact/src/ContactMessageAccessControlHandler.php rename to web/core/modules/contact/src/ContactMessageAccessControlHandler.php diff --git a/core/modules/contact/src/Controller/ContactController.php b/web/core/modules/contact/src/Controller/ContactController.php similarity index 100% rename from core/modules/contact/src/Controller/ContactController.php rename to web/core/modules/contact/src/Controller/ContactController.php diff --git a/core/modules/contact/src/Entity/ContactForm.php b/web/core/modules/contact/src/Entity/ContactForm.php similarity index 100% rename from core/modules/contact/src/Entity/ContactForm.php rename to web/core/modules/contact/src/Entity/ContactForm.php diff --git a/core/modules/contact/src/Entity/Message.php b/web/core/modules/contact/src/Entity/Message.php similarity index 100% rename from core/modules/contact/src/Entity/Message.php rename to web/core/modules/contact/src/Entity/Message.php diff --git a/core/modules/contact/src/MailHandler.php b/web/core/modules/contact/src/MailHandler.php similarity index 100% rename from core/modules/contact/src/MailHandler.php rename to web/core/modules/contact/src/MailHandler.php diff --git a/core/modules/contact/src/MailHandlerException.php b/web/core/modules/contact/src/MailHandlerException.php similarity index 100% rename from core/modules/contact/src/MailHandlerException.php rename to web/core/modules/contact/src/MailHandlerException.php diff --git a/core/modules/contact/src/MailHandlerInterface.php b/web/core/modules/contact/src/MailHandlerInterface.php similarity index 100% rename from core/modules/contact/src/MailHandlerInterface.php rename to web/core/modules/contact/src/MailHandlerInterface.php diff --git a/core/modules/contact/src/MessageForm.php b/web/core/modules/contact/src/MessageForm.php similarity index 100% rename from core/modules/contact/src/MessageForm.php rename to web/core/modules/contact/src/MessageForm.php diff --git a/core/modules/contact/src/MessageInterface.php b/web/core/modules/contact/src/MessageInterface.php similarity index 100% rename from core/modules/contact/src/MessageInterface.php rename to web/core/modules/contact/src/MessageInterface.php diff --git a/core/modules/contact/src/MessageViewBuilder.php b/web/core/modules/contact/src/MessageViewBuilder.php similarity index 100% rename from core/modules/contact/src/MessageViewBuilder.php rename to web/core/modules/contact/src/MessageViewBuilder.php diff --git a/core/modules/contact/src/Plugin/migrate/source/ContactCategory.php b/web/core/modules/contact/src/Plugin/migrate/source/ContactCategory.php similarity index 100% rename from core/modules/contact/src/Plugin/migrate/source/ContactCategory.php rename to web/core/modules/contact/src/Plugin/migrate/source/ContactCategory.php diff --git a/core/modules/contact/src/Plugin/migrate/source/ContactSettings.php b/web/core/modules/contact/src/Plugin/migrate/source/ContactSettings.php similarity index 100% rename from core/modules/contact/src/Plugin/migrate/source/ContactSettings.php rename to web/core/modules/contact/src/Plugin/migrate/source/ContactSettings.php diff --git a/core/modules/contact/src/Plugin/views/field/ContactLink.php b/web/core/modules/contact/src/Plugin/views/field/ContactLink.php similarity index 100% rename from core/modules/contact/src/Plugin/views/field/ContactLink.php rename to web/core/modules/contact/src/Plugin/views/field/ContactLink.php diff --git a/core/modules/contact/src/Tests/ContactAuthenticatedUserTest.php b/web/core/modules/contact/src/Tests/ContactAuthenticatedUserTest.php similarity index 100% rename from core/modules/contact/src/Tests/ContactAuthenticatedUserTest.php rename to web/core/modules/contact/src/Tests/ContactAuthenticatedUserTest.php diff --git a/core/modules/contact/src/Tests/ContactLanguageTest.php b/web/core/modules/contact/src/Tests/ContactLanguageTest.php similarity index 100% rename from core/modules/contact/src/Tests/ContactLanguageTest.php rename to web/core/modules/contact/src/Tests/ContactLanguageTest.php diff --git a/core/modules/contact/src/Tests/ContactPersonalTest.php b/web/core/modules/contact/src/Tests/ContactPersonalTest.php similarity index 100% rename from core/modules/contact/src/Tests/ContactPersonalTest.php rename to web/core/modules/contact/src/Tests/ContactPersonalTest.php diff --git a/core/modules/contact/src/Tests/ContactSitewideTest.php b/web/core/modules/contact/src/Tests/ContactSitewideTest.php similarity index 100% rename from core/modules/contact/src/Tests/ContactSitewideTest.php rename to web/core/modules/contact/src/Tests/ContactSitewideTest.php diff --git a/core/modules/contact/src/Tests/ContactStorageTest.php b/web/core/modules/contact/src/Tests/ContactStorageTest.php similarity index 100% rename from core/modules/contact/src/Tests/ContactStorageTest.php rename to web/core/modules/contact/src/Tests/ContactStorageTest.php diff --git a/core/modules/contact/src/Tests/Update/ContactUpdateTest.php b/web/core/modules/contact/src/Tests/Update/ContactUpdateTest.php similarity index 100% rename from core/modules/contact/src/Tests/Update/ContactUpdateTest.php rename to web/core/modules/contact/src/Tests/Update/ContactUpdateTest.php diff --git a/core/modules/contact/src/Tests/Views/ContactFieldsTest.php b/web/core/modules/contact/src/Tests/Views/ContactFieldsTest.php similarity index 100% rename from core/modules/contact/src/Tests/Views/ContactFieldsTest.php rename to web/core/modules/contact/src/Tests/Views/ContactFieldsTest.php diff --git a/core/modules/contact/src/Tests/Views/ContactLinkTest.php b/web/core/modules/contact/src/Tests/Views/ContactLinkTest.php similarity index 100% rename from core/modules/contact/src/Tests/Views/ContactLinkTest.php rename to web/core/modules/contact/src/Tests/Views/ContactLinkTest.php diff --git a/core/modules/contact/tests/drupal-7.contact.database.php b/web/core/modules/contact/tests/drupal-7.contact.database.php similarity index 100% rename from core/modules/contact/tests/drupal-7.contact.database.php rename to web/core/modules/contact/tests/drupal-7.contact.database.php diff --git a/core/modules/contact/tests/modules/contact_storage_test/config/schema/contact_storage_test.schema.yml b/web/core/modules/contact/tests/modules/contact_storage_test/config/schema/contact_storage_test.schema.yml similarity index 100% rename from core/modules/contact/tests/modules/contact_storage_test/config/schema/contact_storage_test.schema.yml rename to web/core/modules/contact/tests/modules/contact_storage_test/config/schema/contact_storage_test.schema.yml diff --git a/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.info.yml b/web/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.info.yml similarity index 100% rename from core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.info.yml rename to web/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.info.yml diff --git a/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.install b/web/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.install similarity index 100% rename from core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.install rename to web/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.install diff --git a/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module b/web/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module similarity index 100% rename from core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module rename to web/core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module diff --git a/core/modules/contact/tests/modules/contact_test/config/install/contact.form.feedback.yml b/web/core/modules/contact/tests/modules/contact_test/config/install/contact.form.feedback.yml similarity index 100% rename from core/modules/contact/tests/modules/contact_test/config/install/contact.form.feedback.yml rename to web/core/modules/contact/tests/modules/contact_test/config/install/contact.form.feedback.yml diff --git a/core/modules/contact/tests/modules/contact_test/contact_test.info.yml b/web/core/modules/contact/tests/modules/contact_test/contact_test.info.yml similarity index 100% rename from core/modules/contact/tests/modules/contact_test/contact_test.info.yml rename to web/core/modules/contact/tests/modules/contact_test/contact_test.info.yml diff --git a/core/modules/contact/tests/modules/contact_test_views/contact_test_views.info.yml b/web/core/modules/contact/tests/modules/contact_test_views/contact_test_views.info.yml similarity index 100% rename from core/modules/contact/tests/modules/contact_test_views/contact_test_views.info.yml rename to web/core/modules/contact/tests/modules/contact_test_views/contact_test_views.info.yml diff --git a/core/modules/contact/tests/modules/contact_test_views/test_views/views.view.test_contact_link.yml b/web/core/modules/contact/tests/modules/contact_test_views/test_views/views.view.test_contact_link.yml similarity index 100% rename from core/modules/contact/tests/modules/contact_test_views/test_views/views.view.test_contact_link.yml rename to web/core/modules/contact/tests/modules/contact_test_views/test_views/views.view.test_contact_link.yml diff --git a/core/modules/contact/tests/src/Kernel/MessageEntityTest.php b/web/core/modules/contact/tests/src/Kernel/MessageEntityTest.php similarity index 100% rename from core/modules/contact/tests/src/Kernel/MessageEntityTest.php rename to web/core/modules/contact/tests/src/Kernel/MessageEntityTest.php diff --git a/core/modules/contact/tests/src/Kernel/Migrate/MigrateContactCategoryTest.php b/web/core/modules/contact/tests/src/Kernel/Migrate/MigrateContactCategoryTest.php similarity index 100% rename from core/modules/contact/tests/src/Kernel/Migrate/MigrateContactCategoryTest.php rename to web/core/modules/contact/tests/src/Kernel/Migrate/MigrateContactCategoryTest.php diff --git a/core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactCategoryTest.php b/web/core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactCategoryTest.php similarity index 100% rename from core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactCategoryTest.php rename to web/core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactCategoryTest.php diff --git a/core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactSettingsTest.php b/web/core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactSettingsTest.php similarity index 100% rename from core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactSettingsTest.php rename to web/core/modules/contact/tests/src/Kernel/Migrate/d6/MigrateContactSettingsTest.php diff --git a/core/modules/contact/tests/src/Kernel/Migrate/d7/MigrateContactSettingsTest.php b/web/core/modules/contact/tests/src/Kernel/Migrate/d7/MigrateContactSettingsTest.php similarity index 100% rename from core/modules/contact/tests/src/Kernel/Migrate/d7/MigrateContactSettingsTest.php rename to web/core/modules/contact/tests/src/Kernel/Migrate/d7/MigrateContactSettingsTest.php diff --git a/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/ContactCategoryTest.php b/web/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/ContactCategoryTest.php similarity index 100% rename from core/modules/contact/tests/src/Kernel/Plugin/migrate/source/ContactCategoryTest.php rename to web/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/ContactCategoryTest.php diff --git a/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/d6/ContactSettingsTest.php b/web/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/d6/ContactSettingsTest.php similarity index 100% rename from core/modules/contact/tests/src/Kernel/Plugin/migrate/source/d6/ContactSettingsTest.php rename to web/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/d6/ContactSettingsTest.php diff --git a/core/modules/contact/tests/src/Unit/MailHandlerTest.php b/web/core/modules/contact/tests/src/Unit/MailHandlerTest.php similarity index 100% rename from core/modules/contact/tests/src/Unit/MailHandlerTest.php rename to web/core/modules/contact/tests/src/Unit/MailHandlerTest.php diff --git a/core/modules/content_moderation/config/install/content_moderation.state.archived.yml b/web/core/modules/content_moderation/config/install/content_moderation.state.archived.yml similarity index 100% rename from core/modules/content_moderation/config/install/content_moderation.state.archived.yml rename to web/core/modules/content_moderation/config/install/content_moderation.state.archived.yml diff --git a/core/modules/content_moderation/config/install/content_moderation.state.draft.yml b/web/core/modules/content_moderation/config/install/content_moderation.state.draft.yml similarity index 100% rename from core/modules/content_moderation/config/install/content_moderation.state.draft.yml rename to web/core/modules/content_moderation/config/install/content_moderation.state.draft.yml diff --git a/core/modules/content_moderation/config/install/content_moderation.state.published.yml b/web/core/modules/content_moderation/config/install/content_moderation.state.published.yml similarity index 100% rename from core/modules/content_moderation/config/install/content_moderation.state.published.yml rename to web/core/modules/content_moderation/config/install/content_moderation.state.published.yml diff --git a/core/modules/content_moderation/config/install/content_moderation.state_transition.archived_draft.yml b/web/core/modules/content_moderation/config/install/content_moderation.state_transition.archived_draft.yml similarity index 100% rename from core/modules/content_moderation/config/install/content_moderation.state_transition.archived_draft.yml rename to web/core/modules/content_moderation/config/install/content_moderation.state_transition.archived_draft.yml diff --git a/core/modules/content_moderation/config/install/content_moderation.state_transition.archived_published.yml b/web/core/modules/content_moderation/config/install/content_moderation.state_transition.archived_published.yml similarity index 100% rename from core/modules/content_moderation/config/install/content_moderation.state_transition.archived_published.yml rename to web/core/modules/content_moderation/config/install/content_moderation.state_transition.archived_published.yml diff --git a/core/modules/content_moderation/config/install/content_moderation.state_transition.draft_draft.yml b/web/core/modules/content_moderation/config/install/content_moderation.state_transition.draft_draft.yml similarity index 100% rename from core/modules/content_moderation/config/install/content_moderation.state_transition.draft_draft.yml rename to web/core/modules/content_moderation/config/install/content_moderation.state_transition.draft_draft.yml diff --git a/core/modules/content_moderation/config/install/content_moderation.state_transition.draft_published.yml b/web/core/modules/content_moderation/config/install/content_moderation.state_transition.draft_published.yml similarity index 100% rename from core/modules/content_moderation/config/install/content_moderation.state_transition.draft_published.yml rename to web/core/modules/content_moderation/config/install/content_moderation.state_transition.draft_published.yml diff --git a/core/modules/content_moderation/config/install/content_moderation.state_transition.published_archived.yml b/web/core/modules/content_moderation/config/install/content_moderation.state_transition.published_archived.yml similarity index 100% rename from core/modules/content_moderation/config/install/content_moderation.state_transition.published_archived.yml rename to web/core/modules/content_moderation/config/install/content_moderation.state_transition.published_archived.yml diff --git a/core/modules/content_moderation/config/install/content_moderation.state_transition.published_draft.yml b/web/core/modules/content_moderation/config/install/content_moderation.state_transition.published_draft.yml similarity index 100% rename from core/modules/content_moderation/config/install/content_moderation.state_transition.published_draft.yml rename to web/core/modules/content_moderation/config/install/content_moderation.state_transition.published_draft.yml diff --git a/core/modules/content_moderation/config/install/content_moderation.state_transition.published_published.yml b/web/core/modules/content_moderation/config/install/content_moderation.state_transition.published_published.yml similarity index 100% rename from core/modules/content_moderation/config/install/content_moderation.state_transition.published_published.yml rename to web/core/modules/content_moderation/config/install/content_moderation.state_transition.published_published.yml diff --git a/core/modules/content_moderation/config/schema/content_moderation.schema.yml b/web/core/modules/content_moderation/config/schema/content_moderation.schema.yml similarity index 100% rename from core/modules/content_moderation/config/schema/content_moderation.schema.yml rename to web/core/modules/content_moderation/config/schema/content_moderation.schema.yml diff --git a/core/modules/content_moderation/content_moderation.info.yml b/web/core/modules/content_moderation/content_moderation.info.yml similarity index 100% rename from core/modules/content_moderation/content_moderation.info.yml rename to web/core/modules/content_moderation/content_moderation.info.yml diff --git a/core/modules/content_moderation/content_moderation.libraries.yml b/web/core/modules/content_moderation/content_moderation.libraries.yml similarity index 100% rename from core/modules/content_moderation/content_moderation.libraries.yml rename to web/core/modules/content_moderation/content_moderation.libraries.yml diff --git a/core/modules/content_moderation/content_moderation.links.action.yml b/web/core/modules/content_moderation/content_moderation.links.action.yml similarity index 100% rename from core/modules/content_moderation/content_moderation.links.action.yml rename to web/core/modules/content_moderation/content_moderation.links.action.yml diff --git a/core/modules/content_moderation/content_moderation.links.menu.yml b/web/core/modules/content_moderation/content_moderation.links.menu.yml similarity index 100% rename from core/modules/content_moderation/content_moderation.links.menu.yml rename to web/core/modules/content_moderation/content_moderation.links.menu.yml diff --git a/core/modules/content_moderation/content_moderation.links.task.yml b/web/core/modules/content_moderation/content_moderation.links.task.yml similarity index 100% rename from core/modules/content_moderation/content_moderation.links.task.yml rename to web/core/modules/content_moderation/content_moderation.links.task.yml diff --git a/core/modules/content_moderation/content_moderation.module b/web/core/modules/content_moderation/content_moderation.module similarity index 100% rename from core/modules/content_moderation/content_moderation.module rename to web/core/modules/content_moderation/content_moderation.module diff --git a/core/modules/content_moderation/content_moderation.permissions.yml b/web/core/modules/content_moderation/content_moderation.permissions.yml similarity index 100% rename from core/modules/content_moderation/content_moderation.permissions.yml rename to web/core/modules/content_moderation/content_moderation.permissions.yml diff --git a/core/modules/content_moderation/content_moderation.routing.yml b/web/core/modules/content_moderation/content_moderation.routing.yml similarity index 100% rename from core/modules/content_moderation/content_moderation.routing.yml rename to web/core/modules/content_moderation/content_moderation.routing.yml diff --git a/core/modules/content_moderation/content_moderation.services.yml b/web/core/modules/content_moderation/content_moderation.services.yml similarity index 100% rename from core/modules/content_moderation/content_moderation.services.yml rename to web/core/modules/content_moderation/content_moderation.services.yml diff --git a/core/modules/content_moderation/content_moderation.views.inc b/web/core/modules/content_moderation/content_moderation.views.inc similarity index 100% rename from core/modules/content_moderation/content_moderation.views.inc rename to web/core/modules/content_moderation/content_moderation.views.inc diff --git a/core/modules/content_moderation/css/entity-moderation-form.css b/web/core/modules/content_moderation/css/entity-moderation-form.css similarity index 100% rename from core/modules/content_moderation/css/entity-moderation-form.css rename to web/core/modules/content_moderation/css/entity-moderation-form.css diff --git a/core/modules/content_moderation/src/Access/LatestRevisionCheck.php b/web/core/modules/content_moderation/src/Access/LatestRevisionCheck.php similarity index 100% rename from core/modules/content_moderation/src/Access/LatestRevisionCheck.php rename to web/core/modules/content_moderation/src/Access/LatestRevisionCheck.php diff --git a/core/modules/content_moderation/src/ContentModerationStateInterface.php b/web/core/modules/content_moderation/src/ContentModerationStateInterface.php similarity index 100% rename from core/modules/content_moderation/src/ContentModerationStateInterface.php rename to web/core/modules/content_moderation/src/ContentModerationStateInterface.php diff --git a/core/modules/content_moderation/src/ContentModerationStateStorageSchema.php b/web/core/modules/content_moderation/src/ContentModerationStateStorageSchema.php similarity index 100% rename from core/modules/content_moderation/src/ContentModerationStateStorageSchema.php rename to web/core/modules/content_moderation/src/ContentModerationStateStorageSchema.php diff --git a/core/modules/content_moderation/src/ContentPreprocess.php b/web/core/modules/content_moderation/src/ContentPreprocess.php similarity index 100% rename from core/modules/content_moderation/src/ContentPreprocess.php rename to web/core/modules/content_moderation/src/ContentPreprocess.php diff --git a/core/modules/content_moderation/src/Entity/ContentModerationState.php b/web/core/modules/content_moderation/src/Entity/ContentModerationState.php similarity index 100% rename from core/modules/content_moderation/src/Entity/ContentModerationState.php rename to web/core/modules/content_moderation/src/Entity/ContentModerationState.php diff --git a/core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php b/web/core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php similarity index 100% rename from core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php rename to web/core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php diff --git a/core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php b/web/core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php similarity index 100% rename from core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php rename to web/core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php diff --git a/core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php b/web/core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php similarity index 100% rename from core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php rename to web/core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php diff --git a/core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php b/web/core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php similarity index 100% rename from core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php rename to web/core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php diff --git a/core/modules/content_moderation/src/Entity/ModerationState.php b/web/core/modules/content_moderation/src/Entity/ModerationState.php similarity index 100% rename from core/modules/content_moderation/src/Entity/ModerationState.php rename to web/core/modules/content_moderation/src/Entity/ModerationState.php diff --git a/core/modules/content_moderation/src/Entity/ModerationStateTransition.php b/web/core/modules/content_moderation/src/Entity/ModerationStateTransition.php similarity index 100% rename from core/modules/content_moderation/src/Entity/ModerationStateTransition.php rename to web/core/modules/content_moderation/src/Entity/ModerationStateTransition.php diff --git a/core/modules/content_moderation/src/EntityOperations.php b/web/core/modules/content_moderation/src/EntityOperations.php similarity index 100% rename from core/modules/content_moderation/src/EntityOperations.php rename to web/core/modules/content_moderation/src/EntityOperations.php diff --git a/core/modules/content_moderation/src/EntityTypeInfo.php b/web/core/modules/content_moderation/src/EntityTypeInfo.php similarity index 100% rename from core/modules/content_moderation/src/EntityTypeInfo.php rename to web/core/modules/content_moderation/src/EntityTypeInfo.php diff --git a/core/modules/content_moderation/src/Form/BundleModerationConfigurationForm.php b/web/core/modules/content_moderation/src/Form/BundleModerationConfigurationForm.php similarity index 100% rename from core/modules/content_moderation/src/Form/BundleModerationConfigurationForm.php rename to web/core/modules/content_moderation/src/Form/BundleModerationConfigurationForm.php diff --git a/core/modules/content_moderation/src/Form/EntityModerationForm.php b/web/core/modules/content_moderation/src/Form/EntityModerationForm.php similarity index 100% rename from core/modules/content_moderation/src/Form/EntityModerationForm.php rename to web/core/modules/content_moderation/src/Form/EntityModerationForm.php diff --git a/core/modules/content_moderation/src/Form/ModerationStateDeleteForm.php b/web/core/modules/content_moderation/src/Form/ModerationStateDeleteForm.php similarity index 100% rename from core/modules/content_moderation/src/Form/ModerationStateDeleteForm.php rename to web/core/modules/content_moderation/src/Form/ModerationStateDeleteForm.php diff --git a/core/modules/content_moderation/src/Form/ModerationStateForm.php b/web/core/modules/content_moderation/src/Form/ModerationStateForm.php similarity index 100% rename from core/modules/content_moderation/src/Form/ModerationStateForm.php rename to web/core/modules/content_moderation/src/Form/ModerationStateForm.php diff --git a/core/modules/content_moderation/src/Form/ModerationStateTransitionDeleteForm.php b/web/core/modules/content_moderation/src/Form/ModerationStateTransitionDeleteForm.php similarity index 100% rename from core/modules/content_moderation/src/Form/ModerationStateTransitionDeleteForm.php rename to web/core/modules/content_moderation/src/Form/ModerationStateTransitionDeleteForm.php diff --git a/core/modules/content_moderation/src/Form/ModerationStateTransitionForm.php b/web/core/modules/content_moderation/src/Form/ModerationStateTransitionForm.php similarity index 100% rename from core/modules/content_moderation/src/Form/ModerationStateTransitionForm.php rename to web/core/modules/content_moderation/src/Form/ModerationStateTransitionForm.php diff --git a/core/modules/content_moderation/src/ModerationInformation.php b/web/core/modules/content_moderation/src/ModerationInformation.php similarity index 100% rename from core/modules/content_moderation/src/ModerationInformation.php rename to web/core/modules/content_moderation/src/ModerationInformation.php diff --git a/core/modules/content_moderation/src/ModerationInformationInterface.php b/web/core/modules/content_moderation/src/ModerationInformationInterface.php similarity index 100% rename from core/modules/content_moderation/src/ModerationInformationInterface.php rename to web/core/modules/content_moderation/src/ModerationInformationInterface.php diff --git a/core/modules/content_moderation/src/ModerationStateAccessControlHandler.php b/web/core/modules/content_moderation/src/ModerationStateAccessControlHandler.php similarity index 100% rename from core/modules/content_moderation/src/ModerationStateAccessControlHandler.php rename to web/core/modules/content_moderation/src/ModerationStateAccessControlHandler.php diff --git a/core/modules/content_moderation/src/ModerationStateInterface.php b/web/core/modules/content_moderation/src/ModerationStateInterface.php similarity index 100% rename from core/modules/content_moderation/src/ModerationStateInterface.php rename to web/core/modules/content_moderation/src/ModerationStateInterface.php diff --git a/core/modules/content_moderation/src/ModerationStateListBuilder.php b/web/core/modules/content_moderation/src/ModerationStateListBuilder.php similarity index 100% rename from core/modules/content_moderation/src/ModerationStateListBuilder.php rename to web/core/modules/content_moderation/src/ModerationStateListBuilder.php diff --git a/core/modules/content_moderation/src/ModerationStateTransitionInterface.php b/web/core/modules/content_moderation/src/ModerationStateTransitionInterface.php similarity index 100% rename from core/modules/content_moderation/src/ModerationStateTransitionInterface.php rename to web/core/modules/content_moderation/src/ModerationStateTransitionInterface.php diff --git a/core/modules/content_moderation/src/ModerationStateTransitionListBuilder.php b/web/core/modules/content_moderation/src/ModerationStateTransitionListBuilder.php similarity index 100% rename from core/modules/content_moderation/src/ModerationStateTransitionListBuilder.php rename to web/core/modules/content_moderation/src/ModerationStateTransitionListBuilder.php diff --git a/core/modules/content_moderation/src/ParamConverter/EntityRevisionConverter.php b/web/core/modules/content_moderation/src/ParamConverter/EntityRevisionConverter.php similarity index 100% rename from core/modules/content_moderation/src/ParamConverter/EntityRevisionConverter.php rename to web/core/modules/content_moderation/src/ParamConverter/EntityRevisionConverter.php diff --git a/core/modules/content_moderation/src/Permissions.php b/web/core/modules/content_moderation/src/Permissions.php similarity index 100% rename from core/modules/content_moderation/src/Permissions.php rename to web/core/modules/content_moderation/src/Permissions.php diff --git a/core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublishNode.php b/web/core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublishNode.php similarity index 100% rename from core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublishNode.php rename to web/core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublishNode.php diff --git a/core/modules/content_moderation/src/Plugin/Action/ModerationOptOutUnpublishNode.php b/web/core/modules/content_moderation/src/Plugin/Action/ModerationOptOutUnpublishNode.php similarity index 100% rename from core/modules/content_moderation/src/Plugin/Action/ModerationOptOutUnpublishNode.php rename to web/core/modules/content_moderation/src/Plugin/Action/ModerationOptOutUnpublishNode.php diff --git a/core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php b/web/core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php similarity index 100% rename from core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php rename to web/core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php diff --git a/core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php b/web/core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php similarity index 100% rename from core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php rename to web/core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php diff --git a/core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php b/web/core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php similarity index 100% rename from core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php rename to web/core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php diff --git a/core/modules/content_moderation/src/Plugin/Menu/EditTab.php b/web/core/modules/content_moderation/src/Plugin/Menu/EditTab.php similarity index 100% rename from core/modules/content_moderation/src/Plugin/Menu/EditTab.php rename to web/core/modules/content_moderation/src/Plugin/Menu/EditTab.php diff --git a/core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraint.php b/web/core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraint.php similarity index 100% rename from core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraint.php rename to web/core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraint.php diff --git a/core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php b/web/core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php similarity index 100% rename from core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php rename to web/core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php diff --git a/core/modules/content_moderation/src/Plugin/views/filter/LatestRevision.php b/web/core/modules/content_moderation/src/Plugin/views/filter/LatestRevision.php similarity index 100% rename from core/modules/content_moderation/src/Plugin/views/filter/LatestRevision.php rename to web/core/modules/content_moderation/src/Plugin/views/filter/LatestRevision.php diff --git a/core/modules/content_moderation/src/RevisionTracker.php b/web/core/modules/content_moderation/src/RevisionTracker.php similarity index 100% rename from core/modules/content_moderation/src/RevisionTracker.php rename to web/core/modules/content_moderation/src/RevisionTracker.php diff --git a/core/modules/content_moderation/src/RevisionTrackerInterface.php b/web/core/modules/content_moderation/src/RevisionTrackerInterface.php similarity index 100% rename from core/modules/content_moderation/src/RevisionTrackerInterface.php rename to web/core/modules/content_moderation/src/RevisionTrackerInterface.php diff --git a/core/modules/content_moderation/src/Routing/EntityModerationRouteProvider.php b/web/core/modules/content_moderation/src/Routing/EntityModerationRouteProvider.php similarity index 100% rename from core/modules/content_moderation/src/Routing/EntityModerationRouteProvider.php rename to web/core/modules/content_moderation/src/Routing/EntityModerationRouteProvider.php diff --git a/core/modules/content_moderation/src/Routing/EntityTypeModerationRouteProvider.php b/web/core/modules/content_moderation/src/Routing/EntityTypeModerationRouteProvider.php similarity index 100% rename from core/modules/content_moderation/src/Routing/EntityTypeModerationRouteProvider.php rename to web/core/modules/content_moderation/src/Routing/EntityTypeModerationRouteProvider.php diff --git a/core/modules/content_moderation/src/StateTransitionValidation.php b/web/core/modules/content_moderation/src/StateTransitionValidation.php similarity index 100% rename from core/modules/content_moderation/src/StateTransitionValidation.php rename to web/core/modules/content_moderation/src/StateTransitionValidation.php diff --git a/core/modules/content_moderation/src/StateTransitionValidationInterface.php b/web/core/modules/content_moderation/src/StateTransitionValidationInterface.php similarity index 100% rename from core/modules/content_moderation/src/StateTransitionValidationInterface.php rename to web/core/modules/content_moderation/src/StateTransitionValidationInterface.php diff --git a/core/modules/content_moderation/src/Tests/ModerationFormTest.php b/web/core/modules/content_moderation/src/Tests/ModerationFormTest.php similarity index 100% rename from core/modules/content_moderation/src/Tests/ModerationFormTest.php rename to web/core/modules/content_moderation/src/Tests/ModerationFormTest.php diff --git a/core/modules/content_moderation/src/Tests/ModerationLocaleTest.php b/web/core/modules/content_moderation/src/Tests/ModerationLocaleTest.php similarity index 100% rename from core/modules/content_moderation/src/Tests/ModerationLocaleTest.php rename to web/core/modules/content_moderation/src/Tests/ModerationLocaleTest.php diff --git a/core/modules/content_moderation/src/Tests/ModerationStateBlockTest.php b/web/core/modules/content_moderation/src/Tests/ModerationStateBlockTest.php similarity index 100% rename from core/modules/content_moderation/src/Tests/ModerationStateBlockTest.php rename to web/core/modules/content_moderation/src/Tests/ModerationStateBlockTest.php diff --git a/core/modules/content_moderation/src/Tests/ModerationStateNodeTest.php b/web/core/modules/content_moderation/src/Tests/ModerationStateNodeTest.php similarity index 100% rename from core/modules/content_moderation/src/Tests/ModerationStateNodeTest.php rename to web/core/modules/content_moderation/src/Tests/ModerationStateNodeTest.php diff --git a/core/modules/content_moderation/src/Tests/ModerationStateNodeTypeTest.php b/web/core/modules/content_moderation/src/Tests/ModerationStateNodeTypeTest.php similarity index 100% rename from core/modules/content_moderation/src/Tests/ModerationStateNodeTypeTest.php rename to web/core/modules/content_moderation/src/Tests/ModerationStateNodeTypeTest.php diff --git a/core/modules/content_moderation/src/Tests/ModerationStateStatesTest.php b/web/core/modules/content_moderation/src/Tests/ModerationStateStatesTest.php similarity index 100% rename from core/modules/content_moderation/src/Tests/ModerationStateStatesTest.php rename to web/core/modules/content_moderation/src/Tests/ModerationStateStatesTest.php diff --git a/core/modules/content_moderation/src/Tests/ModerationStateTestBase.php b/web/core/modules/content_moderation/src/Tests/ModerationStateTestBase.php similarity index 100% rename from core/modules/content_moderation/src/Tests/ModerationStateTestBase.php rename to web/core/modules/content_moderation/src/Tests/ModerationStateTestBase.php diff --git a/core/modules/content_moderation/src/Tests/ModerationStateTransitionsTest.php b/web/core/modules/content_moderation/src/Tests/ModerationStateTransitionsTest.php similarity index 100% rename from core/modules/content_moderation/src/Tests/ModerationStateTransitionsTest.php rename to web/core/modules/content_moderation/src/Tests/ModerationStateTransitionsTest.php diff --git a/core/modules/content_moderation/src/Tests/NodeAccessTest.php b/web/core/modules/content_moderation/src/Tests/NodeAccessTest.php similarity index 100% rename from core/modules/content_moderation/src/Tests/NodeAccessTest.php rename to web/core/modules/content_moderation/src/Tests/NodeAccessTest.php diff --git a/core/modules/content_moderation/src/ViewsData.php b/web/core/modules/content_moderation/src/ViewsData.php similarity index 100% rename from core/modules/content_moderation/src/ViewsData.php rename to web/core/modules/content_moderation/src/ViewsData.php diff --git a/core/modules/content_moderation/templates/entity-moderation-form.html.twig b/web/core/modules/content_moderation/templates/entity-moderation-form.html.twig similarity index 100% rename from core/modules/content_moderation/templates/entity-moderation-form.html.twig rename to web/core/modules/content_moderation/templates/entity-moderation-form.html.twig diff --git a/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.latest.yml b/web/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.latest.yml similarity index 100% rename from core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.latest.yml rename to web/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.latest.yml diff --git a/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_base_table_test.yml b/web/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_base_table_test.yml similarity index 100% rename from core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_base_table_test.yml rename to web/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_base_table_test.yml diff --git a/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_latest_revision.yml b/web/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_latest_revision.yml similarity index 100% rename from core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_latest_revision.yml rename to web/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_latest_revision.yml diff --git a/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_revision_test.yml b/web/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_revision_test.yml similarity index 100% rename from core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_revision_test.yml rename to web/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_revision_test.yml diff --git a/core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.info.yml b/web/core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.info.yml similarity index 100% rename from core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.info.yml rename to web/core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.info.yml diff --git a/core/modules/content_moderation/tests/src/Functional/LatestRevisionViewsFilterTest.php b/web/core/modules/content_moderation/tests/src/Functional/LatestRevisionViewsFilterTest.php similarity index 100% rename from core/modules/content_moderation/tests/src/Functional/LatestRevisionViewsFilterTest.php rename to web/core/modules/content_moderation/tests/src/Functional/LatestRevisionViewsFilterTest.php diff --git a/core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php b/web/core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php similarity index 100% rename from core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php rename to web/core/modules/content_moderation/tests/src/Functional/ModerationStateAccessTest.php diff --git a/core/modules/content_moderation/tests/src/Kernel/ContentModerationSchemaTest.php b/web/core/modules/content_moderation/tests/src/Kernel/ContentModerationSchemaTest.php similarity index 100% rename from core/modules/content_moderation/tests/src/Kernel/ContentModerationSchemaTest.php rename to web/core/modules/content_moderation/tests/src/Kernel/ContentModerationSchemaTest.php diff --git a/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php b/web/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php similarity index 100% rename from core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php rename to web/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php diff --git a/core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php b/web/core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php similarity index 100% rename from core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php rename to web/core/modules/content_moderation/tests/src/Kernel/EntityOperationsTest.php diff --git a/core/modules/content_moderation/tests/src/Kernel/EntityRevisionConverterTest.php b/web/core/modules/content_moderation/tests/src/Kernel/EntityRevisionConverterTest.php similarity index 100% rename from core/modules/content_moderation/tests/src/Kernel/EntityRevisionConverterTest.php rename to web/core/modules/content_moderation/tests/src/Kernel/EntityRevisionConverterTest.php diff --git a/core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php b/web/core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php similarity index 100% rename from core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php rename to web/core/modules/content_moderation/tests/src/Kernel/EntityStateChangeValidationTest.php diff --git a/core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php b/web/core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php similarity index 100% rename from core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php rename to web/core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php diff --git a/core/modules/content_moderation/tests/src/Kernel/ModerationStateEntityTest.php b/web/core/modules/content_moderation/tests/src/Kernel/ModerationStateEntityTest.php similarity index 100% rename from core/modules/content_moderation/tests/src/Kernel/ModerationStateEntityTest.php rename to web/core/modules/content_moderation/tests/src/Kernel/ModerationStateEntityTest.php diff --git a/core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php b/web/core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php similarity index 100% rename from core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php rename to web/core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php diff --git a/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php b/web/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php similarity index 100% rename from core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php rename to web/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php diff --git a/core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php b/web/core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php similarity index 100% rename from core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php rename to web/core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php diff --git a/core/modules/content_moderation/tests/src/Unit/LatestRevisionCheckTest.php b/web/core/modules/content_moderation/tests/src/Unit/LatestRevisionCheckTest.php similarity index 100% rename from core/modules/content_moderation/tests/src/Unit/LatestRevisionCheckTest.php rename to web/core/modules/content_moderation/tests/src/Unit/LatestRevisionCheckTest.php diff --git a/core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php b/web/core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php similarity index 100% rename from core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php rename to web/core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php diff --git a/core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php b/web/core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php similarity index 100% rename from core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php rename to web/core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php diff --git a/core/modules/content_translation/config/schema/content_translation.schema.yml b/web/core/modules/content_translation/config/schema/content_translation.schema.yml similarity index 100% rename from core/modules/content_translation/config/schema/content_translation.schema.yml rename to web/core/modules/content_translation/config/schema/content_translation.schema.yml diff --git a/core/modules/content_translation/config/schema/content_translation.views.schema.yml b/web/core/modules/content_translation/config/schema/content_translation.views.schema.yml similarity index 100% rename from core/modules/content_translation/config/schema/content_translation.views.schema.yml rename to web/core/modules/content_translation/config/schema/content_translation.views.schema.yml diff --git a/core/modules/content_translation/content_translation.admin.inc b/web/core/modules/content_translation/content_translation.admin.inc similarity index 100% rename from core/modules/content_translation/content_translation.admin.inc rename to web/core/modules/content_translation/content_translation.admin.inc diff --git a/core/modules/content_translation/content_translation.admin.js b/web/core/modules/content_translation/content_translation.admin.js similarity index 100% rename from core/modules/content_translation/content_translation.admin.js rename to web/core/modules/content_translation/content_translation.admin.js diff --git a/core/modules/content_translation/content_translation.info.yml b/web/core/modules/content_translation/content_translation.info.yml similarity index 100% rename from core/modules/content_translation/content_translation.info.yml rename to web/core/modules/content_translation/content_translation.info.yml diff --git a/core/modules/content_translation/content_translation.install b/web/core/modules/content_translation/content_translation.install similarity index 100% rename from core/modules/content_translation/content_translation.install rename to web/core/modules/content_translation/content_translation.install diff --git a/core/modules/content_translation/content_translation.libraries.yml b/web/core/modules/content_translation/content_translation.libraries.yml similarity index 100% rename from core/modules/content_translation/content_translation.libraries.yml rename to web/core/modules/content_translation/content_translation.libraries.yml diff --git a/core/modules/content_translation/content_translation.links.contextual.yml b/web/core/modules/content_translation/content_translation.links.contextual.yml similarity index 100% rename from core/modules/content_translation/content_translation.links.contextual.yml rename to web/core/modules/content_translation/content_translation.links.contextual.yml diff --git a/core/modules/content_translation/content_translation.links.task.yml b/web/core/modules/content_translation/content_translation.links.task.yml similarity index 100% rename from core/modules/content_translation/content_translation.links.task.yml rename to web/core/modules/content_translation/content_translation.links.task.yml diff --git a/core/modules/content_translation/content_translation.module b/web/core/modules/content_translation/content_translation.module similarity index 100% rename from core/modules/content_translation/content_translation.module rename to web/core/modules/content_translation/content_translation.module diff --git a/core/modules/content_translation/content_translation.permissions.yml b/web/core/modules/content_translation/content_translation.permissions.yml similarity index 100% rename from core/modules/content_translation/content_translation.permissions.yml rename to web/core/modules/content_translation/content_translation.permissions.yml diff --git a/core/modules/content_translation/content_translation.services.yml b/web/core/modules/content_translation/content_translation.services.yml similarity index 100% rename from core/modules/content_translation/content_translation.services.yml rename to web/core/modules/content_translation/content_translation.services.yml diff --git a/core/modules/content_translation/css/content_translation.admin.css b/web/core/modules/content_translation/css/content_translation.admin.css similarity index 100% rename from core/modules/content_translation/css/content_translation.admin.css rename to web/core/modules/content_translation/css/content_translation.admin.css diff --git a/core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php b/web/core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php similarity index 100% rename from core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php rename to web/core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php diff --git a/core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php b/web/core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php similarity index 100% rename from core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php rename to web/core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php diff --git a/core/modules/content_translation/src/ContentTranslationHandler.php b/web/core/modules/content_translation/src/ContentTranslationHandler.php similarity index 100% rename from core/modules/content_translation/src/ContentTranslationHandler.php rename to web/core/modules/content_translation/src/ContentTranslationHandler.php diff --git a/core/modules/content_translation/src/ContentTranslationHandlerInterface.php b/web/core/modules/content_translation/src/ContentTranslationHandlerInterface.php similarity index 100% rename from core/modules/content_translation/src/ContentTranslationHandlerInterface.php rename to web/core/modules/content_translation/src/ContentTranslationHandlerInterface.php diff --git a/core/modules/content_translation/src/ContentTranslationManager.php b/web/core/modules/content_translation/src/ContentTranslationManager.php similarity index 100% rename from core/modules/content_translation/src/ContentTranslationManager.php rename to web/core/modules/content_translation/src/ContentTranslationManager.php diff --git a/core/modules/content_translation/src/ContentTranslationManagerInterface.php b/web/core/modules/content_translation/src/ContentTranslationManagerInterface.php similarity index 100% rename from core/modules/content_translation/src/ContentTranslationManagerInterface.php rename to web/core/modules/content_translation/src/ContentTranslationManagerInterface.php diff --git a/core/modules/content_translation/src/ContentTranslationMetadataWrapper.php b/web/core/modules/content_translation/src/ContentTranslationMetadataWrapper.php similarity index 100% rename from core/modules/content_translation/src/ContentTranslationMetadataWrapper.php rename to web/core/modules/content_translation/src/ContentTranslationMetadataWrapper.php diff --git a/core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php b/web/core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php similarity index 100% rename from core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php rename to web/core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php diff --git a/core/modules/content_translation/src/ContentTranslationPermissions.php b/web/core/modules/content_translation/src/ContentTranslationPermissions.php similarity index 100% rename from core/modules/content_translation/src/ContentTranslationPermissions.php rename to web/core/modules/content_translation/src/ContentTranslationPermissions.php diff --git a/core/modules/content_translation/src/ContentTranslationUpdatesManager.php b/web/core/modules/content_translation/src/ContentTranslationUpdatesManager.php similarity index 100% rename from core/modules/content_translation/src/ContentTranslationUpdatesManager.php rename to web/core/modules/content_translation/src/ContentTranslationUpdatesManager.php diff --git a/core/modules/content_translation/src/Controller/ContentTranslationController.php b/web/core/modules/content_translation/src/Controller/ContentTranslationController.php similarity index 100% rename from core/modules/content_translation/src/Controller/ContentTranslationController.php rename to web/core/modules/content_translation/src/Controller/ContentTranslationController.php diff --git a/core/modules/content_translation/src/FieldTranslationSynchronizer.php b/web/core/modules/content_translation/src/FieldTranslationSynchronizer.php similarity index 100% rename from core/modules/content_translation/src/FieldTranslationSynchronizer.php rename to web/core/modules/content_translation/src/FieldTranslationSynchronizer.php diff --git a/core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php b/web/core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php similarity index 100% rename from core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php rename to web/core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php diff --git a/core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php b/web/core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php similarity index 100% rename from core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php rename to web/core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php diff --git a/core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php b/web/core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php similarity index 100% rename from core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php rename to web/core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php diff --git a/core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php b/web/core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php similarity index 100% rename from core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php rename to web/core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php diff --git a/core/modules/content_translation/src/Plugin/views/field/TranslationLink.php b/web/core/modules/content_translation/src/Plugin/views/field/TranslationLink.php similarity index 100% rename from core/modules/content_translation/src/Plugin/views/field/TranslationLink.php rename to web/core/modules/content_translation/src/Plugin/views/field/TranslationLink.php diff --git a/core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php b/web/core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php similarity index 100% rename from core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php rename to web/core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php diff --git a/core/modules/content_translation/src/Tests/ContentTestTranslationUITest.php b/web/core/modules/content_translation/src/Tests/ContentTestTranslationUITest.php similarity index 100% rename from core/modules/content_translation/src/Tests/ContentTestTranslationUITest.php rename to web/core/modules/content_translation/src/Tests/ContentTestTranslationUITest.php diff --git a/core/modules/content_translation/src/Tests/ContentTranslationContextualLinksTest.php b/web/core/modules/content_translation/src/Tests/ContentTranslationContextualLinksTest.php similarity index 100% rename from core/modules/content_translation/src/Tests/ContentTranslationContextualLinksTest.php rename to web/core/modules/content_translation/src/Tests/ContentTranslationContextualLinksTest.php diff --git a/core/modules/content_translation/src/Tests/ContentTranslationEnableTest.php b/web/core/modules/content_translation/src/Tests/ContentTranslationEnableTest.php similarity index 100% rename from core/modules/content_translation/src/Tests/ContentTranslationEnableTest.php rename to web/core/modules/content_translation/src/Tests/ContentTranslationEnableTest.php diff --git a/core/modules/content_translation/src/Tests/ContentTranslationEntityBundleUITest.php b/web/core/modules/content_translation/src/Tests/ContentTranslationEntityBundleUITest.php similarity index 100% rename from core/modules/content_translation/src/Tests/ContentTranslationEntityBundleUITest.php rename to web/core/modules/content_translation/src/Tests/ContentTranslationEntityBundleUITest.php diff --git a/core/modules/content_translation/src/Tests/ContentTranslationMetadataFieldsTest.php b/web/core/modules/content_translation/src/Tests/ContentTranslationMetadataFieldsTest.php similarity index 100% rename from core/modules/content_translation/src/Tests/ContentTranslationMetadataFieldsTest.php rename to web/core/modules/content_translation/src/Tests/ContentTranslationMetadataFieldsTest.php diff --git a/core/modules/content_translation/src/Tests/ContentTranslationOperationsTest.php b/web/core/modules/content_translation/src/Tests/ContentTranslationOperationsTest.php similarity index 100% rename from core/modules/content_translation/src/Tests/ContentTranslationOperationsTest.php rename to web/core/modules/content_translation/src/Tests/ContentTranslationOperationsTest.php diff --git a/core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php b/web/core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php similarity index 100% rename from core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php rename to web/core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php diff --git a/core/modules/content_translation/src/Tests/ContentTranslationStandardFieldsTest.php b/web/core/modules/content_translation/src/Tests/ContentTranslationStandardFieldsTest.php similarity index 100% rename from core/modules/content_translation/src/Tests/ContentTranslationStandardFieldsTest.php rename to web/core/modules/content_translation/src/Tests/ContentTranslationStandardFieldsTest.php diff --git a/core/modules/content_translation/src/Tests/ContentTranslationSyncImageTest.php b/web/core/modules/content_translation/src/Tests/ContentTranslationSyncImageTest.php similarity index 100% rename from core/modules/content_translation/src/Tests/ContentTranslationSyncImageTest.php rename to web/core/modules/content_translation/src/Tests/ContentTranslationSyncImageTest.php diff --git a/core/modules/content_translation/src/Tests/ContentTranslationTestBase.php b/web/core/modules/content_translation/src/Tests/ContentTranslationTestBase.php similarity index 100% rename from core/modules/content_translation/src/Tests/ContentTranslationTestBase.php rename to web/core/modules/content_translation/src/Tests/ContentTranslationTestBase.php diff --git a/core/modules/content_translation/src/Tests/ContentTranslationUISkipTest.php b/web/core/modules/content_translation/src/Tests/ContentTranslationUISkipTest.php similarity index 100% rename from core/modules/content_translation/src/Tests/ContentTranslationUISkipTest.php rename to web/core/modules/content_translation/src/Tests/ContentTranslationUISkipTest.php diff --git a/core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php b/web/core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php similarity index 100% rename from core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php rename to web/core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php diff --git a/core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php b/web/core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php similarity index 100% rename from core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php rename to web/core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php diff --git a/core/modules/content_translation/src/Tests/Views/ContentTranslationViewsUITest.php b/web/core/modules/content_translation/src/Tests/Views/ContentTranslationViewsUITest.php similarity index 100% rename from core/modules/content_translation/src/Tests/Views/ContentTranslationViewsUITest.php rename to web/core/modules/content_translation/src/Tests/Views/ContentTranslationViewsUITest.php diff --git a/core/modules/content_translation/src/Tests/Views/TranslationLinkTest.php b/web/core/modules/content_translation/src/Tests/Views/TranslationLinkTest.php similarity index 100% rename from core/modules/content_translation/src/Tests/Views/TranslationLinkTest.php rename to web/core/modules/content_translation/src/Tests/Views/TranslationLinkTest.php diff --git a/core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.info.yml b/web/core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.info.yml similarity index 100% rename from core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.info.yml rename to web/core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.info.yml diff --git a/core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableNoUISkip.php b/web/core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableNoUISkip.php similarity index 100% rename from core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableNoUISkip.php rename to web/core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableNoUISkip.php diff --git a/core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableUISkip.php b/web/core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableUISkip.php similarity index 100% rename from core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableUISkip.php rename to web/core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableUISkip.php diff --git a/core/modules/content_translation/tests/modules/content_translation_test_views/content_translation_test_views.info.yml b/web/core/modules/content_translation/tests/modules/content_translation_test_views/content_translation_test_views.info.yml similarity index 100% rename from core/modules/content_translation/tests/modules/content_translation_test_views/content_translation_test_views.info.yml rename to web/core/modules/content_translation/tests/modules/content_translation_test_views/content_translation_test_views.info.yml diff --git a/core/modules/content_translation/tests/modules/content_translation_test_views/test_views/views.view.test_entity_translations_link.yml b/web/core/modules/content_translation/tests/modules/content_translation_test_views/test_views/views.view.test_entity_translations_link.yml similarity index 100% rename from core/modules/content_translation/tests/modules/content_translation_test_views/test_views/views.view.test_entity_translations_link.yml rename to web/core/modules/content_translation/tests/modules/content_translation_test_views/test_views/views.view.test_entity_translations_link.yml diff --git a/core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php b/web/core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php similarity index 100% rename from core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php rename to web/core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php diff --git a/core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php b/web/core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php similarity index 100% rename from core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php rename to web/core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php diff --git a/core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php b/web/core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php similarity index 100% rename from core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php rename to web/core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php diff --git a/core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php b/web/core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php similarity index 100% rename from core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php rename to web/core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php diff --git a/core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php b/web/core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php similarity index 100% rename from core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php rename to web/core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php diff --git a/core/modules/contextual/config/schema/contextual.views.schema.yml b/web/core/modules/contextual/config/schema/contextual.views.schema.yml similarity index 100% rename from core/modules/contextual/config/schema/contextual.views.schema.yml rename to web/core/modules/contextual/config/schema/contextual.views.schema.yml diff --git a/core/modules/contextual/contextual.api.php b/web/core/modules/contextual/contextual.api.php similarity index 100% rename from core/modules/contextual/contextual.api.php rename to web/core/modules/contextual/contextual.api.php diff --git a/core/modules/contextual/contextual.info.yml b/web/core/modules/contextual/contextual.info.yml similarity index 100% rename from core/modules/contextual/contextual.info.yml rename to web/core/modules/contextual/contextual.info.yml diff --git a/core/modules/contextual/contextual.libraries.yml b/web/core/modules/contextual/contextual.libraries.yml similarity index 100% rename from core/modules/contextual/contextual.libraries.yml rename to web/core/modules/contextual/contextual.libraries.yml diff --git a/core/modules/contextual/contextual.module b/web/core/modules/contextual/contextual.module similarity index 100% rename from core/modules/contextual/contextual.module rename to web/core/modules/contextual/contextual.module diff --git a/core/modules/contextual/contextual.permissions.yml b/web/core/modules/contextual/contextual.permissions.yml similarity index 100% rename from core/modules/contextual/contextual.permissions.yml rename to web/core/modules/contextual/contextual.permissions.yml diff --git a/core/modules/contextual/contextual.routing.yml b/web/core/modules/contextual/contextual.routing.yml similarity index 100% rename from core/modules/contextual/contextual.routing.yml rename to web/core/modules/contextual/contextual.routing.yml diff --git a/core/modules/contextual/contextual.views.inc b/web/core/modules/contextual/contextual.views.inc similarity index 100% rename from core/modules/contextual/contextual.views.inc rename to web/core/modules/contextual/contextual.views.inc diff --git a/core/modules/contextual/css/contextual.icons.theme.css b/web/core/modules/contextual/css/contextual.icons.theme.css similarity index 100% rename from core/modules/contextual/css/contextual.icons.theme.css rename to web/core/modules/contextual/css/contextual.icons.theme.css diff --git a/core/modules/contextual/css/contextual.module.css b/web/core/modules/contextual/css/contextual.module.css similarity index 100% rename from core/modules/contextual/css/contextual.module.css rename to web/core/modules/contextual/css/contextual.module.css diff --git a/core/modules/contextual/css/contextual.theme.css b/web/core/modules/contextual/css/contextual.theme.css similarity index 100% rename from core/modules/contextual/css/contextual.theme.css rename to web/core/modules/contextual/css/contextual.theme.css diff --git a/core/modules/contextual/css/contextual.toolbar.css b/web/core/modules/contextual/css/contextual.toolbar.css similarity index 100% rename from core/modules/contextual/css/contextual.toolbar.css rename to web/core/modules/contextual/css/contextual.toolbar.css diff --git a/core/modules/contextual/js/contextual.js b/web/core/modules/contextual/js/contextual.js similarity index 100% rename from core/modules/contextual/js/contextual.js rename to web/core/modules/contextual/js/contextual.js diff --git a/core/modules/contextual/js/contextual.toolbar.js b/web/core/modules/contextual/js/contextual.toolbar.js similarity index 100% rename from core/modules/contextual/js/contextual.toolbar.js rename to web/core/modules/contextual/js/contextual.toolbar.js diff --git a/core/modules/contextual/js/models/StateModel.js b/web/core/modules/contextual/js/models/StateModel.js similarity index 100% rename from core/modules/contextual/js/models/StateModel.js rename to web/core/modules/contextual/js/models/StateModel.js diff --git a/core/modules/contextual/js/toolbar/models/StateModel.js b/web/core/modules/contextual/js/toolbar/models/StateModel.js similarity index 100% rename from core/modules/contextual/js/toolbar/models/StateModel.js rename to web/core/modules/contextual/js/toolbar/models/StateModel.js diff --git a/core/modules/contextual/js/toolbar/views/AuralView.js b/web/core/modules/contextual/js/toolbar/views/AuralView.js similarity index 100% rename from core/modules/contextual/js/toolbar/views/AuralView.js rename to web/core/modules/contextual/js/toolbar/views/AuralView.js diff --git a/core/modules/contextual/js/toolbar/views/VisualView.js b/web/core/modules/contextual/js/toolbar/views/VisualView.js similarity index 100% rename from core/modules/contextual/js/toolbar/views/VisualView.js rename to web/core/modules/contextual/js/toolbar/views/VisualView.js diff --git a/core/modules/contextual/js/views/AuralView.js b/web/core/modules/contextual/js/views/AuralView.js similarity index 100% rename from core/modules/contextual/js/views/AuralView.js rename to web/core/modules/contextual/js/views/AuralView.js diff --git a/core/modules/contextual/js/views/KeyboardView.js b/web/core/modules/contextual/js/views/KeyboardView.js similarity index 100% rename from core/modules/contextual/js/views/KeyboardView.js rename to web/core/modules/contextual/js/views/KeyboardView.js diff --git a/core/modules/contextual/js/views/RegionView.js b/web/core/modules/contextual/js/views/RegionView.js similarity index 100% rename from core/modules/contextual/js/views/RegionView.js rename to web/core/modules/contextual/js/views/RegionView.js diff --git a/core/modules/contextual/js/views/VisualView.js b/web/core/modules/contextual/js/views/VisualView.js similarity index 100% rename from core/modules/contextual/js/views/VisualView.js rename to web/core/modules/contextual/js/views/VisualView.js diff --git a/core/modules/contextual/src/ContextualController.php b/web/core/modules/contextual/src/ContextualController.php similarity index 100% rename from core/modules/contextual/src/ContextualController.php rename to web/core/modules/contextual/src/ContextualController.php diff --git a/core/modules/contextual/src/Element/ContextualLinks.php b/web/core/modules/contextual/src/Element/ContextualLinks.php similarity index 100% rename from core/modules/contextual/src/Element/ContextualLinks.php rename to web/core/modules/contextual/src/Element/ContextualLinks.php diff --git a/core/modules/contextual/src/Element/ContextualLinksPlaceholder.php b/web/core/modules/contextual/src/Element/ContextualLinksPlaceholder.php similarity index 100% rename from core/modules/contextual/src/Element/ContextualLinksPlaceholder.php rename to web/core/modules/contextual/src/Element/ContextualLinksPlaceholder.php diff --git a/core/modules/contextual/src/Plugin/views/field/ContextualLinks.php b/web/core/modules/contextual/src/Plugin/views/field/ContextualLinks.php similarity index 100% rename from core/modules/contextual/src/Plugin/views/field/ContextualLinks.php rename to web/core/modules/contextual/src/Plugin/views/field/ContextualLinks.php diff --git a/core/modules/contextual/src/Tests/ContextualDynamicContextTest.php b/web/core/modules/contextual/src/Tests/ContextualDynamicContextTest.php similarity index 100% rename from core/modules/contextual/src/Tests/ContextualDynamicContextTest.php rename to web/core/modules/contextual/src/Tests/ContextualDynamicContextTest.php diff --git a/core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php b/web/core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php similarity index 100% rename from core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php rename to web/core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php diff --git a/core/modules/datetime/config/schema/datetime.schema.yml b/web/core/modules/datetime/config/schema/datetime.schema.yml similarity index 100% rename from core/modules/datetime/config/schema/datetime.schema.yml rename to web/core/modules/datetime/config/schema/datetime.schema.yml diff --git a/core/modules/datetime/datetime.info.yml b/web/core/modules/datetime/datetime.info.yml similarity index 100% rename from core/modules/datetime/datetime.info.yml rename to web/core/modules/datetime/datetime.info.yml diff --git a/core/modules/datetime/datetime.module b/web/core/modules/datetime/datetime.module similarity index 100% rename from core/modules/datetime/datetime.module rename to web/core/modules/datetime/datetime.module diff --git a/core/modules/datetime/datetime.views.inc b/web/core/modules/datetime/datetime.views.inc similarity index 100% rename from core/modules/datetime/datetime.views.inc rename to web/core/modules/datetime/datetime.views.inc diff --git a/core/modules/datetime/src/DateTimeComputed.php b/web/core/modules/datetime/src/DateTimeComputed.php similarity index 100% rename from core/modules/datetime/src/DateTimeComputed.php rename to web/core/modules/datetime/src/DateTimeComputed.php diff --git a/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php b/web/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php similarity index 100% rename from core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php rename to web/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php diff --git a/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php b/web/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php similarity index 100% rename from core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php rename to web/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php diff --git a/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php b/web/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php similarity index 100% rename from core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php rename to web/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeFormatterBase.php diff --git a/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimePlainFormatter.php b/web/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimePlainFormatter.php similarity index 100% rename from core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimePlainFormatter.php rename to web/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimePlainFormatter.php diff --git a/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeTimeAgoFormatter.php b/web/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeTimeAgoFormatter.php similarity index 100% rename from core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeTimeAgoFormatter.php rename to web/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeTimeAgoFormatter.php diff --git a/core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php b/web/core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php similarity index 100% rename from core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php rename to web/core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php diff --git a/core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php b/web/core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php similarity index 100% rename from core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php rename to web/core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php diff --git a/core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php b/web/core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php similarity index 100% rename from core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php rename to web/core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php diff --git a/core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php b/web/core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php similarity index 100% rename from core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php rename to web/core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php diff --git a/core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php b/web/core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php similarity index 100% rename from core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php rename to web/core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php diff --git a/core/modules/datetime/src/Plugin/views/argument/Date.php b/web/core/modules/datetime/src/Plugin/views/argument/Date.php similarity index 100% rename from core/modules/datetime/src/Plugin/views/argument/Date.php rename to web/core/modules/datetime/src/Plugin/views/argument/Date.php diff --git a/core/modules/datetime/src/Plugin/views/argument/DayDate.php b/web/core/modules/datetime/src/Plugin/views/argument/DayDate.php similarity index 100% rename from core/modules/datetime/src/Plugin/views/argument/DayDate.php rename to web/core/modules/datetime/src/Plugin/views/argument/DayDate.php diff --git a/core/modules/datetime/src/Plugin/views/argument/FullDate.php b/web/core/modules/datetime/src/Plugin/views/argument/FullDate.php similarity index 100% rename from core/modules/datetime/src/Plugin/views/argument/FullDate.php rename to web/core/modules/datetime/src/Plugin/views/argument/FullDate.php diff --git a/core/modules/datetime/src/Plugin/views/argument/MonthDate.php b/web/core/modules/datetime/src/Plugin/views/argument/MonthDate.php similarity index 100% rename from core/modules/datetime/src/Plugin/views/argument/MonthDate.php rename to web/core/modules/datetime/src/Plugin/views/argument/MonthDate.php diff --git a/core/modules/datetime/src/Plugin/views/argument/WeekDate.php b/web/core/modules/datetime/src/Plugin/views/argument/WeekDate.php similarity index 100% rename from core/modules/datetime/src/Plugin/views/argument/WeekDate.php rename to web/core/modules/datetime/src/Plugin/views/argument/WeekDate.php diff --git a/core/modules/datetime/src/Plugin/views/argument/YearDate.php b/web/core/modules/datetime/src/Plugin/views/argument/YearDate.php similarity index 100% rename from core/modules/datetime/src/Plugin/views/argument/YearDate.php rename to web/core/modules/datetime/src/Plugin/views/argument/YearDate.php diff --git a/core/modules/datetime/src/Plugin/views/argument/YearMonthDate.php b/web/core/modules/datetime/src/Plugin/views/argument/YearMonthDate.php similarity index 100% rename from core/modules/datetime/src/Plugin/views/argument/YearMonthDate.php rename to web/core/modules/datetime/src/Plugin/views/argument/YearMonthDate.php diff --git a/core/modules/datetime/src/Plugin/views/filter/Date.php b/web/core/modules/datetime/src/Plugin/views/filter/Date.php similarity index 100% rename from core/modules/datetime/src/Plugin/views/filter/Date.php rename to web/core/modules/datetime/src/Plugin/views/filter/Date.php diff --git a/core/modules/datetime/src/Plugin/views/sort/Date.php b/web/core/modules/datetime/src/Plugin/views/sort/Date.php similarity index 100% rename from core/modules/datetime/src/Plugin/views/sort/Date.php rename to web/core/modules/datetime/src/Plugin/views/sort/Date.php diff --git a/core/modules/datetime/src/Tests/DateTestBase.php b/web/core/modules/datetime/src/Tests/DateTestBase.php similarity index 100% rename from core/modules/datetime/src/Tests/DateTestBase.php rename to web/core/modules/datetime/src/Tests/DateTestBase.php diff --git a/core/modules/datetime/src/Tests/DateTimeFieldTest.php b/web/core/modules/datetime/src/Tests/DateTimeFieldTest.php similarity index 100% rename from core/modules/datetime/src/Tests/DateTimeFieldTest.php rename to web/core/modules/datetime/src/Tests/DateTimeFieldTest.php diff --git a/core/modules/datetime/src/Tests/Views/ArgumentDateTimeTest.php b/web/core/modules/datetime/src/Tests/Views/ArgumentDateTimeTest.php similarity index 100% rename from core/modules/datetime/src/Tests/Views/ArgumentDateTimeTest.php rename to web/core/modules/datetime/src/Tests/Views/ArgumentDateTimeTest.php diff --git a/core/modules/datetime/src/Tests/Views/DateTimeHandlerTestBase.php b/web/core/modules/datetime/src/Tests/Views/DateTimeHandlerTestBase.php similarity index 100% rename from core/modules/datetime/src/Tests/Views/DateTimeHandlerTestBase.php rename to web/core/modules/datetime/src/Tests/Views/DateTimeHandlerTestBase.php diff --git a/core/modules/datetime/src/Tests/Views/FilterDateTest.php b/web/core/modules/datetime/src/Tests/Views/FilterDateTest.php similarity index 100% rename from core/modules/datetime/src/Tests/Views/FilterDateTest.php rename to web/core/modules/datetime/src/Tests/Views/FilterDateTest.php diff --git a/core/modules/datetime/src/Tests/Views/FilterDateTimeTest.php b/web/core/modules/datetime/src/Tests/Views/FilterDateTimeTest.php similarity index 100% rename from core/modules/datetime/src/Tests/Views/FilterDateTimeTest.php rename to web/core/modules/datetime/src/Tests/Views/FilterDateTimeTest.php diff --git a/core/modules/datetime/src/Tests/Views/SortDateTimeTest.php b/web/core/modules/datetime/src/Tests/Views/SortDateTimeTest.php similarity index 100% rename from core/modules/datetime/src/Tests/Views/SortDateTimeTest.php rename to web/core/modules/datetime/src/Tests/Views/SortDateTimeTest.php diff --git a/core/modules/datetime/tests/modules/datetime_test/datetime_test.info.yml b/web/core/modules/datetime/tests/modules/datetime_test/datetime_test.info.yml similarity index 100% rename from core/modules/datetime/tests/modules/datetime_test/datetime_test.info.yml rename to web/core/modules/datetime/tests/modules/datetime_test/datetime_test.info.yml diff --git a/core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_argument_datetime.yml b/web/core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_argument_datetime.yml similarity index 100% rename from core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_argument_datetime.yml rename to web/core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_argument_datetime.yml diff --git a/core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_filter_datetime.yml b/web/core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_filter_datetime.yml similarity index 100% rename from core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_filter_datetime.yml rename to web/core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_filter_datetime.yml diff --git a/core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_sort_datetime.yml b/web/core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_sort_datetime.yml similarity index 100% rename from core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_sort_datetime.yml rename to web/core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_sort_datetime.yml diff --git a/core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php b/web/core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php similarity index 100% rename from core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php rename to web/core/modules/datetime/tests/src/Kernel/DateTimeFormInjectionTest.php diff --git a/core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php b/web/core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php similarity index 100% rename from core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php rename to web/core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php diff --git a/core/modules/datetime_range/config/schema/datetime_range.schema.yml b/web/core/modules/datetime_range/config/schema/datetime_range.schema.yml similarity index 100% rename from core/modules/datetime_range/config/schema/datetime_range.schema.yml rename to web/core/modules/datetime_range/config/schema/datetime_range.schema.yml diff --git a/core/modules/datetime_range/datetime_range.info.yml b/web/core/modules/datetime_range/datetime_range.info.yml similarity index 100% rename from core/modules/datetime_range/datetime_range.info.yml rename to web/core/modules/datetime_range/datetime_range.info.yml diff --git a/core/modules/datetime_range/datetime_range.module b/web/core/modules/datetime_range/datetime_range.module similarity index 100% rename from core/modules/datetime_range/datetime_range.module rename to web/core/modules/datetime_range/datetime_range.module diff --git a/core/modules/datetime_range/datetime_range.post_update.php b/web/core/modules/datetime_range/datetime_range.post_update.php similarity index 100% rename from core/modules/datetime_range/datetime_range.post_update.php rename to web/core/modules/datetime_range/datetime_range.post_update.php diff --git a/core/modules/datetime_range/src/DateTimeRangeTrait.php b/web/core/modules/datetime_range/src/DateTimeRangeTrait.php similarity index 100% rename from core/modules/datetime_range/src/DateTimeRangeTrait.php rename to web/core/modules/datetime_range/src/DateTimeRangeTrait.php diff --git a/core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeCustomFormatter.php b/web/core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeCustomFormatter.php similarity index 100% rename from core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeCustomFormatter.php rename to web/core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeCustomFormatter.php diff --git a/core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeDefaultFormatter.php b/web/core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeDefaultFormatter.php similarity index 100% rename from core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeDefaultFormatter.php rename to web/core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeDefaultFormatter.php diff --git a/core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangePlainFormatter.php b/web/core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangePlainFormatter.php similarity index 100% rename from core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangePlainFormatter.php rename to web/core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangePlainFormatter.php diff --git a/core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php b/web/core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php similarity index 100% rename from core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php rename to web/core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php diff --git a/core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php b/web/core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php similarity index 100% rename from core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php rename to web/core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php diff --git a/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php b/web/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php similarity index 100% rename from core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php rename to web/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php diff --git a/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php b/web/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php similarity index 100% rename from core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php rename to web/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php diff --git a/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php b/web/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php similarity index 100% rename from core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php rename to web/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php diff --git a/core/modules/datetime_range/src/Tests/DateRangeFieldTest.php b/web/core/modules/datetime_range/src/Tests/DateRangeFieldTest.php similarity index 100% rename from core/modules/datetime_range/src/Tests/DateRangeFieldTest.php rename to web/core/modules/datetime_range/src/Tests/DateRangeFieldTest.php diff --git a/core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php b/web/core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php similarity index 100% rename from core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php rename to web/core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php diff --git a/core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php b/web/core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php similarity index 100% rename from core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php rename to web/core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php diff --git a/core/modules/dblog/config/install/dblog.settings.yml b/web/core/modules/dblog/config/install/dblog.settings.yml similarity index 100% rename from core/modules/dblog/config/install/dblog.settings.yml rename to web/core/modules/dblog/config/install/dblog.settings.yml diff --git a/core/modules/dblog/config/schema/dblog.schema.yml b/web/core/modules/dblog/config/schema/dblog.schema.yml similarity index 100% rename from core/modules/dblog/config/schema/dblog.schema.yml rename to web/core/modules/dblog/config/schema/dblog.schema.yml diff --git a/core/modules/dblog/config/schema/dblog.views.schema.yml b/web/core/modules/dblog/config/schema/dblog.views.schema.yml similarity index 100% rename from core/modules/dblog/config/schema/dblog.views.schema.yml rename to web/core/modules/dblog/config/schema/dblog.views.schema.yml diff --git a/core/modules/dblog/css/dblog.module.css b/web/core/modules/dblog/css/dblog.module.css similarity index 100% rename from core/modules/dblog/css/dblog.module.css rename to web/core/modules/dblog/css/dblog.module.css diff --git a/core/modules/dblog/dblog.admin.inc b/web/core/modules/dblog/dblog.admin.inc similarity index 100% rename from core/modules/dblog/dblog.admin.inc rename to web/core/modules/dblog/dblog.admin.inc diff --git a/core/modules/dblog/dblog.info.yml b/web/core/modules/dblog/dblog.info.yml similarity index 100% rename from core/modules/dblog/dblog.info.yml rename to web/core/modules/dblog/dblog.info.yml diff --git a/core/modules/dblog/dblog.install b/web/core/modules/dblog/dblog.install similarity index 100% rename from core/modules/dblog/dblog.install rename to web/core/modules/dblog/dblog.install diff --git a/core/modules/dblog/dblog.libraries.yml b/web/core/modules/dblog/dblog.libraries.yml similarity index 100% rename from core/modules/dblog/dblog.libraries.yml rename to web/core/modules/dblog/dblog.libraries.yml diff --git a/core/modules/dblog/dblog.links.menu.yml b/web/core/modules/dblog/dblog.links.menu.yml similarity index 100% rename from core/modules/dblog/dblog.links.menu.yml rename to web/core/modules/dblog/dblog.links.menu.yml diff --git a/core/modules/dblog/dblog.links.task.yml b/web/core/modules/dblog/dblog.links.task.yml similarity index 100% rename from core/modules/dblog/dblog.links.task.yml rename to web/core/modules/dblog/dblog.links.task.yml diff --git a/core/modules/dblog/dblog.module b/web/core/modules/dblog/dblog.module similarity index 100% rename from core/modules/dblog/dblog.module rename to web/core/modules/dblog/dblog.module diff --git a/core/modules/dblog/dblog.routing.yml b/web/core/modules/dblog/dblog.routing.yml similarity index 100% rename from core/modules/dblog/dblog.routing.yml rename to web/core/modules/dblog/dblog.routing.yml diff --git a/core/modules/dblog/dblog.services.yml b/web/core/modules/dblog/dblog.services.yml similarity index 100% rename from core/modules/dblog/dblog.services.yml rename to web/core/modules/dblog/dblog.services.yml diff --git a/core/modules/dblog/dblog.views.inc b/web/core/modules/dblog/dblog.views.inc similarity index 100% rename from core/modules/dblog/dblog.views.inc rename to web/core/modules/dblog/dblog.views.inc diff --git a/core/modules/dblog/migration_templates/d6_dblog_settings.yml b/web/core/modules/dblog/migration_templates/d6_dblog_settings.yml similarity index 100% rename from core/modules/dblog/migration_templates/d6_dblog_settings.yml rename to web/core/modules/dblog/migration_templates/d6_dblog_settings.yml diff --git a/core/modules/dblog/migration_templates/d7_dblog_settings.yml b/web/core/modules/dblog/migration_templates/d7_dblog_settings.yml similarity index 100% rename from core/modules/dblog/migration_templates/d7_dblog_settings.yml rename to web/core/modules/dblog/migration_templates/d7_dblog_settings.yml diff --git a/core/modules/dblog/src/Controller/DbLogController.php b/web/core/modules/dblog/src/Controller/DbLogController.php similarity index 100% rename from core/modules/dblog/src/Controller/DbLogController.php rename to web/core/modules/dblog/src/Controller/DbLogController.php diff --git a/core/modules/dblog/src/Form/DblogClearLogConfirmForm.php b/web/core/modules/dblog/src/Form/DblogClearLogConfirmForm.php similarity index 100% rename from core/modules/dblog/src/Form/DblogClearLogConfirmForm.php rename to web/core/modules/dblog/src/Form/DblogClearLogConfirmForm.php diff --git a/core/modules/dblog/src/Form/DblogFilterForm.php b/web/core/modules/dblog/src/Form/DblogFilterForm.php similarity index 100% rename from core/modules/dblog/src/Form/DblogFilterForm.php rename to web/core/modules/dblog/src/Form/DblogFilterForm.php diff --git a/core/modules/dblog/src/Logger/DbLog.php b/web/core/modules/dblog/src/Logger/DbLog.php similarity index 100% rename from core/modules/dblog/src/Logger/DbLog.php rename to web/core/modules/dblog/src/Logger/DbLog.php diff --git a/core/modules/dblog/src/Plugin/rest/resource/DBLogResource.php b/web/core/modules/dblog/src/Plugin/rest/resource/DBLogResource.php similarity index 100% rename from core/modules/dblog/src/Plugin/rest/resource/DBLogResource.php rename to web/core/modules/dblog/src/Plugin/rest/resource/DBLogResource.php diff --git a/core/modules/dblog/src/Plugin/views/field/DblogMessage.php b/web/core/modules/dblog/src/Plugin/views/field/DblogMessage.php similarity index 100% rename from core/modules/dblog/src/Plugin/views/field/DblogMessage.php rename to web/core/modules/dblog/src/Plugin/views/field/DblogMessage.php diff --git a/core/modules/dblog/src/Plugin/views/field/DblogOperations.php b/web/core/modules/dblog/src/Plugin/views/field/DblogOperations.php similarity index 100% rename from core/modules/dblog/src/Plugin/views/field/DblogOperations.php rename to web/core/modules/dblog/src/Plugin/views/field/DblogOperations.php diff --git a/core/modules/dblog/src/Plugin/views/wizard/Watchdog.php b/web/core/modules/dblog/src/Plugin/views/wizard/Watchdog.php similarity index 100% rename from core/modules/dblog/src/Plugin/views/wizard/Watchdog.php rename to web/core/modules/dblog/src/Plugin/views/wizard/Watchdog.php diff --git a/core/modules/dblog/src/Tests/ConnectionFailureTest.php b/web/core/modules/dblog/src/Tests/ConnectionFailureTest.php similarity index 100% rename from core/modules/dblog/src/Tests/ConnectionFailureTest.php rename to web/core/modules/dblog/src/Tests/ConnectionFailureTest.php diff --git a/core/modules/dblog/src/Tests/DbLogTest.php b/web/core/modules/dblog/src/Tests/DbLogTest.php similarity index 100% rename from core/modules/dblog/src/Tests/DbLogTest.php rename to web/core/modules/dblog/src/Tests/DbLogTest.php diff --git a/core/modules/dblog/src/Tests/Rest/DbLogResourceTest.php b/web/core/modules/dblog/src/Tests/Rest/DbLogResourceTest.php similarity index 100% rename from core/modules/dblog/src/Tests/Rest/DbLogResourceTest.php rename to web/core/modules/dblog/src/Tests/Rest/DbLogResourceTest.php diff --git a/core/modules/dblog/tests/modules/dblog_test_views/dblog_test_views.info.yml b/web/core/modules/dblog/tests/modules/dblog_test_views/dblog_test_views.info.yml similarity index 100% rename from core/modules/dblog/tests/modules/dblog_test_views/dblog_test_views.info.yml rename to web/core/modules/dblog/tests/modules/dblog_test_views/dblog_test_views.info.yml diff --git a/core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.test_dblog.yml b/web/core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.test_dblog.yml similarity index 100% rename from core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.test_dblog.yml rename to web/core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.test_dblog.yml diff --git a/core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php b/web/core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php similarity index 100% rename from core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php rename to web/core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php diff --git a/core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php b/web/core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php similarity index 100% rename from core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php rename to web/core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php diff --git a/core/modules/dblog/tests/src/Kernel/Migrate/d6/MigrateDblogConfigsTest.php b/web/core/modules/dblog/tests/src/Kernel/Migrate/d6/MigrateDblogConfigsTest.php similarity index 100% rename from core/modules/dblog/tests/src/Kernel/Migrate/d6/MigrateDblogConfigsTest.php rename to web/core/modules/dblog/tests/src/Kernel/Migrate/d6/MigrateDblogConfigsTest.php diff --git a/core/modules/dblog/tests/src/Kernel/Migrate/d7/MigrateDblogConfigsTest.php b/web/core/modules/dblog/tests/src/Kernel/Migrate/d7/MigrateDblogConfigsTest.php similarity index 100% rename from core/modules/dblog/tests/src/Kernel/Migrate/d7/MigrateDblogConfigsTest.php rename to web/core/modules/dblog/tests/src/Kernel/Migrate/d7/MigrateDblogConfigsTest.php diff --git a/core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php b/web/core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php similarity index 100% rename from core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php rename to web/core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php diff --git a/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml b/web/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml similarity index 100% rename from core/modules/dynamic_page_cache/dynamic_page_cache.info.yml rename to web/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml diff --git a/core/modules/dynamic_page_cache/dynamic_page_cache.module b/web/core/modules/dynamic_page_cache/dynamic_page_cache.module similarity index 100% rename from core/modules/dynamic_page_cache/dynamic_page_cache.module rename to web/core/modules/dynamic_page_cache/dynamic_page_cache.module diff --git a/core/modules/dynamic_page_cache/dynamic_page_cache.services.yml b/web/core/modules/dynamic_page_cache/dynamic_page_cache.services.yml similarity index 100% rename from core/modules/dynamic_page_cache/dynamic_page_cache.services.yml rename to web/core/modules/dynamic_page_cache/dynamic_page_cache.services.yml diff --git a/core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php b/web/core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php similarity index 100% rename from core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php rename to web/core/modules/dynamic_page_cache/src/EventSubscriber/DynamicPageCacheSubscriber.php diff --git a/core/modules/dynamic_page_cache/src/PageCache/RequestPolicy/DefaultRequestPolicy.php b/web/core/modules/dynamic_page_cache/src/PageCache/RequestPolicy/DefaultRequestPolicy.php similarity index 100% rename from core/modules/dynamic_page_cache/src/PageCache/RequestPolicy/DefaultRequestPolicy.php rename to web/core/modules/dynamic_page_cache/src/PageCache/RequestPolicy/DefaultRequestPolicy.php diff --git a/core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php b/web/core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php similarity index 100% rename from core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php rename to web/core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php diff --git a/core/modules/dynamic_page_cache/src/Tests/DynamicPageCacheIntegrationTest.php b/web/core/modules/dynamic_page_cache/src/Tests/DynamicPageCacheIntegrationTest.php similarity index 100% rename from core/modules/dynamic_page_cache/src/Tests/DynamicPageCacheIntegrationTest.php rename to web/core/modules/dynamic_page_cache/src/Tests/DynamicPageCacheIntegrationTest.php diff --git a/core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.info.yml b/web/core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.info.yml similarity index 100% rename from core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.info.yml rename to web/core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.info.yml diff --git a/core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.routing.yml b/web/core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.routing.yml similarity index 100% rename from core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.routing.yml rename to web/core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.routing.yml diff --git a/core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php b/web/core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php similarity index 100% rename from core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php rename to web/core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php diff --git a/core/modules/editor/config/schema/editor.schema.yml b/web/core/modules/editor/config/schema/editor.schema.yml similarity index 100% rename from core/modules/editor/config/schema/editor.schema.yml rename to web/core/modules/editor/config/schema/editor.schema.yml diff --git a/core/modules/editor/editor.admin.inc b/web/core/modules/editor/editor.admin.inc similarity index 100% rename from core/modules/editor/editor.admin.inc rename to web/core/modules/editor/editor.admin.inc diff --git a/core/modules/editor/editor.api.php b/web/core/modules/editor/editor.api.php similarity index 100% rename from core/modules/editor/editor.api.php rename to web/core/modules/editor/editor.api.php diff --git a/core/modules/editor/editor.info.yml b/web/core/modules/editor/editor.info.yml similarity index 100% rename from core/modules/editor/editor.info.yml rename to web/core/modules/editor/editor.info.yml diff --git a/core/modules/editor/editor.install b/web/core/modules/editor/editor.install similarity index 100% rename from core/modules/editor/editor.install rename to web/core/modules/editor/editor.install diff --git a/core/modules/editor/editor.libraries.yml b/web/core/modules/editor/editor.libraries.yml similarity index 100% rename from core/modules/editor/editor.libraries.yml rename to web/core/modules/editor/editor.libraries.yml diff --git a/core/modules/editor/editor.module b/web/core/modules/editor/editor.module similarity index 100% rename from core/modules/editor/editor.module rename to web/core/modules/editor/editor.module diff --git a/core/modules/editor/editor.post_update.php b/web/core/modules/editor/editor.post_update.php similarity index 100% rename from core/modules/editor/editor.post_update.php rename to web/core/modules/editor/editor.post_update.php diff --git a/core/modules/editor/editor.routing.yml b/web/core/modules/editor/editor.routing.yml similarity index 100% rename from core/modules/editor/editor.routing.yml rename to web/core/modules/editor/editor.routing.yml diff --git a/core/modules/editor/editor.services.yml b/web/core/modules/editor/editor.services.yml similarity index 100% rename from core/modules/editor/editor.services.yml rename to web/core/modules/editor/editor.services.yml diff --git a/core/modules/editor/js/editor.admin.js b/web/core/modules/editor/js/editor.admin.js similarity index 100% rename from core/modules/editor/js/editor.admin.js rename to web/core/modules/editor/js/editor.admin.js diff --git a/core/modules/editor/js/editor.dialog.js b/web/core/modules/editor/js/editor.dialog.js similarity index 100% rename from core/modules/editor/js/editor.dialog.js rename to web/core/modules/editor/js/editor.dialog.js diff --git a/core/modules/editor/js/editor.formattedTextEditor.js b/web/core/modules/editor/js/editor.formattedTextEditor.js similarity index 100% rename from core/modules/editor/js/editor.formattedTextEditor.js rename to web/core/modules/editor/js/editor.formattedTextEditor.js diff --git a/core/modules/editor/js/editor.js b/web/core/modules/editor/js/editor.js similarity index 100% rename from core/modules/editor/js/editor.js rename to web/core/modules/editor/js/editor.js diff --git a/core/modules/editor/src/Ajax/EditorDialogSave.php b/web/core/modules/editor/src/Ajax/EditorDialogSave.php similarity index 100% rename from core/modules/editor/src/Ajax/EditorDialogSave.php rename to web/core/modules/editor/src/Ajax/EditorDialogSave.php diff --git a/core/modules/editor/src/Ajax/GetUntransformedTextCommand.php b/web/core/modules/editor/src/Ajax/GetUntransformedTextCommand.php similarity index 100% rename from core/modules/editor/src/Ajax/GetUntransformedTextCommand.php rename to web/core/modules/editor/src/Ajax/GetUntransformedTextCommand.php diff --git a/core/modules/editor/src/Annotation/Editor.php b/web/core/modules/editor/src/Annotation/Editor.php similarity index 100% rename from core/modules/editor/src/Annotation/Editor.php rename to web/core/modules/editor/src/Annotation/Editor.php diff --git a/core/modules/editor/src/EditorAccessControlHandler.php b/web/core/modules/editor/src/EditorAccessControlHandler.php similarity index 100% rename from core/modules/editor/src/EditorAccessControlHandler.php rename to web/core/modules/editor/src/EditorAccessControlHandler.php diff --git a/core/modules/editor/src/EditorController.php b/web/core/modules/editor/src/EditorController.php similarity index 100% rename from core/modules/editor/src/EditorController.php rename to web/core/modules/editor/src/EditorController.php diff --git a/core/modules/editor/src/EditorInterface.php b/web/core/modules/editor/src/EditorInterface.php similarity index 100% rename from core/modules/editor/src/EditorInterface.php rename to web/core/modules/editor/src/EditorInterface.php diff --git a/core/modules/editor/src/EditorXssFilter/Standard.php b/web/core/modules/editor/src/EditorXssFilter/Standard.php similarity index 100% rename from core/modules/editor/src/EditorXssFilter/Standard.php rename to web/core/modules/editor/src/EditorXssFilter/Standard.php diff --git a/core/modules/editor/src/EditorXssFilterInterface.php b/web/core/modules/editor/src/EditorXssFilterInterface.php similarity index 100% rename from core/modules/editor/src/EditorXssFilterInterface.php rename to web/core/modules/editor/src/EditorXssFilterInterface.php diff --git a/core/modules/editor/src/Element.php b/web/core/modules/editor/src/Element.php similarity index 100% rename from core/modules/editor/src/Element.php rename to web/core/modules/editor/src/Element.php diff --git a/core/modules/editor/src/Entity/Editor.php b/web/core/modules/editor/src/Entity/Editor.php similarity index 100% rename from core/modules/editor/src/Entity/Editor.php rename to web/core/modules/editor/src/Entity/Editor.php diff --git a/core/modules/editor/src/Form/EditorImageDialog.php b/web/core/modules/editor/src/Form/EditorImageDialog.php similarity index 100% rename from core/modules/editor/src/Form/EditorImageDialog.php rename to web/core/modules/editor/src/Form/EditorImageDialog.php diff --git a/core/modules/editor/src/Form/EditorLinkDialog.php b/web/core/modules/editor/src/Form/EditorLinkDialog.php similarity index 100% rename from core/modules/editor/src/Form/EditorLinkDialog.php rename to web/core/modules/editor/src/Form/EditorLinkDialog.php diff --git a/core/modules/editor/src/Plugin/EditorBase.php b/web/core/modules/editor/src/Plugin/EditorBase.php similarity index 100% rename from core/modules/editor/src/Plugin/EditorBase.php rename to web/core/modules/editor/src/Plugin/EditorBase.php diff --git a/core/modules/editor/src/Plugin/EditorManager.php b/web/core/modules/editor/src/Plugin/EditorManager.php similarity index 100% rename from core/modules/editor/src/Plugin/EditorManager.php rename to web/core/modules/editor/src/Plugin/EditorManager.php diff --git a/core/modules/editor/src/Plugin/EditorPluginInterface.php b/web/core/modules/editor/src/Plugin/EditorPluginInterface.php similarity index 100% rename from core/modules/editor/src/Plugin/EditorPluginInterface.php rename to web/core/modules/editor/src/Plugin/EditorPluginInterface.php diff --git a/core/modules/editor/src/Plugin/Filter/EditorFileReference.php b/web/core/modules/editor/src/Plugin/Filter/EditorFileReference.php similarity index 100% rename from core/modules/editor/src/Plugin/Filter/EditorFileReference.php rename to web/core/modules/editor/src/Plugin/Filter/EditorFileReference.php diff --git a/core/modules/editor/src/Plugin/InPlaceEditor/Editor.php b/web/core/modules/editor/src/Plugin/InPlaceEditor/Editor.php similarity index 100% rename from core/modules/editor/src/Plugin/InPlaceEditor/Editor.php rename to web/core/modules/editor/src/Plugin/InPlaceEditor/Editor.php diff --git a/core/modules/editor/src/Tests/EditorAdminTest.php b/web/core/modules/editor/src/Tests/EditorAdminTest.php similarity index 100% rename from core/modules/editor/src/Tests/EditorAdminTest.php rename to web/core/modules/editor/src/Tests/EditorAdminTest.php diff --git a/core/modules/editor/src/Tests/EditorDialogAccessTest.php b/web/core/modules/editor/src/Tests/EditorDialogAccessTest.php similarity index 100% rename from core/modules/editor/src/Tests/EditorDialogAccessTest.php rename to web/core/modules/editor/src/Tests/EditorDialogAccessTest.php diff --git a/core/modules/editor/src/Tests/EditorLoadingTest.php b/web/core/modules/editor/src/Tests/EditorLoadingTest.php similarity index 100% rename from core/modules/editor/src/Tests/EditorLoadingTest.php rename to web/core/modules/editor/src/Tests/EditorLoadingTest.php diff --git a/core/modules/editor/src/Tests/EditorPrivateFileReferenceFilterTest.php b/web/core/modules/editor/src/Tests/EditorPrivateFileReferenceFilterTest.php similarity index 100% rename from core/modules/editor/src/Tests/EditorPrivateFileReferenceFilterTest.php rename to web/core/modules/editor/src/Tests/EditorPrivateFileReferenceFilterTest.php diff --git a/core/modules/editor/src/Tests/EditorSecurityTest.php b/web/core/modules/editor/src/Tests/EditorSecurityTest.php similarity index 100% rename from core/modules/editor/src/Tests/EditorSecurityTest.php rename to web/core/modules/editor/src/Tests/EditorSecurityTest.php diff --git a/core/modules/editor/src/Tests/EditorUploadImageScaleTest.php b/web/core/modules/editor/src/Tests/EditorUploadImageScaleTest.php similarity index 100% rename from core/modules/editor/src/Tests/EditorUploadImageScaleTest.php rename to web/core/modules/editor/src/Tests/EditorUploadImageScaleTest.php diff --git a/core/modules/editor/src/Tests/QuickEditIntegrationLoadingTest.php b/web/core/modules/editor/src/Tests/QuickEditIntegrationLoadingTest.php similarity index 100% rename from core/modules/editor/src/Tests/QuickEditIntegrationLoadingTest.php rename to web/core/modules/editor/src/Tests/QuickEditIntegrationLoadingTest.php diff --git a/core/modules/editor/src/Tests/Update/EditorUpdateTest.php b/web/core/modules/editor/src/Tests/Update/EditorUpdateTest.php similarity index 100% rename from core/modules/editor/src/Tests/Update/EditorUpdateTest.php rename to web/core/modules/editor/src/Tests/Update/EditorUpdateTest.php diff --git a/core/modules/editor/tests/editor_private_test/config/install/editor.editor.private_images.yml b/web/core/modules/editor/tests/editor_private_test/config/install/editor.editor.private_images.yml similarity index 100% rename from core/modules/editor/tests/editor_private_test/config/install/editor.editor.private_images.yml rename to web/core/modules/editor/tests/editor_private_test/config/install/editor.editor.private_images.yml diff --git a/core/modules/editor/tests/editor_private_test/config/install/filter.format.private_images.yml b/web/core/modules/editor/tests/editor_private_test/config/install/filter.format.private_images.yml similarity index 100% rename from core/modules/editor/tests/editor_private_test/config/install/filter.format.private_images.yml rename to web/core/modules/editor/tests/editor_private_test/config/install/filter.format.private_images.yml diff --git a/core/modules/editor/tests/editor_private_test/editor_private_test.info.yml b/web/core/modules/editor/tests/editor_private_test/editor_private_test.info.yml similarity index 100% rename from core/modules/editor/tests/editor_private_test/editor_private_test.info.yml rename to web/core/modules/editor/tests/editor_private_test/editor_private_test.info.yml diff --git a/core/modules/editor/tests/modules/config/schema/editor_test.schema.yml b/web/core/modules/editor/tests/modules/config/schema/editor_test.schema.yml similarity index 100% rename from core/modules/editor/tests/modules/config/schema/editor_test.schema.yml rename to web/core/modules/editor/tests/modules/config/schema/editor_test.schema.yml diff --git a/core/modules/editor/tests/modules/editor_test.info.yml b/web/core/modules/editor/tests/modules/editor_test.info.yml similarity index 100% rename from core/modules/editor/tests/modules/editor_test.info.yml rename to web/core/modules/editor/tests/modules/editor_test.info.yml diff --git a/core/modules/editor/tests/modules/editor_test.libraries.yml b/web/core/modules/editor/tests/modules/editor_test.libraries.yml similarity index 100% rename from core/modules/editor/tests/modules/editor_test.libraries.yml rename to web/core/modules/editor/tests/modules/editor_test.libraries.yml diff --git a/core/modules/editor/tests/modules/editor_test.module b/web/core/modules/editor/tests/modules/editor_test.module similarity index 100% rename from core/modules/editor/tests/modules/editor_test.module rename to web/core/modules/editor/tests/modules/editor_test.module diff --git a/core/modules/editor/tests/modules/src/EditorXssFilter/Insecure.php b/web/core/modules/editor/tests/modules/src/EditorXssFilter/Insecure.php similarity index 100% rename from core/modules/editor/tests/modules/src/EditorXssFilter/Insecure.php rename to web/core/modules/editor/tests/modules/src/EditorXssFilter/Insecure.php diff --git a/core/modules/editor/tests/modules/src/Plugin/Editor/TRexEditor.php b/web/core/modules/editor/tests/modules/src/Plugin/Editor/TRexEditor.php similarity index 100% rename from core/modules/editor/tests/modules/src/Plugin/Editor/TRexEditor.php rename to web/core/modules/editor/tests/modules/src/Plugin/Editor/TRexEditor.php diff --git a/core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php b/web/core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php similarity index 100% rename from core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php rename to web/core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php diff --git a/core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php b/web/core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php similarity index 100% rename from core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php rename to web/core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php diff --git a/core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php b/web/core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php similarity index 100% rename from core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php rename to web/core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php diff --git a/core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php b/web/core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php similarity index 100% rename from core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php rename to web/core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php diff --git a/core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php b/web/core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php similarity index 100% rename from core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php rename to web/core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php diff --git a/core/modules/editor/tests/src/Kernel/EditorManagerTest.php b/web/core/modules/editor/tests/src/Kernel/EditorManagerTest.php similarity index 100% rename from core/modules/editor/tests/src/Kernel/EditorManagerTest.php rename to web/core/modules/editor/tests/src/Kernel/EditorManagerTest.php diff --git a/core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php b/web/core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php similarity index 100% rename from core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php rename to web/core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php diff --git a/core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php b/web/core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php similarity index 100% rename from core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php rename to web/core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php diff --git a/core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php b/web/core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php similarity index 100% rename from core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php rename to web/core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php diff --git a/core/modules/entity_reference/entity_reference.info.yml b/web/core/modules/entity_reference/entity_reference.info.yml similarity index 100% rename from core/modules/entity_reference/entity_reference.info.yml rename to web/core/modules/entity_reference/entity_reference.info.yml diff --git a/core/modules/entity_reference/entity_reference.module b/web/core/modules/entity_reference/entity_reference.module similarity index 100% rename from core/modules/entity_reference/entity_reference.module rename to web/core/modules/entity_reference/entity_reference.module diff --git a/core/modules/entity_reference/src/ConfigurableEntityReferenceItem.php b/web/core/modules/entity_reference/src/ConfigurableEntityReferenceItem.php similarity index 100% rename from core/modules/entity_reference/src/ConfigurableEntityReferenceItem.php rename to web/core/modules/entity_reference/src/ConfigurableEntityReferenceItem.php diff --git a/core/modules/entity_reference/src/Plugin/views/display/EntityReference.php b/web/core/modules/entity_reference/src/Plugin/views/display/EntityReference.php similarity index 100% rename from core/modules/entity_reference/src/Plugin/views/display/EntityReference.php rename to web/core/modules/entity_reference/src/Plugin/views/display/EntityReference.php diff --git a/core/modules/entity_reference/src/Plugin/views/row/EntityReference.php b/web/core/modules/entity_reference/src/Plugin/views/row/EntityReference.php similarity index 100% rename from core/modules/entity_reference/src/Plugin/views/row/EntityReference.php rename to web/core/modules/entity_reference/src/Plugin/views/row/EntityReference.php diff --git a/core/modules/entity_reference/src/Plugin/views/style/EntityReference.php b/web/core/modules/entity_reference/src/Plugin/views/style/EntityReference.php similarity index 100% rename from core/modules/entity_reference/src/Plugin/views/style/EntityReference.php rename to web/core/modules/entity_reference/src/Plugin/views/style/EntityReference.php diff --git a/core/modules/field/config/install/field.settings.yml b/web/core/modules/field/config/install/field.settings.yml similarity index 100% rename from core/modules/field/config/install/field.settings.yml rename to web/core/modules/field/config/install/field.settings.yml diff --git a/core/modules/field/config/schema/field.schema.yml b/web/core/modules/field/config/schema/field.schema.yml similarity index 100% rename from core/modules/field/config/schema/field.schema.yml rename to web/core/modules/field/config/schema/field.schema.yml diff --git a/core/modules/field/config/schema/field.views.schema.yml b/web/core/modules/field/config/schema/field.views.schema.yml similarity index 100% rename from core/modules/field/config/schema/field.views.schema.yml rename to web/core/modules/field/config/schema/field.views.schema.yml diff --git a/core/modules/field/field.api.php b/web/core/modules/field/field.api.php similarity index 100% rename from core/modules/field/field.api.php rename to web/core/modules/field/field.api.php diff --git a/core/modules/field/field.info.yml b/web/core/modules/field/field.info.yml similarity index 100% rename from core/modules/field/field.info.yml rename to web/core/modules/field/field.info.yml diff --git a/core/modules/field/field.install b/web/core/modules/field/field.install similarity index 100% rename from core/modules/field/field.install rename to web/core/modules/field/field.install diff --git a/core/modules/field/field.module b/web/core/modules/field/field.module similarity index 100% rename from core/modules/field/field.module rename to web/core/modules/field/field.module diff --git a/core/modules/field/field.post_update.php b/web/core/modules/field/field.post_update.php similarity index 100% rename from core/modules/field/field.post_update.php rename to web/core/modules/field/field.post_update.php diff --git a/core/modules/field/field.purge.inc b/web/core/modules/field/field.purge.inc similarity index 100% rename from core/modules/field/field.purge.inc rename to web/core/modules/field/field.purge.inc diff --git a/core/modules/field/field.services.yml b/web/core/modules/field/field.services.yml similarity index 100% rename from core/modules/field/field.services.yml rename to web/core/modules/field/field.services.yml diff --git a/core/modules/field/migration_templates/d6_field.yml b/web/core/modules/field/migration_templates/d6_field.yml similarity index 100% rename from core/modules/field/migration_templates/d6_field.yml rename to web/core/modules/field/migration_templates/d6_field.yml diff --git a/core/modules/field/migration_templates/d6_field_formatter_settings.yml b/web/core/modules/field/migration_templates/d6_field_formatter_settings.yml similarity index 100% rename from core/modules/field/migration_templates/d6_field_formatter_settings.yml rename to web/core/modules/field/migration_templates/d6_field_formatter_settings.yml diff --git a/core/modules/field/migration_templates/d6_field_instance.yml b/web/core/modules/field/migration_templates/d6_field_instance.yml similarity index 100% rename from core/modules/field/migration_templates/d6_field_instance.yml rename to web/core/modules/field/migration_templates/d6_field_instance.yml diff --git a/core/modules/field/migration_templates/d6_field_instance_widget_settings.yml b/web/core/modules/field/migration_templates/d6_field_instance_widget_settings.yml similarity index 100% rename from core/modules/field/migration_templates/d6_field_instance_widget_settings.yml rename to web/core/modules/field/migration_templates/d6_field_instance_widget_settings.yml diff --git a/core/modules/field/migration_templates/d7_field.yml b/web/core/modules/field/migration_templates/d7_field.yml similarity index 100% rename from core/modules/field/migration_templates/d7_field.yml rename to web/core/modules/field/migration_templates/d7_field.yml diff --git a/core/modules/field/migration_templates/d7_field_formatter_settings.yml b/web/core/modules/field/migration_templates/d7_field_formatter_settings.yml similarity index 100% rename from core/modules/field/migration_templates/d7_field_formatter_settings.yml rename to web/core/modules/field/migration_templates/d7_field_formatter_settings.yml diff --git a/core/modules/field/migration_templates/d7_field_instance.yml b/web/core/modules/field/migration_templates/d7_field_instance.yml similarity index 100% rename from core/modules/field/migration_templates/d7_field_instance.yml rename to web/core/modules/field/migration_templates/d7_field_instance.yml diff --git a/core/modules/field/migration_templates/d7_field_instance_widget_settings.yml b/web/core/modules/field/migration_templates/d7_field_instance_widget_settings.yml similarity index 100% rename from core/modules/field/migration_templates/d7_field_instance_widget_settings.yml rename to web/core/modules/field/migration_templates/d7_field_instance_widget_settings.yml diff --git a/core/modules/field/migration_templates/d7_view_modes.yml b/web/core/modules/field/migration_templates/d7_view_modes.yml similarity index 100% rename from core/modules/field/migration_templates/d7_view_modes.yml rename to web/core/modules/field/migration_templates/d7_view_modes.yml diff --git a/core/modules/field/src/ConfigImporterFieldPurger.php b/web/core/modules/field/src/ConfigImporterFieldPurger.php similarity index 100% rename from core/modules/field/src/ConfigImporterFieldPurger.php rename to web/core/modules/field/src/ConfigImporterFieldPurger.php diff --git a/core/modules/field/src/Entity/FieldConfig.php b/web/core/modules/field/src/Entity/FieldConfig.php similarity index 100% rename from core/modules/field/src/Entity/FieldConfig.php rename to web/core/modules/field/src/Entity/FieldConfig.php diff --git a/core/modules/field/src/Entity/FieldStorageConfig.php b/web/core/modules/field/src/Entity/FieldStorageConfig.php similarity index 100% rename from core/modules/field/src/Entity/FieldStorageConfig.php rename to web/core/modules/field/src/Entity/FieldStorageConfig.php diff --git a/core/modules/field/src/FieldConfigAccessControlHandler.php b/web/core/modules/field/src/FieldConfigAccessControlHandler.php similarity index 100% rename from core/modules/field/src/FieldConfigAccessControlHandler.php rename to web/core/modules/field/src/FieldConfigAccessControlHandler.php diff --git a/core/modules/field/src/FieldConfigInterface.php b/web/core/modules/field/src/FieldConfigInterface.php similarity index 100% rename from core/modules/field/src/FieldConfigInterface.php rename to web/core/modules/field/src/FieldConfigInterface.php diff --git a/core/modules/field/src/FieldConfigStorage.php b/web/core/modules/field/src/FieldConfigStorage.php similarity index 100% rename from core/modules/field/src/FieldConfigStorage.php rename to web/core/modules/field/src/FieldConfigStorage.php diff --git a/core/modules/field/src/FieldStorageConfigInterface.php b/web/core/modules/field/src/FieldStorageConfigInterface.php similarity index 100% rename from core/modules/field/src/FieldStorageConfigInterface.php rename to web/core/modules/field/src/FieldStorageConfigInterface.php diff --git a/core/modules/field/src/FieldStorageConfigStorage.php b/web/core/modules/field/src/FieldStorageConfigStorage.php similarity index 100% rename from core/modules/field/src/FieldStorageConfigStorage.php rename to web/core/modules/field/src/FieldStorageConfigStorage.php diff --git a/core/modules/field/src/FieldStorageConfigUpdateForbiddenException.php b/web/core/modules/field/src/FieldStorageConfigUpdateForbiddenException.php similarity index 100% rename from core/modules/field/src/FieldStorageConfigUpdateForbiddenException.php rename to web/core/modules/field/src/FieldStorageConfigUpdateForbiddenException.php diff --git a/core/modules/field/src/FieldUninstallValidator.php b/web/core/modules/field/src/FieldUninstallValidator.php similarity index 100% rename from core/modules/field/src/FieldUninstallValidator.php rename to web/core/modules/field/src/FieldUninstallValidator.php diff --git a/core/modules/field/src/Plugin/migrate/process/FieldType.php b/web/core/modules/field/src/Plugin/migrate/process/FieldType.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/process/FieldType.php rename to web/core/modules/field/src/Plugin/migrate/process/FieldType.php diff --git a/core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php b/web/core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php rename to web/core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php diff --git a/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceDefaults.php b/web/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceDefaults.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceDefaults.php rename to web/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceDefaults.php diff --git a/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceSettings.php b/web/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceSettings.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceSettings.php rename to web/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceSettings.php diff --git a/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceWidgetSettings.php b/web/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceWidgetSettings.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceWidgetSettings.php rename to web/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceWidgetSettings.php diff --git a/core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php b/web/core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php rename to web/core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php diff --git a/core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php b/web/core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php rename to web/core/modules/field/src/Plugin/migrate/process/d6/FieldTypeDefaults.php diff --git a/core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php b/web/core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php rename to web/core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php diff --git a/core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceSettings.php b/web/core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceSettings.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceSettings.php rename to web/core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceSettings.php diff --git a/core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php b/web/core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php rename to web/core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php diff --git a/core/modules/field/src/Plugin/migrate/source/d6/Field.php b/web/core/modules/field/src/Plugin/migrate/source/d6/Field.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/source/d6/Field.php rename to web/core/modules/field/src/Plugin/migrate/source/d6/Field.php diff --git a/core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php b/web/core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php rename to web/core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php diff --git a/core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerFormDisplay.php b/web/core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerFormDisplay.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerFormDisplay.php rename to web/core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerFormDisplay.php diff --git a/core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerViewMode.php b/web/core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerViewMode.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerViewMode.php rename to web/core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerViewMode.php diff --git a/core/modules/field/src/Plugin/migrate/source/d7/Field.php b/web/core/modules/field/src/Plugin/migrate/source/d7/Field.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/source/d7/Field.php rename to web/core/modules/field/src/Plugin/migrate/source/d7/Field.php diff --git a/core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php b/web/core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php rename to web/core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php diff --git a/core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerFormDisplay.php b/web/core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerFormDisplay.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerFormDisplay.php rename to web/core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerFormDisplay.php diff --git a/core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerViewMode.php b/web/core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerViewMode.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerViewMode.php rename to web/core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerViewMode.php diff --git a/core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php b/web/core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php similarity index 100% rename from core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php rename to web/core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php diff --git a/core/modules/field/src/ProxyClass/FieldUninstallValidator.php b/web/core/modules/field/src/ProxyClass/FieldUninstallValidator.php similarity index 100% rename from core/modules/field/src/ProxyClass/FieldUninstallValidator.php rename to web/core/modules/field/src/ProxyClass/FieldUninstallValidator.php diff --git a/core/modules/field/src/Tests/Boolean/BooleanFieldTest.php b/web/core/modules/field/src/Tests/Boolean/BooleanFieldTest.php similarity index 100% rename from core/modules/field/src/Tests/Boolean/BooleanFieldTest.php rename to web/core/modules/field/src/Tests/Boolean/BooleanFieldTest.php diff --git a/core/modules/field/src/Tests/Boolean/BooleanFormatterSettingsTest.php b/web/core/modules/field/src/Tests/Boolean/BooleanFormatterSettingsTest.php similarity index 100% rename from core/modules/field/src/Tests/Boolean/BooleanFormatterSettingsTest.php rename to web/core/modules/field/src/Tests/Boolean/BooleanFormatterSettingsTest.php diff --git a/core/modules/field/src/Tests/Email/EmailFieldTest.php b/web/core/modules/field/src/Tests/Email/EmailFieldTest.php similarity index 100% rename from core/modules/field/src/Tests/Email/EmailFieldTest.php rename to web/core/modules/field/src/Tests/Email/EmailFieldTest.php diff --git a/core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php b/web/core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php similarity index 100% rename from core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php rename to web/core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php diff --git a/core/modules/field/src/Tests/EntityReference/EntityReferenceAutoCreateTest.php b/web/core/modules/field/src/Tests/EntityReference/EntityReferenceAutoCreateTest.php similarity index 100% rename from core/modules/field/src/Tests/EntityReference/EntityReferenceAutoCreateTest.php rename to web/core/modules/field/src/Tests/EntityReference/EntityReferenceAutoCreateTest.php diff --git a/core/modules/field/src/Tests/EntityReference/EntityReferenceFieldDefaultValueTest.php b/web/core/modules/field/src/Tests/EntityReference/EntityReferenceFieldDefaultValueTest.php similarity index 100% rename from core/modules/field/src/Tests/EntityReference/EntityReferenceFieldDefaultValueTest.php rename to web/core/modules/field/src/Tests/EntityReference/EntityReferenceFieldDefaultValueTest.php diff --git a/core/modules/field/src/Tests/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php b/web/core/modules/field/src/Tests/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php similarity index 100% rename from core/modules/field/src/Tests/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php rename to web/core/modules/field/src/Tests/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php diff --git a/core/modules/field/src/Tests/EntityReference/EntityReferenceFileUploadTest.php b/web/core/modules/field/src/Tests/EntityReference/EntityReferenceFileUploadTest.php similarity index 100% rename from core/modules/field/src/Tests/EntityReference/EntityReferenceFileUploadTest.php rename to web/core/modules/field/src/Tests/EntityReference/EntityReferenceFileUploadTest.php diff --git a/core/modules/field/src/Tests/EntityReference/EntityReferenceIntegrationTest.php b/web/core/modules/field/src/Tests/EntityReference/EntityReferenceIntegrationTest.php similarity index 100% rename from core/modules/field/src/Tests/EntityReference/EntityReferenceIntegrationTest.php rename to web/core/modules/field/src/Tests/EntityReference/EntityReferenceIntegrationTest.php diff --git a/core/modules/field/src/Tests/EntityReference/EntityReferenceTestTrait.php b/web/core/modules/field/src/Tests/EntityReference/EntityReferenceTestTrait.php similarity index 100% rename from core/modules/field/src/Tests/EntityReference/EntityReferenceTestTrait.php rename to web/core/modules/field/src/Tests/EntityReference/EntityReferenceTestTrait.php diff --git a/core/modules/field/src/Tests/EntityReference/EntityReferenceXSSTest.php b/web/core/modules/field/src/Tests/EntityReference/EntityReferenceXSSTest.php similarity index 100% rename from core/modules/field/src/Tests/EntityReference/EntityReferenceXSSTest.php rename to web/core/modules/field/src/Tests/EntityReference/EntityReferenceXSSTest.php diff --git a/core/modules/field/src/Tests/EntityReference/Views/SelectionTest.php b/web/core/modules/field/src/Tests/EntityReference/Views/SelectionTest.php similarity index 100% rename from core/modules/field/src/Tests/EntityReference/Views/SelectionTest.php rename to web/core/modules/field/src/Tests/EntityReference/Views/SelectionTest.php diff --git a/core/modules/field/src/Tests/FieldAccessTest.php b/web/core/modules/field/src/Tests/FieldAccessTest.php similarity index 100% rename from core/modules/field/src/Tests/FieldAccessTest.php rename to web/core/modules/field/src/Tests/FieldAccessTest.php diff --git a/core/modules/field/src/Tests/FieldDefaultValueCallbackProvider.php b/web/core/modules/field/src/Tests/FieldDefaultValueCallbackProvider.php similarity index 100% rename from core/modules/field/src/Tests/FieldDefaultValueCallbackProvider.php rename to web/core/modules/field/src/Tests/FieldDefaultValueCallbackProvider.php diff --git a/core/modules/field/src/Tests/FieldDefaultValueCallbackTest.php b/web/core/modules/field/src/Tests/FieldDefaultValueCallbackTest.php similarity index 100% rename from core/modules/field/src/Tests/FieldDefaultValueCallbackTest.php rename to web/core/modules/field/src/Tests/FieldDefaultValueCallbackTest.php diff --git a/core/modules/field/src/Tests/FieldHelpTest.php b/web/core/modules/field/src/Tests/FieldHelpTest.php similarity index 100% rename from core/modules/field/src/Tests/FieldHelpTest.php rename to web/core/modules/field/src/Tests/FieldHelpTest.php diff --git a/core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php b/web/core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php similarity index 100% rename from core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php rename to web/core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php diff --git a/core/modules/field/src/Tests/FieldTestBase.php b/web/core/modules/field/src/Tests/FieldTestBase.php similarity index 100% rename from core/modules/field/src/Tests/FieldTestBase.php rename to web/core/modules/field/src/Tests/FieldTestBase.php diff --git a/core/modules/field/src/Tests/FormTest.php b/web/core/modules/field/src/Tests/FormTest.php similarity index 100% rename from core/modules/field/src/Tests/FormTest.php rename to web/core/modules/field/src/Tests/FormTest.php diff --git a/core/modules/field/src/Tests/NestedFormTest.php b/web/core/modules/field/src/Tests/NestedFormTest.php similarity index 100% rename from core/modules/field/src/Tests/NestedFormTest.php rename to web/core/modules/field/src/Tests/NestedFormTest.php diff --git a/core/modules/field/src/Tests/Number/NumberFieldTest.php b/web/core/modules/field/src/Tests/Number/NumberFieldTest.php similarity index 100% rename from core/modules/field/src/Tests/Number/NumberFieldTest.php rename to web/core/modules/field/src/Tests/Number/NumberFieldTest.php diff --git a/core/modules/field/src/Tests/String/StringFieldTest.php b/web/core/modules/field/src/Tests/String/StringFieldTest.php similarity index 100% rename from core/modules/field/src/Tests/String/StringFieldTest.php rename to web/core/modules/field/src/Tests/String/StringFieldTest.php diff --git a/core/modules/field/src/Tests/TranslationWebTest.php b/web/core/modules/field/src/Tests/TranslationWebTest.php similarity index 100% rename from core/modules/field/src/Tests/TranslationWebTest.php rename to web/core/modules/field/src/Tests/TranslationWebTest.php diff --git a/core/modules/field/src/Tests/Update/EmailWidgetSizeSettingUpdateTest.php b/web/core/modules/field/src/Tests/Update/EmailWidgetSizeSettingUpdateTest.php similarity index 100% rename from core/modules/field/src/Tests/Update/EmailWidgetSizeSettingUpdateTest.php rename to web/core/modules/field/src/Tests/Update/EmailWidgetSizeSettingUpdateTest.php diff --git a/core/modules/field/src/Tests/Update/EntityReferenceHandlerSettingUpdateTest.php b/web/core/modules/field/src/Tests/Update/EntityReferenceHandlerSettingUpdateTest.php similarity index 100% rename from core/modules/field/src/Tests/Update/EntityReferenceHandlerSettingUpdateTest.php rename to web/core/modules/field/src/Tests/Update/EntityReferenceHandlerSettingUpdateTest.php diff --git a/core/modules/field/src/Tests/Update/FieldUpdateTest.php b/web/core/modules/field/src/Tests/Update/FieldUpdateTest.php similarity index 100% rename from core/modules/field/src/Tests/Update/FieldUpdateTest.php rename to web/core/modules/field/src/Tests/Update/FieldUpdateTest.php diff --git a/core/modules/field/src/Tests/Views/FieldTestBase.php b/web/core/modules/field/src/Tests/Views/FieldTestBase.php similarity index 100% rename from core/modules/field/src/Tests/Views/FieldTestBase.php rename to web/core/modules/field/src/Tests/Views/FieldTestBase.php diff --git a/core/modules/field/src/Tests/Views/FieldUITest.php b/web/core/modules/field/src/Tests/Views/FieldUITest.php similarity index 100% rename from core/modules/field/src/Tests/Views/FieldUITest.php rename to web/core/modules/field/src/Tests/Views/FieldUITest.php diff --git a/core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php b/web/core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php similarity index 100% rename from core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php rename to web/core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php diff --git a/core/modules/field/src/Tests/reEnableModuleFieldTest.php b/web/core/modules/field/src/Tests/reEnableModuleFieldTest.php similarity index 100% rename from core/modules/field/src/Tests/reEnableModuleFieldTest.php rename to web/core/modules/field/src/Tests/reEnableModuleFieldTest.php diff --git a/core/modules/field/tests/fixtures/update/drupal-8.email_widget_size_setting-2578741.php b/web/core/modules/field/tests/fixtures/update/drupal-8.email_widget_size_setting-2578741.php similarity index 100% rename from core/modules/field/tests/fixtures/update/drupal-8.email_widget_size_setting-2578741.php rename to web/core/modules/field/tests/fixtures/update/drupal-8.email_widget_size_setting-2578741.php diff --git a/core/modules/field/tests/fixtures/update/drupal-8.views_entity_reference_plugins-2429191.php b/web/core/modules/field/tests/fixtures/update/drupal-8.views_entity_reference_plugins-2429191.php similarity index 100% rename from core/modules/field/tests/fixtures/update/drupal-8.views_entity_reference_plugins-2429191.php rename to web/core/modules/field/tests/fixtures/update/drupal-8.views_entity_reference_plugins-2429191.php diff --git a/core/modules/field/tests/fixtures/update/field.field.node.article.field_ref_autocreate_2412569.yml b/web/core/modules/field/tests/fixtures/update/field.field.node.article.field_ref_autocreate_2412569.yml similarity index 100% rename from core/modules/field/tests/fixtures/update/field.field.node.article.field_ref_autocreate_2412569.yml rename to web/core/modules/field/tests/fixtures/update/field.field.node.article.field_ref_autocreate_2412569.yml diff --git a/core/modules/field/tests/fixtures/update/field.field.node.article.field_ref_views_select_2429191.yml b/web/core/modules/field/tests/fixtures/update/field.field.node.article.field_ref_views_select_2429191.yml similarity index 100% rename from core/modules/field/tests/fixtures/update/field.field.node.article.field_ref_views_select_2429191.yml rename to web/core/modules/field/tests/fixtures/update/field.field.node.article.field_ref_views_select_2429191.yml diff --git a/core/modules/field/tests/fixtures/update/field.storage.node.field_ref_autocreate_2412569.yml b/web/core/modules/field/tests/fixtures/update/field.storage.node.field_ref_autocreate_2412569.yml similarity index 100% rename from core/modules/field/tests/fixtures/update/field.storage.node.field_ref_autocreate_2412569.yml rename to web/core/modules/field/tests/fixtures/update/field.storage.node.field_ref_autocreate_2412569.yml diff --git a/core/modules/field/tests/fixtures/update/field.storage.node.field_ref_views_select_2429191.yml b/web/core/modules/field/tests/fixtures/update/field.storage.node.field_ref_views_select_2429191.yml similarity index 100% rename from core/modules/field/tests/fixtures/update/field.storage.node.field_ref_views_select_2429191.yml rename to web/core/modules/field/tests/fixtures/update/field.storage.node.field_ref_views_select_2429191.yml diff --git a/core/modules/field/tests/fixtures/update/views.view.entity_reference_plugins_2429191.yml b/web/core/modules/field/tests/fixtures/update/views.view.entity_reference_plugins_2429191.yml similarity index 100% rename from core/modules/field/tests/fixtures/update/views.view.entity_reference_plugins_2429191.yml rename to web/core/modules/field/tests/fixtures/update/views.view.entity_reference_plugins_2429191.yml diff --git a/core/modules/field/tests/modules/field_plugins_test/config/schema/field_plugins_test.schema.yml b/web/core/modules/field/tests/modules/field_plugins_test/config/schema/field_plugins_test.schema.yml similarity index 100% rename from core/modules/field/tests/modules/field_plugins_test/config/schema/field_plugins_test.schema.yml rename to web/core/modules/field/tests/modules/field_plugins_test/config/schema/field_plugins_test.schema.yml diff --git a/core/modules/field/tests/modules/field_plugins_test/field_plugins_test.info.yml b/web/core/modules/field/tests/modules/field_plugins_test/field_plugins_test.info.yml similarity index 100% rename from core/modules/field/tests/modules/field_plugins_test/field_plugins_test.info.yml rename to web/core/modules/field/tests/modules/field_plugins_test/field_plugins_test.info.yml diff --git a/core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldFormatter/TestTextTrimmedFormatter.php b/web/core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldFormatter/TestTextTrimmedFormatter.php similarity index 100% rename from core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldFormatter/TestTextTrimmedFormatter.php rename to web/core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldFormatter/TestTextTrimmedFormatter.php diff --git a/core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldWidget/TestTextfieldWidget.php b/web/core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldWidget/TestTextfieldWidget.php similarity index 100% rename from core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldWidget/TestTextfieldWidget.php rename to web/core/modules/field/tests/modules/field_plugins_test/src/Plugin/Field/FieldWidget/TestTextfieldWidget.php diff --git a/core/modules/field/tests/modules/field_test/config/schema/field_test.schema.yml b/web/core/modules/field/tests/modules/field_test/config/schema/field_test.schema.yml similarity index 100% rename from core/modules/field/tests/modules/field_test/config/schema/field_test.schema.yml rename to web/core/modules/field/tests/modules/field_test/config/schema/field_test.schema.yml diff --git a/core/modules/field/tests/modules/field_test/field_test.entity.inc b/web/core/modules/field/tests/modules/field_test/field_test.entity.inc similarity index 100% rename from core/modules/field/tests/modules/field_test/field_test.entity.inc rename to web/core/modules/field/tests/modules/field_test/field_test.entity.inc diff --git a/core/modules/field/tests/modules/field_test/field_test.field.inc b/web/core/modules/field/tests/modules/field_test/field_test.field.inc similarity index 100% rename from core/modules/field/tests/modules/field_test/field_test.field.inc rename to web/core/modules/field/tests/modules/field_test/field_test.field.inc diff --git a/core/modules/field/tests/modules/field_test/field_test.info.yml b/web/core/modules/field/tests/modules/field_test/field_test.info.yml similarity index 100% rename from core/modules/field/tests/modules/field_test/field_test.info.yml rename to web/core/modules/field/tests/modules/field_test/field_test.info.yml diff --git a/core/modules/field/tests/modules/field_test/field_test.module b/web/core/modules/field/tests/modules/field_test/field_test.module similarity index 100% rename from core/modules/field/tests/modules/field_test/field_test.module rename to web/core/modules/field/tests/modules/field_test/field_test.module diff --git a/core/modules/field/tests/modules/field_test/field_test.permissions.yml b/web/core/modules/field/tests/modules/field_test/field_test.permissions.yml similarity index 100% rename from core/modules/field/tests/modules/field_test/field_test.permissions.yml rename to web/core/modules/field/tests/modules/field_test/field_test.permissions.yml diff --git a/core/modules/field/tests/modules/field_test/field_test.routing.yml b/web/core/modules/field/tests/modules/field_test/field_test.routing.yml similarity index 100% rename from core/modules/field/tests/modules/field_test/field_test.routing.yml rename to web/core/modules/field/tests/modules/field_test/field_test.routing.yml diff --git a/core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php b/web/core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php rename to web/core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php b/web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php rename to web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php b/web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php rename to web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptyFormatter.php b/web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptyFormatter.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptyFormatter.php rename to web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptyFormatter.php diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php b/web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php rename to web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php b/web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php rename to web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php b/web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php rename to web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php b/web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php rename to web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/HiddenTestItem.php b/web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/HiddenTestItem.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/HiddenTestItem.php rename to web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/HiddenTestItem.php diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php b/web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php rename to web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithDependencies.php b/web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithDependencies.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithDependencies.php rename to web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithDependencies.php diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php b/web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php rename to web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php b/web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php rename to web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php b/web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php rename to web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php b/web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php rename to web/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php b/web/core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php similarity index 100% rename from core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php rename to web/core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php diff --git a/core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.info.yml b/web/core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.info.yml similarity index 100% rename from core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.info.yml rename to web/core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.info.yml diff --git a/core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.module b/web/core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.module similarity index 100% rename from core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.module rename to web/core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.module diff --git a/core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.entity_test.field_test_import.yml b/web/core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.entity_test.field_test_import.yml similarity index 100% rename from core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.entity_test.field_test_import.yml rename to web/core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.entity_test.field_test_import.yml diff --git a/core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.entity_test.field_test_import_2.yml b/web/core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.entity_test.field_test_import_2.yml similarity index 100% rename from core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.entity_test.field_test_import_2.yml rename to web/core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.entity_test.field_test_import_2.yml diff --git a/core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.test_bundle.field_test_import_2.yml b/web/core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.test_bundle.field_test_import_2.yml similarity index 100% rename from core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.test_bundle.field_test_import_2.yml rename to web/core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.test_bundle.field_test_import_2.yml diff --git a/core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import.yml b/web/core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import.yml similarity index 100% rename from core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import.yml rename to web/core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import.yml diff --git a/core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import_2.yml b/web/core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import_2.yml similarity index 100% rename from core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import_2.yml rename to web/core/modules/field/tests/modules/field_test_config/config/install/field.storage.entity_test.field_test_import_2.yml diff --git a/core/modules/field/tests/modules/field_test_config/field_test_config.info.yml b/web/core/modules/field/tests/modules/field_test_config/field_test_config.info.yml similarity index 100% rename from core/modules/field/tests/modules/field_test_config/field_test_config.info.yml rename to web/core/modules/field/tests/modules/field_test_config/field_test_config.info.yml diff --git a/core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.entity_test.field_test_import_sync.yml b/web/core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.entity_test.field_test_import_sync.yml similarity index 100% rename from core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.entity_test.field_test_import_sync.yml rename to web/core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.entity_test.field_test_import_sync.yml diff --git a/core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.test_bundle.field_test_import_sync_2.yml b/web/core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.test_bundle.field_test_import_sync_2.yml similarity index 100% rename from core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.test_bundle.field_test_import_sync_2.yml rename to web/core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.test_bundle.field_test_import_sync_2.yml diff --git a/core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.test_bundle_2.field_test_import_sync_2.yml b/web/core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.test_bundle_2.field_test_import_sync_2.yml similarity index 100% rename from core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.test_bundle_2.field_test_import_sync_2.yml rename to web/core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.test_bundle_2.field_test_import_sync_2.yml diff --git a/core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync.yml b/web/core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync.yml similarity index 100% rename from core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync.yml rename to web/core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync.yml diff --git a/core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync_2.yml b/web/core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync_2.yml similarity index 100% rename from core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync_2.yml rename to web/core/modules/field/tests/modules/field_test_config/sync/field.storage.entity_test.field_test_import_sync_2.yml diff --git a/core/modules/field/tests/modules/field_test_views/field_test_views.info.yml b/web/core/modules/field/tests/modules/field_test_views/field_test_views.info.yml similarity index 100% rename from core/modules/field/tests/modules/field_test_views/field_test_views.info.yml rename to web/core/modules/field/tests/modules/field_test_views/field_test_views.info.yml diff --git a/core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_field_delete.yml b/web/core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_field_delete.yml similarity index 100% rename from core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_field_delete.yml rename to web/core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_field_delete.yml diff --git a/core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_fieldapi.yml b/web/core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_fieldapi.yml similarity index 100% rename from core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_fieldapi.yml rename to web/core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_fieldapi.yml diff --git a/core/modules/field/tests/modules/field_third_party_test/config/schema/field_third_party_test.schema.yml b/web/core/modules/field/tests/modules/field_third_party_test/config/schema/field_third_party_test.schema.yml similarity index 100% rename from core/modules/field/tests/modules/field_third_party_test/config/schema/field_third_party_test.schema.yml rename to web/core/modules/field/tests/modules/field_third_party_test/config/schema/field_third_party_test.schema.yml diff --git a/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.info.yml b/web/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.info.yml similarity index 100% rename from core/modules/field/tests/modules/field_third_party_test/field_third_party_test.info.yml rename to web/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.info.yml diff --git a/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module b/web/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module similarity index 100% rename from core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module rename to web/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module diff --git a/core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php b/web/core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php rename to web/core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php diff --git a/core/modules/field/tests/src/Kernel/Boolean/BooleanItemTest.php b/web/core/modules/field/tests/src/Kernel/Boolean/BooleanItemTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Boolean/BooleanItemTest.php rename to web/core/modules/field/tests/src/Kernel/Boolean/BooleanItemTest.php diff --git a/core/modules/field/tests/src/Kernel/BulkDeleteTest.php b/web/core/modules/field/tests/src/Kernel/BulkDeleteTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/BulkDeleteTest.php rename to web/core/modules/field/tests/src/Kernel/BulkDeleteTest.php diff --git a/core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php b/web/core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php rename to web/core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php diff --git a/core/modules/field/tests/src/Kernel/DisplayApiTest.php b/web/core/modules/field/tests/src/Kernel/DisplayApiTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/DisplayApiTest.php rename to web/core/modules/field/tests/src/Kernel/DisplayApiTest.php diff --git a/core/modules/field/tests/src/Kernel/Email/EmailItemTest.php b/web/core/modules/field/tests/src/Kernel/Email/EmailItemTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Email/EmailItemTest.php rename to web/core/modules/field/tests/src/Kernel/Email/EmailItemTest.php diff --git a/core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php b/web/core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php rename to web/core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php diff --git a/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php b/web/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php rename to web/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php diff --git a/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php b/web/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php rename to web/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php diff --git a/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php b/web/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php rename to web/core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceSettingsTest.php diff --git a/core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php b/web/core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php rename to web/core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php diff --git a/core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php b/web/core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php rename to web/core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php diff --git a/core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php b/web/core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php rename to web/core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php diff --git a/core/modules/field/tests/src/Kernel/FieldCrudTest.php b/web/core/modules/field/tests/src/Kernel/FieldCrudTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/FieldCrudTest.php rename to web/core/modules/field/tests/src/Kernel/FieldCrudTest.php diff --git a/core/modules/field/tests/src/Kernel/FieldDataCountTest.php b/web/core/modules/field/tests/src/Kernel/FieldDataCountTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/FieldDataCountTest.php rename to web/core/modules/field/tests/src/Kernel/FieldDataCountTest.php diff --git a/core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php b/web/core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php rename to web/core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php diff --git a/core/modules/field/tests/src/Kernel/FieldImportChangeTest.php b/web/core/modules/field/tests/src/Kernel/FieldImportChangeTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/FieldImportChangeTest.php rename to web/core/modules/field/tests/src/Kernel/FieldImportChangeTest.php diff --git a/core/modules/field/tests/src/Kernel/FieldImportCreateTest.php b/web/core/modules/field/tests/src/Kernel/FieldImportCreateTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/FieldImportCreateTest.php rename to web/core/modules/field/tests/src/Kernel/FieldImportCreateTest.php diff --git a/core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php b/web/core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php rename to web/core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php diff --git a/core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php b/web/core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php rename to web/core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php diff --git a/core/modules/field/tests/src/Kernel/FieldKernelTestBase.php b/web/core/modules/field/tests/src/Kernel/FieldKernelTestBase.php similarity index 100% rename from core/modules/field/tests/src/Kernel/FieldKernelTestBase.php rename to web/core/modules/field/tests/src/Kernel/FieldKernelTestBase.php diff --git a/core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php b/web/core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php rename to web/core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php diff --git a/core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php b/web/core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php rename to web/core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php diff --git a/core/modules/field/tests/src/Kernel/FieldValidationTest.php b/web/core/modules/field/tests/src/Kernel/FieldValidationTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/FieldValidationTest.php rename to web/core/modules/field/tests/src/Kernel/FieldValidationTest.php diff --git a/core/modules/field/tests/src/Kernel/FormatterPluginManagerTest.php b/web/core/modules/field/tests/src/Kernel/FormatterPluginManagerTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/FormatterPluginManagerTest.php rename to web/core/modules/field/tests/src/Kernel/FormatterPluginManagerTest.php diff --git a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php b/web/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php rename to web/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldFormatterSettingsTest.php diff --git a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceTest.php b/web/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceTest.php rename to web/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceTest.php diff --git a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldTest.php b/web/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldTest.php rename to web/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldTest.php diff --git a/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldWidgetSettingsTest.php b/web/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldWidgetSettingsTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldWidgetSettingsTest.php rename to web/core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldWidgetSettingsTest.php diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php b/web/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php rename to web/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldFormatterSettingsTest.php diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php b/web/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php rename to web/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php b/web/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php rename to web/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceWidgetSettingsTest.php diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php b/web/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php rename to web/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php b/web/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php rename to web/core/modules/field/tests/src/Kernel/Migrate/d7/MigrateViewModesTest.php diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php b/web/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php rename to web/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldInstanceTest.php diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php b/web/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php rename to web/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackFieldTest.php diff --git a/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php b/web/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php rename to web/core/modules/field/tests/src/Kernel/Migrate/d7/RollbackViewModesTest.php diff --git a/core/modules/field/tests/src/Kernel/Number/NumberItemTest.php b/web/core/modules/field/tests/src/Kernel/Number/NumberItemTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Number/NumberItemTest.php rename to web/core/modules/field/tests/src/Kernel/Number/NumberItemTest.php diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerFormDisplayTest.php b/web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerFormDisplayTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerFormDisplayTest.php rename to web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerFormDisplayTest.php diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerViewModeTest.php b/web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerViewModeTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerViewModeTest.php rename to web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstancePerViewModeTest.php diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceTest.php b/web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceTest.php rename to web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceTest.php diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php b/web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php rename to web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldTest.php diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerFormDisplayTest.php b/web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerFormDisplayTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerFormDisplayTest.php rename to web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerFormDisplayTest.php diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerViewModeTest.php b/web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerViewModeTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerViewModeTest.php rename to web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstancePerViewModeTest.php diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceTest.php b/web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceTest.php rename to web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceTest.php diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php b/web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php rename to web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldTest.php diff --git a/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php b/web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php rename to web/core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/ViewModeTest.php diff --git a/core/modules/field/tests/src/Kernel/ShapeItemTest.php b/web/core/modules/field/tests/src/Kernel/ShapeItemTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/ShapeItemTest.php rename to web/core/modules/field/tests/src/Kernel/ShapeItemTest.php diff --git a/core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php b/web/core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php rename to web/core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php diff --git a/core/modules/field/tests/src/Kernel/String/StringFormatterTest.php b/web/core/modules/field/tests/src/Kernel/String/StringFormatterTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/String/StringFormatterTest.php rename to web/core/modules/field/tests/src/Kernel/String/StringFormatterTest.php diff --git a/core/modules/field/tests/src/Kernel/String/UuidFormatterTest.php b/web/core/modules/field/tests/src/Kernel/String/UuidFormatterTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/String/UuidFormatterTest.php rename to web/core/modules/field/tests/src/Kernel/String/UuidFormatterTest.php diff --git a/core/modules/field/tests/src/Kernel/String/UuidItemTest.php b/web/core/modules/field/tests/src/Kernel/String/UuidItemTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/String/UuidItemTest.php rename to web/core/modules/field/tests/src/Kernel/String/UuidItemTest.php diff --git a/core/modules/field/tests/src/Kernel/TestItemTest.php b/web/core/modules/field/tests/src/Kernel/TestItemTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/TestItemTest.php rename to web/core/modules/field/tests/src/Kernel/TestItemTest.php diff --git a/core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php b/web/core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php rename to web/core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php diff --git a/core/modules/field/tests/src/Kernel/TestObjectItemTest.php b/web/core/modules/field/tests/src/Kernel/TestObjectItemTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/TestObjectItemTest.php rename to web/core/modules/field/tests/src/Kernel/TestObjectItemTest.php diff --git a/core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php b/web/core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php rename to web/core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php diff --git a/core/modules/field/tests/src/Kernel/TranslationTest.php b/web/core/modules/field/tests/src/Kernel/TranslationTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/TranslationTest.php rename to web/core/modules/field/tests/src/Kernel/TranslationTest.php diff --git a/core/modules/field/tests/src/Kernel/Uri/UriItemTest.php b/web/core/modules/field/tests/src/Kernel/Uri/UriItemTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/Uri/UriItemTest.php rename to web/core/modules/field/tests/src/Kernel/Uri/UriItemTest.php diff --git a/core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php b/web/core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php similarity index 100% rename from core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php rename to web/core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php diff --git a/core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php b/web/core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php similarity index 100% rename from core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php rename to web/core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php diff --git a/core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php b/web/core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php similarity index 100% rename from core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php rename to web/core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php diff --git a/core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php b/web/core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php similarity index 100% rename from core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php rename to web/core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php diff --git a/core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php b/web/core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php similarity index 100% rename from core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php rename to web/core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php diff --git a/core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php b/web/core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php similarity index 100% rename from core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php rename to web/core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php diff --git a/core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldInstanceSettingsTest.php b/web/core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldInstanceSettingsTest.php similarity index 100% rename from core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldInstanceSettingsTest.php rename to web/core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldInstanceSettingsTest.php diff --git a/core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php b/web/core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php similarity index 100% rename from core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php rename to web/core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php diff --git a/core/modules/field_ui/config/install/field_ui.settings.yml b/web/core/modules/field_ui/config/install/field_ui.settings.yml similarity index 100% rename from core/modules/field_ui/config/install/field_ui.settings.yml rename to web/core/modules/field_ui/config/install/field_ui.settings.yml diff --git a/core/modules/field_ui/config/schema/field_ui.schema.yml b/web/core/modules/field_ui/config/schema/field_ui.schema.yml similarity index 100% rename from core/modules/field_ui/config/schema/field_ui.schema.yml rename to web/core/modules/field_ui/config/schema/field_ui.schema.yml diff --git a/core/modules/field_ui/css/field_ui.admin.css b/web/core/modules/field_ui/css/field_ui.admin.css similarity index 100% rename from core/modules/field_ui/css/field_ui.admin.css rename to web/core/modules/field_ui/css/field_ui.admin.css diff --git a/core/modules/field_ui/field_ui.api.php b/web/core/modules/field_ui/field_ui.api.php similarity index 100% rename from core/modules/field_ui/field_ui.api.php rename to web/core/modules/field_ui/field_ui.api.php diff --git a/core/modules/field_ui/field_ui.info.yml b/web/core/modules/field_ui/field_ui.info.yml similarity index 100% rename from core/modules/field_ui/field_ui.info.yml rename to web/core/modules/field_ui/field_ui.info.yml diff --git a/core/modules/field_ui/field_ui.js b/web/core/modules/field_ui/field_ui.js similarity index 100% rename from core/modules/field_ui/field_ui.js rename to web/core/modules/field_ui/field_ui.js diff --git a/core/modules/field_ui/field_ui.libraries.yml b/web/core/modules/field_ui/field_ui.libraries.yml similarity index 100% rename from core/modules/field_ui/field_ui.libraries.yml rename to web/core/modules/field_ui/field_ui.libraries.yml diff --git a/core/modules/field_ui/field_ui.links.action.yml b/web/core/modules/field_ui/field_ui.links.action.yml similarity index 100% rename from core/modules/field_ui/field_ui.links.action.yml rename to web/core/modules/field_ui/field_ui.links.action.yml diff --git a/core/modules/field_ui/field_ui.links.menu.yml b/web/core/modules/field_ui/field_ui.links.menu.yml similarity index 100% rename from core/modules/field_ui/field_ui.links.menu.yml rename to web/core/modules/field_ui/field_ui.links.menu.yml diff --git a/core/modules/field_ui/field_ui.links.task.yml b/web/core/modules/field_ui/field_ui.links.task.yml similarity index 100% rename from core/modules/field_ui/field_ui.links.task.yml rename to web/core/modules/field_ui/field_ui.links.task.yml diff --git a/core/modules/field_ui/field_ui.module b/web/core/modules/field_ui/field_ui.module similarity index 100% rename from core/modules/field_ui/field_ui.module rename to web/core/modules/field_ui/field_ui.module diff --git a/core/modules/field_ui/field_ui.permissions.yml b/web/core/modules/field_ui/field_ui.permissions.yml similarity index 100% rename from core/modules/field_ui/field_ui.permissions.yml rename to web/core/modules/field_ui/field_ui.permissions.yml diff --git a/core/modules/field_ui/field_ui.routing.yml b/web/core/modules/field_ui/field_ui.routing.yml similarity index 100% rename from core/modules/field_ui/field_ui.routing.yml rename to web/core/modules/field_ui/field_ui.routing.yml diff --git a/core/modules/field_ui/field_ui.services.yml b/web/core/modules/field_ui/field_ui.services.yml similarity index 100% rename from core/modules/field_ui/field_ui.services.yml rename to web/core/modules/field_ui/field_ui.services.yml diff --git a/core/modules/field_ui/src/Access/FormModeAccessCheck.php b/web/core/modules/field_ui/src/Access/FormModeAccessCheck.php similarity index 100% rename from core/modules/field_ui/src/Access/FormModeAccessCheck.php rename to web/core/modules/field_ui/src/Access/FormModeAccessCheck.php diff --git a/core/modules/field_ui/src/Access/ViewModeAccessCheck.php b/web/core/modules/field_ui/src/Access/ViewModeAccessCheck.php similarity index 100% rename from core/modules/field_ui/src/Access/ViewModeAccessCheck.php rename to web/core/modules/field_ui/src/Access/ViewModeAccessCheck.php diff --git a/core/modules/field_ui/src/Controller/EntityDisplayModeController.php b/web/core/modules/field_ui/src/Controller/EntityDisplayModeController.php similarity index 100% rename from core/modules/field_ui/src/Controller/EntityDisplayModeController.php rename to web/core/modules/field_ui/src/Controller/EntityDisplayModeController.php diff --git a/core/modules/field_ui/src/Controller/FieldConfigListController.php b/web/core/modules/field_ui/src/Controller/FieldConfigListController.php similarity index 100% rename from core/modules/field_ui/src/Controller/FieldConfigListController.php rename to web/core/modules/field_ui/src/Controller/FieldConfigListController.php diff --git a/core/modules/field_ui/src/Element/FieldUiTable.php b/web/core/modules/field_ui/src/Element/FieldUiTable.php similarity index 100% rename from core/modules/field_ui/src/Element/FieldUiTable.php rename to web/core/modules/field_ui/src/Element/FieldUiTable.php diff --git a/core/modules/field_ui/src/EntityDisplayModeListBuilder.php b/web/core/modules/field_ui/src/EntityDisplayModeListBuilder.php similarity index 100% rename from core/modules/field_ui/src/EntityDisplayModeListBuilder.php rename to web/core/modules/field_ui/src/EntityDisplayModeListBuilder.php diff --git a/core/modules/field_ui/src/EntityFormModeListBuilder.php b/web/core/modules/field_ui/src/EntityFormModeListBuilder.php similarity index 100% rename from core/modules/field_ui/src/EntityFormModeListBuilder.php rename to web/core/modules/field_ui/src/EntityFormModeListBuilder.php diff --git a/core/modules/field_ui/src/FieldConfigListBuilder.php b/web/core/modules/field_ui/src/FieldConfigListBuilder.php similarity index 100% rename from core/modules/field_ui/src/FieldConfigListBuilder.php rename to web/core/modules/field_ui/src/FieldConfigListBuilder.php diff --git a/core/modules/field_ui/src/FieldStorageConfigListBuilder.php b/web/core/modules/field_ui/src/FieldStorageConfigListBuilder.php similarity index 100% rename from core/modules/field_ui/src/FieldStorageConfigListBuilder.php rename to web/core/modules/field_ui/src/FieldStorageConfigListBuilder.php diff --git a/core/modules/field_ui/src/FieldUI.php b/web/core/modules/field_ui/src/FieldUI.php similarity index 100% rename from core/modules/field_ui/src/FieldUI.php rename to web/core/modules/field_ui/src/FieldUI.php diff --git a/core/modules/field_ui/src/FieldUiPermissions.php b/web/core/modules/field_ui/src/FieldUiPermissions.php similarity index 100% rename from core/modules/field_ui/src/FieldUiPermissions.php rename to web/core/modules/field_ui/src/FieldUiPermissions.php diff --git a/core/modules/field_ui/src/Form/EntityDisplayFormBase.php b/web/core/modules/field_ui/src/Form/EntityDisplayFormBase.php similarity index 100% rename from core/modules/field_ui/src/Form/EntityDisplayFormBase.php rename to web/core/modules/field_ui/src/Form/EntityDisplayFormBase.php diff --git a/core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php b/web/core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php similarity index 100% rename from core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php rename to web/core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php diff --git a/core/modules/field_ui/src/Form/EntityDisplayModeDeleteForm.php b/web/core/modules/field_ui/src/Form/EntityDisplayModeDeleteForm.php similarity index 100% rename from core/modules/field_ui/src/Form/EntityDisplayModeDeleteForm.php rename to web/core/modules/field_ui/src/Form/EntityDisplayModeDeleteForm.php diff --git a/core/modules/field_ui/src/Form/EntityDisplayModeEditForm.php b/web/core/modules/field_ui/src/Form/EntityDisplayModeEditForm.php similarity index 100% rename from core/modules/field_ui/src/Form/EntityDisplayModeEditForm.php rename to web/core/modules/field_ui/src/Form/EntityDisplayModeEditForm.php diff --git a/core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php b/web/core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php similarity index 100% rename from core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php rename to web/core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php diff --git a/core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php b/web/core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php similarity index 100% rename from core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php rename to web/core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php diff --git a/core/modules/field_ui/src/Form/EntityFormModeAddForm.php b/web/core/modules/field_ui/src/Form/EntityFormModeAddForm.php similarity index 100% rename from core/modules/field_ui/src/Form/EntityFormModeAddForm.php rename to web/core/modules/field_ui/src/Form/EntityFormModeAddForm.php diff --git a/core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php b/web/core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php similarity index 100% rename from core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php rename to web/core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php diff --git a/core/modules/field_ui/src/Form/FieldConfigDeleteForm.php b/web/core/modules/field_ui/src/Form/FieldConfigDeleteForm.php similarity index 100% rename from core/modules/field_ui/src/Form/FieldConfigDeleteForm.php rename to web/core/modules/field_ui/src/Form/FieldConfigDeleteForm.php diff --git a/core/modules/field_ui/src/Form/FieldConfigEditForm.php b/web/core/modules/field_ui/src/Form/FieldConfigEditForm.php similarity index 100% rename from core/modules/field_ui/src/Form/FieldConfigEditForm.php rename to web/core/modules/field_ui/src/Form/FieldConfigEditForm.php diff --git a/core/modules/field_ui/src/Form/FieldStorageAddForm.php b/web/core/modules/field_ui/src/Form/FieldStorageAddForm.php similarity index 100% rename from core/modules/field_ui/src/Form/FieldStorageAddForm.php rename to web/core/modules/field_ui/src/Form/FieldStorageAddForm.php diff --git a/core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php b/web/core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php similarity index 100% rename from core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php rename to web/core/modules/field_ui/src/Form/FieldStorageConfigEditForm.php diff --git a/core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php b/web/core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php similarity index 100% rename from core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php rename to web/core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php diff --git a/core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php b/web/core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php similarity index 100% rename from core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php rename to web/core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php diff --git a/core/modules/field_ui/src/Routing/FieldUiRouteEnhancer.php b/web/core/modules/field_ui/src/Routing/FieldUiRouteEnhancer.php similarity index 100% rename from core/modules/field_ui/src/Routing/FieldUiRouteEnhancer.php rename to web/core/modules/field_ui/src/Routing/FieldUiRouteEnhancer.php diff --git a/core/modules/field_ui/src/Routing/RouteSubscriber.php b/web/core/modules/field_ui/src/Routing/RouteSubscriber.php similarity index 100% rename from core/modules/field_ui/src/Routing/RouteSubscriber.php rename to web/core/modules/field_ui/src/Routing/RouteSubscriber.php diff --git a/core/modules/field_ui/src/Tests/EntityDisplayModeTest.php b/web/core/modules/field_ui/src/Tests/EntityDisplayModeTest.php similarity index 100% rename from core/modules/field_ui/src/Tests/EntityDisplayModeTest.php rename to web/core/modules/field_ui/src/Tests/EntityDisplayModeTest.php diff --git a/core/modules/field_ui/src/Tests/FieldUIDeleteTest.php b/web/core/modules/field_ui/src/Tests/FieldUIDeleteTest.php similarity index 100% rename from core/modules/field_ui/src/Tests/FieldUIDeleteTest.php rename to web/core/modules/field_ui/src/Tests/FieldUIDeleteTest.php diff --git a/core/modules/field_ui/src/Tests/FieldUIIndentationTest.php b/web/core/modules/field_ui/src/Tests/FieldUIIndentationTest.php similarity index 100% rename from core/modules/field_ui/src/Tests/FieldUIIndentationTest.php rename to web/core/modules/field_ui/src/Tests/FieldUIIndentationTest.php diff --git a/core/modules/field_ui/src/Tests/FieldUIRouteTest.php b/web/core/modules/field_ui/src/Tests/FieldUIRouteTest.php similarity index 100% rename from core/modules/field_ui/src/Tests/FieldUIRouteTest.php rename to web/core/modules/field_ui/src/Tests/FieldUIRouteTest.php diff --git a/core/modules/field_ui/src/Tests/FieldUiTestTrait.php b/web/core/modules/field_ui/src/Tests/FieldUiTestTrait.php similarity index 100% rename from core/modules/field_ui/src/Tests/FieldUiTestTrait.php rename to web/core/modules/field_ui/src/Tests/FieldUiTestTrait.php diff --git a/core/modules/field_ui/src/Tests/ManageDisplayTest.php b/web/core/modules/field_ui/src/Tests/ManageDisplayTest.php similarity index 100% rename from core/modules/field_ui/src/Tests/ManageDisplayTest.php rename to web/core/modules/field_ui/src/Tests/ManageDisplayTest.php diff --git a/core/modules/field_ui/src/Tests/ManageFieldsTest.php b/web/core/modules/field_ui/src/Tests/ManageFieldsTest.php similarity index 100% rename from core/modules/field_ui/src/Tests/ManageFieldsTest.php rename to web/core/modules/field_ui/src/Tests/ManageFieldsTest.php diff --git a/core/modules/field_ui/templates/field-ui-table.html.twig b/web/core/modules/field_ui/templates/field-ui-table.html.twig similarity index 100% rename from core/modules/field_ui/templates/field-ui-table.html.twig rename to web/core/modules/field_ui/templates/field-ui-table.html.twig diff --git a/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml b/web/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml similarity index 100% rename from core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml rename to web/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml diff --git a/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.module b/web/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.module similarity index 100% rename from core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.module rename to web/core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.module diff --git a/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php b/web/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php similarity index 100% rename from core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php rename to web/core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php diff --git a/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php b/web/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php similarity index 100% rename from core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php rename to web/core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php diff --git a/core/modules/field_ui/tests/src/Unit/FieldUiTest.php b/web/core/modules/field_ui/tests/src/Unit/FieldUiTest.php similarity index 100% rename from core/modules/field_ui/tests/src/Unit/FieldUiTest.php rename to web/core/modules/field_ui/tests/src/Unit/FieldUiTest.php diff --git a/core/modules/file/config/install/file.settings.yml b/web/core/modules/file/config/install/file.settings.yml similarity index 100% rename from core/modules/file/config/install/file.settings.yml rename to web/core/modules/file/config/install/file.settings.yml diff --git a/core/modules/file/config/optional/views.view.files.yml b/web/core/modules/file/config/optional/views.view.files.yml similarity index 100% rename from core/modules/file/config/optional/views.view.files.yml rename to web/core/modules/file/config/optional/views.view.files.yml diff --git a/core/modules/file/config/schema/file.schema.yml b/web/core/modules/file/config/schema/file.schema.yml similarity index 100% rename from core/modules/file/config/schema/file.schema.yml rename to web/core/modules/file/config/schema/file.schema.yml diff --git a/core/modules/file/config/schema/file.views.schema.yml b/web/core/modules/file/config/schema/file.views.schema.yml similarity index 100% rename from core/modules/file/config/schema/file.views.schema.yml rename to web/core/modules/file/config/schema/file.views.schema.yml diff --git a/core/modules/file/file.api.php b/web/core/modules/file/file.api.php similarity index 100% rename from core/modules/file/file.api.php rename to web/core/modules/file/file.api.php diff --git a/core/modules/file/file.field.inc b/web/core/modules/file/file.field.inc similarity index 100% rename from core/modules/file/file.field.inc rename to web/core/modules/file/file.field.inc diff --git a/core/modules/file/file.info.yml b/web/core/modules/file/file.info.yml similarity index 100% rename from core/modules/file/file.info.yml rename to web/core/modules/file/file.info.yml diff --git a/core/modules/file/file.install b/web/core/modules/file/file.install similarity index 100% rename from core/modules/file/file.install rename to web/core/modules/file/file.install diff --git a/core/modules/file/file.js b/web/core/modules/file/file.js similarity index 100% rename from core/modules/file/file.js rename to web/core/modules/file/file.js diff --git a/core/modules/file/file.libraries.yml b/web/core/modules/file/file.libraries.yml similarity index 100% rename from core/modules/file/file.libraries.yml rename to web/core/modules/file/file.libraries.yml diff --git a/core/modules/file/file.module b/web/core/modules/file/file.module similarity index 100% rename from core/modules/file/file.module rename to web/core/modules/file/file.module diff --git a/core/modules/file/file.permissions.yml b/web/core/modules/file/file.permissions.yml similarity index 100% rename from core/modules/file/file.permissions.yml rename to web/core/modules/file/file.permissions.yml diff --git a/core/modules/file/file.routing.yml b/web/core/modules/file/file.routing.yml similarity index 100% rename from core/modules/file/file.routing.yml rename to web/core/modules/file/file.routing.yml diff --git a/core/modules/file/file.services.yml b/web/core/modules/file/file.services.yml similarity index 100% rename from core/modules/file/file.services.yml rename to web/core/modules/file/file.services.yml diff --git a/core/modules/file/file.views.inc b/web/core/modules/file/file.views.inc similarity index 100% rename from core/modules/file/file.views.inc rename to web/core/modules/file/file.views.inc diff --git a/core/modules/file/migration_templates/d6_file.yml b/web/core/modules/file/migration_templates/d6_file.yml similarity index 100% rename from core/modules/file/migration_templates/d6_file.yml rename to web/core/modules/file/migration_templates/d6_file.yml diff --git a/core/modules/file/migration_templates/d6_upload.yml b/web/core/modules/file/migration_templates/d6_upload.yml similarity index 100% rename from core/modules/file/migration_templates/d6_upload.yml rename to web/core/modules/file/migration_templates/d6_upload.yml diff --git a/core/modules/file/migration_templates/d6_upload_entity_display.yml b/web/core/modules/file/migration_templates/d6_upload_entity_display.yml similarity index 100% rename from core/modules/file/migration_templates/d6_upload_entity_display.yml rename to web/core/modules/file/migration_templates/d6_upload_entity_display.yml diff --git a/core/modules/file/migration_templates/d6_upload_entity_form_display.yml b/web/core/modules/file/migration_templates/d6_upload_entity_form_display.yml similarity index 100% rename from core/modules/file/migration_templates/d6_upload_entity_form_display.yml rename to web/core/modules/file/migration_templates/d6_upload_entity_form_display.yml diff --git a/core/modules/file/migration_templates/d6_upload_field.yml b/web/core/modules/file/migration_templates/d6_upload_field.yml similarity index 100% rename from core/modules/file/migration_templates/d6_upload_field.yml rename to web/core/modules/file/migration_templates/d6_upload_field.yml diff --git a/core/modules/file/migration_templates/d6_upload_field_instance.yml b/web/core/modules/file/migration_templates/d6_upload_field_instance.yml similarity index 100% rename from core/modules/file/migration_templates/d6_upload_field_instance.yml rename to web/core/modules/file/migration_templates/d6_upload_field_instance.yml diff --git a/core/modules/file/migration_templates/d7_file.yml b/web/core/modules/file/migration_templates/d7_file.yml similarity index 100% rename from core/modules/file/migration_templates/d7_file.yml rename to web/core/modules/file/migration_templates/d7_file.yml diff --git a/core/modules/file/migration_templates/file_settings.yml b/web/core/modules/file/migration_templates/file_settings.yml similarity index 100% rename from core/modules/file/migration_templates/file_settings.yml rename to web/core/modules/file/migration_templates/file_settings.yml diff --git a/core/modules/file/src/Controller/FileWidgetAjaxController.php b/web/core/modules/file/src/Controller/FileWidgetAjaxController.php similarity index 100% rename from core/modules/file/src/Controller/FileWidgetAjaxController.php rename to web/core/modules/file/src/Controller/FileWidgetAjaxController.php diff --git a/core/modules/file/src/Element/ManagedFile.php b/web/core/modules/file/src/Element/ManagedFile.php similarity index 100% rename from core/modules/file/src/Element/ManagedFile.php rename to web/core/modules/file/src/Element/ManagedFile.php diff --git a/core/modules/file/src/Entity/File.php b/web/core/modules/file/src/Entity/File.php similarity index 100% rename from core/modules/file/src/Entity/File.php rename to web/core/modules/file/src/Entity/File.php diff --git a/core/modules/file/src/FileAccessControlHandler.php b/web/core/modules/file/src/FileAccessControlHandler.php similarity index 100% rename from core/modules/file/src/FileAccessControlHandler.php rename to web/core/modules/file/src/FileAccessControlHandler.php diff --git a/core/modules/file/src/FileAccessFormatterControlHandlerInterface.php b/web/core/modules/file/src/FileAccessFormatterControlHandlerInterface.php similarity index 100% rename from core/modules/file/src/FileAccessFormatterControlHandlerInterface.php rename to web/core/modules/file/src/FileAccessFormatterControlHandlerInterface.php diff --git a/core/modules/file/src/FileInterface.php b/web/core/modules/file/src/FileInterface.php similarity index 100% rename from core/modules/file/src/FileInterface.php rename to web/core/modules/file/src/FileInterface.php diff --git a/core/modules/file/src/FileStorage.php b/web/core/modules/file/src/FileStorage.php similarity index 100% rename from core/modules/file/src/FileStorage.php rename to web/core/modules/file/src/FileStorage.php diff --git a/core/modules/file/src/FileStorageInterface.php b/web/core/modules/file/src/FileStorageInterface.php similarity index 100% rename from core/modules/file/src/FileStorageInterface.php rename to web/core/modules/file/src/FileStorageInterface.php diff --git a/core/modules/file/src/FileStorageSchema.php b/web/core/modules/file/src/FileStorageSchema.php similarity index 100% rename from core/modules/file/src/FileStorageSchema.php rename to web/core/modules/file/src/FileStorageSchema.php diff --git a/core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php b/web/core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php similarity index 100% rename from core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php rename to web/core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php diff --git a/core/modules/file/src/FileUsage/FileUsageBase.php b/web/core/modules/file/src/FileUsage/FileUsageBase.php similarity index 100% rename from core/modules/file/src/FileUsage/FileUsageBase.php rename to web/core/modules/file/src/FileUsage/FileUsageBase.php diff --git a/core/modules/file/src/FileUsage/FileUsageInterface.php b/web/core/modules/file/src/FileUsage/FileUsageInterface.php similarity index 100% rename from core/modules/file/src/FileUsage/FileUsageInterface.php rename to web/core/modules/file/src/FileUsage/FileUsageInterface.php diff --git a/core/modules/file/src/FileViewsData.php b/web/core/modules/file/src/FileViewsData.php similarity index 100% rename from core/modules/file/src/FileViewsData.php rename to web/core/modules/file/src/FileViewsData.php diff --git a/core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php b/web/core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php similarity index 100% rename from core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php rename to web/core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php diff --git a/core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php b/web/core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php similarity index 100% rename from core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php rename to web/core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php diff --git a/core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php b/web/core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php similarity index 100% rename from core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php rename to web/core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php diff --git a/core/modules/file/src/Plugin/Field/FieldFormatter/FileExtensionFormatter.php b/web/core/modules/file/src/Plugin/Field/FieldFormatter/FileExtensionFormatter.php similarity index 100% rename from core/modules/file/src/Plugin/Field/FieldFormatter/FileExtensionFormatter.php rename to web/core/modules/file/src/Plugin/Field/FieldFormatter/FileExtensionFormatter.php diff --git a/core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php b/web/core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php similarity index 100% rename from core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php rename to web/core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php diff --git a/core/modules/file/src/Plugin/Field/FieldFormatter/FileSize.php b/web/core/modules/file/src/Plugin/Field/FieldFormatter/FileSize.php similarity index 100% rename from core/modules/file/src/Plugin/Field/FieldFormatter/FileSize.php rename to web/core/modules/file/src/Plugin/Field/FieldFormatter/FileSize.php diff --git a/core/modules/file/src/Plugin/Field/FieldFormatter/FileUriFormatter.php b/web/core/modules/file/src/Plugin/Field/FieldFormatter/FileUriFormatter.php similarity index 100% rename from core/modules/file/src/Plugin/Field/FieldFormatter/FileUriFormatter.php rename to web/core/modules/file/src/Plugin/Field/FieldFormatter/FileUriFormatter.php diff --git a/core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php b/web/core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php similarity index 100% rename from core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php rename to web/core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php diff --git a/core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php b/web/core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php similarity index 100% rename from core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php rename to web/core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php diff --git a/core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php b/web/core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php similarity index 100% rename from core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php rename to web/core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php diff --git a/core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php b/web/core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php similarity index 100% rename from core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php rename to web/core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php diff --git a/core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php b/web/core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php similarity index 100% rename from core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php rename to web/core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php diff --git a/core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php b/web/core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php similarity index 100% rename from core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php rename to web/core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php diff --git a/core/modules/file/src/Plugin/Field/FieldType/FileItem.php b/web/core/modules/file/src/Plugin/Field/FieldType/FileItem.php similarity index 100% rename from core/modules/file/src/Plugin/Field/FieldType/FileItem.php rename to web/core/modules/file/src/Plugin/Field/FieldType/FileItem.php diff --git a/core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php b/web/core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php similarity index 100% rename from core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php rename to web/core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php diff --git a/core/modules/file/src/Plugin/Validation/Constraint/FileUriUnique.php b/web/core/modules/file/src/Plugin/Validation/Constraint/FileUriUnique.php similarity index 100% rename from core/modules/file/src/Plugin/Validation/Constraint/FileUriUnique.php rename to web/core/modules/file/src/Plugin/Validation/Constraint/FileUriUnique.php diff --git a/core/modules/file/src/Plugin/Validation/Constraint/FileValidationConstraint.php b/web/core/modules/file/src/Plugin/Validation/Constraint/FileValidationConstraint.php similarity index 100% rename from core/modules/file/src/Plugin/Validation/Constraint/FileValidationConstraint.php rename to web/core/modules/file/src/Plugin/Validation/Constraint/FileValidationConstraint.php diff --git a/core/modules/file/src/Plugin/Validation/Constraint/FileValidationConstraintValidator.php b/web/core/modules/file/src/Plugin/Validation/Constraint/FileValidationConstraintValidator.php similarity index 100% rename from core/modules/file/src/Plugin/Validation/Constraint/FileValidationConstraintValidator.php rename to web/core/modules/file/src/Plugin/Validation/Constraint/FileValidationConstraintValidator.php diff --git a/core/modules/file/src/Plugin/migrate/cckfield/d6/FileField.php b/web/core/modules/file/src/Plugin/migrate/cckfield/d6/FileField.php similarity index 100% rename from core/modules/file/src/Plugin/migrate/cckfield/d6/FileField.php rename to web/core/modules/file/src/Plugin/migrate/cckfield/d6/FileField.php diff --git a/core/modules/file/src/Plugin/migrate/cckfield/d7/FileField.php b/web/core/modules/file/src/Plugin/migrate/cckfield/d7/FileField.php similarity index 100% rename from core/modules/file/src/Plugin/migrate/cckfield/d7/FileField.php rename to web/core/modules/file/src/Plugin/migrate/cckfield/d7/FileField.php diff --git a/core/modules/file/src/Plugin/migrate/cckfield/d7/ImageField.php b/web/core/modules/file/src/Plugin/migrate/cckfield/d7/ImageField.php similarity index 100% rename from core/modules/file/src/Plugin/migrate/cckfield/d7/ImageField.php rename to web/core/modules/file/src/Plugin/migrate/cckfield/d7/ImageField.php diff --git a/core/modules/file/src/Plugin/migrate/destination/EntityFile.php b/web/core/modules/file/src/Plugin/migrate/destination/EntityFile.php similarity index 100% rename from core/modules/file/src/Plugin/migrate/destination/EntityFile.php rename to web/core/modules/file/src/Plugin/migrate/destination/EntityFile.php diff --git a/core/modules/file/src/Plugin/migrate/process/d6/CckFile.php b/web/core/modules/file/src/Plugin/migrate/process/d6/CckFile.php similarity index 100% rename from core/modules/file/src/Plugin/migrate/process/d6/CckFile.php rename to web/core/modules/file/src/Plugin/migrate/process/d6/CckFile.php diff --git a/core/modules/file/src/Plugin/migrate/process/d6/FileUri.php b/web/core/modules/file/src/Plugin/migrate/process/d6/FileUri.php similarity index 100% rename from core/modules/file/src/Plugin/migrate/process/d6/FileUri.php rename to web/core/modules/file/src/Plugin/migrate/process/d6/FileUri.php diff --git a/core/modules/file/src/Plugin/migrate/source/d6/File.php b/web/core/modules/file/src/Plugin/migrate/source/d6/File.php similarity index 100% rename from core/modules/file/src/Plugin/migrate/source/d6/File.php rename to web/core/modules/file/src/Plugin/migrate/source/d6/File.php diff --git a/core/modules/file/src/Plugin/migrate/source/d6/Upload.php b/web/core/modules/file/src/Plugin/migrate/source/d6/Upload.php similarity index 100% rename from core/modules/file/src/Plugin/migrate/source/d6/Upload.php rename to web/core/modules/file/src/Plugin/migrate/source/d6/Upload.php diff --git a/core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php b/web/core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php similarity index 100% rename from core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php rename to web/core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php diff --git a/core/modules/file/src/Plugin/migrate/source/d7/File.php b/web/core/modules/file/src/Plugin/migrate/source/d7/File.php similarity index 100% rename from core/modules/file/src/Plugin/migrate/source/d7/File.php rename to web/core/modules/file/src/Plugin/migrate/source/d7/File.php diff --git a/core/modules/file/src/Plugin/views/argument/Fid.php b/web/core/modules/file/src/Plugin/views/argument/Fid.php similarity index 100% rename from core/modules/file/src/Plugin/views/argument/Fid.php rename to web/core/modules/file/src/Plugin/views/argument/Fid.php diff --git a/core/modules/file/src/Plugin/views/field/File.php b/web/core/modules/file/src/Plugin/views/field/File.php similarity index 100% rename from core/modules/file/src/Plugin/views/field/File.php rename to web/core/modules/file/src/Plugin/views/field/File.php diff --git a/core/modules/file/src/Plugin/views/filter/Status.php b/web/core/modules/file/src/Plugin/views/filter/Status.php similarity index 100% rename from core/modules/file/src/Plugin/views/filter/Status.php rename to web/core/modules/file/src/Plugin/views/filter/Status.php diff --git a/core/modules/file/src/Plugin/views/wizard/File.php b/web/core/modules/file/src/Plugin/views/wizard/File.php similarity index 100% rename from core/modules/file/src/Plugin/views/wizard/File.php rename to web/core/modules/file/src/Plugin/views/wizard/File.php diff --git a/core/modules/file/src/Tests/DownloadTest.php b/web/core/modules/file/src/Tests/DownloadTest.php similarity index 100% rename from core/modules/file/src/Tests/DownloadTest.php rename to web/core/modules/file/src/Tests/DownloadTest.php diff --git a/core/modules/file/src/Tests/FileFieldAnonymousSubmissionTest.php b/web/core/modules/file/src/Tests/FileFieldAnonymousSubmissionTest.php similarity index 100% rename from core/modules/file/src/Tests/FileFieldAnonymousSubmissionTest.php rename to web/core/modules/file/src/Tests/FileFieldAnonymousSubmissionTest.php diff --git a/core/modules/file/src/Tests/FileFieldDisplayTest.php b/web/core/modules/file/src/Tests/FileFieldDisplayTest.php similarity index 100% rename from core/modules/file/src/Tests/FileFieldDisplayTest.php rename to web/core/modules/file/src/Tests/FileFieldDisplayTest.php diff --git a/core/modules/file/src/Tests/FileFieldFormatterAccessTest.php b/web/core/modules/file/src/Tests/FileFieldFormatterAccessTest.php similarity index 100% rename from core/modules/file/src/Tests/FileFieldFormatterAccessTest.php rename to web/core/modules/file/src/Tests/FileFieldFormatterAccessTest.php diff --git a/core/modules/file/src/Tests/FileFieldPathTest.php b/web/core/modules/file/src/Tests/FileFieldPathTest.php similarity index 100% rename from core/modules/file/src/Tests/FileFieldPathTest.php rename to web/core/modules/file/src/Tests/FileFieldPathTest.php diff --git a/core/modules/file/src/Tests/FileFieldRSSContentTest.php b/web/core/modules/file/src/Tests/FileFieldRSSContentTest.php similarity index 100% rename from core/modules/file/src/Tests/FileFieldRSSContentTest.php rename to web/core/modules/file/src/Tests/FileFieldRSSContentTest.php diff --git a/core/modules/file/src/Tests/FileFieldRevisionTest.php b/web/core/modules/file/src/Tests/FileFieldRevisionTest.php similarity index 100% rename from core/modules/file/src/Tests/FileFieldRevisionTest.php rename to web/core/modules/file/src/Tests/FileFieldRevisionTest.php diff --git a/core/modules/file/src/Tests/FileFieldTestBase.php b/web/core/modules/file/src/Tests/FileFieldTestBase.php similarity index 100% rename from core/modules/file/src/Tests/FileFieldTestBase.php rename to web/core/modules/file/src/Tests/FileFieldTestBase.php diff --git a/core/modules/file/src/Tests/FileFieldValidateTest.php b/web/core/modules/file/src/Tests/FileFieldValidateTest.php similarity index 100% rename from core/modules/file/src/Tests/FileFieldValidateTest.php rename to web/core/modules/file/src/Tests/FileFieldValidateTest.php diff --git a/core/modules/file/src/Tests/FileFieldWidgetTest.php b/web/core/modules/file/src/Tests/FileFieldWidgetTest.php similarity index 100% rename from core/modules/file/src/Tests/FileFieldWidgetTest.php rename to web/core/modules/file/src/Tests/FileFieldWidgetTest.php diff --git a/core/modules/file/src/Tests/FileListingTest.php b/web/core/modules/file/src/Tests/FileListingTest.php similarity index 100% rename from core/modules/file/src/Tests/FileListingTest.php rename to web/core/modules/file/src/Tests/FileListingTest.php diff --git a/core/modules/file/src/Tests/FileManagedAccessTest.php b/web/core/modules/file/src/Tests/FileManagedAccessTest.php similarity index 100% rename from core/modules/file/src/Tests/FileManagedAccessTest.php rename to web/core/modules/file/src/Tests/FileManagedAccessTest.php diff --git a/core/modules/file/src/Tests/FileManagedFileElementTest.php b/web/core/modules/file/src/Tests/FileManagedFileElementTest.php similarity index 100% rename from core/modules/file/src/Tests/FileManagedFileElementTest.php rename to web/core/modules/file/src/Tests/FileManagedFileElementTest.php diff --git a/core/modules/file/src/Tests/FileManagedTestBase.php b/web/core/modules/file/src/Tests/FileManagedTestBase.php similarity index 100% rename from core/modules/file/src/Tests/FileManagedTestBase.php rename to web/core/modules/file/src/Tests/FileManagedTestBase.php diff --git a/core/modules/file/src/Tests/FileOnTranslatedEntityTest.php b/web/core/modules/file/src/Tests/FileOnTranslatedEntityTest.php similarity index 100% rename from core/modules/file/src/Tests/FileOnTranslatedEntityTest.php rename to web/core/modules/file/src/Tests/FileOnTranslatedEntityTest.php diff --git a/core/modules/file/src/Tests/FilePrivateTest.php b/web/core/modules/file/src/Tests/FilePrivateTest.php similarity index 100% rename from core/modules/file/src/Tests/FilePrivateTest.php rename to web/core/modules/file/src/Tests/FilePrivateTest.php diff --git a/core/modules/file/src/Tests/FileTokenReplaceTest.php b/web/core/modules/file/src/Tests/FileTokenReplaceTest.php similarity index 100% rename from core/modules/file/src/Tests/FileTokenReplaceTest.php rename to web/core/modules/file/src/Tests/FileTokenReplaceTest.php diff --git a/core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php b/web/core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php similarity index 100% rename from core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php rename to web/core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php diff --git a/core/modules/file/src/Tests/RemoteFileSaveUploadTest.php b/web/core/modules/file/src/Tests/RemoteFileSaveUploadTest.php similarity index 100% rename from core/modules/file/src/Tests/RemoteFileSaveUploadTest.php rename to web/core/modules/file/src/Tests/RemoteFileSaveUploadTest.php diff --git a/core/modules/file/src/Tests/SaveUploadTest.php b/web/core/modules/file/src/Tests/SaveUploadTest.php similarity index 100% rename from core/modules/file/src/Tests/SaveUploadTest.php rename to web/core/modules/file/src/Tests/SaveUploadTest.php diff --git a/core/modules/file/src/Tests/Views/RelationshipUserFileDataTest.php b/web/core/modules/file/src/Tests/Views/RelationshipUserFileDataTest.php similarity index 100% rename from core/modules/file/src/Tests/Views/RelationshipUserFileDataTest.php rename to web/core/modules/file/src/Tests/Views/RelationshipUserFileDataTest.php diff --git a/core/modules/file/templates/file-link.html.twig b/web/core/modules/file/templates/file-link.html.twig similarity index 100% rename from core/modules/file/templates/file-link.html.twig rename to web/core/modules/file/templates/file-link.html.twig diff --git a/core/modules/file/templates/file-managed-file.html.twig b/web/core/modules/file/templates/file-managed-file.html.twig similarity index 100% rename from core/modules/file/templates/file-managed-file.html.twig rename to web/core/modules/file/templates/file-managed-file.html.twig diff --git a/core/modules/file/templates/file-upload-help.html.twig b/web/core/modules/file/templates/file-upload-help.html.twig similarity index 100% rename from core/modules/file/templates/file-upload-help.html.twig rename to web/core/modules/file/templates/file-upload-help.html.twig diff --git a/core/modules/file/templates/file-widget-multiple.html.twig b/web/core/modules/file/templates/file-widget-multiple.html.twig similarity index 100% rename from core/modules/file/templates/file-widget-multiple.html.twig rename to web/core/modules/file/templates/file-widget-multiple.html.twig diff --git a/core/modules/file/tests/file_module_test/file_module_test.info.yml b/web/core/modules/file/tests/file_module_test/file_module_test.info.yml similarity index 100% rename from core/modules/file/tests/file_module_test/file_module_test.info.yml rename to web/core/modules/file/tests/file_module_test/file_module_test.info.yml diff --git a/core/modules/file/tests/file_module_test/file_module_test.routing.yml b/web/core/modules/file/tests/file_module_test/file_module_test.routing.yml similarity index 100% rename from core/modules/file/tests/file_module_test/file_module_test.routing.yml rename to web/core/modules/file/tests/file_module_test/file_module_test.routing.yml diff --git a/core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php b/web/core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php similarity index 100% rename from core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php rename to web/core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php diff --git a/core/modules/file/tests/file_test/file_test.info.yml b/web/core/modules/file/tests/file_test/file_test.info.yml similarity index 100% rename from core/modules/file/tests/file_test/file_test.info.yml rename to web/core/modules/file/tests/file_test/file_test.info.yml diff --git a/core/modules/file/tests/file_test/file_test.module b/web/core/modules/file/tests/file_test/file_test.module similarity index 100% rename from core/modules/file/tests/file_test/file_test.module rename to web/core/modules/file/tests/file_test/file_test.module diff --git a/core/modules/file/tests/file_test/file_test.routing.yml b/web/core/modules/file/tests/file_test/file_test.routing.yml similarity index 100% rename from core/modules/file/tests/file_test/file_test.routing.yml rename to web/core/modules/file/tests/file_test/file_test.routing.yml diff --git a/core/modules/file/tests/file_test/file_test.services.yml b/web/core/modules/file/tests/file_test/file_test.services.yml similarity index 100% rename from core/modules/file/tests/file_test/file_test.services.yml rename to web/core/modules/file/tests/file_test/file_test.services.yml diff --git a/core/modules/file/tests/file_test/src/FileTestAccessControlHandler.php b/web/core/modules/file/tests/file_test/src/FileTestAccessControlHandler.php similarity index 100% rename from core/modules/file/tests/file_test/src/FileTestAccessControlHandler.php rename to web/core/modules/file/tests/file_test/src/FileTestAccessControlHandler.php diff --git a/core/modules/file/tests/file_test/src/Form/FileTestForm.php b/web/core/modules/file/tests/file_test/src/Form/FileTestForm.php similarity index 100% rename from core/modules/file/tests/file_test/src/Form/FileTestForm.php rename to web/core/modules/file/tests/file_test/src/Form/FileTestForm.php diff --git a/core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php b/web/core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php similarity index 100% rename from core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php rename to web/core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php diff --git a/core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php b/web/core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php similarity index 100% rename from core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php rename to web/core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php diff --git a/core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php b/web/core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php similarity index 100% rename from core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php rename to web/core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php diff --git a/core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php b/web/core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php similarity index 100% rename from core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php rename to web/core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php diff --git a/core/modules/file/tests/modules/file_test_views/file_test_views.info.yml b/web/core/modules/file/tests/modules/file_test_views/file_test_views.info.yml similarity index 100% rename from core/modules/file/tests/modules/file_test_views/file_test_views.info.yml rename to web/core/modules/file/tests/modules/file_test_views/file_test_views.info.yml diff --git a/core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml b/web/core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml similarity index 100% rename from core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml rename to web/core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml diff --git a/core/modules/file/tests/modules/file_test_views/test_views/views.view.test_file_user_file_data.yml b/web/core/modules/file/tests/modules/file_test_views/test_views/views.view.test_file_user_file_data.yml similarity index 100% rename from core/modules/file/tests/modules/file_test_views/test_views/views.view.test_file_user_file_data.yml rename to web/core/modules/file/tests/modules/file_test_views/test_views/views.view.test_file_user_file_data.yml diff --git a/core/modules/file/tests/src/Kernel/AccessTest.php b/web/core/modules/file/tests/src/Kernel/AccessTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/AccessTest.php rename to web/core/modules/file/tests/src/Kernel/AccessTest.php diff --git a/core/modules/file/tests/src/Kernel/CopyTest.php b/web/core/modules/file/tests/src/Kernel/CopyTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/CopyTest.php rename to web/core/modules/file/tests/src/Kernel/CopyTest.php diff --git a/core/modules/file/tests/src/Kernel/DeleteTest.php b/web/core/modules/file/tests/src/Kernel/DeleteTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/DeleteTest.php rename to web/core/modules/file/tests/src/Kernel/DeleteTest.php diff --git a/core/modules/file/tests/src/Kernel/FileItemTest.php b/web/core/modules/file/tests/src/Kernel/FileItemTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/FileItemTest.php rename to web/core/modules/file/tests/src/Kernel/FileItemTest.php diff --git a/core/modules/file/tests/src/Kernel/FileItemValidationTest.php b/web/core/modules/file/tests/src/Kernel/FileItemValidationTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/FileItemValidationTest.php rename to web/core/modules/file/tests/src/Kernel/FileItemValidationTest.php diff --git a/core/modules/file/tests/src/Kernel/FileManagedUnitTestBase.php b/web/core/modules/file/tests/src/Kernel/FileManagedUnitTestBase.php similarity index 100% rename from core/modules/file/tests/src/Kernel/FileManagedUnitTestBase.php rename to web/core/modules/file/tests/src/Kernel/FileManagedUnitTestBase.php diff --git a/core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php b/web/core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php rename to web/core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php diff --git a/core/modules/file/tests/src/Kernel/LoadTest.php b/web/core/modules/file/tests/src/Kernel/LoadTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/LoadTest.php rename to web/core/modules/file/tests/src/Kernel/LoadTest.php diff --git a/core/modules/file/tests/src/Kernel/Migrate/MigrateFileStubTest.php b/web/core/modules/file/tests/src/Kernel/Migrate/MigrateFileStubTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Migrate/MigrateFileStubTest.php rename to web/core/modules/file/tests/src/Kernel/Migrate/MigrateFileStubTest.php diff --git a/core/modules/file/tests/src/Kernel/Migrate/d6/FileMigrationTestTrait.php b/web/core/modules/file/tests/src/Kernel/Migrate/d6/FileMigrationTestTrait.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Migrate/d6/FileMigrationTestTrait.php rename to web/core/modules/file/tests/src/Kernel/Migrate/d6/FileMigrationTestTrait.php diff --git a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileConfigsTest.php b/web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileConfigsTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileConfigsTest.php rename to web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileConfigsTest.php diff --git a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileTest.php b/web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileTest.php rename to web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileTest.php diff --git a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php b/web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php rename to web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityDisplayTest.php diff --git a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php b/web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php rename to web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadEntityFormDisplayTest.php diff --git a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadFieldTest.php b/web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadFieldTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadFieldTest.php rename to web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadFieldTest.php diff --git a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadInstanceTest.php b/web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadInstanceTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadInstanceTest.php rename to web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadInstanceTest.php diff --git a/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadTest.php b/web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadTest.php rename to web/core/modules/file/tests/src/Kernel/Migrate/d6/MigrateUploadTest.php diff --git a/core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileConfigsTest.php b/web/core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileConfigsTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileConfigsTest.php rename to web/core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileConfigsTest.php diff --git a/core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileTest.php b/web/core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileTest.php rename to web/core/modules/file/tests/src/Kernel/Migrate/d7/MigrateFileTest.php diff --git a/core/modules/file/tests/src/Kernel/Migrate/process/d6/CckFileTest.php b/web/core/modules/file/tests/src/Kernel/Migrate/process/d6/CckFileTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Migrate/process/d6/CckFileTest.php rename to web/core/modules/file/tests/src/Kernel/Migrate/process/d6/CckFileTest.php diff --git a/core/modules/file/tests/src/Kernel/MoveTest.php b/web/core/modules/file/tests/src/Kernel/MoveTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/MoveTest.php rename to web/core/modules/file/tests/src/Kernel/MoveTest.php diff --git a/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/FileTest.php b/web/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/FileTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/FileTest.php rename to web/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/FileTest.php diff --git a/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php b/web/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php rename to web/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php diff --git a/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php b/web/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php rename to web/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php diff --git a/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d7/FileTest.php b/web/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d7/FileTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Plugin/migrate/source/d7/FileTest.php rename to web/core/modules/file/tests/src/Kernel/Plugin/migrate/source/d7/FileTest.php diff --git a/core/modules/file/tests/src/Kernel/SaveDataTest.php b/web/core/modules/file/tests/src/Kernel/SaveDataTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/SaveDataTest.php rename to web/core/modules/file/tests/src/Kernel/SaveDataTest.php diff --git a/core/modules/file/tests/src/Kernel/SaveTest.php b/web/core/modules/file/tests/src/Kernel/SaveTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/SaveTest.php rename to web/core/modules/file/tests/src/Kernel/SaveTest.php diff --git a/core/modules/file/tests/src/Kernel/SpaceUsedTest.php b/web/core/modules/file/tests/src/Kernel/SpaceUsedTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/SpaceUsedTest.php rename to web/core/modules/file/tests/src/Kernel/SpaceUsedTest.php diff --git a/core/modules/file/tests/src/Kernel/UsageTest.php b/web/core/modules/file/tests/src/Kernel/UsageTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/UsageTest.php rename to web/core/modules/file/tests/src/Kernel/UsageTest.php diff --git a/core/modules/file/tests/src/Kernel/ValidateTest.php b/web/core/modules/file/tests/src/Kernel/ValidateTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/ValidateTest.php rename to web/core/modules/file/tests/src/Kernel/ValidateTest.php diff --git a/core/modules/file/tests/src/Kernel/ValidatorTest.php b/web/core/modules/file/tests/src/Kernel/ValidatorTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/ValidatorTest.php rename to web/core/modules/file/tests/src/Kernel/ValidatorTest.php diff --git a/core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php b/web/core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php rename to web/core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php diff --git a/core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php b/web/core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php similarity index 100% rename from core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php rename to web/core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.php diff --git a/core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/CckFileTest.php b/web/core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/CckFileTest.php similarity index 100% rename from core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/CckFileTest.php rename to web/core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/CckFileTest.php diff --git a/core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FileUriTest.php b/web/core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FileUriTest.php similarity index 100% rename from core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FileUriTest.php rename to web/core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FileUriTest.php diff --git a/core/modules/filter/config/install/filter.format.plain_text.yml b/web/core/modules/filter/config/install/filter.format.plain_text.yml similarity index 100% rename from core/modules/filter/config/install/filter.format.plain_text.yml rename to web/core/modules/filter/config/install/filter.format.plain_text.yml diff --git a/core/modules/filter/config/install/filter.settings.yml b/web/core/modules/filter/config/install/filter.settings.yml similarity index 100% rename from core/modules/filter/config/install/filter.settings.yml rename to web/core/modules/filter/config/install/filter.settings.yml diff --git a/core/modules/filter/config/schema/filter.schema.yml b/web/core/modules/filter/config/schema/filter.schema.yml similarity index 100% rename from core/modules/filter/config/schema/filter.schema.yml rename to web/core/modules/filter/config/schema/filter.schema.yml diff --git a/core/modules/filter/css/filter.admin.css b/web/core/modules/filter/css/filter.admin.css similarity index 100% rename from core/modules/filter/css/filter.admin.css rename to web/core/modules/filter/css/filter.admin.css diff --git a/core/modules/filter/css/filter.caption.css b/web/core/modules/filter/css/filter.caption.css similarity index 100% rename from core/modules/filter/css/filter.caption.css rename to web/core/modules/filter/css/filter.caption.css diff --git a/core/modules/filter/filter.admin.js b/web/core/modules/filter/filter.admin.js similarity index 100% rename from core/modules/filter/filter.admin.js rename to web/core/modules/filter/filter.admin.js diff --git a/core/modules/filter/filter.api.php b/web/core/modules/filter/filter.api.php similarity index 100% rename from core/modules/filter/filter.api.php rename to web/core/modules/filter/filter.api.php diff --git a/core/modules/filter/filter.filter_html.admin.js b/web/core/modules/filter/filter.filter_html.admin.js similarity index 100% rename from core/modules/filter/filter.filter_html.admin.js rename to web/core/modules/filter/filter.filter_html.admin.js diff --git a/core/modules/filter/filter.info.yml b/web/core/modules/filter/filter.info.yml similarity index 100% rename from core/modules/filter/filter.info.yml rename to web/core/modules/filter/filter.info.yml diff --git a/core/modules/filter/filter.js b/web/core/modules/filter/filter.js similarity index 100% rename from core/modules/filter/filter.js rename to web/core/modules/filter/filter.js diff --git a/core/modules/filter/filter.libraries.yml b/web/core/modules/filter/filter.libraries.yml similarity index 100% rename from core/modules/filter/filter.libraries.yml rename to web/core/modules/filter/filter.libraries.yml diff --git a/core/modules/filter/filter.links.action.yml b/web/core/modules/filter/filter.links.action.yml similarity index 100% rename from core/modules/filter/filter.links.action.yml rename to web/core/modules/filter/filter.links.action.yml diff --git a/core/modules/filter/filter.links.menu.yml b/web/core/modules/filter/filter.links.menu.yml similarity index 100% rename from core/modules/filter/filter.links.menu.yml rename to web/core/modules/filter/filter.links.menu.yml diff --git a/core/modules/filter/filter.links.task.yml b/web/core/modules/filter/filter.links.task.yml similarity index 100% rename from core/modules/filter/filter.links.task.yml rename to web/core/modules/filter/filter.links.task.yml diff --git a/core/modules/filter/filter.module b/web/core/modules/filter/filter.module similarity index 100% rename from core/modules/filter/filter.module rename to web/core/modules/filter/filter.module diff --git a/core/modules/filter/filter.permissions.yml b/web/core/modules/filter/filter.permissions.yml similarity index 100% rename from core/modules/filter/filter.permissions.yml rename to web/core/modules/filter/filter.permissions.yml diff --git a/core/modules/filter/filter.routing.yml b/web/core/modules/filter/filter.routing.yml similarity index 100% rename from core/modules/filter/filter.routing.yml rename to web/core/modules/filter/filter.routing.yml diff --git a/core/modules/filter/filter.services.yml b/web/core/modules/filter/filter.services.yml similarity index 100% rename from core/modules/filter/filter.services.yml rename to web/core/modules/filter/filter.services.yml diff --git a/core/modules/filter/migration_templates/d6_filter_format.yml b/web/core/modules/filter/migration_templates/d6_filter_format.yml similarity index 100% rename from core/modules/filter/migration_templates/d6_filter_format.yml rename to web/core/modules/filter/migration_templates/d6_filter_format.yml diff --git a/core/modules/filter/migration_templates/d7_filter_format.yml b/web/core/modules/filter/migration_templates/d7_filter_format.yml similarity index 100% rename from core/modules/filter/migration_templates/d7_filter_format.yml rename to web/core/modules/filter/migration_templates/d7_filter_format.yml diff --git a/core/modules/filter/migration_templates/d7_filter_settings.yml b/web/core/modules/filter/migration_templates/d7_filter_settings.yml similarity index 100% rename from core/modules/filter/migration_templates/d7_filter_settings.yml rename to web/core/modules/filter/migration_templates/d7_filter_settings.yml diff --git a/core/modules/filter/src/Annotation/Filter.php b/web/core/modules/filter/src/Annotation/Filter.php similarity index 100% rename from core/modules/filter/src/Annotation/Filter.php rename to web/core/modules/filter/src/Annotation/Filter.php diff --git a/core/modules/filter/src/Controller/FilterController.php b/web/core/modules/filter/src/Controller/FilterController.php similarity index 100% rename from core/modules/filter/src/Controller/FilterController.php rename to web/core/modules/filter/src/Controller/FilterController.php diff --git a/core/modules/filter/src/Element/ProcessedText.php b/web/core/modules/filter/src/Element/ProcessedText.php similarity index 100% rename from core/modules/filter/src/Element/ProcessedText.php rename to web/core/modules/filter/src/Element/ProcessedText.php diff --git a/core/modules/filter/src/Element/TextFormat.php b/web/core/modules/filter/src/Element/TextFormat.php similarity index 100% rename from core/modules/filter/src/Element/TextFormat.php rename to web/core/modules/filter/src/Element/TextFormat.php diff --git a/core/modules/filter/src/Entity/FilterFormat.php b/web/core/modules/filter/src/Entity/FilterFormat.php similarity index 100% rename from core/modules/filter/src/Entity/FilterFormat.php rename to web/core/modules/filter/src/Entity/FilterFormat.php diff --git a/core/modules/filter/src/FilterFormatAccessControlHandler.php b/web/core/modules/filter/src/FilterFormatAccessControlHandler.php similarity index 100% rename from core/modules/filter/src/FilterFormatAccessControlHandler.php rename to web/core/modules/filter/src/FilterFormatAccessControlHandler.php diff --git a/core/modules/filter/src/FilterFormatAddForm.php b/web/core/modules/filter/src/FilterFormatAddForm.php similarity index 100% rename from core/modules/filter/src/FilterFormatAddForm.php rename to web/core/modules/filter/src/FilterFormatAddForm.php diff --git a/core/modules/filter/src/FilterFormatEditForm.php b/web/core/modules/filter/src/FilterFormatEditForm.php similarity index 100% rename from core/modules/filter/src/FilterFormatEditForm.php rename to web/core/modules/filter/src/FilterFormatEditForm.php diff --git a/core/modules/filter/src/FilterFormatFormBase.php b/web/core/modules/filter/src/FilterFormatFormBase.php similarity index 100% rename from core/modules/filter/src/FilterFormatFormBase.php rename to web/core/modules/filter/src/FilterFormatFormBase.php diff --git a/core/modules/filter/src/FilterFormatInterface.php b/web/core/modules/filter/src/FilterFormatInterface.php similarity index 100% rename from core/modules/filter/src/FilterFormatInterface.php rename to web/core/modules/filter/src/FilterFormatInterface.php diff --git a/core/modules/filter/src/FilterFormatListBuilder.php b/web/core/modules/filter/src/FilterFormatListBuilder.php similarity index 100% rename from core/modules/filter/src/FilterFormatListBuilder.php rename to web/core/modules/filter/src/FilterFormatListBuilder.php diff --git a/core/modules/filter/src/FilterPermissions.php b/web/core/modules/filter/src/FilterPermissions.php similarity index 100% rename from core/modules/filter/src/FilterPermissions.php rename to web/core/modules/filter/src/FilterPermissions.php diff --git a/core/modules/filter/src/FilterPluginCollection.php b/web/core/modules/filter/src/FilterPluginCollection.php similarity index 100% rename from core/modules/filter/src/FilterPluginCollection.php rename to web/core/modules/filter/src/FilterPluginCollection.php diff --git a/core/modules/filter/src/FilterPluginManager.php b/web/core/modules/filter/src/FilterPluginManager.php similarity index 100% rename from core/modules/filter/src/FilterPluginManager.php rename to web/core/modules/filter/src/FilterPluginManager.php diff --git a/core/modules/filter/src/FilterProcessResult.php b/web/core/modules/filter/src/FilterProcessResult.php similarity index 100% rename from core/modules/filter/src/FilterProcessResult.php rename to web/core/modules/filter/src/FilterProcessResult.php diff --git a/core/modules/filter/src/FilterUninstallValidator.php b/web/core/modules/filter/src/FilterUninstallValidator.php similarity index 100% rename from core/modules/filter/src/FilterUninstallValidator.php rename to web/core/modules/filter/src/FilterUninstallValidator.php diff --git a/core/modules/filter/src/Form/FilterDisableForm.php b/web/core/modules/filter/src/Form/FilterDisableForm.php similarity index 100% rename from core/modules/filter/src/Form/FilterDisableForm.php rename to web/core/modules/filter/src/Form/FilterDisableForm.php diff --git a/core/modules/filter/src/Plugin/DataType/FilterFormat.php b/web/core/modules/filter/src/Plugin/DataType/FilterFormat.php similarity index 100% rename from core/modules/filter/src/Plugin/DataType/FilterFormat.php rename to web/core/modules/filter/src/Plugin/DataType/FilterFormat.php diff --git a/core/modules/filter/src/Plugin/Filter/FilterAlign.php b/web/core/modules/filter/src/Plugin/Filter/FilterAlign.php similarity index 100% rename from core/modules/filter/src/Plugin/Filter/FilterAlign.php rename to web/core/modules/filter/src/Plugin/Filter/FilterAlign.php diff --git a/core/modules/filter/src/Plugin/Filter/FilterAutoP.php b/web/core/modules/filter/src/Plugin/Filter/FilterAutoP.php similarity index 100% rename from core/modules/filter/src/Plugin/Filter/FilterAutoP.php rename to web/core/modules/filter/src/Plugin/Filter/FilterAutoP.php diff --git a/core/modules/filter/src/Plugin/Filter/FilterCaption.php b/web/core/modules/filter/src/Plugin/Filter/FilterCaption.php similarity index 100% rename from core/modules/filter/src/Plugin/Filter/FilterCaption.php rename to web/core/modules/filter/src/Plugin/Filter/FilterCaption.php diff --git a/core/modules/filter/src/Plugin/Filter/FilterHtml.php b/web/core/modules/filter/src/Plugin/Filter/FilterHtml.php similarity index 100% rename from core/modules/filter/src/Plugin/Filter/FilterHtml.php rename to web/core/modules/filter/src/Plugin/Filter/FilterHtml.php diff --git a/core/modules/filter/src/Plugin/Filter/FilterHtmlCorrector.php b/web/core/modules/filter/src/Plugin/Filter/FilterHtmlCorrector.php similarity index 100% rename from core/modules/filter/src/Plugin/Filter/FilterHtmlCorrector.php rename to web/core/modules/filter/src/Plugin/Filter/FilterHtmlCorrector.php diff --git a/core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php b/web/core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php similarity index 100% rename from core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php rename to web/core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php diff --git a/core/modules/filter/src/Plugin/Filter/FilterHtmlImageSecure.php b/web/core/modules/filter/src/Plugin/Filter/FilterHtmlImageSecure.php similarity index 100% rename from core/modules/filter/src/Plugin/Filter/FilterHtmlImageSecure.php rename to web/core/modules/filter/src/Plugin/Filter/FilterHtmlImageSecure.php diff --git a/core/modules/filter/src/Plugin/Filter/FilterNull.php b/web/core/modules/filter/src/Plugin/Filter/FilterNull.php similarity index 100% rename from core/modules/filter/src/Plugin/Filter/FilterNull.php rename to web/core/modules/filter/src/Plugin/Filter/FilterNull.php diff --git a/core/modules/filter/src/Plugin/Filter/FilterUrl.php b/web/core/modules/filter/src/Plugin/Filter/FilterUrl.php similarity index 100% rename from core/modules/filter/src/Plugin/Filter/FilterUrl.php rename to web/core/modules/filter/src/Plugin/Filter/FilterUrl.php diff --git a/core/modules/filter/src/Plugin/FilterBase.php b/web/core/modules/filter/src/Plugin/FilterBase.php similarity index 100% rename from core/modules/filter/src/Plugin/FilterBase.php rename to web/core/modules/filter/src/Plugin/FilterBase.php diff --git a/core/modules/filter/src/Plugin/FilterInterface.php b/web/core/modules/filter/src/Plugin/FilterInterface.php similarity index 100% rename from core/modules/filter/src/Plugin/FilterInterface.php rename to web/core/modules/filter/src/Plugin/FilterInterface.php diff --git a/core/modules/filter/src/Plugin/migrate/process/FilterID.php b/web/core/modules/filter/src/Plugin/migrate/process/FilterID.php similarity index 100% rename from core/modules/filter/src/Plugin/migrate/process/FilterID.php rename to web/core/modules/filter/src/Plugin/migrate/process/FilterID.php diff --git a/core/modules/filter/src/Plugin/migrate/process/FilterSettings.php b/web/core/modules/filter/src/Plugin/migrate/process/FilterSettings.php similarity index 100% rename from core/modules/filter/src/Plugin/migrate/process/FilterSettings.php rename to web/core/modules/filter/src/Plugin/migrate/process/FilterSettings.php diff --git a/core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php b/web/core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php similarity index 100% rename from core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php rename to web/core/modules/filter/src/Plugin/migrate/process/d6/FilterFormatPermission.php diff --git a/core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php b/web/core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php similarity index 100% rename from core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php rename to web/core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php diff --git a/core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php b/web/core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php similarity index 100% rename from core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php rename to web/core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php diff --git a/core/modules/filter/src/ProxyClass/FilterUninstallValidator.php b/web/core/modules/filter/src/ProxyClass/FilterUninstallValidator.php similarity index 100% rename from core/modules/filter/src/ProxyClass/FilterUninstallValidator.php rename to web/core/modules/filter/src/ProxyClass/FilterUninstallValidator.php diff --git a/core/modules/filter/src/Render/FilteredMarkup.php b/web/core/modules/filter/src/Render/FilteredMarkup.php similarity index 100% rename from core/modules/filter/src/Render/FilteredMarkup.php rename to web/core/modules/filter/src/Render/FilteredMarkup.php diff --git a/core/modules/filter/src/Tests/FilterAdminTest.php b/web/core/modules/filter/src/Tests/FilterAdminTest.php similarity index 100% rename from core/modules/filter/src/Tests/FilterAdminTest.php rename to web/core/modules/filter/src/Tests/FilterAdminTest.php diff --git a/core/modules/filter/src/Tests/FilterCaptionTwigDebugTest.php b/web/core/modules/filter/src/Tests/FilterCaptionTwigDebugTest.php similarity index 100% rename from core/modules/filter/src/Tests/FilterCaptionTwigDebugTest.php rename to web/core/modules/filter/src/Tests/FilterCaptionTwigDebugTest.php diff --git a/core/modules/filter/src/Tests/FilterDefaultFormatTest.php b/web/core/modules/filter/src/Tests/FilterDefaultFormatTest.php similarity index 100% rename from core/modules/filter/src/Tests/FilterDefaultFormatTest.php rename to web/core/modules/filter/src/Tests/FilterDefaultFormatTest.php diff --git a/core/modules/filter/src/Tests/FilterFormTest.php b/web/core/modules/filter/src/Tests/FilterFormTest.php similarity index 100% rename from core/modules/filter/src/Tests/FilterFormTest.php rename to web/core/modules/filter/src/Tests/FilterFormTest.php diff --git a/core/modules/filter/src/Tests/FilterFormatAccessTest.php b/web/core/modules/filter/src/Tests/FilterFormatAccessTest.php similarity index 100% rename from core/modules/filter/src/Tests/FilterFormatAccessTest.php rename to web/core/modules/filter/src/Tests/FilterFormatAccessTest.php diff --git a/core/modules/filter/src/Tests/FilterHooksTest.php b/web/core/modules/filter/src/Tests/FilterHooksTest.php similarity index 100% rename from core/modules/filter/src/Tests/FilterHooksTest.php rename to web/core/modules/filter/src/Tests/FilterHooksTest.php diff --git a/core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php b/web/core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php similarity index 100% rename from core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php rename to web/core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php diff --git a/core/modules/filter/src/Tests/FilterNoFormatTest.php b/web/core/modules/filter/src/Tests/FilterNoFormatTest.php similarity index 100% rename from core/modules/filter/src/Tests/FilterNoFormatTest.php rename to web/core/modules/filter/src/Tests/FilterNoFormatTest.php diff --git a/core/modules/filter/src/Tests/FilterSecurityTest.php b/web/core/modules/filter/src/Tests/FilterSecurityTest.php similarity index 100% rename from core/modules/filter/src/Tests/FilterSecurityTest.php rename to web/core/modules/filter/src/Tests/FilterSecurityTest.php diff --git a/core/modules/filter/templates/filter-caption.html.twig b/web/core/modules/filter/templates/filter-caption.html.twig similarity index 100% rename from core/modules/filter/templates/filter-caption.html.twig rename to web/core/modules/filter/templates/filter-caption.html.twig diff --git a/core/modules/filter/templates/filter-guidelines.html.twig b/web/core/modules/filter/templates/filter-guidelines.html.twig similarity index 100% rename from core/modules/filter/templates/filter-guidelines.html.twig rename to web/core/modules/filter/templates/filter-guidelines.html.twig diff --git a/core/modules/filter/templates/filter-tips.html.twig b/web/core/modules/filter/templates/filter-tips.html.twig similarity index 100% rename from core/modules/filter/templates/filter-tips.html.twig rename to web/core/modules/filter/templates/filter-tips.html.twig diff --git a/core/modules/filter/templates/text-format-wrapper.html.twig b/web/core/modules/filter/templates/text-format-wrapper.html.twig similarity index 100% rename from core/modules/filter/templates/text-format-wrapper.html.twig rename to web/core/modules/filter/templates/text-format-wrapper.html.twig diff --git a/core/modules/filter/tests/filter.url-input.txt b/web/core/modules/filter/tests/filter.url-input.txt similarity index 100% rename from core/modules/filter/tests/filter.url-input.txt rename to web/core/modules/filter/tests/filter.url-input.txt diff --git a/core/modules/filter/tests/filter.url-output.txt b/web/core/modules/filter/tests/filter.url-output.txt similarity index 100% rename from core/modules/filter/tests/filter.url-output.txt rename to web/core/modules/filter/tests/filter.url-output.txt diff --git a/core/modules/filter/tests/filter_test/config/install/filter.format.filter_test.yml b/web/core/modules/filter/tests/filter_test/config/install/filter.format.filter_test.yml similarity index 100% rename from core/modules/filter/tests/filter_test/config/install/filter.format.filter_test.yml rename to web/core/modules/filter/tests/filter_test/config/install/filter.format.filter_test.yml diff --git a/core/modules/filter/tests/filter_test/config/install/filter.format.filtered_html.yml b/web/core/modules/filter/tests/filter_test/config/install/filter.format.filtered_html.yml similarity index 100% rename from core/modules/filter/tests/filter_test/config/install/filter.format.filtered_html.yml rename to web/core/modules/filter/tests/filter_test/config/install/filter.format.filtered_html.yml diff --git a/core/modules/filter/tests/filter_test/config/install/filter.format.full_html.yml b/web/core/modules/filter/tests/filter_test/config/install/filter.format.full_html.yml similarity index 100% rename from core/modules/filter/tests/filter_test/config/install/filter.format.full_html.yml rename to web/core/modules/filter/tests/filter_test/config/install/filter.format.full_html.yml diff --git a/core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml b/web/core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml similarity index 100% rename from core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml rename to web/core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml diff --git a/core/modules/filter/tests/filter_test/filter_test.info.yml b/web/core/modules/filter/tests/filter_test/filter_test.info.yml similarity index 100% rename from core/modules/filter/tests/filter_test/filter_test.info.yml rename to web/core/modules/filter/tests/filter_test/filter_test.info.yml diff --git a/core/modules/filter/tests/filter_test/filter_test.module b/web/core/modules/filter/tests/filter_test/filter_test.module similarity index 100% rename from core/modules/filter/tests/filter_test/filter_test.module rename to web/core/modules/filter/tests/filter_test/filter_test.module diff --git a/core/modules/filter/tests/filter_test/filter_test.routing.yml b/web/core/modules/filter/tests/filter_test/filter_test.routing.yml similarity index 100% rename from core/modules/filter/tests/filter_test/filter_test.routing.yml rename to web/core/modules/filter/tests/filter_test/filter_test.routing.yml diff --git a/core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php b/web/core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php similarity index 100% rename from core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php rename to web/core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php diff --git a/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestAssets.php b/web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestAssets.php similarity index 100% rename from core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestAssets.php rename to web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestAssets.php diff --git a/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheContexts.php b/web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheContexts.php similarity index 100% rename from core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheContexts.php rename to web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheContexts.php diff --git a/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php b/web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php similarity index 100% rename from core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php rename to web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php diff --git a/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheTags.php b/web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheTags.php similarity index 100% rename from core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheTags.php rename to web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheTags.php diff --git a/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php b/web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php similarity index 100% rename from core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php rename to web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestPlaceholders.php diff --git a/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestReplace.php b/web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestReplace.php similarity index 100% rename from core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestReplace.php rename to web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestReplace.php diff --git a/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php b/web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php similarity index 100% rename from core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php rename to web/core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php diff --git a/core/modules/filter/tests/filter_test_plugin/filter_test_plugin.info.yml b/web/core/modules/filter/tests/filter_test_plugin/filter_test_plugin.info.yml similarity index 100% rename from core/modules/filter/tests/filter_test_plugin/filter_test_plugin.info.yml rename to web/core/modules/filter/tests/filter_test_plugin/filter_test_plugin.info.yml diff --git a/core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterSparkles.php b/web/core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterSparkles.php similarity index 100% rename from core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterSparkles.php rename to web/core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterSparkles.php diff --git a/core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterTestStatic.php b/web/core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterTestStatic.php similarity index 100% rename from core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterTestStatic.php rename to web/core/modules/filter/tests/filter_test_plugin/src/Plugin/Filter/FilterTestStatic.php diff --git a/core/modules/filter/tests/src/Kernel/FilterAPITest.php b/web/core/modules/filter/tests/src/Kernel/FilterAPITest.php similarity index 100% rename from core/modules/filter/tests/src/Kernel/FilterAPITest.php rename to web/core/modules/filter/tests/src/Kernel/FilterAPITest.php diff --git a/core/modules/filter/tests/src/Kernel/FilterCrudTest.php b/web/core/modules/filter/tests/src/Kernel/FilterCrudTest.php similarity index 100% rename from core/modules/filter/tests/src/Kernel/FilterCrudTest.php rename to web/core/modules/filter/tests/src/Kernel/FilterCrudTest.php diff --git a/core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php b/web/core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php similarity index 100% rename from core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php rename to web/core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php diff --git a/core/modules/filter/tests/src/Kernel/FilterKernelTest.php b/web/core/modules/filter/tests/src/Kernel/FilterKernelTest.php similarity index 100% rename from core/modules/filter/tests/src/Kernel/FilterKernelTest.php rename to web/core/modules/filter/tests/src/Kernel/FilterKernelTest.php diff --git a/core/modules/filter/tests/src/Kernel/FilterSettingsTest.php b/web/core/modules/filter/tests/src/Kernel/FilterSettingsTest.php similarity index 100% rename from core/modules/filter/tests/src/Kernel/FilterSettingsTest.php rename to web/core/modules/filter/tests/src/Kernel/FilterSettingsTest.php diff --git a/core/modules/filter/tests/src/Kernel/Migrate/d6/MigrateFilterFormatTest.php b/web/core/modules/filter/tests/src/Kernel/Migrate/d6/MigrateFilterFormatTest.php similarity index 100% rename from core/modules/filter/tests/src/Kernel/Migrate/d6/MigrateFilterFormatTest.php rename to web/core/modules/filter/tests/src/Kernel/Migrate/d6/MigrateFilterFormatTest.php diff --git a/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php b/web/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php similarity index 100% rename from core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php rename to web/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php diff --git a/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterSettingsTest.php b/web/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterSettingsTest.php similarity index 100% rename from core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterSettingsTest.php rename to web/core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterSettingsTest.php diff --git a/core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php b/web/core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php similarity index 100% rename from core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php rename to web/core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php diff --git a/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d6/FilterFormatTest.php b/web/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d6/FilterFormatTest.php similarity index 100% rename from core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d6/FilterFormatTest.php rename to web/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d6/FilterFormatTest.php diff --git a/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php b/web/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php similarity index 100% rename from core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php rename to web/core/modules/filter/tests/src/Kernel/Plugin/migrate/source/d7/FilterFormatTest.php diff --git a/core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php b/web/core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php similarity index 100% rename from core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php rename to web/core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php diff --git a/core/modules/filter/tests/src/Unit/FilterHtmlTest.php b/web/core/modules/filter/tests/src/Unit/FilterHtmlTest.php similarity index 100% rename from core/modules/filter/tests/src/Unit/FilterHtmlTest.php rename to web/core/modules/filter/tests/src/Unit/FilterHtmlTest.php diff --git a/core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php b/web/core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php similarity index 100% rename from core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php rename to web/core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php diff --git a/core/modules/forum/config/install/forum.settings.yml b/web/core/modules/forum/config/install/forum.settings.yml similarity index 100% rename from core/modules/forum/config/install/forum.settings.yml rename to web/core/modules/forum/config/install/forum.settings.yml diff --git a/core/modules/forum/config/optional/comment.type.comment_forum.yml b/web/core/modules/forum/config/optional/comment.type.comment_forum.yml similarity index 100% rename from core/modules/forum/config/optional/comment.type.comment_forum.yml rename to web/core/modules/forum/config/optional/comment.type.comment_forum.yml diff --git a/core/modules/forum/config/optional/core.base_field_override.node.forum.promote.yml b/web/core/modules/forum/config/optional/core.base_field_override.node.forum.promote.yml similarity index 100% rename from core/modules/forum/config/optional/core.base_field_override.node.forum.promote.yml rename to web/core/modules/forum/config/optional/core.base_field_override.node.forum.promote.yml diff --git a/core/modules/forum/config/optional/core.base_field_override.node.forum.title.yml b/web/core/modules/forum/config/optional/core.base_field_override.node.forum.title.yml similarity index 100% rename from core/modules/forum/config/optional/core.base_field_override.node.forum.title.yml rename to web/core/modules/forum/config/optional/core.base_field_override.node.forum.title.yml diff --git a/core/modules/forum/config/optional/core.entity_form_display.comment.comment_forum.default.yml b/web/core/modules/forum/config/optional/core.entity_form_display.comment.comment_forum.default.yml similarity index 100% rename from core/modules/forum/config/optional/core.entity_form_display.comment.comment_forum.default.yml rename to web/core/modules/forum/config/optional/core.entity_form_display.comment.comment_forum.default.yml diff --git a/core/modules/forum/config/optional/core.entity_form_display.node.forum.default.yml b/web/core/modules/forum/config/optional/core.entity_form_display.node.forum.default.yml similarity index 100% rename from core/modules/forum/config/optional/core.entity_form_display.node.forum.default.yml rename to web/core/modules/forum/config/optional/core.entity_form_display.node.forum.default.yml diff --git a/core/modules/forum/config/optional/core.entity_form_display.taxonomy_term.forums.default.yml b/web/core/modules/forum/config/optional/core.entity_form_display.taxonomy_term.forums.default.yml similarity index 100% rename from core/modules/forum/config/optional/core.entity_form_display.taxonomy_term.forums.default.yml rename to web/core/modules/forum/config/optional/core.entity_form_display.taxonomy_term.forums.default.yml diff --git a/core/modules/forum/config/optional/core.entity_view_display.comment.comment_forum.default.yml b/web/core/modules/forum/config/optional/core.entity_view_display.comment.comment_forum.default.yml similarity index 100% rename from core/modules/forum/config/optional/core.entity_view_display.comment.comment_forum.default.yml rename to web/core/modules/forum/config/optional/core.entity_view_display.comment.comment_forum.default.yml diff --git a/core/modules/forum/config/optional/core.entity_view_display.node.forum.default.yml b/web/core/modules/forum/config/optional/core.entity_view_display.node.forum.default.yml similarity index 100% rename from core/modules/forum/config/optional/core.entity_view_display.node.forum.default.yml rename to web/core/modules/forum/config/optional/core.entity_view_display.node.forum.default.yml diff --git a/core/modules/forum/config/optional/core.entity_view_display.node.forum.teaser.yml b/web/core/modules/forum/config/optional/core.entity_view_display.node.forum.teaser.yml similarity index 100% rename from core/modules/forum/config/optional/core.entity_view_display.node.forum.teaser.yml rename to web/core/modules/forum/config/optional/core.entity_view_display.node.forum.teaser.yml diff --git a/core/modules/forum/config/optional/core.entity_view_display.taxonomy_term.forums.default.yml b/web/core/modules/forum/config/optional/core.entity_view_display.taxonomy_term.forums.default.yml similarity index 100% rename from core/modules/forum/config/optional/core.entity_view_display.taxonomy_term.forums.default.yml rename to web/core/modules/forum/config/optional/core.entity_view_display.taxonomy_term.forums.default.yml diff --git a/core/modules/forum/config/optional/field.field.comment.comment_forum.comment_body.yml b/web/core/modules/forum/config/optional/field.field.comment.comment_forum.comment_body.yml similarity index 100% rename from core/modules/forum/config/optional/field.field.comment.comment_forum.comment_body.yml rename to web/core/modules/forum/config/optional/field.field.comment.comment_forum.comment_body.yml diff --git a/core/modules/forum/config/optional/field.field.node.forum.body.yml b/web/core/modules/forum/config/optional/field.field.node.forum.body.yml similarity index 100% rename from core/modules/forum/config/optional/field.field.node.forum.body.yml rename to web/core/modules/forum/config/optional/field.field.node.forum.body.yml diff --git a/core/modules/forum/config/optional/field.field.node.forum.comment_forum.yml b/web/core/modules/forum/config/optional/field.field.node.forum.comment_forum.yml similarity index 100% rename from core/modules/forum/config/optional/field.field.node.forum.comment_forum.yml rename to web/core/modules/forum/config/optional/field.field.node.forum.comment_forum.yml diff --git a/core/modules/forum/config/optional/field.field.node.forum.taxonomy_forums.yml b/web/core/modules/forum/config/optional/field.field.node.forum.taxonomy_forums.yml similarity index 100% rename from core/modules/forum/config/optional/field.field.node.forum.taxonomy_forums.yml rename to web/core/modules/forum/config/optional/field.field.node.forum.taxonomy_forums.yml diff --git a/core/modules/forum/config/optional/field.field.taxonomy_term.forums.forum_container.yml b/web/core/modules/forum/config/optional/field.field.taxonomy_term.forums.forum_container.yml similarity index 100% rename from core/modules/forum/config/optional/field.field.taxonomy_term.forums.forum_container.yml rename to web/core/modules/forum/config/optional/field.field.taxonomy_term.forums.forum_container.yml diff --git a/core/modules/forum/config/optional/field.storage.node.comment_forum.yml b/web/core/modules/forum/config/optional/field.storage.node.comment_forum.yml similarity index 100% rename from core/modules/forum/config/optional/field.storage.node.comment_forum.yml rename to web/core/modules/forum/config/optional/field.storage.node.comment_forum.yml diff --git a/core/modules/forum/config/optional/field.storage.node.taxonomy_forums.yml b/web/core/modules/forum/config/optional/field.storage.node.taxonomy_forums.yml similarity index 100% rename from core/modules/forum/config/optional/field.storage.node.taxonomy_forums.yml rename to web/core/modules/forum/config/optional/field.storage.node.taxonomy_forums.yml diff --git a/core/modules/forum/config/optional/field.storage.taxonomy_term.forum_container.yml b/web/core/modules/forum/config/optional/field.storage.taxonomy_term.forum_container.yml similarity index 100% rename from core/modules/forum/config/optional/field.storage.taxonomy_term.forum_container.yml rename to web/core/modules/forum/config/optional/field.storage.taxonomy_term.forum_container.yml diff --git a/core/modules/forum/config/optional/node.type.forum.yml b/web/core/modules/forum/config/optional/node.type.forum.yml similarity index 100% rename from core/modules/forum/config/optional/node.type.forum.yml rename to web/core/modules/forum/config/optional/node.type.forum.yml diff --git a/core/modules/forum/config/optional/rdf.mapping.node.forum.yml b/web/core/modules/forum/config/optional/rdf.mapping.node.forum.yml similarity index 100% rename from core/modules/forum/config/optional/rdf.mapping.node.forum.yml rename to web/core/modules/forum/config/optional/rdf.mapping.node.forum.yml diff --git a/core/modules/forum/config/optional/rdf.mapping.taxonomy_term.forums.yml b/web/core/modules/forum/config/optional/rdf.mapping.taxonomy_term.forums.yml similarity index 100% rename from core/modules/forum/config/optional/rdf.mapping.taxonomy_term.forums.yml rename to web/core/modules/forum/config/optional/rdf.mapping.taxonomy_term.forums.yml diff --git a/core/modules/forum/config/optional/taxonomy.vocabulary.forums.yml b/web/core/modules/forum/config/optional/taxonomy.vocabulary.forums.yml similarity index 100% rename from core/modules/forum/config/optional/taxonomy.vocabulary.forums.yml rename to web/core/modules/forum/config/optional/taxonomy.vocabulary.forums.yml diff --git a/core/modules/forum/config/schema/forum.schema.yml b/web/core/modules/forum/config/schema/forum.schema.yml similarity index 100% rename from core/modules/forum/config/schema/forum.schema.yml rename to web/core/modules/forum/config/schema/forum.schema.yml diff --git a/core/modules/forum/forum.info.yml b/web/core/modules/forum/forum.info.yml similarity index 100% rename from core/modules/forum/forum.info.yml rename to web/core/modules/forum/forum.info.yml diff --git a/core/modules/forum/forum.install b/web/core/modules/forum/forum.install similarity index 100% rename from core/modules/forum/forum.install rename to web/core/modules/forum/forum.install diff --git a/core/modules/forum/forum.links.action.yml b/web/core/modules/forum/forum.links.action.yml similarity index 100% rename from core/modules/forum/forum.links.action.yml rename to web/core/modules/forum/forum.links.action.yml diff --git a/core/modules/forum/forum.links.menu.yml b/web/core/modules/forum/forum.links.menu.yml similarity index 100% rename from core/modules/forum/forum.links.menu.yml rename to web/core/modules/forum/forum.links.menu.yml diff --git a/core/modules/forum/forum.links.task.yml b/web/core/modules/forum/forum.links.task.yml similarity index 100% rename from core/modules/forum/forum.links.task.yml rename to web/core/modules/forum/forum.links.task.yml diff --git a/core/modules/forum/forum.module b/web/core/modules/forum/forum.module similarity index 100% rename from core/modules/forum/forum.module rename to web/core/modules/forum/forum.module diff --git a/core/modules/forum/forum.permissions.yml b/web/core/modules/forum/forum.permissions.yml similarity index 100% rename from core/modules/forum/forum.permissions.yml rename to web/core/modules/forum/forum.permissions.yml diff --git a/core/modules/forum/forum.routing.yml b/web/core/modules/forum/forum.routing.yml similarity index 100% rename from core/modules/forum/forum.routing.yml rename to web/core/modules/forum/forum.routing.yml diff --git a/core/modules/forum/forum.services.yml b/web/core/modules/forum/forum.services.yml similarity index 100% rename from core/modules/forum/forum.services.yml rename to web/core/modules/forum/forum.services.yml diff --git a/core/modules/forum/forum.views.inc b/web/core/modules/forum/forum.views.inc similarity index 100% rename from core/modules/forum/forum.views.inc rename to web/core/modules/forum/forum.views.inc diff --git a/core/modules/forum/migration_templates/d6_forum_settings.yml b/web/core/modules/forum/migration_templates/d6_forum_settings.yml similarity index 100% rename from core/modules/forum/migration_templates/d6_forum_settings.yml rename to web/core/modules/forum/migration_templates/d6_forum_settings.yml diff --git a/core/modules/forum/migration_templates/d7_forum_settings.yml b/web/core/modules/forum/migration_templates/d7_forum_settings.yml similarity index 100% rename from core/modules/forum/migration_templates/d7_forum_settings.yml rename to web/core/modules/forum/migration_templates/d7_forum_settings.yml diff --git a/core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php b/web/core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php similarity index 100% rename from core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php rename to web/core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php diff --git a/core/modules/forum/src/Breadcrumb/ForumListingBreadcrumbBuilder.php b/web/core/modules/forum/src/Breadcrumb/ForumListingBreadcrumbBuilder.php similarity index 100% rename from core/modules/forum/src/Breadcrumb/ForumListingBreadcrumbBuilder.php rename to web/core/modules/forum/src/Breadcrumb/ForumListingBreadcrumbBuilder.php diff --git a/core/modules/forum/src/Breadcrumb/ForumNodeBreadcrumbBuilder.php b/web/core/modules/forum/src/Breadcrumb/ForumNodeBreadcrumbBuilder.php similarity index 100% rename from core/modules/forum/src/Breadcrumb/ForumNodeBreadcrumbBuilder.php rename to web/core/modules/forum/src/Breadcrumb/ForumNodeBreadcrumbBuilder.php diff --git a/core/modules/forum/src/Controller/ForumController.php b/web/core/modules/forum/src/Controller/ForumController.php similarity index 100% rename from core/modules/forum/src/Controller/ForumController.php rename to web/core/modules/forum/src/Controller/ForumController.php diff --git a/core/modules/forum/src/Form/ContainerForm.php b/web/core/modules/forum/src/Form/ContainerForm.php similarity index 100% rename from core/modules/forum/src/Form/ContainerForm.php rename to web/core/modules/forum/src/Form/ContainerForm.php diff --git a/core/modules/forum/src/Form/DeleteForm.php b/web/core/modules/forum/src/Form/DeleteForm.php similarity index 100% rename from core/modules/forum/src/Form/DeleteForm.php rename to web/core/modules/forum/src/Form/DeleteForm.php diff --git a/core/modules/forum/src/Form/ForumForm.php b/web/core/modules/forum/src/Form/ForumForm.php similarity index 100% rename from core/modules/forum/src/Form/ForumForm.php rename to web/core/modules/forum/src/Form/ForumForm.php diff --git a/core/modules/forum/src/Form/Overview.php b/web/core/modules/forum/src/Form/Overview.php similarity index 100% rename from core/modules/forum/src/Form/Overview.php rename to web/core/modules/forum/src/Form/Overview.php diff --git a/core/modules/forum/src/ForumIndexStorage.php b/web/core/modules/forum/src/ForumIndexStorage.php similarity index 100% rename from core/modules/forum/src/ForumIndexStorage.php rename to web/core/modules/forum/src/ForumIndexStorage.php diff --git a/core/modules/forum/src/ForumIndexStorageInterface.php b/web/core/modules/forum/src/ForumIndexStorageInterface.php similarity index 100% rename from core/modules/forum/src/ForumIndexStorageInterface.php rename to web/core/modules/forum/src/ForumIndexStorageInterface.php diff --git a/core/modules/forum/src/ForumManager.php b/web/core/modules/forum/src/ForumManager.php similarity index 100% rename from core/modules/forum/src/ForumManager.php rename to web/core/modules/forum/src/ForumManager.php diff --git a/core/modules/forum/src/ForumManagerInterface.php b/web/core/modules/forum/src/ForumManagerInterface.php similarity index 100% rename from core/modules/forum/src/ForumManagerInterface.php rename to web/core/modules/forum/src/ForumManagerInterface.php diff --git a/core/modules/forum/src/ForumSettingsForm.php b/web/core/modules/forum/src/ForumSettingsForm.php similarity index 100% rename from core/modules/forum/src/ForumSettingsForm.php rename to web/core/modules/forum/src/ForumSettingsForm.php diff --git a/core/modules/forum/src/ForumUninstallValidator.php b/web/core/modules/forum/src/ForumUninstallValidator.php similarity index 100% rename from core/modules/forum/src/ForumUninstallValidator.php rename to web/core/modules/forum/src/ForumUninstallValidator.php diff --git a/core/modules/forum/src/Plugin/Block/ActiveTopicsBlock.php b/web/core/modules/forum/src/Plugin/Block/ActiveTopicsBlock.php similarity index 100% rename from core/modules/forum/src/Plugin/Block/ActiveTopicsBlock.php rename to web/core/modules/forum/src/Plugin/Block/ActiveTopicsBlock.php diff --git a/core/modules/forum/src/Plugin/Block/ForumBlockBase.php b/web/core/modules/forum/src/Plugin/Block/ForumBlockBase.php similarity index 100% rename from core/modules/forum/src/Plugin/Block/ForumBlockBase.php rename to web/core/modules/forum/src/Plugin/Block/ForumBlockBase.php diff --git a/core/modules/forum/src/Plugin/Block/NewTopicsBlock.php b/web/core/modules/forum/src/Plugin/Block/NewTopicsBlock.php similarity index 100% rename from core/modules/forum/src/Plugin/Block/NewTopicsBlock.php rename to web/core/modules/forum/src/Plugin/Block/NewTopicsBlock.php diff --git a/core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraint.php b/web/core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraint.php similarity index 100% rename from core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraint.php rename to web/core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraint.php diff --git a/core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraintValidator.php b/web/core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraintValidator.php similarity index 100% rename from core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraintValidator.php rename to web/core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraintValidator.php diff --git a/core/modules/forum/src/ProxyClass/ForumUninstallValidator.php b/web/core/modules/forum/src/ProxyClass/ForumUninstallValidator.php similarity index 100% rename from core/modules/forum/src/ProxyClass/ForumUninstallValidator.php rename to web/core/modules/forum/src/ProxyClass/ForumUninstallValidator.php diff --git a/core/modules/forum/src/Tests/ForumBlockTest.php b/web/core/modules/forum/src/Tests/ForumBlockTest.php similarity index 100% rename from core/modules/forum/src/Tests/ForumBlockTest.php rename to web/core/modules/forum/src/Tests/ForumBlockTest.php diff --git a/core/modules/forum/src/Tests/ForumIndexTest.php b/web/core/modules/forum/src/Tests/ForumIndexTest.php similarity index 100% rename from core/modules/forum/src/Tests/ForumIndexTest.php rename to web/core/modules/forum/src/Tests/ForumIndexTest.php diff --git a/core/modules/forum/src/Tests/ForumNodeAccessTest.php b/web/core/modules/forum/src/Tests/ForumNodeAccessTest.php similarity index 100% rename from core/modules/forum/src/Tests/ForumNodeAccessTest.php rename to web/core/modules/forum/src/Tests/ForumNodeAccessTest.php diff --git a/core/modules/forum/src/Tests/ForumTest.php b/web/core/modules/forum/src/Tests/ForumTest.php similarity index 100% rename from core/modules/forum/src/Tests/ForumTest.php rename to web/core/modules/forum/src/Tests/ForumTest.php diff --git a/core/modules/forum/src/Tests/ForumUninstallTest.php b/web/core/modules/forum/src/Tests/ForumUninstallTest.php similarity index 100% rename from core/modules/forum/src/Tests/ForumUninstallTest.php rename to web/core/modules/forum/src/Tests/ForumUninstallTest.php diff --git a/core/modules/forum/src/Tests/Views/ForumIntegrationTest.php b/web/core/modules/forum/src/Tests/Views/ForumIntegrationTest.php similarity index 100% rename from core/modules/forum/src/Tests/Views/ForumIntegrationTest.php rename to web/core/modules/forum/src/Tests/Views/ForumIntegrationTest.php diff --git a/core/modules/forum/templates/forum-icon.html.twig b/web/core/modules/forum/templates/forum-icon.html.twig similarity index 100% rename from core/modules/forum/templates/forum-icon.html.twig rename to web/core/modules/forum/templates/forum-icon.html.twig diff --git a/core/modules/forum/templates/forum-list.html.twig b/web/core/modules/forum/templates/forum-list.html.twig similarity index 100% rename from core/modules/forum/templates/forum-list.html.twig rename to web/core/modules/forum/templates/forum-list.html.twig diff --git a/core/modules/forum/templates/forum-submitted.html.twig b/web/core/modules/forum/templates/forum-submitted.html.twig similarity index 100% rename from core/modules/forum/templates/forum-submitted.html.twig rename to web/core/modules/forum/templates/forum-submitted.html.twig diff --git a/core/modules/forum/templates/forums.html.twig b/web/core/modules/forum/templates/forums.html.twig similarity index 100% rename from core/modules/forum/templates/forums.html.twig rename to web/core/modules/forum/templates/forums.html.twig diff --git a/core/modules/forum/tests/modules/forum_test_views/forum_test_views.info.yml b/web/core/modules/forum/tests/modules/forum_test_views/forum_test_views.info.yml similarity index 100% rename from core/modules/forum/tests/modules/forum_test_views/forum_test_views.info.yml rename to web/core/modules/forum/tests/modules/forum_test_views/forum_test_views.info.yml diff --git a/core/modules/forum/tests/modules/forum_test_views/test_views/views.view.test_forum_index.yml b/web/core/modules/forum/tests/modules/forum_test_views/test_views/views.view.test_forum_index.yml similarity index 100% rename from core/modules/forum/tests/modules/forum_test_views/test_views/views.view.test_forum_index.yml rename to web/core/modules/forum/tests/modules/forum_test_views/test_views/views.view.test_forum_index.yml diff --git a/core/modules/forum/tests/src/Kernel/ForumValidationTest.php b/web/core/modules/forum/tests/src/Kernel/ForumValidationTest.php similarity index 100% rename from core/modules/forum/tests/src/Kernel/ForumValidationTest.php rename to web/core/modules/forum/tests/src/Kernel/ForumValidationTest.php diff --git a/core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumConfigsTest.php b/web/core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumConfigsTest.php similarity index 100% rename from core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumConfigsTest.php rename to web/core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateForumConfigsTest.php diff --git a/core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateForumSettingsTest.php b/web/core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateForumSettingsTest.php similarity index 100% rename from core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateForumSettingsTest.php rename to web/core/modules/forum/tests/src/Kernel/Migrate/d7/MigrateForumSettingsTest.php diff --git a/core/modules/forum/tests/src/Unit/Breadcrumb/ForumBreadcrumbBuilderBaseTest.php b/web/core/modules/forum/tests/src/Unit/Breadcrumb/ForumBreadcrumbBuilderBaseTest.php similarity index 100% rename from core/modules/forum/tests/src/Unit/Breadcrumb/ForumBreadcrumbBuilderBaseTest.php rename to web/core/modules/forum/tests/src/Unit/Breadcrumb/ForumBreadcrumbBuilderBaseTest.php diff --git a/core/modules/forum/tests/src/Unit/Breadcrumb/ForumListingBreadcrumbBuilderTest.php b/web/core/modules/forum/tests/src/Unit/Breadcrumb/ForumListingBreadcrumbBuilderTest.php similarity index 100% rename from core/modules/forum/tests/src/Unit/Breadcrumb/ForumListingBreadcrumbBuilderTest.php rename to web/core/modules/forum/tests/src/Unit/Breadcrumb/ForumListingBreadcrumbBuilderTest.php diff --git a/core/modules/forum/tests/src/Unit/Breadcrumb/ForumNodeBreadcrumbBuilderTest.php b/web/core/modules/forum/tests/src/Unit/Breadcrumb/ForumNodeBreadcrumbBuilderTest.php similarity index 100% rename from core/modules/forum/tests/src/Unit/Breadcrumb/ForumNodeBreadcrumbBuilderTest.php rename to web/core/modules/forum/tests/src/Unit/Breadcrumb/ForumNodeBreadcrumbBuilderTest.php diff --git a/core/modules/forum/tests/src/Unit/ForumManagerTest.php b/web/core/modules/forum/tests/src/Unit/ForumManagerTest.php similarity index 100% rename from core/modules/forum/tests/src/Unit/ForumManagerTest.php rename to web/core/modules/forum/tests/src/Unit/ForumManagerTest.php diff --git a/core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php b/web/core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php similarity index 100% rename from core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php rename to web/core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php diff --git a/core/modules/hal/hal.info.yml b/web/core/modules/hal/hal.info.yml similarity index 100% rename from core/modules/hal/hal.info.yml rename to web/core/modules/hal/hal.info.yml diff --git a/core/modules/hal/hal.module b/web/core/modules/hal/hal.module similarity index 100% rename from core/modules/hal/hal.module rename to web/core/modules/hal/hal.module diff --git a/core/modules/hal/hal.services.yml b/web/core/modules/hal/hal.services.yml similarity index 100% rename from core/modules/hal/hal.services.yml rename to web/core/modules/hal/hal.services.yml diff --git a/core/modules/hal/src/Encoder/JsonEncoder.php b/web/core/modules/hal/src/Encoder/JsonEncoder.php similarity index 100% rename from core/modules/hal/src/Encoder/JsonEncoder.php rename to web/core/modules/hal/src/Encoder/JsonEncoder.php diff --git a/core/modules/hal/src/EventSubscriber/ExceptionHalJsonSubscriber.php b/web/core/modules/hal/src/EventSubscriber/ExceptionHalJsonSubscriber.php similarity index 100% rename from core/modules/hal/src/EventSubscriber/ExceptionHalJsonSubscriber.php rename to web/core/modules/hal/src/EventSubscriber/ExceptionHalJsonSubscriber.php diff --git a/core/modules/hal/src/HalServiceProvider.php b/web/core/modules/hal/src/HalServiceProvider.php similarity index 100% rename from core/modules/hal/src/HalServiceProvider.php rename to web/core/modules/hal/src/HalServiceProvider.php diff --git a/core/modules/hal/src/Normalizer/ContentEntityNormalizer.php b/web/core/modules/hal/src/Normalizer/ContentEntityNormalizer.php similarity index 100% rename from core/modules/hal/src/Normalizer/ContentEntityNormalizer.php rename to web/core/modules/hal/src/Normalizer/ContentEntityNormalizer.php diff --git a/core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php b/web/core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php similarity index 100% rename from core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php rename to web/core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php diff --git a/core/modules/hal/src/Normalizer/FieldItemNormalizer.php b/web/core/modules/hal/src/Normalizer/FieldItemNormalizer.php similarity index 100% rename from core/modules/hal/src/Normalizer/FieldItemNormalizer.php rename to web/core/modules/hal/src/Normalizer/FieldItemNormalizer.php diff --git a/core/modules/hal/src/Normalizer/FieldNormalizer.php b/web/core/modules/hal/src/Normalizer/FieldNormalizer.php similarity index 100% rename from core/modules/hal/src/Normalizer/FieldNormalizer.php rename to web/core/modules/hal/src/Normalizer/FieldNormalizer.php diff --git a/core/modules/hal/src/Normalizer/FileEntityNormalizer.php b/web/core/modules/hal/src/Normalizer/FileEntityNormalizer.php similarity index 100% rename from core/modules/hal/src/Normalizer/FileEntityNormalizer.php rename to web/core/modules/hal/src/Normalizer/FileEntityNormalizer.php diff --git a/core/modules/hal/src/Normalizer/NormalizerBase.php b/web/core/modules/hal/src/Normalizer/NormalizerBase.php similarity index 100% rename from core/modules/hal/src/Normalizer/NormalizerBase.php rename to web/core/modules/hal/src/Normalizer/NormalizerBase.php diff --git a/core/modules/hal/src/Tests/FileDenormalizeTest.php b/web/core/modules/hal/src/Tests/FileDenormalizeTest.php similarity index 100% rename from core/modules/hal/src/Tests/FileDenormalizeTest.php rename to web/core/modules/hal/src/Tests/FileDenormalizeTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonAnonTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonAnonTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonAnonTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonAnonTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonBasicAuthTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonBasicAuthTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonBasicAuthTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonBasicAuthTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonCookieTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonCookieTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonCookieTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonCookieTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonAnonTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonAnonTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonAnonTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonAnonTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonBasicAuthTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonBasicAuthTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonBasicAuthTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonBasicAuthTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonCookieTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonCookieTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonCookieTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonCookieTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonTestBase.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonTestBase.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonTestBase.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonTestBase.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/ConfigTest/ConfigTestHalJsonAnonTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/ConfigTest/ConfigTestHalJsonAnonTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/ConfigTest/ConfigTestHalJsonAnonTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/ConfigTest/ConfigTestHalJsonAnonTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/ConfigTest/ConfigTestHalJsonBasicAuthTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/ConfigTest/ConfigTestHalJsonBasicAuthTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/ConfigTest/ConfigTestHalJsonBasicAuthTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/ConfigTest/ConfigTestHalJsonBasicAuthTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/ConfigTest/ConfigTestHalJsonCookieTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/ConfigTest/ConfigTestHalJsonCookieTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/ConfigTest/ConfigTestHalJsonCookieTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/ConfigTest/ConfigTestHalJsonCookieTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonAnonTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonAnonTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonAnonTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonAnonTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonBasicAuthTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonBasicAuthTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonBasicAuthTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonBasicAuthTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonCookieTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonCookieTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonCookieTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonCookieTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/HalEntityNormalizationTrait.php b/web/core/modules/hal/tests/src/Functional/EntityResource/HalEntityNormalizationTrait.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/HalEntityNormalizationTrait.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/HalEntityNormalizationTrait.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonAnonTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonAnonTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonAnonTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonAnonTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonBasicAuthTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonBasicAuthTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonBasicAuthTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonBasicAuthTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonCookieTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonCookieTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonCookieTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonCookieTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Role/RoleHalJsonAnonTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Role/RoleHalJsonAnonTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Role/RoleHalJsonAnonTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Role/RoleHalJsonAnonTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Role/RoleHalJsonBasicAuthTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Role/RoleHalJsonBasicAuthTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Role/RoleHalJsonBasicAuthTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Role/RoleHalJsonBasicAuthTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Role/RoleHalJsonCookieTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Role/RoleHalJsonCookieTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Role/RoleHalJsonCookieTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Role/RoleHalJsonCookieTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonAnonTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonAnonTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonAnonTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonAnonTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonBasicAuthTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonBasicAuthTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonBasicAuthTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonBasicAuthTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonCookieTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonCookieTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonCookieTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonCookieTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/User/UserHalJsonAnonTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/User/UserHalJsonAnonTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/User/UserHalJsonAnonTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/User/UserHalJsonAnonTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/User/UserHalJsonBasicAuthTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/User/UserHalJsonBasicAuthTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/User/UserHalJsonBasicAuthTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/User/UserHalJsonBasicAuthTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/User/UserHalJsonCookieTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/User/UserHalJsonCookieTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/User/UserHalJsonCookieTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/User/UserHalJsonCookieTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Vocabulary/VocabularyHalJsonAnonTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Vocabulary/VocabularyHalJsonAnonTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Vocabulary/VocabularyHalJsonAnonTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Vocabulary/VocabularyHalJsonAnonTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Vocabulary/VocabularyHalJsonBasicAuthTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Vocabulary/VocabularyHalJsonBasicAuthTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Vocabulary/VocabularyHalJsonBasicAuthTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Vocabulary/VocabularyHalJsonBasicAuthTest.php diff --git a/core/modules/hal/tests/src/Functional/EntityResource/Vocabulary/VocabularyHalJsonCookieTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Vocabulary/VocabularyHalJsonCookieTest.php similarity index 100% rename from core/modules/hal/tests/src/Functional/EntityResource/Vocabulary/VocabularyHalJsonCookieTest.php rename to web/core/modules/hal/tests/src/Functional/EntityResource/Vocabulary/VocabularyHalJsonCookieTest.php diff --git a/core/modules/hal/tests/src/Functional/HalJsonBasicAuthWorkaroundFor2805281Trait.php b/web/core/modules/hal/tests/src/Functional/HalJsonBasicAuthWorkaroundFor2805281Trait.php similarity index 100% rename from core/modules/hal/tests/src/Functional/HalJsonBasicAuthWorkaroundFor2805281Trait.php rename to web/core/modules/hal/tests/src/Functional/HalJsonBasicAuthWorkaroundFor2805281Trait.php diff --git a/core/modules/hal/tests/src/Kernel/DenormalizeTest.php b/web/core/modules/hal/tests/src/Kernel/DenormalizeTest.php similarity index 100% rename from core/modules/hal/tests/src/Kernel/DenormalizeTest.php rename to web/core/modules/hal/tests/src/Kernel/DenormalizeTest.php diff --git a/core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php b/web/core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php similarity index 100% rename from core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php rename to web/core/modules/hal/tests/src/Kernel/EntityTranslationNormalizeTest.php diff --git a/core/modules/hal/tests/src/Kernel/FileNormalizeTest.php b/web/core/modules/hal/tests/src/Kernel/FileNormalizeTest.php similarity index 100% rename from core/modules/hal/tests/src/Kernel/FileNormalizeTest.php rename to web/core/modules/hal/tests/src/Kernel/FileNormalizeTest.php diff --git a/core/modules/hal/tests/src/Kernel/NormalizeTest.php b/web/core/modules/hal/tests/src/Kernel/NormalizeTest.php similarity index 100% rename from core/modules/hal/tests/src/Kernel/NormalizeTest.php rename to web/core/modules/hal/tests/src/Kernel/NormalizeTest.php diff --git a/core/modules/hal/tests/src/Kernel/NormalizerTestBase.php b/web/core/modules/hal/tests/src/Kernel/NormalizerTestBase.php similarity index 100% rename from core/modules/hal/tests/src/Kernel/NormalizerTestBase.php rename to web/core/modules/hal/tests/src/Kernel/NormalizerTestBase.php diff --git a/core/modules/hal/tests/src/Unit/FieldItemNormalizerDenormalizeExceptionsUnitTest.php b/web/core/modules/hal/tests/src/Unit/FieldItemNormalizerDenormalizeExceptionsUnitTest.php similarity index 100% rename from core/modules/hal/tests/src/Unit/FieldItemNormalizerDenormalizeExceptionsUnitTest.php rename to web/core/modules/hal/tests/src/Unit/FieldItemNormalizerDenormalizeExceptionsUnitTest.php diff --git a/core/modules/hal/tests/src/Unit/FieldNormalizerDenormalizeExceptionsUnitTest.php b/web/core/modules/hal/tests/src/Unit/FieldNormalizerDenormalizeExceptionsUnitTest.php similarity index 100% rename from core/modules/hal/tests/src/Unit/FieldNormalizerDenormalizeExceptionsUnitTest.php rename to web/core/modules/hal/tests/src/Unit/FieldNormalizerDenormalizeExceptionsUnitTest.php diff --git a/core/modules/hal/tests/src/Unit/NormalizerDenormalizeExceptionsUnitTestBase.php b/web/core/modules/hal/tests/src/Unit/NormalizerDenormalizeExceptionsUnitTestBase.php similarity index 100% rename from core/modules/hal/tests/src/Unit/NormalizerDenormalizeExceptionsUnitTestBase.php rename to web/core/modules/hal/tests/src/Unit/NormalizerDenormalizeExceptionsUnitTestBase.php diff --git a/core/modules/help/help.api.php b/web/core/modules/help/help.api.php similarity index 100% rename from core/modules/help/help.api.php rename to web/core/modules/help/help.api.php diff --git a/core/modules/help/help.info.yml b/web/core/modules/help/help.info.yml similarity index 100% rename from core/modules/help/help.info.yml rename to web/core/modules/help/help.info.yml diff --git a/core/modules/help/help.links.menu.yml b/web/core/modules/help/help.links.menu.yml similarity index 100% rename from core/modules/help/help.links.menu.yml rename to web/core/modules/help/help.links.menu.yml diff --git a/core/modules/help/help.module b/web/core/modules/help/help.module similarity index 100% rename from core/modules/help/help.module rename to web/core/modules/help/help.module diff --git a/core/modules/help/help.routing.yml b/web/core/modules/help/help.routing.yml similarity index 100% rename from core/modules/help/help.routing.yml rename to web/core/modules/help/help.routing.yml diff --git a/core/modules/help/help.services.yml b/web/core/modules/help/help.services.yml similarity index 100% rename from core/modules/help/help.services.yml rename to web/core/modules/help/help.services.yml diff --git a/core/modules/help/src/Annotation/HelpSection.php b/web/core/modules/help/src/Annotation/HelpSection.php similarity index 100% rename from core/modules/help/src/Annotation/HelpSection.php rename to web/core/modules/help/src/Annotation/HelpSection.php diff --git a/core/modules/help/src/Controller/HelpController.php b/web/core/modules/help/src/Controller/HelpController.php similarity index 100% rename from core/modules/help/src/Controller/HelpController.php rename to web/core/modules/help/src/Controller/HelpController.php diff --git a/core/modules/help/src/HelpSectionManager.php b/web/core/modules/help/src/HelpSectionManager.php similarity index 100% rename from core/modules/help/src/HelpSectionManager.php rename to web/core/modules/help/src/HelpSectionManager.php diff --git a/core/modules/help/src/HelpSectionPluginInterface.php b/web/core/modules/help/src/HelpSectionPluginInterface.php similarity index 100% rename from core/modules/help/src/HelpSectionPluginInterface.php rename to web/core/modules/help/src/HelpSectionPluginInterface.php diff --git a/core/modules/help/src/Plugin/Block/HelpBlock.php b/web/core/modules/help/src/Plugin/Block/HelpBlock.php similarity index 100% rename from core/modules/help/src/Plugin/Block/HelpBlock.php rename to web/core/modules/help/src/Plugin/Block/HelpBlock.php diff --git a/core/modules/help/src/Plugin/HelpSection/HelpSectionPluginBase.php b/web/core/modules/help/src/Plugin/HelpSection/HelpSectionPluginBase.php similarity index 100% rename from core/modules/help/src/Plugin/HelpSection/HelpSectionPluginBase.php rename to web/core/modules/help/src/Plugin/HelpSection/HelpSectionPluginBase.php diff --git a/core/modules/help/src/Plugin/HelpSection/HookHelpSection.php b/web/core/modules/help/src/Plugin/HelpSection/HookHelpSection.php similarity index 100% rename from core/modules/help/src/Plugin/HelpSection/HookHelpSection.php rename to web/core/modules/help/src/Plugin/HelpSection/HookHelpSection.php diff --git a/core/modules/help/templates/help-section.html.twig b/web/core/modules/help/templates/help-section.html.twig similarity index 100% rename from core/modules/help/templates/help-section.html.twig rename to web/core/modules/help/templates/help-section.html.twig diff --git a/core/modules/help/tests/modules/help_page_test/help_page_test.info.yml b/web/core/modules/help/tests/modules/help_page_test/help_page_test.info.yml similarity index 100% rename from core/modules/help/tests/modules/help_page_test/help_page_test.info.yml rename to web/core/modules/help/tests/modules/help_page_test/help_page_test.info.yml diff --git a/core/modules/help/tests/modules/help_page_test/help_page_test.module b/web/core/modules/help/tests/modules/help_page_test/help_page_test.module similarity index 100% rename from core/modules/help/tests/modules/help_page_test/help_page_test.module rename to web/core/modules/help/tests/modules/help_page_test/help_page_test.module diff --git a/core/modules/help/tests/modules/help_page_test/help_page_test.routing.yml b/web/core/modules/help/tests/modules/help_page_test/help_page_test.routing.yml similarity index 100% rename from core/modules/help/tests/modules/help_page_test/help_page_test.routing.yml rename to web/core/modules/help/tests/modules/help_page_test/help_page_test.routing.yml diff --git a/core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php b/web/core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php similarity index 100% rename from core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php rename to web/core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php diff --git a/core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php b/web/core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php similarity index 100% rename from core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php rename to web/core/modules/help/tests/modules/help_page_test/src/Plugin/HelpSection/EmptyHelpSection.php diff --git a/core/modules/help/tests/modules/help_test/help_test.info.yml b/web/core/modules/help/tests/modules/help_test/help_test.info.yml similarity index 100% rename from core/modules/help/tests/modules/help_test/help_test.info.yml rename to web/core/modules/help/tests/modules/help_test/help_test.info.yml diff --git a/core/modules/help/tests/modules/help_test/help_test.module b/web/core/modules/help/tests/modules/help_test/help_test.module similarity index 100% rename from core/modules/help/tests/modules/help_test/help_test.module rename to web/core/modules/help/tests/modules/help_test/help_test.module diff --git a/core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php b/web/core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php similarity index 100% rename from core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php rename to web/core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php diff --git a/core/modules/help/tests/modules/more_help_page_test/more_help_page_test.info.yml b/web/core/modules/help/tests/modules/more_help_page_test/more_help_page_test.info.yml similarity index 100% rename from core/modules/help/tests/modules/more_help_page_test/more_help_page_test.info.yml rename to web/core/modules/help/tests/modules/more_help_page_test/more_help_page_test.info.yml diff --git a/core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module b/web/core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module similarity index 100% rename from core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module rename to web/core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module diff --git a/core/modules/help/tests/src/Functional/ExperimentalHelpTest.php b/web/core/modules/help/tests/src/Functional/ExperimentalHelpTest.php similarity index 100% rename from core/modules/help/tests/src/Functional/ExperimentalHelpTest.php rename to web/core/modules/help/tests/src/Functional/ExperimentalHelpTest.php diff --git a/core/modules/help/tests/src/Functional/HelpBlockTest.php b/web/core/modules/help/tests/src/Functional/HelpBlockTest.php similarity index 100% rename from core/modules/help/tests/src/Functional/HelpBlockTest.php rename to web/core/modules/help/tests/src/Functional/HelpBlockTest.php diff --git a/core/modules/help/tests/src/Functional/HelpTest.php b/web/core/modules/help/tests/src/Functional/HelpTest.php similarity index 100% rename from core/modules/help/tests/src/Functional/HelpTest.php rename to web/core/modules/help/tests/src/Functional/HelpTest.php diff --git a/core/modules/help/tests/src/Functional/NoHelpTest.php b/web/core/modules/help/tests/src/Functional/NoHelpTest.php similarity index 100% rename from core/modules/help/tests/src/Functional/NoHelpTest.php rename to web/core/modules/help/tests/src/Functional/NoHelpTest.php diff --git a/core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php b/web/core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php similarity index 100% rename from core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php rename to web/core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php diff --git a/core/modules/history/config/schema/history.views.schema.yml b/web/core/modules/history/config/schema/history.views.schema.yml similarity index 100% rename from core/modules/history/config/schema/history.views.schema.yml rename to web/core/modules/history/config/schema/history.views.schema.yml diff --git a/core/modules/history/history.info.yml b/web/core/modules/history/history.info.yml similarity index 100% rename from core/modules/history/history.info.yml rename to web/core/modules/history/history.info.yml diff --git a/core/modules/history/history.install b/web/core/modules/history/history.install similarity index 100% rename from core/modules/history/history.install rename to web/core/modules/history/history.install diff --git a/core/modules/history/history.libraries.yml b/web/core/modules/history/history.libraries.yml similarity index 100% rename from core/modules/history/history.libraries.yml rename to web/core/modules/history/history.libraries.yml diff --git a/core/modules/history/history.module b/web/core/modules/history/history.module similarity index 100% rename from core/modules/history/history.module rename to web/core/modules/history/history.module diff --git a/core/modules/history/history.routing.yml b/web/core/modules/history/history.routing.yml similarity index 100% rename from core/modules/history/history.routing.yml rename to web/core/modules/history/history.routing.yml diff --git a/core/modules/history/history.views.inc b/web/core/modules/history/history.views.inc similarity index 100% rename from core/modules/history/history.views.inc rename to web/core/modules/history/history.views.inc diff --git a/core/modules/history/js/history.js b/web/core/modules/history/js/history.js similarity index 100% rename from core/modules/history/js/history.js rename to web/core/modules/history/js/history.js diff --git a/core/modules/history/js/mark-as-read.js b/web/core/modules/history/js/mark-as-read.js similarity index 100% rename from core/modules/history/js/mark-as-read.js rename to web/core/modules/history/js/mark-as-read.js diff --git a/core/modules/history/src/Controller/HistoryController.php b/web/core/modules/history/src/Controller/HistoryController.php similarity index 100% rename from core/modules/history/src/Controller/HistoryController.php rename to web/core/modules/history/src/Controller/HistoryController.php diff --git a/core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php b/web/core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php similarity index 100% rename from core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php rename to web/core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php diff --git a/core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php b/web/core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php similarity index 100% rename from core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php rename to web/core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php diff --git a/core/modules/history/src/Tests/HistoryTest.php b/web/core/modules/history/src/Tests/HistoryTest.php similarity index 100% rename from core/modules/history/src/Tests/HistoryTest.php rename to web/core/modules/history/src/Tests/HistoryTest.php diff --git a/core/modules/history/src/Tests/Views/HistoryTimestampTest.php b/web/core/modules/history/src/Tests/Views/HistoryTimestampTest.php similarity index 100% rename from core/modules/history/src/Tests/Views/HistoryTimestampTest.php rename to web/core/modules/history/src/Tests/Views/HistoryTimestampTest.php diff --git a/core/modules/image/config/install/image.settings.yml b/web/core/modules/image/config/install/image.settings.yml similarity index 100% rename from core/modules/image/config/install/image.settings.yml rename to web/core/modules/image/config/install/image.settings.yml diff --git a/core/modules/image/config/install/image.style.large.yml b/web/core/modules/image/config/install/image.style.large.yml similarity index 100% rename from core/modules/image/config/install/image.style.large.yml rename to web/core/modules/image/config/install/image.style.large.yml diff --git a/core/modules/image/config/install/image.style.medium.yml b/web/core/modules/image/config/install/image.style.medium.yml similarity index 100% rename from core/modules/image/config/install/image.style.medium.yml rename to web/core/modules/image/config/install/image.style.medium.yml diff --git a/core/modules/image/config/install/image.style.thumbnail.yml b/web/core/modules/image/config/install/image.style.thumbnail.yml similarity index 100% rename from core/modules/image/config/install/image.style.thumbnail.yml rename to web/core/modules/image/config/install/image.style.thumbnail.yml diff --git a/core/modules/image/config/schema/image.data_types.schema.yml b/web/core/modules/image/config/schema/image.data_types.schema.yml similarity index 100% rename from core/modules/image/config/schema/image.data_types.schema.yml rename to web/core/modules/image/config/schema/image.data_types.schema.yml diff --git a/core/modules/image/config/schema/image.schema.yml b/web/core/modules/image/config/schema/image.schema.yml similarity index 100% rename from core/modules/image/config/schema/image.schema.yml rename to web/core/modules/image/config/schema/image.schema.yml diff --git a/core/modules/image/css/image.admin.css b/web/core/modules/image/css/image.admin.css similarity index 100% rename from core/modules/image/css/image.admin.css rename to web/core/modules/image/css/image.admin.css diff --git a/core/modules/image/image.admin.inc b/web/core/modules/image/image.admin.inc similarity index 100% rename from core/modules/image/image.admin.inc rename to web/core/modules/image/image.admin.inc diff --git a/core/modules/image/image.api.php b/web/core/modules/image/image.api.php similarity index 100% rename from core/modules/image/image.api.php rename to web/core/modules/image/image.api.php diff --git a/core/modules/image/image.field.inc b/web/core/modules/image/image.field.inc similarity index 100% rename from core/modules/image/image.field.inc rename to web/core/modules/image/image.field.inc diff --git a/core/modules/image/image.info.yml b/web/core/modules/image/image.info.yml similarity index 100% rename from core/modules/image/image.info.yml rename to web/core/modules/image/image.info.yml diff --git a/core/modules/image/image.install b/web/core/modules/image/image.install similarity index 100% rename from core/modules/image/image.install rename to web/core/modules/image/image.install diff --git a/core/modules/image/image.libraries.yml b/web/core/modules/image/image.libraries.yml similarity index 100% rename from core/modules/image/image.libraries.yml rename to web/core/modules/image/image.libraries.yml diff --git a/core/modules/image/image.links.action.yml b/web/core/modules/image/image.links.action.yml similarity index 100% rename from core/modules/image/image.links.action.yml rename to web/core/modules/image/image.links.action.yml diff --git a/core/modules/image/image.links.menu.yml b/web/core/modules/image/image.links.menu.yml similarity index 100% rename from core/modules/image/image.links.menu.yml rename to web/core/modules/image/image.links.menu.yml diff --git a/core/modules/image/image.links.task.yml b/web/core/modules/image/image.links.task.yml similarity index 100% rename from core/modules/image/image.links.task.yml rename to web/core/modules/image/image.links.task.yml diff --git a/core/modules/image/image.module b/web/core/modules/image/image.module similarity index 100% rename from core/modules/image/image.module rename to web/core/modules/image/image.module diff --git a/core/modules/image/image.permissions.yml b/web/core/modules/image/image.permissions.yml similarity index 100% rename from core/modules/image/image.permissions.yml rename to web/core/modules/image/image.permissions.yml diff --git a/core/modules/image/image.post_update.php b/web/core/modules/image/image.post_update.php similarity index 100% rename from core/modules/image/image.post_update.php rename to web/core/modules/image/image.post_update.php diff --git a/core/modules/image/image.routing.yml b/web/core/modules/image/image.routing.yml similarity index 100% rename from core/modules/image/image.routing.yml rename to web/core/modules/image/image.routing.yml diff --git a/core/modules/image/image.services.yml b/web/core/modules/image/image.services.yml similarity index 100% rename from core/modules/image/image.services.yml rename to web/core/modules/image/image.services.yml diff --git a/core/modules/image/image.views.inc b/web/core/modules/image/image.views.inc similarity index 100% rename from core/modules/image/image.views.inc rename to web/core/modules/image/image.views.inc diff --git a/core/modules/image/migration_templates/d6_imagecache_presets.yml b/web/core/modules/image/migration_templates/d6_imagecache_presets.yml similarity index 100% rename from core/modules/image/migration_templates/d6_imagecache_presets.yml rename to web/core/modules/image/migration_templates/d6_imagecache_presets.yml diff --git a/core/modules/image/migration_templates/d7_image_settings.yml b/web/core/modules/image/migration_templates/d7_image_settings.yml similarity index 100% rename from core/modules/image/migration_templates/d7_image_settings.yml rename to web/core/modules/image/migration_templates/d7_image_settings.yml diff --git a/core/modules/image/migration_templates/d7_image_styles.yml b/web/core/modules/image/migration_templates/d7_image_styles.yml similarity index 100% rename from core/modules/image/migration_templates/d7_image_styles.yml rename to web/core/modules/image/migration_templates/d7_image_styles.yml diff --git a/core/modules/image/sample.png b/web/core/modules/image/sample.png similarity index 100% rename from core/modules/image/sample.png rename to web/core/modules/image/sample.png diff --git a/core/modules/image/src/Annotation/ImageEffect.php b/web/core/modules/image/src/Annotation/ImageEffect.php similarity index 100% rename from core/modules/image/src/Annotation/ImageEffect.php rename to web/core/modules/image/src/Annotation/ImageEffect.php diff --git a/core/modules/image/src/ConfigurableImageEffectBase.php b/web/core/modules/image/src/ConfigurableImageEffectBase.php similarity index 100% rename from core/modules/image/src/ConfigurableImageEffectBase.php rename to web/core/modules/image/src/ConfigurableImageEffectBase.php diff --git a/core/modules/image/src/ConfigurableImageEffectInterface.php b/web/core/modules/image/src/ConfigurableImageEffectInterface.php similarity index 100% rename from core/modules/image/src/ConfigurableImageEffectInterface.php rename to web/core/modules/image/src/ConfigurableImageEffectInterface.php diff --git a/core/modules/image/src/Controller/ImageStyleDownloadController.php b/web/core/modules/image/src/Controller/ImageStyleDownloadController.php similarity index 100% rename from core/modules/image/src/Controller/ImageStyleDownloadController.php rename to web/core/modules/image/src/Controller/ImageStyleDownloadController.php diff --git a/core/modules/image/src/Entity/ImageStyle.php b/web/core/modules/image/src/Entity/ImageStyle.php similarity index 100% rename from core/modules/image/src/Entity/ImageStyle.php rename to web/core/modules/image/src/Entity/ImageStyle.php diff --git a/core/modules/image/src/Form/ImageEffectAddForm.php b/web/core/modules/image/src/Form/ImageEffectAddForm.php similarity index 100% rename from core/modules/image/src/Form/ImageEffectAddForm.php rename to web/core/modules/image/src/Form/ImageEffectAddForm.php diff --git a/core/modules/image/src/Form/ImageEffectDeleteForm.php b/web/core/modules/image/src/Form/ImageEffectDeleteForm.php similarity index 100% rename from core/modules/image/src/Form/ImageEffectDeleteForm.php rename to web/core/modules/image/src/Form/ImageEffectDeleteForm.php diff --git a/core/modules/image/src/Form/ImageEffectEditForm.php b/web/core/modules/image/src/Form/ImageEffectEditForm.php similarity index 100% rename from core/modules/image/src/Form/ImageEffectEditForm.php rename to web/core/modules/image/src/Form/ImageEffectEditForm.php diff --git a/core/modules/image/src/Form/ImageEffectFormBase.php b/web/core/modules/image/src/Form/ImageEffectFormBase.php similarity index 100% rename from core/modules/image/src/Form/ImageEffectFormBase.php rename to web/core/modules/image/src/Form/ImageEffectFormBase.php diff --git a/core/modules/image/src/Form/ImageStyleAddForm.php b/web/core/modules/image/src/Form/ImageStyleAddForm.php similarity index 100% rename from core/modules/image/src/Form/ImageStyleAddForm.php rename to web/core/modules/image/src/Form/ImageStyleAddForm.php diff --git a/core/modules/image/src/Form/ImageStyleDeleteForm.php b/web/core/modules/image/src/Form/ImageStyleDeleteForm.php similarity index 100% rename from core/modules/image/src/Form/ImageStyleDeleteForm.php rename to web/core/modules/image/src/Form/ImageStyleDeleteForm.php diff --git a/core/modules/image/src/Form/ImageStyleEditForm.php b/web/core/modules/image/src/Form/ImageStyleEditForm.php similarity index 100% rename from core/modules/image/src/Form/ImageStyleEditForm.php rename to web/core/modules/image/src/Form/ImageStyleEditForm.php diff --git a/core/modules/image/src/Form/ImageStyleFlushForm.php b/web/core/modules/image/src/Form/ImageStyleFlushForm.php similarity index 100% rename from core/modules/image/src/Form/ImageStyleFlushForm.php rename to web/core/modules/image/src/Form/ImageStyleFlushForm.php diff --git a/core/modules/image/src/Form/ImageStyleFormBase.php b/web/core/modules/image/src/Form/ImageStyleFormBase.php similarity index 100% rename from core/modules/image/src/Form/ImageStyleFormBase.php rename to web/core/modules/image/src/Form/ImageStyleFormBase.php diff --git a/core/modules/image/src/ImageEffectBase.php b/web/core/modules/image/src/ImageEffectBase.php similarity index 100% rename from core/modules/image/src/ImageEffectBase.php rename to web/core/modules/image/src/ImageEffectBase.php diff --git a/core/modules/image/src/ImageEffectInterface.php b/web/core/modules/image/src/ImageEffectInterface.php similarity index 100% rename from core/modules/image/src/ImageEffectInterface.php rename to web/core/modules/image/src/ImageEffectInterface.php diff --git a/core/modules/image/src/ImageEffectManager.php b/web/core/modules/image/src/ImageEffectManager.php similarity index 100% rename from core/modules/image/src/ImageEffectManager.php rename to web/core/modules/image/src/ImageEffectManager.php diff --git a/core/modules/image/src/ImageEffectPluginCollection.php b/web/core/modules/image/src/ImageEffectPluginCollection.php similarity index 100% rename from core/modules/image/src/ImageEffectPluginCollection.php rename to web/core/modules/image/src/ImageEffectPluginCollection.php diff --git a/core/modules/image/src/ImageStyleInterface.php b/web/core/modules/image/src/ImageStyleInterface.php similarity index 100% rename from core/modules/image/src/ImageStyleInterface.php rename to web/core/modules/image/src/ImageStyleInterface.php diff --git a/core/modules/image/src/ImageStyleListBuilder.php b/web/core/modules/image/src/ImageStyleListBuilder.php similarity index 100% rename from core/modules/image/src/ImageStyleListBuilder.php rename to web/core/modules/image/src/ImageStyleListBuilder.php diff --git a/core/modules/image/src/ImageStyleStorage.php b/web/core/modules/image/src/ImageStyleStorage.php similarity index 100% rename from core/modules/image/src/ImageStyleStorage.php rename to web/core/modules/image/src/ImageStyleStorage.php diff --git a/core/modules/image/src/ImageStyleStorageInterface.php b/web/core/modules/image/src/ImageStyleStorageInterface.php similarity index 100% rename from core/modules/image/src/ImageStyleStorageInterface.php rename to web/core/modules/image/src/ImageStyleStorageInterface.php diff --git a/core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php b/web/core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php similarity index 100% rename from core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php rename to web/core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php diff --git a/core/modules/image/src/PathProcessor/PathProcessorImageStyles.php b/web/core/modules/image/src/PathProcessor/PathProcessorImageStyles.php similarity index 100% rename from core/modules/image/src/PathProcessor/PathProcessorImageStyles.php rename to web/core/modules/image/src/PathProcessor/PathProcessorImageStyles.php diff --git a/core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php b/web/core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php similarity index 100% rename from core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php rename to web/core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php diff --git a/core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatterBase.php b/web/core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatterBase.php similarity index 100% rename from core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatterBase.php rename to web/core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatterBase.php diff --git a/core/modules/image/src/Plugin/Field/FieldType/ImageItem.php b/web/core/modules/image/src/Plugin/Field/FieldType/ImageItem.php similarity index 100% rename from core/modules/image/src/Plugin/Field/FieldType/ImageItem.php rename to web/core/modules/image/src/Plugin/Field/FieldType/ImageItem.php diff --git a/core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php b/web/core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php similarity index 100% rename from core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php rename to web/core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php diff --git a/core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php b/web/core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php similarity index 100% rename from core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php rename to web/core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php diff --git a/core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php b/web/core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php similarity index 100% rename from core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php rename to web/core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php diff --git a/core/modules/image/src/Plugin/ImageEffect/DesaturateImageEffect.php b/web/core/modules/image/src/Plugin/ImageEffect/DesaturateImageEffect.php similarity index 100% rename from core/modules/image/src/Plugin/ImageEffect/DesaturateImageEffect.php rename to web/core/modules/image/src/Plugin/ImageEffect/DesaturateImageEffect.php diff --git a/core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php b/web/core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php similarity index 100% rename from core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php rename to web/core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php diff --git a/core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php b/web/core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php similarity index 100% rename from core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php rename to web/core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php diff --git a/core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php b/web/core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php similarity index 100% rename from core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php rename to web/core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php diff --git a/core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php b/web/core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php similarity index 100% rename from core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php rename to web/core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php diff --git a/core/modules/image/src/Plugin/migrate/destination/EntityImageStyle.php b/web/core/modules/image/src/Plugin/migrate/destination/EntityImageStyle.php similarity index 100% rename from core/modules/image/src/Plugin/migrate/destination/EntityImageStyle.php rename to web/core/modules/image/src/Plugin/migrate/destination/EntityImageStyle.php diff --git a/core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php b/web/core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php similarity index 100% rename from core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php rename to web/core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php diff --git a/core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php b/web/core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php similarity index 100% rename from core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php rename to web/core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php diff --git a/core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php b/web/core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php similarity index 100% rename from core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php rename to web/core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php diff --git a/core/modules/image/src/Routing/ImageStyleRoutes.php b/web/core/modules/image/src/Routing/ImageStyleRoutes.php similarity index 100% rename from core/modules/image/src/Routing/ImageStyleRoutes.php rename to web/core/modules/image/src/Routing/ImageStyleRoutes.php diff --git a/core/modules/image/src/Tests/FileMoveTest.php b/web/core/modules/image/src/Tests/FileMoveTest.php similarity index 100% rename from core/modules/image/src/Tests/FileMoveTest.php rename to web/core/modules/image/src/Tests/FileMoveTest.php diff --git a/core/modules/image/src/Tests/ImageAdminStylesTest.php b/web/core/modules/image/src/Tests/ImageAdminStylesTest.php similarity index 100% rename from core/modules/image/src/Tests/ImageAdminStylesTest.php rename to web/core/modules/image/src/Tests/ImageAdminStylesTest.php diff --git a/core/modules/image/src/Tests/ImageDimensionsTest.php b/web/core/modules/image/src/Tests/ImageDimensionsTest.php similarity index 100% rename from core/modules/image/src/Tests/ImageDimensionsTest.php rename to web/core/modules/image/src/Tests/ImageDimensionsTest.php diff --git a/core/modules/image/src/Tests/ImageEffectsTest.php b/web/core/modules/image/src/Tests/ImageEffectsTest.php similarity index 100% rename from core/modules/image/src/Tests/ImageEffectsTest.php rename to web/core/modules/image/src/Tests/ImageEffectsTest.php diff --git a/core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php b/web/core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php similarity index 100% rename from core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php rename to web/core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php diff --git a/core/modules/image/src/Tests/ImageFieldDisplayTest.php b/web/core/modules/image/src/Tests/ImageFieldDisplayTest.php similarity index 100% rename from core/modules/image/src/Tests/ImageFieldDisplayTest.php rename to web/core/modules/image/src/Tests/ImageFieldDisplayTest.php diff --git a/core/modules/image/src/Tests/ImageFieldTestBase.php b/web/core/modules/image/src/Tests/ImageFieldTestBase.php similarity index 100% rename from core/modules/image/src/Tests/ImageFieldTestBase.php rename to web/core/modules/image/src/Tests/ImageFieldTestBase.php diff --git a/core/modules/image/src/Tests/ImageFieldValidateTest.php b/web/core/modules/image/src/Tests/ImageFieldValidateTest.php similarity index 100% rename from core/modules/image/src/Tests/ImageFieldValidateTest.php rename to web/core/modules/image/src/Tests/ImageFieldValidateTest.php diff --git a/core/modules/image/src/Tests/ImageFieldWidgetTest.php b/web/core/modules/image/src/Tests/ImageFieldWidgetTest.php similarity index 100% rename from core/modules/image/src/Tests/ImageFieldWidgetTest.php rename to web/core/modules/image/src/Tests/ImageFieldWidgetTest.php diff --git a/core/modules/image/src/Tests/ImageOnTranslatedEntityTest.php b/web/core/modules/image/src/Tests/ImageOnTranslatedEntityTest.php similarity index 100% rename from core/modules/image/src/Tests/ImageOnTranslatedEntityTest.php rename to web/core/modules/image/src/Tests/ImageOnTranslatedEntityTest.php diff --git a/core/modules/image/src/Tests/ImageStyleDeleteTest.php b/web/core/modules/image/src/Tests/ImageStyleDeleteTest.php similarity index 100% rename from core/modules/image/src/Tests/ImageStyleDeleteTest.php rename to web/core/modules/image/src/Tests/ImageStyleDeleteTest.php diff --git a/core/modules/image/src/Tests/ImageStyleFlushTest.php b/web/core/modules/image/src/Tests/ImageStyleFlushTest.php similarity index 100% rename from core/modules/image/src/Tests/ImageStyleFlushTest.php rename to web/core/modules/image/src/Tests/ImageStyleFlushTest.php diff --git a/core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php b/web/core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php similarity index 100% rename from core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php rename to web/core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php diff --git a/core/modules/image/src/Tests/ImageThemeFunctionTest.php b/web/core/modules/image/src/Tests/ImageThemeFunctionTest.php similarity index 100% rename from core/modules/image/src/Tests/ImageThemeFunctionTest.php rename to web/core/modules/image/src/Tests/ImageThemeFunctionTest.php diff --git a/core/modules/image/src/Tests/Update/ImageUpdateTest.php b/web/core/modules/image/src/Tests/Update/ImageUpdateTest.php similarity index 100% rename from core/modules/image/src/Tests/Update/ImageUpdateTest.php rename to web/core/modules/image/src/Tests/Update/ImageUpdateTest.php diff --git a/core/modules/image/src/Tests/Views/RelationshipUserImageDataTest.php b/web/core/modules/image/src/Tests/Views/RelationshipUserImageDataTest.php similarity index 100% rename from core/modules/image/src/Tests/Views/RelationshipUserImageDataTest.php rename to web/core/modules/image/src/Tests/Views/RelationshipUserImageDataTest.php diff --git a/core/modules/image/templates/image-anchor.html.twig b/web/core/modules/image/templates/image-anchor.html.twig similarity index 100% rename from core/modules/image/templates/image-anchor.html.twig rename to web/core/modules/image/templates/image-anchor.html.twig diff --git a/core/modules/image/templates/image-crop-summary.html.twig b/web/core/modules/image/templates/image-crop-summary.html.twig similarity index 100% rename from core/modules/image/templates/image-crop-summary.html.twig rename to web/core/modules/image/templates/image-crop-summary.html.twig diff --git a/core/modules/image/templates/image-formatter.html.twig b/web/core/modules/image/templates/image-formatter.html.twig similarity index 100% rename from core/modules/image/templates/image-formatter.html.twig rename to web/core/modules/image/templates/image-formatter.html.twig diff --git a/core/modules/image/templates/image-resize-summary.html.twig b/web/core/modules/image/templates/image-resize-summary.html.twig similarity index 100% rename from core/modules/image/templates/image-resize-summary.html.twig rename to web/core/modules/image/templates/image-resize-summary.html.twig diff --git a/core/modules/image/templates/image-rotate-summary.html.twig b/web/core/modules/image/templates/image-rotate-summary.html.twig similarity index 100% rename from core/modules/image/templates/image-rotate-summary.html.twig rename to web/core/modules/image/templates/image-rotate-summary.html.twig diff --git a/core/modules/image/templates/image-scale-summary.html.twig b/web/core/modules/image/templates/image-scale-summary.html.twig similarity index 100% rename from core/modules/image/templates/image-scale-summary.html.twig rename to web/core/modules/image/templates/image-scale-summary.html.twig diff --git a/core/modules/image/templates/image-style-preview.html.twig b/web/core/modules/image/templates/image-style-preview.html.twig similarity index 100% rename from core/modules/image/templates/image-style-preview.html.twig rename to web/core/modules/image/templates/image-style-preview.html.twig diff --git a/core/modules/image/templates/image-style.html.twig b/web/core/modules/image/templates/image-style.html.twig similarity index 100% rename from core/modules/image/templates/image-style.html.twig rename to web/core/modules/image/templates/image-style.html.twig diff --git a/core/modules/image/templates/image-widget.html.twig b/web/core/modules/image/templates/image-widget.html.twig similarity index 100% rename from core/modules/image/templates/image-widget.html.twig rename to web/core/modules/image/templates/image-widget.html.twig diff --git a/core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml b/web/core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml similarity index 100% rename from core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml rename to web/core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml diff --git a/core/modules/image/tests/modules/image_module_test/image_module_test.info.yml b/web/core/modules/image/tests/modules/image_module_test/image_module_test.info.yml similarity index 100% rename from core/modules/image/tests/modules/image_module_test/image_module_test.info.yml rename to web/core/modules/image/tests/modules/image_module_test/image_module_test.info.yml diff --git a/core/modules/image/tests/modules/image_module_test/image_module_test.module b/web/core/modules/image/tests/modules/image_module_test/image_module_test.module similarity index 100% rename from core/modules/image/tests/modules/image_module_test/image_module_test.module rename to web/core/modules/image/tests/modules/image_module_test/image_module_test.module diff --git a/core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php b/web/core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php similarity index 100% rename from core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php rename to web/core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php diff --git a/core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php b/web/core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php similarity index 100% rename from core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php rename to web/core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php diff --git a/core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php b/web/core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php similarity index 100% rename from core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php rename to web/core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php diff --git a/core/modules/image/tests/modules/image_test_views/image_test_views.info.yml b/web/core/modules/image/tests/modules/image_test_views/image_test_views.info.yml similarity index 100% rename from core/modules/image/tests/modules/image_test_views/image_test_views.info.yml rename to web/core/modules/image/tests/modules/image_test_views/image_test_views.info.yml diff --git a/core/modules/image/tests/modules/image_test_views/test_views/views.view.test_image_user_image_data.yml b/web/core/modules/image/tests/modules/image_test_views/test_views/views.view.test_image_user_image_data.yml similarity index 100% rename from core/modules/image/tests/modules/image_test_views/test_views/views.view.test_image_user_image_data.yml rename to web/core/modules/image/tests/modules/image_test_views/test_views/views.view.test_image_user_image_data.yml diff --git a/core/modules/image/tests/src/Kernel/ImageFieldCreationTrait.php b/web/core/modules/image/tests/src/Kernel/ImageFieldCreationTrait.php similarity index 100% rename from core/modules/image/tests/src/Kernel/ImageFieldCreationTrait.php rename to web/core/modules/image/tests/src/Kernel/ImageFieldCreationTrait.php diff --git a/core/modules/image/tests/src/Kernel/ImageFormatterTest.php b/web/core/modules/image/tests/src/Kernel/ImageFormatterTest.php similarity index 100% rename from core/modules/image/tests/src/Kernel/ImageFormatterTest.php rename to web/core/modules/image/tests/src/Kernel/ImageFormatterTest.php diff --git a/core/modules/image/tests/src/Kernel/ImageImportTest.php b/web/core/modules/image/tests/src/Kernel/ImageImportTest.php similarity index 100% rename from core/modules/image/tests/src/Kernel/ImageImportTest.php rename to web/core/modules/image/tests/src/Kernel/ImageImportTest.php diff --git a/core/modules/image/tests/src/Kernel/ImageItemTest.php b/web/core/modules/image/tests/src/Kernel/ImageItemTest.php similarity index 100% rename from core/modules/image/tests/src/Kernel/ImageItemTest.php rename to web/core/modules/image/tests/src/Kernel/ImageItemTest.php diff --git a/core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php b/web/core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php similarity index 100% rename from core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php rename to web/core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php diff --git a/core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php b/web/core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php similarity index 100% rename from core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php rename to web/core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php diff --git a/core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php b/web/core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php similarity index 100% rename from core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php rename to web/core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php diff --git a/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageSettingsTest.php b/web/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageSettingsTest.php similarity index 100% rename from core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageSettingsTest.php rename to web/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageSettingsTest.php diff --git a/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php b/web/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php similarity index 100% rename from core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php rename to web/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php diff --git a/core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php b/web/core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php similarity index 100% rename from core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php rename to web/core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php diff --git a/core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php b/web/core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php similarity index 100% rename from core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php rename to web/core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php diff --git a/core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php b/web/core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php similarity index 100% rename from core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php rename to web/core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php diff --git a/core/modules/image/tests/src/Unit/ImageStyleTest.php b/web/core/modules/image/tests/src/Unit/ImageStyleTest.php similarity index 100% rename from core/modules/image/tests/src/Unit/ImageStyleTest.php rename to web/core/modules/image/tests/src/Unit/ImageStyleTest.php diff --git a/core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php b/web/core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php similarity index 100% rename from core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php rename to web/core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php diff --git a/core/modules/inline_form_errors/inline_form_errors.info.yml b/web/core/modules/inline_form_errors/inline_form_errors.info.yml similarity index 100% rename from core/modules/inline_form_errors/inline_form_errors.info.yml rename to web/core/modules/inline_form_errors/inline_form_errors.info.yml diff --git a/core/modules/inline_form_errors/inline_form_errors.module b/web/core/modules/inline_form_errors/inline_form_errors.module similarity index 100% rename from core/modules/inline_form_errors/inline_form_errors.module rename to web/core/modules/inline_form_errors/inline_form_errors.module diff --git a/core/modules/inline_form_errors/src/FormErrorHandler.php b/web/core/modules/inline_form_errors/src/FormErrorHandler.php similarity index 100% rename from core/modules/inline_form_errors/src/FormErrorHandler.php rename to web/core/modules/inline_form_errors/src/FormErrorHandler.php diff --git a/core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php b/web/core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php similarity index 100% rename from core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php rename to web/core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php diff --git a/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php b/web/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php similarity index 100% rename from core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php rename to web/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php diff --git a/core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php b/web/core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php similarity index 100% rename from core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php rename to web/core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php diff --git a/core/modules/language/config/install/language.entity.en.yml b/web/core/modules/language/config/install/language.entity.en.yml similarity index 100% rename from core/modules/language/config/install/language.entity.en.yml rename to web/core/modules/language/config/install/language.entity.en.yml diff --git a/core/modules/language/config/install/language.entity.und.yml b/web/core/modules/language/config/install/language.entity.und.yml similarity index 100% rename from core/modules/language/config/install/language.entity.und.yml rename to web/core/modules/language/config/install/language.entity.und.yml diff --git a/core/modules/language/config/install/language.entity.zxx.yml b/web/core/modules/language/config/install/language.entity.zxx.yml similarity index 100% rename from core/modules/language/config/install/language.entity.zxx.yml rename to web/core/modules/language/config/install/language.entity.zxx.yml diff --git a/core/modules/language/config/install/language.mappings.yml b/web/core/modules/language/config/install/language.mappings.yml similarity index 100% rename from core/modules/language/config/install/language.mappings.yml rename to web/core/modules/language/config/install/language.mappings.yml diff --git a/core/modules/language/config/install/language.negotiation.yml b/web/core/modules/language/config/install/language.negotiation.yml similarity index 100% rename from core/modules/language/config/install/language.negotiation.yml rename to web/core/modules/language/config/install/language.negotiation.yml diff --git a/core/modules/language/config/install/language.types.yml b/web/core/modules/language/config/install/language.types.yml similarity index 100% rename from core/modules/language/config/install/language.types.yml rename to web/core/modules/language/config/install/language.types.yml diff --git a/core/modules/language/config/optional/tour.tour.language-add.yml b/web/core/modules/language/config/optional/tour.tour.language-add.yml similarity index 100% rename from core/modules/language/config/optional/tour.tour.language-add.yml rename to web/core/modules/language/config/optional/tour.tour.language-add.yml diff --git a/core/modules/language/config/optional/tour.tour.language-edit.yml b/web/core/modules/language/config/optional/tour.tour.language-edit.yml similarity index 100% rename from core/modules/language/config/optional/tour.tour.language-edit.yml rename to web/core/modules/language/config/optional/tour.tour.language-edit.yml diff --git a/core/modules/language/config/optional/tour.tour.language.yml b/web/core/modules/language/config/optional/tour.tour.language.yml similarity index 100% rename from core/modules/language/config/optional/tour.tour.language.yml rename to web/core/modules/language/config/optional/tour.tour.language.yml diff --git a/core/modules/language/config/schema/language.schema.yml b/web/core/modules/language/config/schema/language.schema.yml similarity index 100% rename from core/modules/language/config/schema/language.schema.yml rename to web/core/modules/language/config/schema/language.schema.yml diff --git a/core/modules/language/css/language.admin.css b/web/core/modules/language/css/language.admin.css similarity index 100% rename from core/modules/language/css/language.admin.css rename to web/core/modules/language/css/language.admin.css diff --git a/core/modules/language/language.admin.inc b/web/core/modules/language/language.admin.inc similarity index 100% rename from core/modules/language/language.admin.inc rename to web/core/modules/language/language.admin.inc diff --git a/core/modules/language/language.admin.js b/web/core/modules/language/language.admin.js similarity index 100% rename from core/modules/language/language.admin.js rename to web/core/modules/language/language.admin.js diff --git a/core/modules/language/language.api.php b/web/core/modules/language/language.api.php similarity index 100% rename from core/modules/language/language.api.php rename to web/core/modules/language/language.api.php diff --git a/core/modules/language/language.info.yml b/web/core/modules/language/language.info.yml similarity index 100% rename from core/modules/language/language.info.yml rename to web/core/modules/language/language.info.yml diff --git a/core/modules/language/language.install b/web/core/modules/language/language.install similarity index 100% rename from core/modules/language/language.install rename to web/core/modules/language/language.install diff --git a/core/modules/language/language.libraries.yml b/web/core/modules/language/language.libraries.yml similarity index 100% rename from core/modules/language/language.libraries.yml rename to web/core/modules/language/language.libraries.yml diff --git a/core/modules/language/language.links.action.yml b/web/core/modules/language/language.links.action.yml similarity index 100% rename from core/modules/language/language.links.action.yml rename to web/core/modules/language/language.links.action.yml diff --git a/core/modules/language/language.links.menu.yml b/web/core/modules/language/language.links.menu.yml similarity index 100% rename from core/modules/language/language.links.menu.yml rename to web/core/modules/language/language.links.menu.yml diff --git a/core/modules/language/language.links.task.yml b/web/core/modules/language/language.links.task.yml similarity index 100% rename from core/modules/language/language.links.task.yml rename to web/core/modules/language/language.links.task.yml diff --git a/core/modules/language/language.module b/web/core/modules/language/language.module similarity index 100% rename from core/modules/language/language.module rename to web/core/modules/language/language.module diff --git a/core/modules/language/language.permissions.yml b/web/core/modules/language/language.permissions.yml similarity index 100% rename from core/modules/language/language.permissions.yml rename to web/core/modules/language/language.permissions.yml diff --git a/core/modules/language/language.routing.yml b/web/core/modules/language/language.routing.yml similarity index 100% rename from core/modules/language/language.routing.yml rename to web/core/modules/language/language.routing.yml diff --git a/core/modules/language/language.services.yml b/web/core/modules/language/language.services.yml similarity index 100% rename from core/modules/language/language.services.yml rename to web/core/modules/language/language.services.yml diff --git a/core/modules/language/migration_templates/d6_language_content_settings.yml b/web/core/modules/language/migration_templates/d6_language_content_settings.yml similarity index 100% rename from core/modules/language/migration_templates/d6_language_content_settings.yml rename to web/core/modules/language/migration_templates/d6_language_content_settings.yml diff --git a/core/modules/language/migration_templates/d6_language_negotiation_settings.yml b/web/core/modules/language/migration_templates/d6_language_negotiation_settings.yml similarity index 100% rename from core/modules/language/migration_templates/d6_language_negotiation_settings.yml rename to web/core/modules/language/migration_templates/d6_language_negotiation_settings.yml diff --git a/core/modules/language/migration_templates/d6_language_types.yml b/web/core/modules/language/migration_templates/d6_language_types.yml similarity index 100% rename from core/modules/language/migration_templates/d6_language_types.yml rename to web/core/modules/language/migration_templates/d6_language_types.yml diff --git a/core/modules/language/migration_templates/d7_language_content_settings.yml b/web/core/modules/language/migration_templates/d7_language_content_settings.yml similarity index 100% rename from core/modules/language/migration_templates/d7_language_content_settings.yml rename to web/core/modules/language/migration_templates/d7_language_content_settings.yml diff --git a/core/modules/language/migration_templates/d7_language_negotiation_settings.yml b/web/core/modules/language/migration_templates/d7_language_negotiation_settings.yml similarity index 100% rename from core/modules/language/migration_templates/d7_language_negotiation_settings.yml rename to web/core/modules/language/migration_templates/d7_language_negotiation_settings.yml diff --git a/core/modules/language/migration_templates/d7_language_types.yml b/web/core/modules/language/migration_templates/d7_language_types.yml similarity index 100% rename from core/modules/language/migration_templates/d7_language_types.yml rename to web/core/modules/language/migration_templates/d7_language_types.yml diff --git a/core/modules/language/migration_templates/default_language.yml b/web/core/modules/language/migration_templates/default_language.yml similarity index 100% rename from core/modules/language/migration_templates/default_language.yml rename to web/core/modules/language/migration_templates/default_language.yml diff --git a/core/modules/language/migration_templates/language.yml b/web/core/modules/language/migration_templates/language.yml similarity index 100% rename from core/modules/language/migration_templates/language.yml rename to web/core/modules/language/migration_templates/language.yml diff --git a/core/modules/language/migration_templates/language_prefixes_and_domains.yml b/web/core/modules/language/migration_templates/language_prefixes_and_domains.yml similarity index 100% rename from core/modules/language/migration_templates/language_prefixes_and_domains.yml rename to web/core/modules/language/migration_templates/language_prefixes_and_domains.yml diff --git a/core/modules/language/src/Annotation/LanguageNegotiation.php b/web/core/modules/language/src/Annotation/LanguageNegotiation.php similarity index 100% rename from core/modules/language/src/Annotation/LanguageNegotiation.php rename to web/core/modules/language/src/Annotation/LanguageNegotiation.php diff --git a/core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php b/web/core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php similarity index 100% rename from core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php rename to web/core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php diff --git a/core/modules/language/src/Config/LanguageConfigFactoryOverride.php b/web/core/modules/language/src/Config/LanguageConfigFactoryOverride.php similarity index 100% rename from core/modules/language/src/Config/LanguageConfigFactoryOverride.php rename to web/core/modules/language/src/Config/LanguageConfigFactoryOverride.php diff --git a/core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php b/web/core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php similarity index 100% rename from core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php rename to web/core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php diff --git a/core/modules/language/src/Config/LanguageConfigOverride.php b/web/core/modules/language/src/Config/LanguageConfigOverride.php similarity index 100% rename from core/modules/language/src/Config/LanguageConfigOverride.php rename to web/core/modules/language/src/Config/LanguageConfigOverride.php diff --git a/core/modules/language/src/Config/LanguageConfigOverrideCrudEvent.php b/web/core/modules/language/src/Config/LanguageConfigOverrideCrudEvent.php similarity index 100% rename from core/modules/language/src/Config/LanguageConfigOverrideCrudEvent.php rename to web/core/modules/language/src/Config/LanguageConfigOverrideCrudEvent.php diff --git a/core/modules/language/src/Config/LanguageConfigOverrideEvents.php b/web/core/modules/language/src/Config/LanguageConfigOverrideEvents.php similarity index 100% rename from core/modules/language/src/Config/LanguageConfigOverrideEvents.php rename to web/core/modules/language/src/Config/LanguageConfigOverrideEvents.php diff --git a/core/modules/language/src/ConfigurableLanguageInterface.php b/web/core/modules/language/src/ConfigurableLanguageInterface.php similarity index 100% rename from core/modules/language/src/ConfigurableLanguageInterface.php rename to web/core/modules/language/src/ConfigurableLanguageInterface.php diff --git a/core/modules/language/src/ConfigurableLanguageManager.php b/web/core/modules/language/src/ConfigurableLanguageManager.php similarity index 100% rename from core/modules/language/src/ConfigurableLanguageManager.php rename to web/core/modules/language/src/ConfigurableLanguageManager.php diff --git a/core/modules/language/src/ConfigurableLanguageManagerInterface.php b/web/core/modules/language/src/ConfigurableLanguageManagerInterface.php similarity index 100% rename from core/modules/language/src/ConfigurableLanguageManagerInterface.php rename to web/core/modules/language/src/ConfigurableLanguageManagerInterface.php diff --git a/core/modules/language/src/ContentLanguageSettingsException.php b/web/core/modules/language/src/ContentLanguageSettingsException.php similarity index 100% rename from core/modules/language/src/ContentLanguageSettingsException.php rename to web/core/modules/language/src/ContentLanguageSettingsException.php diff --git a/core/modules/language/src/ContentLanguageSettingsInterface.php b/web/core/modules/language/src/ContentLanguageSettingsInterface.php similarity index 100% rename from core/modules/language/src/ContentLanguageSettingsInterface.php rename to web/core/modules/language/src/ContentLanguageSettingsInterface.php diff --git a/core/modules/language/src/DefaultLanguageItem.php b/web/core/modules/language/src/DefaultLanguageItem.php similarity index 100% rename from core/modules/language/src/DefaultLanguageItem.php rename to web/core/modules/language/src/DefaultLanguageItem.php diff --git a/core/modules/language/src/Element/LanguageConfiguration.php b/web/core/modules/language/src/Element/LanguageConfiguration.php similarity index 100% rename from core/modules/language/src/Element/LanguageConfiguration.php rename to web/core/modules/language/src/Element/LanguageConfiguration.php diff --git a/core/modules/language/src/Entity/ConfigurableLanguage.php b/web/core/modules/language/src/Entity/ConfigurableLanguage.php similarity index 100% rename from core/modules/language/src/Entity/ConfigurableLanguage.php rename to web/core/modules/language/src/Entity/ConfigurableLanguage.php diff --git a/core/modules/language/src/Entity/ContentLanguageSettings.php b/web/core/modules/language/src/Entity/ContentLanguageSettings.php similarity index 100% rename from core/modules/language/src/Entity/ContentLanguageSettings.php rename to web/core/modules/language/src/Entity/ContentLanguageSettings.php diff --git a/core/modules/language/src/EventSubscriber/ConfigSubscriber.php b/web/core/modules/language/src/EventSubscriber/ConfigSubscriber.php similarity index 100% rename from core/modules/language/src/EventSubscriber/ConfigSubscriber.php rename to web/core/modules/language/src/EventSubscriber/ConfigSubscriber.php diff --git a/core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.php b/web/core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.php similarity index 100% rename from core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.php rename to web/core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.php diff --git a/core/modules/language/src/Exception/DeleteDefaultLanguageException.php b/web/core/modules/language/src/Exception/DeleteDefaultLanguageException.php similarity index 100% rename from core/modules/language/src/Exception/DeleteDefaultLanguageException.php rename to web/core/modules/language/src/Exception/DeleteDefaultLanguageException.php diff --git a/core/modules/language/src/Exception/LanguageException.php b/web/core/modules/language/src/Exception/LanguageException.php similarity index 100% rename from core/modules/language/src/Exception/LanguageException.php rename to web/core/modules/language/src/Exception/LanguageException.php diff --git a/core/modules/language/src/Form/ContentLanguageSettingsForm.php b/web/core/modules/language/src/Form/ContentLanguageSettingsForm.php similarity index 100% rename from core/modules/language/src/Form/ContentLanguageSettingsForm.php rename to web/core/modules/language/src/Form/ContentLanguageSettingsForm.php diff --git a/core/modules/language/src/Form/LanguageAddForm.php b/web/core/modules/language/src/Form/LanguageAddForm.php similarity index 100% rename from core/modules/language/src/Form/LanguageAddForm.php rename to web/core/modules/language/src/Form/LanguageAddForm.php diff --git a/core/modules/language/src/Form/LanguageDeleteForm.php b/web/core/modules/language/src/Form/LanguageDeleteForm.php similarity index 100% rename from core/modules/language/src/Form/LanguageDeleteForm.php rename to web/core/modules/language/src/Form/LanguageDeleteForm.php diff --git a/core/modules/language/src/Form/LanguageEditForm.php b/web/core/modules/language/src/Form/LanguageEditForm.php similarity index 100% rename from core/modules/language/src/Form/LanguageEditForm.php rename to web/core/modules/language/src/Form/LanguageEditForm.php diff --git a/core/modules/language/src/Form/LanguageFormBase.php b/web/core/modules/language/src/Form/LanguageFormBase.php similarity index 100% rename from core/modules/language/src/Form/LanguageFormBase.php rename to web/core/modules/language/src/Form/LanguageFormBase.php diff --git a/core/modules/language/src/Form/NegotiationBrowserDeleteForm.php b/web/core/modules/language/src/Form/NegotiationBrowserDeleteForm.php similarity index 100% rename from core/modules/language/src/Form/NegotiationBrowserDeleteForm.php rename to web/core/modules/language/src/Form/NegotiationBrowserDeleteForm.php diff --git a/core/modules/language/src/Form/NegotiationBrowserForm.php b/web/core/modules/language/src/Form/NegotiationBrowserForm.php similarity index 100% rename from core/modules/language/src/Form/NegotiationBrowserForm.php rename to web/core/modules/language/src/Form/NegotiationBrowserForm.php diff --git a/core/modules/language/src/Form/NegotiationConfigureForm.php b/web/core/modules/language/src/Form/NegotiationConfigureForm.php similarity index 100% rename from core/modules/language/src/Form/NegotiationConfigureForm.php rename to web/core/modules/language/src/Form/NegotiationConfigureForm.php diff --git a/core/modules/language/src/Form/NegotiationSelectedForm.php b/web/core/modules/language/src/Form/NegotiationSelectedForm.php similarity index 100% rename from core/modules/language/src/Form/NegotiationSelectedForm.php rename to web/core/modules/language/src/Form/NegotiationSelectedForm.php diff --git a/core/modules/language/src/Form/NegotiationSessionForm.php b/web/core/modules/language/src/Form/NegotiationSessionForm.php similarity index 100% rename from core/modules/language/src/Form/NegotiationSessionForm.php rename to web/core/modules/language/src/Form/NegotiationSessionForm.php diff --git a/core/modules/language/src/Form/NegotiationUrlForm.php b/web/core/modules/language/src/Form/NegotiationUrlForm.php similarity index 100% rename from core/modules/language/src/Form/NegotiationUrlForm.php rename to web/core/modules/language/src/Form/NegotiationUrlForm.php diff --git a/core/modules/language/src/HttpKernel/PathProcessorLanguage.php b/web/core/modules/language/src/HttpKernel/PathProcessorLanguage.php similarity index 100% rename from core/modules/language/src/HttpKernel/PathProcessorLanguage.php rename to web/core/modules/language/src/HttpKernel/PathProcessorLanguage.php diff --git a/core/modules/language/src/LanguageAccessControlHandler.php b/web/core/modules/language/src/LanguageAccessControlHandler.php similarity index 100% rename from core/modules/language/src/LanguageAccessControlHandler.php rename to web/core/modules/language/src/LanguageAccessControlHandler.php diff --git a/core/modules/language/src/LanguageConverter.php b/web/core/modules/language/src/LanguageConverter.php similarity index 100% rename from core/modules/language/src/LanguageConverter.php rename to web/core/modules/language/src/LanguageConverter.php diff --git a/core/modules/language/src/LanguageListBuilder.php b/web/core/modules/language/src/LanguageListBuilder.php similarity index 100% rename from core/modules/language/src/LanguageListBuilder.php rename to web/core/modules/language/src/LanguageListBuilder.php diff --git a/core/modules/language/src/LanguageNegotiationMethodBase.php b/web/core/modules/language/src/LanguageNegotiationMethodBase.php similarity index 100% rename from core/modules/language/src/LanguageNegotiationMethodBase.php rename to web/core/modules/language/src/LanguageNegotiationMethodBase.php diff --git a/core/modules/language/src/LanguageNegotiationMethodInterface.php b/web/core/modules/language/src/LanguageNegotiationMethodInterface.php similarity index 100% rename from core/modules/language/src/LanguageNegotiationMethodInterface.php rename to web/core/modules/language/src/LanguageNegotiationMethodInterface.php diff --git a/core/modules/language/src/LanguageNegotiationMethodManager.php b/web/core/modules/language/src/LanguageNegotiationMethodManager.php similarity index 100% rename from core/modules/language/src/LanguageNegotiationMethodManager.php rename to web/core/modules/language/src/LanguageNegotiationMethodManager.php diff --git a/core/modules/language/src/LanguageNegotiator.php b/web/core/modules/language/src/LanguageNegotiator.php similarity index 100% rename from core/modules/language/src/LanguageNegotiator.php rename to web/core/modules/language/src/LanguageNegotiator.php diff --git a/core/modules/language/src/LanguageNegotiatorInterface.php b/web/core/modules/language/src/LanguageNegotiatorInterface.php similarity index 100% rename from core/modules/language/src/LanguageNegotiatorInterface.php rename to web/core/modules/language/src/LanguageNegotiatorInterface.php diff --git a/core/modules/language/src/LanguageServiceProvider.php b/web/core/modules/language/src/LanguageServiceProvider.php similarity index 100% rename from core/modules/language/src/LanguageServiceProvider.php rename to web/core/modules/language/src/LanguageServiceProvider.php diff --git a/core/modules/language/src/LanguageSwitcherInterface.php b/web/core/modules/language/src/LanguageSwitcherInterface.php similarity index 100% rename from core/modules/language/src/LanguageSwitcherInterface.php rename to web/core/modules/language/src/LanguageSwitcherInterface.php diff --git a/core/modules/language/src/Plugin/Block/LanguageBlock.php b/web/core/modules/language/src/Plugin/Block/LanguageBlock.php similarity index 100% rename from core/modules/language/src/Plugin/Block/LanguageBlock.php rename to web/core/modules/language/src/Plugin/Block/LanguageBlock.php diff --git a/core/modules/language/src/Plugin/Condition/Language.php b/web/core/modules/language/src/Plugin/Condition/Language.php similarity index 100% rename from core/modules/language/src/Plugin/Condition/Language.php rename to web/core/modules/language/src/Plugin/Condition/Language.php diff --git a/core/modules/language/src/Plugin/Derivative/LanguageBlock.php b/web/core/modules/language/src/Plugin/Derivative/LanguageBlock.php similarity index 100% rename from core/modules/language/src/Plugin/Derivative/LanguageBlock.php rename to web/core/modules/language/src/Plugin/Derivative/LanguageBlock.php diff --git a/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php b/web/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php similarity index 100% rename from core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php rename to web/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php diff --git a/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php b/web/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php similarity index 100% rename from core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php rename to web/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php diff --git a/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSelected.php b/web/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSelected.php similarity index 100% rename from core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSelected.php rename to web/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSelected.php diff --git a/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php b/web/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php similarity index 100% rename from core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php rename to web/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php diff --git a/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php b/web/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php similarity index 100% rename from core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php rename to web/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php diff --git a/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php b/web/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php similarity index 100% rename from core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php rename to web/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php diff --git a/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php b/web/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php similarity index 100% rename from core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php rename to web/core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php diff --git a/core/modules/language/src/Plugin/migrate/destination/DefaultLangcode.php b/web/core/modules/language/src/Plugin/migrate/destination/DefaultLangcode.php similarity index 100% rename from core/modules/language/src/Plugin/migrate/destination/DefaultLangcode.php rename to web/core/modules/language/src/Plugin/migrate/destination/DefaultLangcode.php diff --git a/core/modules/language/src/Plugin/migrate/process/LanguageDomains.php b/web/core/modules/language/src/Plugin/migrate/process/LanguageDomains.php similarity index 100% rename from core/modules/language/src/Plugin/migrate/process/LanguageDomains.php rename to web/core/modules/language/src/Plugin/migrate/process/LanguageDomains.php diff --git a/core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php b/web/core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php similarity index 100% rename from core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php rename to web/core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php diff --git a/core/modules/language/src/Plugin/migrate/process/LanguageTypes.php b/web/core/modules/language/src/Plugin/migrate/process/LanguageTypes.php similarity index 100% rename from core/modules/language/src/Plugin/migrate/process/LanguageTypes.php rename to web/core/modules/language/src/Plugin/migrate/process/LanguageTypes.php diff --git a/core/modules/language/src/Plugin/migrate/source/Language.php b/web/core/modules/language/src/Plugin/migrate/source/Language.php similarity index 100% rename from core/modules/language/src/Plugin/migrate/source/Language.php rename to web/core/modules/language/src/Plugin/migrate/source/Language.php diff --git a/core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettings.php b/web/core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettings.php similarity index 100% rename from core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettings.php rename to web/core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettings.php diff --git a/core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettings.php b/web/core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettings.php similarity index 100% rename from core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettings.php rename to web/core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettings.php diff --git a/core/modules/language/src/ProxyClass/LanguageConverter.php b/web/core/modules/language/src/ProxyClass/LanguageConverter.php similarity index 100% rename from core/modules/language/src/ProxyClass/LanguageConverter.php rename to web/core/modules/language/src/ProxyClass/LanguageConverter.php diff --git a/core/modules/language/src/Tests/AdminPathEntityConverterLanguageTest.php b/web/core/modules/language/src/Tests/AdminPathEntityConverterLanguageTest.php similarity index 100% rename from core/modules/language/src/Tests/AdminPathEntityConverterLanguageTest.php rename to web/core/modules/language/src/Tests/AdminPathEntityConverterLanguageTest.php diff --git a/core/modules/language/src/Tests/EntityTypeWithoutLanguageFormTest.php b/web/core/modules/language/src/Tests/EntityTypeWithoutLanguageFormTest.php similarity index 100% rename from core/modules/language/src/Tests/EntityTypeWithoutLanguageFormTest.php rename to web/core/modules/language/src/Tests/EntityTypeWithoutLanguageFormTest.php diff --git a/core/modules/language/src/Tests/LanguageBlockSettingsVisibilityTest.php b/web/core/modules/language/src/Tests/LanguageBlockSettingsVisibilityTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageBlockSettingsVisibilityTest.php rename to web/core/modules/language/src/Tests/LanguageBlockSettingsVisibilityTest.php diff --git a/core/modules/language/src/Tests/LanguageBrowserDetectionTest.php b/web/core/modules/language/src/Tests/LanguageBrowserDetectionTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageBrowserDetectionTest.php rename to web/core/modules/language/src/Tests/LanguageBrowserDetectionTest.php diff --git a/core/modules/language/src/Tests/LanguageConfigOverrideImportTest.php b/web/core/modules/language/src/Tests/LanguageConfigOverrideImportTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageConfigOverrideImportTest.php rename to web/core/modules/language/src/Tests/LanguageConfigOverrideImportTest.php diff --git a/core/modules/language/src/Tests/LanguageConfigSchemaTest.php b/web/core/modules/language/src/Tests/LanguageConfigSchemaTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageConfigSchemaTest.php rename to web/core/modules/language/src/Tests/LanguageConfigSchemaTest.php diff --git a/core/modules/language/src/Tests/LanguageConfigurationElementTest.php b/web/core/modules/language/src/Tests/LanguageConfigurationElementTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageConfigurationElementTest.php rename to web/core/modules/language/src/Tests/LanguageConfigurationElementTest.php diff --git a/core/modules/language/src/Tests/LanguageConfigurationTest.php b/web/core/modules/language/src/Tests/LanguageConfigurationTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageConfigurationTest.php rename to web/core/modules/language/src/Tests/LanguageConfigurationTest.php diff --git a/core/modules/language/src/Tests/LanguageCustomLanguageConfigurationTest.php b/web/core/modules/language/src/Tests/LanguageCustomLanguageConfigurationTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageCustomLanguageConfigurationTest.php rename to web/core/modules/language/src/Tests/LanguageCustomLanguageConfigurationTest.php diff --git a/core/modules/language/src/Tests/LanguageListModuleInstallTest.php b/web/core/modules/language/src/Tests/LanguageListModuleInstallTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageListModuleInstallTest.php rename to web/core/modules/language/src/Tests/LanguageListModuleInstallTest.php diff --git a/core/modules/language/src/Tests/LanguageListTest.php b/web/core/modules/language/src/Tests/LanguageListTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageListTest.php rename to web/core/modules/language/src/Tests/LanguageListTest.php diff --git a/core/modules/language/src/Tests/LanguageLocaleListTest.php b/web/core/modules/language/src/Tests/LanguageLocaleListTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageLocaleListTest.php rename to web/core/modules/language/src/Tests/LanguageLocaleListTest.php diff --git a/core/modules/language/src/Tests/LanguageNegotiationContentEntityTest.php b/web/core/modules/language/src/Tests/LanguageNegotiationContentEntityTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageNegotiationContentEntityTest.php rename to web/core/modules/language/src/Tests/LanguageNegotiationContentEntityTest.php diff --git a/core/modules/language/src/Tests/LanguageNegotiationInfoTest.php b/web/core/modules/language/src/Tests/LanguageNegotiationInfoTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageNegotiationInfoTest.php rename to web/core/modules/language/src/Tests/LanguageNegotiationInfoTest.php diff --git a/core/modules/language/src/Tests/LanguagePathMonolingualTest.php b/web/core/modules/language/src/Tests/LanguagePathMonolingualTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguagePathMonolingualTest.php rename to web/core/modules/language/src/Tests/LanguagePathMonolingualTest.php diff --git a/core/modules/language/src/Tests/LanguageSelectorTranslatableTest.php b/web/core/modules/language/src/Tests/LanguageSelectorTranslatableTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageSelectorTranslatableTest.php rename to web/core/modules/language/src/Tests/LanguageSelectorTranslatableTest.php diff --git a/core/modules/language/src/Tests/LanguageSwitchingTest.php b/web/core/modules/language/src/Tests/LanguageSwitchingTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageSwitchingTest.php rename to web/core/modules/language/src/Tests/LanguageSwitchingTest.php diff --git a/core/modules/language/src/Tests/LanguageTourTest.php b/web/core/modules/language/src/Tests/LanguageTourTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageTourTest.php rename to web/core/modules/language/src/Tests/LanguageTourTest.php diff --git a/core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php b/web/core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php rename to web/core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php diff --git a/core/modules/language/src/Tests/LanguageUrlRewritingTest.php b/web/core/modules/language/src/Tests/LanguageUrlRewritingTest.php similarity index 100% rename from core/modules/language/src/Tests/LanguageUrlRewritingTest.php rename to web/core/modules/language/src/Tests/LanguageUrlRewritingTest.php diff --git a/core/modules/language/src/Tests/Migrate/MigrateLanguageTest.php b/web/core/modules/language/src/Tests/Migrate/MigrateLanguageTest.php similarity index 100% rename from core/modules/language/src/Tests/Migrate/MigrateLanguageTest.php rename to web/core/modules/language/src/Tests/Migrate/MigrateLanguageTest.php diff --git a/core/modules/language/templates/language-content-settings-table.html.twig b/web/core/modules/language/templates/language-content-settings-table.html.twig similarity index 100% rename from core/modules/language/templates/language-content-settings-table.html.twig rename to web/core/modules/language/templates/language-content-settings-table.html.twig diff --git a/core/modules/language/templates/language-negotiation-configure-form.html.twig b/web/core/modules/language/templates/language-negotiation-configure-form.html.twig similarity index 100% rename from core/modules/language/templates/language-negotiation-configure-form.html.twig rename to web/core/modules/language/templates/language-negotiation-configure-form.html.twig diff --git a/core/modules/language/tests/language_config_override_test/config/install/language/de/language_config_override_test.settings.yml b/web/core/modules/language/tests/language_config_override_test/config/install/language/de/language_config_override_test.settings.yml similarity index 100% rename from core/modules/language/tests/language_config_override_test/config/install/language/de/language_config_override_test.settings.yml rename to web/core/modules/language/tests/language_config_override_test/config/install/language/de/language_config_override_test.settings.yml diff --git a/core/modules/language/tests/language_config_override_test/language_config_override_test.info.yml b/web/core/modules/language/tests/language_config_override_test/language_config_override_test.info.yml similarity index 100% rename from core/modules/language/tests/language_config_override_test/language_config_override_test.info.yml rename to web/core/modules/language/tests/language_config_override_test/language_config_override_test.info.yml diff --git a/core/modules/language/tests/language_elements_test/language_elements_test.info.yml b/web/core/modules/language/tests/language_elements_test/language_elements_test.info.yml similarity index 100% rename from core/modules/language/tests/language_elements_test/language_elements_test.info.yml rename to web/core/modules/language/tests/language_elements_test/language_elements_test.info.yml diff --git a/core/modules/language/tests/language_elements_test/language_elements_test.routing.yml b/web/core/modules/language/tests/language_elements_test/language_elements_test.routing.yml similarity index 100% rename from core/modules/language/tests/language_elements_test/language_elements_test.routing.yml rename to web/core/modules/language/tests/language_elements_test/language_elements_test.routing.yml diff --git a/core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElement.php b/web/core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElement.php similarity index 100% rename from core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElement.php rename to web/core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElement.php diff --git a/core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElementTest.php b/web/core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElementTest.php similarity index 100% rename from core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElementTest.php rename to web/core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElementTest.php diff --git a/core/modules/language/tests/language_test/config/optional/views.view.no_entity_translation_view.yml b/web/core/modules/language/tests/language_test/config/optional/views.view.no_entity_translation_view.yml similarity index 100% rename from core/modules/language/tests/language_test/config/optional/views.view.no_entity_translation_view.yml rename to web/core/modules/language/tests/language_test/config/optional/views.view.no_entity_translation_view.yml diff --git a/core/modules/language/tests/language_test/language_test.info.yml b/web/core/modules/language/tests/language_test/language_test.info.yml similarity index 100% rename from core/modules/language/tests/language_test/language_test.info.yml rename to web/core/modules/language/tests/language_test/language_test.info.yml diff --git a/core/modules/language/tests/language_test/language_test.module b/web/core/modules/language/tests/language_test/language_test.module similarity index 100% rename from core/modules/language/tests/language_test/language_test.module rename to web/core/modules/language/tests/language_test/language_test.module diff --git a/core/modules/language/tests/language_test/language_test.routing.yml b/web/core/modules/language/tests/language_test/language_test.routing.yml similarity index 100% rename from core/modules/language/tests/language_test/language_test.routing.yml rename to web/core/modules/language/tests/language_test/language_test.routing.yml diff --git a/core/modules/language/tests/language_test/src/Controller/LanguageTestController.php b/web/core/modules/language/tests/language_test/src/Controller/LanguageTestController.php similarity index 100% rename from core/modules/language/tests/language_test/src/Controller/LanguageTestController.php rename to web/core/modules/language/tests/language_test/src/Controller/LanguageTestController.php diff --git a/core/modules/language/tests/language_test/src/Entity/NoLanguageEntityTest.php b/web/core/modules/language/tests/language_test/src/Entity/NoLanguageEntityTest.php similarity index 100% rename from core/modules/language/tests/language_test/src/Entity/NoLanguageEntityTest.php rename to web/core/modules/language/tests/language_test/src/Entity/NoLanguageEntityTest.php diff --git a/core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php b/web/core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php similarity index 100% rename from core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php rename to web/core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php diff --git a/core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php b/web/core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php similarity index 100% rename from core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php rename to web/core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php diff --git a/core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php b/web/core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php rename to web/core/modules/language/tests/src/Kernel/Condition/LanguageConditionTest.php diff --git a/core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php b/web/core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php rename to web/core/modules/language/tests/src/Kernel/ConfigurableLanguageTest.php diff --git a/core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php b/web/core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php rename to web/core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php diff --git a/core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php b/web/core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php rename to web/core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php diff --git a/core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php b/web/core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php rename to web/core/modules/language/tests/src/Kernel/LanguageConfigOverrideInstallTest.php diff --git a/core/modules/language/tests/src/Kernel/LanguageDependencyInjectionTest.php b/web/core/modules/language/tests/src/Kernel/LanguageDependencyInjectionTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/LanguageDependencyInjectionTest.php rename to web/core/modules/language/tests/src/Kernel/LanguageDependencyInjectionTest.php diff --git a/core/modules/language/tests/src/Kernel/LanguageFallbackTest.php b/web/core/modules/language/tests/src/Kernel/LanguageFallbackTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/LanguageFallbackTest.php rename to web/core/modules/language/tests/src/Kernel/LanguageFallbackTest.php diff --git a/core/modules/language/tests/src/Kernel/LanguageTestBase.php b/web/core/modules/language/tests/src/Kernel/LanguageTestBase.php similarity index 100% rename from core/modules/language/tests/src/Kernel/LanguageTestBase.php rename to web/core/modules/language/tests/src/Kernel/LanguageTestBase.php diff --git a/core/modules/language/tests/src/Kernel/Migrate/MigrateDefaultLanguageTrait.php b/web/core/modules/language/tests/src/Kernel/Migrate/MigrateDefaultLanguageTrait.php similarity index 100% rename from core/modules/language/tests/src/Kernel/Migrate/MigrateDefaultLanguageTrait.php rename to web/core/modules/language/tests/src/Kernel/Migrate/MigrateDefaultLanguageTrait.php diff --git a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php b/web/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php rename to web/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateDefaultLanguageTest.php diff --git a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentSettingsTest.php b/web/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentSettingsTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentSettingsTest.php rename to web/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentSettingsTest.php diff --git a/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php b/web/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php rename to web/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php diff --git a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php b/web/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php rename to web/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateDefaultLanguageTest.php diff --git a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentSettingsTest.php b/web/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentSettingsTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentSettingsTest.php rename to web/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentSettingsTest.php diff --git a/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php b/web/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php rename to web/core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php diff --git a/core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php b/web/core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php rename to web/core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php diff --git a/core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php b/web/core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php rename to web/core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php diff --git a/core/modules/language/tests/src/Kernel/Views/FilterLanguageTest.php b/web/core/modules/language/tests/src/Kernel/Views/FilterLanguageTest.php similarity index 100% rename from core/modules/language/tests/src/Kernel/Views/FilterLanguageTest.php rename to web/core/modules/language/tests/src/Kernel/Views/FilterLanguageTest.php diff --git a/core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php b/web/core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php similarity index 100% rename from core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php rename to web/core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php diff --git a/core/modules/language/tests/src/Unit/Config/LanguageConfigOverrideTest.php b/web/core/modules/language/tests/src/Unit/Config/LanguageConfigOverrideTest.php similarity index 100% rename from core/modules/language/tests/src/Unit/Config/LanguageConfigOverrideTest.php rename to web/core/modules/language/tests/src/Unit/Config/LanguageConfigOverrideTest.php diff --git a/core/modules/language/tests/src/Unit/ConfigurableLanguageUnitTest.php b/web/core/modules/language/tests/src/Unit/ConfigurableLanguageUnitTest.php similarity index 100% rename from core/modules/language/tests/src/Unit/ConfigurableLanguageUnitTest.php rename to web/core/modules/language/tests/src/Unit/ConfigurableLanguageUnitTest.php diff --git a/core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php b/web/core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php similarity index 100% rename from core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php rename to web/core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php diff --git a/core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php b/web/core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php similarity index 100% rename from core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php rename to web/core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php diff --git a/core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php b/web/core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php similarity index 100% rename from core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php rename to web/core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php diff --git a/core/modules/language/tests/src/Unit/Migrate/LanguageTest.php b/web/core/modules/language/tests/src/Unit/Migrate/LanguageTest.php similarity index 100% rename from core/modules/language/tests/src/Unit/Migrate/LanguageTest.php rename to web/core/modules/language/tests/src/Unit/Migrate/LanguageTest.php diff --git a/core/modules/language/tests/src/Unit/process/LanguageDomainsTest.php b/web/core/modules/language/tests/src/Unit/process/LanguageDomainsTest.php similarity index 100% rename from core/modules/language/tests/src/Unit/process/LanguageDomainsTest.php rename to web/core/modules/language/tests/src/Unit/process/LanguageDomainsTest.php diff --git a/core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php b/web/core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php similarity index 100% rename from core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php rename to web/core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php diff --git a/core/modules/language/tests/src/Unit/process/LanguageTypesTest.php b/web/core/modules/language/tests/src/Unit/process/LanguageTypesTest.php similarity index 100% rename from core/modules/language/tests/src/Unit/process/LanguageTypesTest.php rename to web/core/modules/language/tests/src/Unit/process/LanguageTypesTest.php diff --git a/core/modules/language/tests/test_module/test_module.info.yml b/web/core/modules/language/tests/test_module/test_module.info.yml similarity index 100% rename from core/modules/language/tests/test_module/test_module.info.yml rename to web/core/modules/language/tests/test_module/test_module.info.yml diff --git a/core/modules/link/config/schema/link.schema.yml b/web/core/modules/link/config/schema/link.schema.yml similarity index 100% rename from core/modules/link/config/schema/link.schema.yml rename to web/core/modules/link/config/schema/link.schema.yml diff --git a/core/modules/link/link.info.yml b/web/core/modules/link/link.info.yml similarity index 100% rename from core/modules/link/link.info.yml rename to web/core/modules/link/link.info.yml diff --git a/core/modules/link/link.module b/web/core/modules/link/link.module similarity index 100% rename from core/modules/link/link.module rename to web/core/modules/link/link.module diff --git a/core/modules/link/src/LinkItemInterface.php b/web/core/modules/link/src/LinkItemInterface.php similarity index 100% rename from core/modules/link/src/LinkItemInterface.php rename to web/core/modules/link/src/LinkItemInterface.php diff --git a/core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php b/web/core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php similarity index 100% rename from core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php rename to web/core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php diff --git a/core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php b/web/core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php similarity index 100% rename from core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php rename to web/core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php diff --git a/core/modules/link/src/Plugin/Field/FieldType/LinkItem.php b/web/core/modules/link/src/Plugin/Field/FieldType/LinkItem.php similarity index 100% rename from core/modules/link/src/Plugin/Field/FieldType/LinkItem.php rename to web/core/modules/link/src/Plugin/Field/FieldType/LinkItem.php diff --git a/core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php b/web/core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php similarity index 100% rename from core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php rename to web/core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php diff --git a/core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraint.php b/web/core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraint.php similarity index 100% rename from core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraint.php rename to web/core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraint.php diff --git a/core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraintValidator.php b/web/core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraintValidator.php similarity index 100% rename from core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraintValidator.php rename to web/core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraintValidator.php diff --git a/core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraint.php b/web/core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraint.php similarity index 100% rename from core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraint.php rename to web/core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraint.php diff --git a/core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidator.php b/web/core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidator.php similarity index 100% rename from core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidator.php rename to web/core/modules/link/src/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidator.php diff --git a/core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraint.php b/web/core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraint.php similarity index 100% rename from core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraint.php rename to web/core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraint.php diff --git a/core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidator.php b/web/core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidator.php similarity index 100% rename from core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidator.php rename to web/core/modules/link/src/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidator.php diff --git a/core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php b/web/core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php similarity index 100% rename from core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php rename to web/core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php diff --git a/core/modules/link/src/Plugin/migrate/cckfield/LinkField.php b/web/core/modules/link/src/Plugin/migrate/cckfield/LinkField.php similarity index 100% rename from core/modules/link/src/Plugin/migrate/cckfield/LinkField.php rename to web/core/modules/link/src/Plugin/migrate/cckfield/LinkField.php diff --git a/core/modules/link/src/Plugin/migrate/cckfield/d7/LinkField.php b/web/core/modules/link/src/Plugin/migrate/cckfield/d7/LinkField.php similarity index 100% rename from core/modules/link/src/Plugin/migrate/cckfield/d7/LinkField.php rename to web/core/modules/link/src/Plugin/migrate/cckfield/d7/LinkField.php diff --git a/core/modules/link/src/Plugin/migrate/process/d6/CckLink.php b/web/core/modules/link/src/Plugin/migrate/process/d6/CckLink.php similarity index 100% rename from core/modules/link/src/Plugin/migrate/process/d6/CckLink.php rename to web/core/modules/link/src/Plugin/migrate/process/d6/CckLink.php diff --git a/core/modules/link/src/Tests/LinkFieldTest.php b/web/core/modules/link/src/Tests/LinkFieldTest.php similarity index 100% rename from core/modules/link/src/Tests/LinkFieldTest.php rename to web/core/modules/link/src/Tests/LinkFieldTest.php diff --git a/core/modules/link/src/Tests/LinkFieldUITest.php b/web/core/modules/link/src/Tests/LinkFieldUITest.php similarity index 100% rename from core/modules/link/src/Tests/LinkFieldUITest.php rename to web/core/modules/link/src/Tests/LinkFieldUITest.php diff --git a/core/modules/link/src/Tests/Views/LinkViewsTokensTest.php b/web/core/modules/link/src/Tests/Views/LinkViewsTokensTest.php similarity index 100% rename from core/modules/link/src/Tests/Views/LinkViewsTokensTest.php rename to web/core/modules/link/src/Tests/Views/LinkViewsTokensTest.php diff --git a/core/modules/link/templates/link-formatter-link-separate.html.twig b/web/core/modules/link/templates/link-formatter-link-separate.html.twig similarity index 100% rename from core/modules/link/templates/link-formatter-link-separate.html.twig rename to web/core/modules/link/templates/link-formatter-link-separate.html.twig diff --git a/core/modules/link/tests/modules/link_test_views/link_test_views.info.yml b/web/core/modules/link/tests/modules/link_test_views/link_test_views.info.yml similarity index 100% rename from core/modules/link/tests/modules/link_test_views/link_test_views.info.yml rename to web/core/modules/link/tests/modules/link_test_views/link_test_views.info.yml diff --git a/core/modules/link/tests/modules/link_test_views/test_views/views.view.test_link_tokens.yml b/web/core/modules/link/tests/modules/link_test_views/test_views/views.view.test_link_tokens.yml similarity index 100% rename from core/modules/link/tests/modules/link_test_views/test_views/views.view.test_link_tokens.yml rename to web/core/modules/link/tests/modules/link_test_views/test_views/views.view.test_link_tokens.yml diff --git a/core/modules/link/tests/src/Kernel/LinkItemTest.php b/web/core/modules/link/tests/src/Kernel/LinkItemTest.php similarity index 100% rename from core/modules/link/tests/src/Kernel/LinkItemTest.php rename to web/core/modules/link/tests/src/Kernel/LinkItemTest.php diff --git a/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php b/web/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php similarity index 100% rename from core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php rename to web/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php diff --git a/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php b/web/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php similarity index 100% rename from core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php rename to web/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php diff --git a/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php b/web/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php similarity index 100% rename from core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php rename to web/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php diff --git a/core/modules/link/tests/src/Unit/Plugin/migrate/process/d6/CckLinkTest.php b/web/core/modules/link/tests/src/Unit/Plugin/migrate/process/d6/CckLinkTest.php similarity index 100% rename from core/modules/link/tests/src/Unit/Plugin/migrate/process/d6/CckLinkTest.php rename to web/core/modules/link/tests/src/Unit/Plugin/migrate/process/d6/CckLinkTest.php diff --git a/core/modules/locale/config/install/locale.settings.yml b/web/core/modules/locale/config/install/locale.settings.yml similarity index 100% rename from core/modules/locale/config/install/locale.settings.yml rename to web/core/modules/locale/config/install/locale.settings.yml diff --git a/core/modules/locale/config/optional/tour.tour.locale.yml b/web/core/modules/locale/config/optional/tour.tour.locale.yml similarity index 100% rename from core/modules/locale/config/optional/tour.tour.locale.yml rename to web/core/modules/locale/config/optional/tour.tour.locale.yml diff --git a/core/modules/locale/config/schema/locale.schema.yml b/web/core/modules/locale/config/schema/locale.schema.yml similarity index 100% rename from core/modules/locale/config/schema/locale.schema.yml rename to web/core/modules/locale/config/schema/locale.schema.yml diff --git a/core/modules/locale/css/locale.admin.css b/web/core/modules/locale/css/locale.admin.css similarity index 100% rename from core/modules/locale/css/locale.admin.css rename to web/core/modules/locale/css/locale.admin.css diff --git a/core/modules/locale/locale.admin.js b/web/core/modules/locale/locale.admin.js similarity index 100% rename from core/modules/locale/locale.admin.js rename to web/core/modules/locale/locale.admin.js diff --git a/core/modules/locale/locale.api.php b/web/core/modules/locale/locale.api.php similarity index 100% rename from core/modules/locale/locale.api.php rename to web/core/modules/locale/locale.api.php diff --git a/core/modules/locale/locale.batch.inc b/web/core/modules/locale/locale.batch.inc similarity index 100% rename from core/modules/locale/locale.batch.inc rename to web/core/modules/locale/locale.batch.inc diff --git a/core/modules/locale/locale.bulk.inc b/web/core/modules/locale/locale.bulk.inc similarity index 100% rename from core/modules/locale/locale.bulk.inc rename to web/core/modules/locale/locale.bulk.inc diff --git a/core/modules/locale/locale.bulk.js b/web/core/modules/locale/locale.bulk.js similarity index 100% rename from core/modules/locale/locale.bulk.js rename to web/core/modules/locale/locale.bulk.js diff --git a/core/modules/locale/locale.compare.inc b/web/core/modules/locale/locale.compare.inc similarity index 100% rename from core/modules/locale/locale.compare.inc rename to web/core/modules/locale/locale.compare.inc diff --git a/core/modules/locale/locale.datepicker.js b/web/core/modules/locale/locale.datepicker.js similarity index 100% rename from core/modules/locale/locale.datepicker.js rename to web/core/modules/locale/locale.datepicker.js diff --git a/core/modules/locale/locale.fetch.inc b/web/core/modules/locale/locale.fetch.inc similarity index 100% rename from core/modules/locale/locale.fetch.inc rename to web/core/modules/locale/locale.fetch.inc diff --git a/core/modules/locale/locale.info.yml b/web/core/modules/locale/locale.info.yml similarity index 100% rename from core/modules/locale/locale.info.yml rename to web/core/modules/locale/locale.info.yml diff --git a/core/modules/locale/locale.install b/web/core/modules/locale/locale.install similarity index 100% rename from core/modules/locale/locale.install rename to web/core/modules/locale/locale.install diff --git a/core/modules/locale/locale.libraries.yml b/web/core/modules/locale/locale.libraries.yml similarity index 100% rename from core/modules/locale/locale.libraries.yml rename to web/core/modules/locale/locale.libraries.yml diff --git a/core/modules/locale/locale.links.menu.yml b/web/core/modules/locale/locale.links.menu.yml similarity index 100% rename from core/modules/locale/locale.links.menu.yml rename to web/core/modules/locale/locale.links.menu.yml diff --git a/core/modules/locale/locale.links.task.yml b/web/core/modules/locale/locale.links.task.yml similarity index 100% rename from core/modules/locale/locale.links.task.yml rename to web/core/modules/locale/locale.links.task.yml diff --git a/core/modules/locale/locale.module b/web/core/modules/locale/locale.module similarity index 100% rename from core/modules/locale/locale.module rename to web/core/modules/locale/locale.module diff --git a/core/modules/locale/locale.pages.inc b/web/core/modules/locale/locale.pages.inc similarity index 100% rename from core/modules/locale/locale.pages.inc rename to web/core/modules/locale/locale.pages.inc diff --git a/core/modules/locale/locale.permissions.yml b/web/core/modules/locale/locale.permissions.yml similarity index 100% rename from core/modules/locale/locale.permissions.yml rename to web/core/modules/locale/locale.permissions.yml diff --git a/core/modules/locale/locale.routing.yml b/web/core/modules/locale/locale.routing.yml similarity index 100% rename from core/modules/locale/locale.routing.yml rename to web/core/modules/locale/locale.routing.yml diff --git a/core/modules/locale/locale.services.yml b/web/core/modules/locale/locale.services.yml similarity index 100% rename from core/modules/locale/locale.services.yml rename to web/core/modules/locale/locale.services.yml diff --git a/core/modules/locale/locale.translation.inc b/web/core/modules/locale/locale.translation.inc similarity index 100% rename from core/modules/locale/locale.translation.inc rename to web/core/modules/locale/locale.translation.inc diff --git a/core/modules/locale/migration_templates/locale_settings.yml b/web/core/modules/locale/migration_templates/locale_settings.yml similarity index 100% rename from core/modules/locale/migration_templates/locale_settings.yml rename to web/core/modules/locale/migration_templates/locale_settings.yml diff --git a/core/modules/locale/src/Controller/LocaleController.php b/web/core/modules/locale/src/Controller/LocaleController.php similarity index 100% rename from core/modules/locale/src/Controller/LocaleController.php rename to web/core/modules/locale/src/Controller/LocaleController.php diff --git a/core/modules/locale/src/EventSubscriber/LocaleTranslationCacheTag.php b/web/core/modules/locale/src/EventSubscriber/LocaleTranslationCacheTag.php similarity index 100% rename from core/modules/locale/src/EventSubscriber/LocaleTranslationCacheTag.php rename to web/core/modules/locale/src/EventSubscriber/LocaleTranslationCacheTag.php diff --git a/core/modules/locale/src/Form/ExportForm.php b/web/core/modules/locale/src/Form/ExportForm.php similarity index 100% rename from core/modules/locale/src/Form/ExportForm.php rename to web/core/modules/locale/src/Form/ExportForm.php diff --git a/core/modules/locale/src/Form/ImportForm.php b/web/core/modules/locale/src/Form/ImportForm.php similarity index 100% rename from core/modules/locale/src/Form/ImportForm.php rename to web/core/modules/locale/src/Form/ImportForm.php diff --git a/core/modules/locale/src/Form/LocaleSettingsForm.php b/web/core/modules/locale/src/Form/LocaleSettingsForm.php similarity index 100% rename from core/modules/locale/src/Form/LocaleSettingsForm.php rename to web/core/modules/locale/src/Form/LocaleSettingsForm.php diff --git a/core/modules/locale/src/Form/TranslateEditForm.php b/web/core/modules/locale/src/Form/TranslateEditForm.php similarity index 100% rename from core/modules/locale/src/Form/TranslateEditForm.php rename to web/core/modules/locale/src/Form/TranslateEditForm.php diff --git a/core/modules/locale/src/Form/TranslateFilterForm.php b/web/core/modules/locale/src/Form/TranslateFilterForm.php similarity index 100% rename from core/modules/locale/src/Form/TranslateFilterForm.php rename to web/core/modules/locale/src/Form/TranslateFilterForm.php diff --git a/core/modules/locale/src/Form/TranslateFormBase.php b/web/core/modules/locale/src/Form/TranslateFormBase.php similarity index 100% rename from core/modules/locale/src/Form/TranslateFormBase.php rename to web/core/modules/locale/src/Form/TranslateFormBase.php diff --git a/core/modules/locale/src/Form/TranslationStatusForm.php b/web/core/modules/locale/src/Form/TranslationStatusForm.php similarity index 100% rename from core/modules/locale/src/Form/TranslationStatusForm.php rename to web/core/modules/locale/src/Form/TranslationStatusForm.php diff --git a/core/modules/locale/src/Gettext.php b/web/core/modules/locale/src/Gettext.php similarity index 100% rename from core/modules/locale/src/Gettext.php rename to web/core/modules/locale/src/Gettext.php diff --git a/core/modules/locale/src/Locale.php b/web/core/modules/locale/src/Locale.php similarity index 100% rename from core/modules/locale/src/Locale.php rename to web/core/modules/locale/src/Locale.php diff --git a/core/modules/locale/src/LocaleConfigManager.php b/web/core/modules/locale/src/LocaleConfigManager.php similarity index 100% rename from core/modules/locale/src/LocaleConfigManager.php rename to web/core/modules/locale/src/LocaleConfigManager.php diff --git a/core/modules/locale/src/LocaleConfigSubscriber.php b/web/core/modules/locale/src/LocaleConfigSubscriber.php similarity index 100% rename from core/modules/locale/src/LocaleConfigSubscriber.php rename to web/core/modules/locale/src/LocaleConfigSubscriber.php diff --git a/core/modules/locale/src/LocaleDefaultConfigStorage.php b/web/core/modules/locale/src/LocaleDefaultConfigStorage.php similarity index 100% rename from core/modules/locale/src/LocaleDefaultConfigStorage.php rename to web/core/modules/locale/src/LocaleDefaultConfigStorage.php diff --git a/core/modules/locale/src/LocaleEvent.php b/web/core/modules/locale/src/LocaleEvent.php similarity index 100% rename from core/modules/locale/src/LocaleEvent.php rename to web/core/modules/locale/src/LocaleEvent.php diff --git a/core/modules/locale/src/LocaleEvents.php b/web/core/modules/locale/src/LocaleEvents.php similarity index 100% rename from core/modules/locale/src/LocaleEvents.php rename to web/core/modules/locale/src/LocaleEvents.php diff --git a/core/modules/locale/src/LocaleLookup.php b/web/core/modules/locale/src/LocaleLookup.php similarity index 100% rename from core/modules/locale/src/LocaleLookup.php rename to web/core/modules/locale/src/LocaleLookup.php diff --git a/core/modules/locale/src/LocaleProjectStorage.php b/web/core/modules/locale/src/LocaleProjectStorage.php similarity index 100% rename from core/modules/locale/src/LocaleProjectStorage.php rename to web/core/modules/locale/src/LocaleProjectStorage.php diff --git a/core/modules/locale/src/LocaleProjectStorageInterface.php b/web/core/modules/locale/src/LocaleProjectStorageInterface.php similarity index 100% rename from core/modules/locale/src/LocaleProjectStorageInterface.php rename to web/core/modules/locale/src/LocaleProjectStorageInterface.php diff --git a/core/modules/locale/src/LocaleTranslation.php b/web/core/modules/locale/src/LocaleTranslation.php similarity index 100% rename from core/modules/locale/src/LocaleTranslation.php rename to web/core/modules/locale/src/LocaleTranslation.php diff --git a/core/modules/locale/src/Plugin/QueueWorker/LocaleTranslation.php b/web/core/modules/locale/src/Plugin/QueueWorker/LocaleTranslation.php similarity index 100% rename from core/modules/locale/src/Plugin/QueueWorker/LocaleTranslation.php rename to web/core/modules/locale/src/Plugin/QueueWorker/LocaleTranslation.php diff --git a/core/modules/locale/src/PluralFormula.php b/web/core/modules/locale/src/PluralFormula.php similarity index 100% rename from core/modules/locale/src/PluralFormula.php rename to web/core/modules/locale/src/PluralFormula.php diff --git a/core/modules/locale/src/PluralFormulaInterface.php b/web/core/modules/locale/src/PluralFormulaInterface.php similarity index 100% rename from core/modules/locale/src/PluralFormulaInterface.php rename to web/core/modules/locale/src/PluralFormulaInterface.php diff --git a/core/modules/locale/src/PoDatabaseReader.php b/web/core/modules/locale/src/PoDatabaseReader.php similarity index 100% rename from core/modules/locale/src/PoDatabaseReader.php rename to web/core/modules/locale/src/PoDatabaseReader.php diff --git a/core/modules/locale/src/PoDatabaseWriter.php b/web/core/modules/locale/src/PoDatabaseWriter.php similarity index 100% rename from core/modules/locale/src/PoDatabaseWriter.php rename to web/core/modules/locale/src/PoDatabaseWriter.php diff --git a/core/modules/locale/src/SourceString.php b/web/core/modules/locale/src/SourceString.php similarity index 100% rename from core/modules/locale/src/SourceString.php rename to web/core/modules/locale/src/SourceString.php diff --git a/core/modules/locale/src/StreamWrapper/TranslationsStream.php b/web/core/modules/locale/src/StreamWrapper/TranslationsStream.php similarity index 100% rename from core/modules/locale/src/StreamWrapper/TranslationsStream.php rename to web/core/modules/locale/src/StreamWrapper/TranslationsStream.php diff --git a/core/modules/locale/src/StringBase.php b/web/core/modules/locale/src/StringBase.php similarity index 100% rename from core/modules/locale/src/StringBase.php rename to web/core/modules/locale/src/StringBase.php diff --git a/core/modules/locale/src/StringDatabaseStorage.php b/web/core/modules/locale/src/StringDatabaseStorage.php similarity index 100% rename from core/modules/locale/src/StringDatabaseStorage.php rename to web/core/modules/locale/src/StringDatabaseStorage.php diff --git a/core/modules/locale/src/StringInterface.php b/web/core/modules/locale/src/StringInterface.php similarity index 100% rename from core/modules/locale/src/StringInterface.php rename to web/core/modules/locale/src/StringInterface.php diff --git a/core/modules/locale/src/StringStorageException.php b/web/core/modules/locale/src/StringStorageException.php similarity index 100% rename from core/modules/locale/src/StringStorageException.php rename to web/core/modules/locale/src/StringStorageException.php diff --git a/core/modules/locale/src/StringStorageInterface.php b/web/core/modules/locale/src/StringStorageInterface.php similarity index 100% rename from core/modules/locale/src/StringStorageInterface.php rename to web/core/modules/locale/src/StringStorageInterface.php diff --git a/core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php b/web/core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php rename to web/core/modules/locale/src/Tests/LocaleConfigTranslationImportTest.php diff --git a/core/modules/locale/src/Tests/LocaleConfigTranslationTest.php b/web/core/modules/locale/src/Tests/LocaleConfigTranslationTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleConfigTranslationTest.php rename to web/core/modules/locale/src/Tests/LocaleConfigTranslationTest.php diff --git a/core/modules/locale/src/Tests/LocaleContentTest.php b/web/core/modules/locale/src/Tests/LocaleContentTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleContentTest.php rename to web/core/modules/locale/src/Tests/LocaleContentTest.php diff --git a/core/modules/locale/src/Tests/LocaleExportTest.php b/web/core/modules/locale/src/Tests/LocaleExportTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleExportTest.php rename to web/core/modules/locale/src/Tests/LocaleExportTest.php diff --git a/core/modules/locale/src/Tests/LocaleFileSystemFormTest.php b/web/core/modules/locale/src/Tests/LocaleFileSystemFormTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleFileSystemFormTest.php rename to web/core/modules/locale/src/Tests/LocaleFileSystemFormTest.php diff --git a/core/modules/locale/src/Tests/LocaleImportFunctionalTest.php b/web/core/modules/locale/src/Tests/LocaleImportFunctionalTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleImportFunctionalTest.php rename to web/core/modules/locale/src/Tests/LocaleImportFunctionalTest.php diff --git a/core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php b/web/core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php rename to web/core/modules/locale/src/Tests/LocaleJavascriptTranslationTest.php diff --git a/core/modules/locale/src/Tests/LocaleLibraryAlterTest.php b/web/core/modules/locale/src/Tests/LocaleLibraryAlterTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleLibraryAlterTest.php rename to web/core/modules/locale/src/Tests/LocaleLibraryAlterTest.php diff --git a/core/modules/locale/src/Tests/LocaleLocaleLookupTest.php b/web/core/modules/locale/src/Tests/LocaleLocaleLookupTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleLocaleLookupTest.php rename to web/core/modules/locale/src/Tests/LocaleLocaleLookupTest.php diff --git a/core/modules/locale/src/Tests/LocalePathTest.php b/web/core/modules/locale/src/Tests/LocalePathTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocalePathTest.php rename to web/core/modules/locale/src/Tests/LocalePathTest.php diff --git a/core/modules/locale/src/Tests/LocalePluralFormatTest.php b/web/core/modules/locale/src/Tests/LocalePluralFormatTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocalePluralFormatTest.php rename to web/core/modules/locale/src/Tests/LocalePluralFormatTest.php diff --git a/core/modules/locale/src/Tests/LocaleStringTest.php b/web/core/modules/locale/src/Tests/LocaleStringTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleStringTest.php rename to web/core/modules/locale/src/Tests/LocaleStringTest.php diff --git a/core/modules/locale/src/Tests/LocaleTranslateStringTourTest.php b/web/core/modules/locale/src/Tests/LocaleTranslateStringTourTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleTranslateStringTourTest.php rename to web/core/modules/locale/src/Tests/LocaleTranslateStringTourTest.php diff --git a/core/modules/locale/src/Tests/LocaleTranslatedSchemaDefinitionTest.php b/web/core/modules/locale/src/Tests/LocaleTranslatedSchemaDefinitionTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleTranslatedSchemaDefinitionTest.php rename to web/core/modules/locale/src/Tests/LocaleTranslatedSchemaDefinitionTest.php diff --git a/core/modules/locale/src/Tests/LocaleTranslationUiTest.php b/web/core/modules/locale/src/Tests/LocaleTranslationUiTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleTranslationUiTest.php rename to web/core/modules/locale/src/Tests/LocaleTranslationUiTest.php diff --git a/core/modules/locale/src/Tests/LocaleUpdateBase.php b/web/core/modules/locale/src/Tests/LocaleUpdateBase.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleUpdateBase.php rename to web/core/modules/locale/src/Tests/LocaleUpdateBase.php diff --git a/core/modules/locale/src/Tests/LocaleUpdateCronTest.php b/web/core/modules/locale/src/Tests/LocaleUpdateCronTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleUpdateCronTest.php rename to web/core/modules/locale/src/Tests/LocaleUpdateCronTest.php diff --git a/core/modules/locale/src/Tests/LocaleUpdateDevelopmentReleaseTest.php b/web/core/modules/locale/src/Tests/LocaleUpdateDevelopmentReleaseTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleUpdateDevelopmentReleaseTest.php rename to web/core/modules/locale/src/Tests/LocaleUpdateDevelopmentReleaseTest.php diff --git a/core/modules/locale/src/Tests/LocaleUpdateInterfaceTest.php b/web/core/modules/locale/src/Tests/LocaleUpdateInterfaceTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleUpdateInterfaceTest.php rename to web/core/modules/locale/src/Tests/LocaleUpdateInterfaceTest.php diff --git a/core/modules/locale/src/Tests/LocaleUpdateTest.php b/web/core/modules/locale/src/Tests/LocaleUpdateTest.php similarity index 100% rename from core/modules/locale/src/Tests/LocaleUpdateTest.php rename to web/core/modules/locale/src/Tests/LocaleUpdateTest.php diff --git a/core/modules/locale/src/TranslationString.php b/web/core/modules/locale/src/TranslationString.php similarity index 100% rename from core/modules/locale/src/TranslationString.php rename to web/core/modules/locale/src/TranslationString.php diff --git a/core/modules/locale/templates/locale-translation-last-check.html.twig b/web/core/modules/locale/templates/locale-translation-last-check.html.twig similarity index 100% rename from core/modules/locale/templates/locale-translation-last-check.html.twig rename to web/core/modules/locale/templates/locale-translation-last-check.html.twig diff --git a/core/modules/locale/templates/locale-translation-update-info.html.twig b/web/core/modules/locale/templates/locale-translation-update-info.html.twig similarity index 100% rename from core/modules/locale/templates/locale-translation-update-info.html.twig rename to web/core/modules/locale/templates/locale-translation-update-info.html.twig diff --git a/core/modules/locale/tests/locale_test.js b/web/core/modules/locale/tests/locale_test.js similarity index 100% rename from core/modules/locale/tests/locale_test.js rename to web/core/modules/locale/tests/locale_test.js diff --git a/core/modules/locale/tests/modules/early_translation_test/early_translation_test.info.yml b/web/core/modules/locale/tests/modules/early_translation_test/early_translation_test.info.yml similarity index 100% rename from core/modules/locale/tests/modules/early_translation_test/early_translation_test.info.yml rename to web/core/modules/locale/tests/modules/early_translation_test/early_translation_test.info.yml diff --git a/core/modules/locale/tests/modules/early_translation_test/early_translation_test.services.yml b/web/core/modules/locale/tests/modules/early_translation_test/early_translation_test.services.yml similarity index 100% rename from core/modules/locale/tests/modules/early_translation_test/early_translation_test.services.yml rename to web/core/modules/locale/tests/modules/early_translation_test/early_translation_test.services.yml diff --git a/core/modules/locale/tests/modules/early_translation_test/src/Auth.php b/web/core/modules/locale/tests/modules/early_translation_test/src/Auth.php similarity index 100% rename from core/modules/locale/tests/modules/early_translation_test/src/Auth.php rename to web/core/modules/locale/tests/modules/early_translation_test/src/Auth.php diff --git a/core/modules/locale/tests/modules/locale_test/config/install/language/de/locale_test.translation.yml b/web/core/modules/locale/tests/modules/locale_test/config/install/language/de/locale_test.translation.yml similarity index 100% rename from core/modules/locale/tests/modules/locale_test/config/install/language/de/locale_test.translation.yml rename to web/core/modules/locale/tests/modules/locale_test/config/install/language/de/locale_test.translation.yml diff --git a/core/modules/locale/tests/modules/locale_test/config/install/locale_test.no_translation.yml b/web/core/modules/locale/tests/modules/locale_test/config/install/locale_test.no_translation.yml similarity index 100% rename from core/modules/locale/tests/modules/locale_test/config/install/locale_test.no_translation.yml rename to web/core/modules/locale/tests/modules/locale_test/config/install/locale_test.no_translation.yml diff --git a/core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation.yml b/web/core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation.yml similarity index 100% rename from core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation.yml rename to web/core/modules/locale/tests/modules/locale_test/config/install/locale_test.translation.yml diff --git a/core/modules/locale/tests/modules/locale_test/config/optional/block.block.test_default_config.yml b/web/core/modules/locale/tests/modules/locale_test/config/optional/block.block.test_default_config.yml similarity index 100% rename from core/modules/locale/tests/modules/locale_test/config/optional/block.block.test_default_config.yml rename to web/core/modules/locale/tests/modules/locale_test/config/optional/block.block.test_default_config.yml diff --git a/core/modules/locale/tests/modules/locale_test/config/schema/locale_test.schema.yml b/web/core/modules/locale/tests/modules/locale_test/config/schema/locale_test.schema.yml similarity index 100% rename from core/modules/locale/tests/modules/locale_test/config/schema/locale_test.schema.yml rename to web/core/modules/locale/tests/modules/locale_test/config/schema/locale_test.schema.yml diff --git a/core/modules/locale/tests/modules/locale_test/locale_test.info.yml b/web/core/modules/locale/tests/modules/locale_test/locale_test.info.yml similarity index 100% rename from core/modules/locale/tests/modules/locale_test/locale_test.info.yml rename to web/core/modules/locale/tests/modules/locale_test/locale_test.info.yml diff --git a/core/modules/locale/tests/modules/locale_test/locale_test.install b/web/core/modules/locale/tests/modules/locale_test/locale_test.install similarity index 100% rename from core/modules/locale/tests/modules/locale_test/locale_test.install rename to web/core/modules/locale/tests/modules/locale_test/locale_test.install diff --git a/core/modules/locale/tests/modules/locale_test/locale_test.module b/web/core/modules/locale/tests/modules/locale_test/locale_test.module similarity index 100% rename from core/modules/locale/tests/modules/locale_test/locale_test.module rename to web/core/modules/locale/tests/modules/locale_test/locale_test.module diff --git a/core/modules/locale/tests/modules/locale_test/templates/locale-test-tokenized.html.twig b/web/core/modules/locale/tests/modules/locale_test/templates/locale-test-tokenized.html.twig similarity index 100% rename from core/modules/locale/tests/modules/locale_test/templates/locale-test-tokenized.html.twig rename to web/core/modules/locale/tests/modules/locale_test/templates/locale-test-tokenized.html.twig diff --git a/core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.info.yml b/web/core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.info.yml similarity index 100% rename from core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.info.yml rename to web/core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.info.yml diff --git a/core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.module b/web/core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.module similarity index 100% rename from core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.module rename to web/core/modules/locale/tests/modules/locale_test_development_release/locale_test_development_release.module diff --git a/core/modules/locale/tests/modules/locale_test_translate/config/install/locale_test_translate.settings.yml b/web/core/modules/locale/tests/modules/locale_test_translate/config/install/locale_test_translate.settings.yml similarity index 100% rename from core/modules/locale/tests/modules/locale_test_translate/config/install/locale_test_translate.settings.yml rename to web/core/modules/locale/tests/modules/locale_test_translate/config/install/locale_test_translate.settings.yml diff --git a/core/modules/locale/tests/modules/locale_test_translate/config/schema/locale_test_translate.schema.yml b/web/core/modules/locale/tests/modules/locale_test_translate/config/schema/locale_test_translate.schema.yml similarity index 100% rename from core/modules/locale/tests/modules/locale_test_translate/config/schema/locale_test_translate.schema.yml rename to web/core/modules/locale/tests/modules/locale_test_translate/config/schema/locale_test_translate.schema.yml diff --git a/core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.info.yml b/web/core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.info.yml similarity index 100% rename from core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.info.yml rename to web/core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.info.yml diff --git a/core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.module b/web/core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.module similarity index 100% rename from core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.module rename to web/core/modules/locale/tests/modules/locale_test_translate/locale_test_translate.module diff --git a/core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php b/web/core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php similarity index 100% rename from core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php rename to web/core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php diff --git a/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php b/web/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php similarity index 100% rename from core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php rename to web/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php diff --git a/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php b/web/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php similarity index 100% rename from core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php rename to web/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php diff --git a/core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php b/web/core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php similarity index 100% rename from core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php rename to web/core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php diff --git a/core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php b/web/core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php similarity index 100% rename from core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php rename to web/core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php diff --git a/core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php b/web/core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php similarity index 100% rename from core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php rename to web/core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php diff --git a/core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php b/web/core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php similarity index 100% rename from core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php rename to web/core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php diff --git a/core/modules/locale/tests/src/Unit/LocaleLookupTest.php b/web/core/modules/locale/tests/src/Unit/LocaleLookupTest.php similarity index 100% rename from core/modules/locale/tests/src/Unit/LocaleLookupTest.php rename to web/core/modules/locale/tests/src/Unit/LocaleLookupTest.php diff --git a/core/modules/locale/tests/src/Unit/LocaleTranslationTest.php b/web/core/modules/locale/tests/src/Unit/LocaleTranslationTest.php similarity index 100% rename from core/modules/locale/tests/src/Unit/LocaleTranslationTest.php rename to web/core/modules/locale/tests/src/Unit/LocaleTranslationTest.php diff --git a/core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php b/web/core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php similarity index 100% rename from core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php rename to web/core/modules/locale/tests/src/Unit/Menu/LocaleLocalTasksTest.php diff --git a/core/modules/locale/tests/src/Unit/StringBaseTest.php b/web/core/modules/locale/tests/src/Unit/StringBaseTest.php similarity index 100% rename from core/modules/locale/tests/src/Unit/StringBaseTest.php rename to web/core/modules/locale/tests/src/Unit/StringBaseTest.php diff --git a/core/modules/locale/tests/test.af.po b/web/core/modules/locale/tests/test.af.po similarity index 100% rename from core/modules/locale/tests/test.af.po rename to web/core/modules/locale/tests/test.af.po diff --git a/core/modules/locale/tests/test.de.po b/web/core/modules/locale/tests/test.de.po similarity index 100% rename from core/modules/locale/tests/test.de.po rename to web/core/modules/locale/tests/test.de.po diff --git a/core/modules/locale/tests/test.nl.po b/web/core/modules/locale/tests/test.nl.po similarity index 100% rename from core/modules/locale/tests/test.nl.po rename to web/core/modules/locale/tests/test.nl.po diff --git a/core/modules/locale/tests/test.xx.po b/web/core/modules/locale/tests/test.xx.po similarity index 100% rename from core/modules/locale/tests/test.xx.po rename to web/core/modules/locale/tests/test.xx.po diff --git a/core/modules/menu_link_content/menu_link_content.info.yml b/web/core/modules/menu_link_content/menu_link_content.info.yml similarity index 100% rename from core/modules/menu_link_content/menu_link_content.info.yml rename to web/core/modules/menu_link_content/menu_link_content.info.yml diff --git a/core/modules/menu_link_content/menu_link_content.install b/web/core/modules/menu_link_content/menu_link_content.install similarity index 100% rename from core/modules/menu_link_content/menu_link_content.install rename to web/core/modules/menu_link_content/menu_link_content.install diff --git a/core/modules/menu_link_content/menu_link_content.links.menu.yml b/web/core/modules/menu_link_content/menu_link_content.links.menu.yml similarity index 100% rename from core/modules/menu_link_content/menu_link_content.links.menu.yml rename to web/core/modules/menu_link_content/menu_link_content.links.menu.yml diff --git a/core/modules/menu_link_content/menu_link_content.links.task.yml b/web/core/modules/menu_link_content/menu_link_content.links.task.yml similarity index 100% rename from core/modules/menu_link_content/menu_link_content.links.task.yml rename to web/core/modules/menu_link_content/menu_link_content.links.task.yml diff --git a/core/modules/menu_link_content/menu_link_content.module b/web/core/modules/menu_link_content/menu_link_content.module similarity index 100% rename from core/modules/menu_link_content/menu_link_content.module rename to web/core/modules/menu_link_content/menu_link_content.module diff --git a/core/modules/menu_link_content/menu_link_content.routing.yml b/web/core/modules/menu_link_content/menu_link_content.routing.yml similarity index 100% rename from core/modules/menu_link_content/menu_link_content.routing.yml rename to web/core/modules/menu_link_content/menu_link_content.routing.yml diff --git a/core/modules/menu_link_content/migration_templates/d6_menu_links.yml b/web/core/modules/menu_link_content/migration_templates/d6_menu_links.yml similarity index 100% rename from core/modules/menu_link_content/migration_templates/d6_menu_links.yml rename to web/core/modules/menu_link_content/migration_templates/d6_menu_links.yml diff --git a/core/modules/menu_link_content/migration_templates/d7_menu_links.yml b/web/core/modules/menu_link_content/migration_templates/d7_menu_links.yml similarity index 100% rename from core/modules/menu_link_content/migration_templates/d7_menu_links.yml rename to web/core/modules/menu_link_content/migration_templates/d7_menu_links.yml diff --git a/core/modules/menu_link_content/src/Controller/MenuController.php b/web/core/modules/menu_link_content/src/Controller/MenuController.php similarity index 100% rename from core/modules/menu_link_content/src/Controller/MenuController.php rename to web/core/modules/menu_link_content/src/Controller/MenuController.php diff --git a/core/modules/menu_link_content/src/Entity/MenuLinkContent.php b/web/core/modules/menu_link_content/src/Entity/MenuLinkContent.php similarity index 100% rename from core/modules/menu_link_content/src/Entity/MenuLinkContent.php rename to web/core/modules/menu_link_content/src/Entity/MenuLinkContent.php diff --git a/core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php b/web/core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php similarity index 100% rename from core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php rename to web/core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php diff --git a/core/modules/menu_link_content/src/Form/MenuLinkContentForm.php b/web/core/modules/menu_link_content/src/Form/MenuLinkContentForm.php similarity index 100% rename from core/modules/menu_link_content/src/Form/MenuLinkContentForm.php rename to web/core/modules/menu_link_content/src/Form/MenuLinkContentForm.php diff --git a/core/modules/menu_link_content/src/MenuLinkContentAccessControlHandler.php b/web/core/modules/menu_link_content/src/MenuLinkContentAccessControlHandler.php similarity index 100% rename from core/modules/menu_link_content/src/MenuLinkContentAccessControlHandler.php rename to web/core/modules/menu_link_content/src/MenuLinkContentAccessControlHandler.php diff --git a/core/modules/menu_link_content/src/MenuLinkContentInterface.php b/web/core/modules/menu_link_content/src/MenuLinkContentInterface.php similarity index 100% rename from core/modules/menu_link_content/src/MenuLinkContentInterface.php rename to web/core/modules/menu_link_content/src/MenuLinkContentInterface.php diff --git a/core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php b/web/core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php similarity index 100% rename from core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php rename to web/core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php diff --git a/core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php b/web/core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php similarity index 100% rename from core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php rename to web/core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php diff --git a/core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php b/web/core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php similarity index 100% rename from core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php rename to web/core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php diff --git a/core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php b/web/core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php similarity index 100% rename from core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php rename to web/core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php diff --git a/core/modules/menu_link_content/src/Plugin/migrate/process/d6/LinkUri.php b/web/core/modules/menu_link_content/src/Plugin/migrate/process/d6/LinkUri.php similarity index 100% rename from core/modules/menu_link_content/src/Plugin/migrate/process/d6/LinkUri.php rename to web/core/modules/menu_link_content/src/Plugin/migrate/process/d6/LinkUri.php diff --git a/core/modules/menu_link_content/src/Plugin/migrate/process/d7/InternalUri.php b/web/core/modules/menu_link_content/src/Plugin/migrate/process/d7/InternalUri.php similarity index 100% rename from core/modules/menu_link_content/src/Plugin/migrate/process/d7/InternalUri.php rename to web/core/modules/menu_link_content/src/Plugin/migrate/process/d7/InternalUri.php diff --git a/core/modules/menu_link_content/src/Plugin/migrate/source/MenuLink.php b/web/core/modules/menu_link_content/src/Plugin/migrate/source/MenuLink.php similarity index 100% rename from core/modules/menu_link_content/src/Plugin/migrate/source/MenuLink.php rename to web/core/modules/menu_link_content/src/Plugin/migrate/source/MenuLink.php diff --git a/core/modules/menu_link_content/src/Tests/LinksTest.php b/web/core/modules/menu_link_content/src/Tests/LinksTest.php similarity index 100% rename from core/modules/menu_link_content/src/Tests/LinksTest.php rename to web/core/modules/menu_link_content/src/Tests/LinksTest.php diff --git a/core/modules/menu_link_content/src/Tests/MenuLinkContentDeleteFormTest.php b/web/core/modules/menu_link_content/src/Tests/MenuLinkContentDeleteFormTest.php similarity index 100% rename from core/modules/menu_link_content/src/Tests/MenuLinkContentDeleteFormTest.php rename to web/core/modules/menu_link_content/src/Tests/MenuLinkContentDeleteFormTest.php diff --git a/core/modules/menu_link_content/src/Tests/MenuLinkContentFormTest.php b/web/core/modules/menu_link_content/src/Tests/MenuLinkContentFormTest.php similarity index 100% rename from core/modules/menu_link_content/src/Tests/MenuLinkContentFormTest.php rename to web/core/modules/menu_link_content/src/Tests/MenuLinkContentFormTest.php diff --git a/core/modules/menu_link_content/src/Tests/MenuLinkContentTranslationUITest.php b/web/core/modules/menu_link_content/src/Tests/MenuLinkContentTranslationUITest.php similarity index 100% rename from core/modules/menu_link_content/src/Tests/MenuLinkContentTranslationUITest.php rename to web/core/modules/menu_link_content/src/Tests/MenuLinkContentTranslationUITest.php diff --git a/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.info.yml b/web/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.info.yml similarity index 100% rename from core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.info.yml rename to web/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.info.yml diff --git a/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.routing.yml b/web/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.routing.yml similarity index 100% rename from core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.routing.yml rename to web/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/menu_link_content_dynamic_route.routing.yml diff --git a/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/src/Routes.php b/web/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/src/Routes.php similarity index 100% rename from core/modules/menu_link_content/tests/menu_link_content_dynamic_route/src/Routes.php rename to web/core/modules/menu_link_content/tests/menu_link_content_dynamic_route/src/Routes.php diff --git a/core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml b/web/core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml similarity index 100% rename from core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml rename to web/core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml diff --git a/core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.routing.yml b/web/core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.routing.yml similarity index 100% rename from core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.routing.yml rename to web/core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.routing.yml diff --git a/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php b/web/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php similarity index 100% rename from core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php rename to web/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php diff --git a/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php b/web/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php similarity index 100% rename from core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php rename to web/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php diff --git a/core/modules/menu_link_content/tests/src/Kernel/Migrate/MigrateMenuLinkContentStubTest.php b/web/core/modules/menu_link_content/tests/src/Kernel/Migrate/MigrateMenuLinkContentStubTest.php similarity index 100% rename from core/modules/menu_link_content/tests/src/Kernel/Migrate/MigrateMenuLinkContentStubTest.php rename to web/core/modules/menu_link_content/tests/src/Kernel/Migrate/MigrateMenuLinkContentStubTest.php diff --git a/core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTest.php b/web/core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTest.php similarity index 100% rename from core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTest.php rename to web/core/modules/menu_link_content/tests/src/Kernel/Migrate/d6/MigrateMenuLinkTest.php diff --git a/core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTest.php b/web/core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTest.php similarity index 100% rename from core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTest.php rename to web/core/modules/menu_link_content/tests/src/Kernel/Migrate/d7/MigrateMenuLinkTest.php diff --git a/core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php b/web/core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php similarity index 100% rename from core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php rename to web/core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php diff --git a/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php b/web/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php similarity index 100% rename from core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php rename to web/core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/source/MenuLinkTest.php diff --git a/core/modules/menu_link_content/tests/src/Unit/Plugin/migrate/process/LinkUriTest.php b/web/core/modules/menu_link_content/tests/src/Unit/Plugin/migrate/process/LinkUriTest.php similarity index 100% rename from core/modules/menu_link_content/tests/src/Unit/Plugin/migrate/process/LinkUriTest.php rename to web/core/modules/menu_link_content/tests/src/Unit/Plugin/migrate/process/LinkUriTest.php diff --git a/core/modules/menu_ui/config/install/menu_ui.settings.yml b/web/core/modules/menu_ui/config/install/menu_ui.settings.yml similarity index 100% rename from core/modules/menu_ui/config/install/menu_ui.settings.yml rename to web/core/modules/menu_ui/config/install/menu_ui.settings.yml diff --git a/core/modules/menu_ui/config/schema/menu_ui.schema.yml b/web/core/modules/menu_ui/config/schema/menu_ui.schema.yml similarity index 100% rename from core/modules/menu_ui/config/schema/menu_ui.schema.yml rename to web/core/modules/menu_ui/config/schema/menu_ui.schema.yml diff --git a/core/modules/menu_ui/css/menu_ui.admin.css b/web/core/modules/menu_ui/css/menu_ui.admin.css similarity index 100% rename from core/modules/menu_ui/css/menu_ui.admin.css rename to web/core/modules/menu_ui/css/menu_ui.admin.css diff --git a/core/modules/menu_ui/menu_ui.admin.js b/web/core/modules/menu_ui/menu_ui.admin.js similarity index 100% rename from core/modules/menu_ui/menu_ui.admin.js rename to web/core/modules/menu_ui/menu_ui.admin.js diff --git a/core/modules/menu_ui/menu_ui.info.yml b/web/core/modules/menu_ui/menu_ui.info.yml similarity index 100% rename from core/modules/menu_ui/menu_ui.info.yml rename to web/core/modules/menu_ui/menu_ui.info.yml diff --git a/core/modules/menu_ui/menu_ui.js b/web/core/modules/menu_ui/menu_ui.js similarity index 100% rename from core/modules/menu_ui/menu_ui.js rename to web/core/modules/menu_ui/menu_ui.js diff --git a/core/modules/menu_ui/menu_ui.libraries.yml b/web/core/modules/menu_ui/menu_ui.libraries.yml similarity index 100% rename from core/modules/menu_ui/menu_ui.libraries.yml rename to web/core/modules/menu_ui/menu_ui.libraries.yml diff --git a/core/modules/menu_ui/menu_ui.links.action.yml b/web/core/modules/menu_ui/menu_ui.links.action.yml similarity index 100% rename from core/modules/menu_ui/menu_ui.links.action.yml rename to web/core/modules/menu_ui/menu_ui.links.action.yml diff --git a/core/modules/menu_ui/menu_ui.links.contextual.yml b/web/core/modules/menu_ui/menu_ui.links.contextual.yml similarity index 100% rename from core/modules/menu_ui/menu_ui.links.contextual.yml rename to web/core/modules/menu_ui/menu_ui.links.contextual.yml diff --git a/core/modules/menu_ui/menu_ui.links.menu.yml b/web/core/modules/menu_ui/menu_ui.links.menu.yml similarity index 100% rename from core/modules/menu_ui/menu_ui.links.menu.yml rename to web/core/modules/menu_ui/menu_ui.links.menu.yml diff --git a/core/modules/menu_ui/menu_ui.links.task.yml b/web/core/modules/menu_ui/menu_ui.links.task.yml similarity index 100% rename from core/modules/menu_ui/menu_ui.links.task.yml rename to web/core/modules/menu_ui/menu_ui.links.task.yml diff --git a/core/modules/menu_ui/menu_ui.module b/web/core/modules/menu_ui/menu_ui.module similarity index 100% rename from core/modules/menu_ui/menu_ui.module rename to web/core/modules/menu_ui/menu_ui.module diff --git a/core/modules/menu_ui/menu_ui.routing.yml b/web/core/modules/menu_ui/menu_ui.routing.yml similarity index 100% rename from core/modules/menu_ui/menu_ui.routing.yml rename to web/core/modules/menu_ui/menu_ui.routing.yml diff --git a/core/modules/menu_ui/migration_templates/menu_settings.yml b/web/core/modules/menu_ui/migration_templates/menu_settings.yml similarity index 100% rename from core/modules/menu_ui/migration_templates/menu_settings.yml rename to web/core/modules/menu_ui/migration_templates/menu_settings.yml diff --git a/core/modules/menu_ui/src/Controller/MenuController.php b/web/core/modules/menu_ui/src/Controller/MenuController.php similarity index 100% rename from core/modules/menu_ui/src/Controller/MenuController.php rename to web/core/modules/menu_ui/src/Controller/MenuController.php diff --git a/core/modules/menu_ui/src/Form/MenuDeleteForm.php b/web/core/modules/menu_ui/src/Form/MenuDeleteForm.php similarity index 100% rename from core/modules/menu_ui/src/Form/MenuDeleteForm.php rename to web/core/modules/menu_ui/src/Form/MenuDeleteForm.php diff --git a/core/modules/menu_ui/src/Form/MenuLinkEditForm.php b/web/core/modules/menu_ui/src/Form/MenuLinkEditForm.php similarity index 100% rename from core/modules/menu_ui/src/Form/MenuLinkEditForm.php rename to web/core/modules/menu_ui/src/Form/MenuLinkEditForm.php diff --git a/core/modules/menu_ui/src/Form/MenuLinkResetForm.php b/web/core/modules/menu_ui/src/Form/MenuLinkResetForm.php similarity index 100% rename from core/modules/menu_ui/src/Form/MenuLinkResetForm.php rename to web/core/modules/menu_ui/src/Form/MenuLinkResetForm.php diff --git a/core/modules/menu_ui/src/MenuForm.php b/web/core/modules/menu_ui/src/MenuForm.php similarity index 100% rename from core/modules/menu_ui/src/MenuForm.php rename to web/core/modules/menu_ui/src/MenuForm.php diff --git a/core/modules/menu_ui/src/MenuListBuilder.php b/web/core/modules/menu_ui/src/MenuListBuilder.php similarity index 100% rename from core/modules/menu_ui/src/MenuListBuilder.php rename to web/core/modules/menu_ui/src/MenuListBuilder.php diff --git a/core/modules/menu_ui/src/Plugin/Menu/LocalAction/MenuLinkAdd.php b/web/core/modules/menu_ui/src/Plugin/Menu/LocalAction/MenuLinkAdd.php similarity index 100% rename from core/modules/menu_ui/src/Plugin/Menu/LocalAction/MenuLinkAdd.php rename to web/core/modules/menu_ui/src/Plugin/Menu/LocalAction/MenuLinkAdd.php diff --git a/core/modules/menu_ui/src/Tests/MenuCacheTagsTest.php b/web/core/modules/menu_ui/src/Tests/MenuCacheTagsTest.php similarity index 100% rename from core/modules/menu_ui/src/Tests/MenuCacheTagsTest.php rename to web/core/modules/menu_ui/src/Tests/MenuCacheTagsTest.php diff --git a/core/modules/menu_ui/src/Tests/MenuLanguageTest.php b/web/core/modules/menu_ui/src/Tests/MenuLanguageTest.php similarity index 100% rename from core/modules/menu_ui/src/Tests/MenuLanguageTest.php rename to web/core/modules/menu_ui/src/Tests/MenuLanguageTest.php diff --git a/core/modules/menu_ui/src/Tests/MenuLinkReorderTest.php b/web/core/modules/menu_ui/src/Tests/MenuLinkReorderTest.php similarity index 100% rename from core/modules/menu_ui/src/Tests/MenuLinkReorderTest.php rename to web/core/modules/menu_ui/src/Tests/MenuLinkReorderTest.php diff --git a/core/modules/menu_ui/src/Tests/MenuNodeTest.php b/web/core/modules/menu_ui/src/Tests/MenuNodeTest.php similarity index 100% rename from core/modules/menu_ui/src/Tests/MenuNodeTest.php rename to web/core/modules/menu_ui/src/Tests/MenuNodeTest.php diff --git a/core/modules/menu_ui/src/Tests/MenuTest.php b/web/core/modules/menu_ui/src/Tests/MenuTest.php similarity index 100% rename from core/modules/menu_ui/src/Tests/MenuTest.php rename to web/core/modules/menu_ui/src/Tests/MenuTest.php diff --git a/core/modules/menu_ui/src/Tests/MenuUninstallTest.php b/web/core/modules/menu_ui/src/Tests/MenuUninstallTest.php similarity index 100% rename from core/modules/menu_ui/src/Tests/MenuUninstallTest.php rename to web/core/modules/menu_ui/src/Tests/MenuUninstallTest.php diff --git a/core/modules/menu_ui/src/Tests/MenuWebTestBase.php b/web/core/modules/menu_ui/src/Tests/MenuWebTestBase.php similarity index 100% rename from core/modules/menu_ui/src/Tests/MenuWebTestBase.php rename to web/core/modules/menu_ui/src/Tests/MenuWebTestBase.php diff --git a/core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php b/web/core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php similarity index 100% rename from core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php rename to web/core/modules/menu_ui/tests/src/Kernel/Migrate/MigrateMenuSettingsTest.php diff --git a/core/modules/migrate/migrate.api.php b/web/core/modules/migrate/migrate.api.php similarity index 100% rename from core/modules/migrate/migrate.api.php rename to web/core/modules/migrate/migrate.api.php diff --git a/core/modules/migrate/migrate.info.yml b/web/core/modules/migrate/migrate.info.yml similarity index 100% rename from core/modules/migrate/migrate.info.yml rename to web/core/modules/migrate/migrate.info.yml diff --git a/core/modules/migrate/migrate.install b/web/core/modules/migrate/migrate.install similarity index 100% rename from core/modules/migrate/migrate.install rename to web/core/modules/migrate/migrate.install diff --git a/core/modules/migrate/migrate.module b/web/core/modules/migrate/migrate.module similarity index 100% rename from core/modules/migrate/migrate.module rename to web/core/modules/migrate/migrate.module diff --git a/core/modules/migrate/migrate.services.yml b/web/core/modules/migrate/migrate.services.yml similarity index 100% rename from core/modules/migrate/migrate.services.yml rename to web/core/modules/migrate/migrate.services.yml diff --git a/core/modules/migrate/src/Annotation/MigrateDestination.php b/web/core/modules/migrate/src/Annotation/MigrateDestination.php similarity index 100% rename from core/modules/migrate/src/Annotation/MigrateDestination.php rename to web/core/modules/migrate/src/Annotation/MigrateDestination.php diff --git a/core/modules/migrate/src/Annotation/MigrateProcessPlugin.php b/web/core/modules/migrate/src/Annotation/MigrateProcessPlugin.php similarity index 100% rename from core/modules/migrate/src/Annotation/MigrateProcessPlugin.php rename to web/core/modules/migrate/src/Annotation/MigrateProcessPlugin.php diff --git a/core/modules/migrate/src/Annotation/MigrateSource.php b/web/core/modules/migrate/src/Annotation/MigrateSource.php similarity index 100% rename from core/modules/migrate/src/Annotation/MigrateSource.php rename to web/core/modules/migrate/src/Annotation/MigrateSource.php diff --git a/core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php b/web/core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php similarity index 100% rename from core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php rename to web/core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php diff --git a/core/modules/migrate/src/Event/EventBase.php b/web/core/modules/migrate/src/Event/EventBase.php similarity index 100% rename from core/modules/migrate/src/Event/EventBase.php rename to web/core/modules/migrate/src/Event/EventBase.php diff --git a/core/modules/migrate/src/Event/ImportAwareInterface.php b/web/core/modules/migrate/src/Event/ImportAwareInterface.php similarity index 100% rename from core/modules/migrate/src/Event/ImportAwareInterface.php rename to web/core/modules/migrate/src/Event/ImportAwareInterface.php diff --git a/core/modules/migrate/src/Event/MigrateEvents.php b/web/core/modules/migrate/src/Event/MigrateEvents.php similarity index 100% rename from core/modules/migrate/src/Event/MigrateEvents.php rename to web/core/modules/migrate/src/Event/MigrateEvents.php diff --git a/core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php b/web/core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php similarity index 100% rename from core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php rename to web/core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php diff --git a/core/modules/migrate/src/Event/MigrateImportEvent.php b/web/core/modules/migrate/src/Event/MigrateImportEvent.php similarity index 100% rename from core/modules/migrate/src/Event/MigrateImportEvent.php rename to web/core/modules/migrate/src/Event/MigrateImportEvent.php diff --git a/core/modules/migrate/src/Event/MigrateMapDeleteEvent.php b/web/core/modules/migrate/src/Event/MigrateMapDeleteEvent.php similarity index 100% rename from core/modules/migrate/src/Event/MigrateMapDeleteEvent.php rename to web/core/modules/migrate/src/Event/MigrateMapDeleteEvent.php diff --git a/core/modules/migrate/src/Event/MigrateMapSaveEvent.php b/web/core/modules/migrate/src/Event/MigrateMapSaveEvent.php similarity index 100% rename from core/modules/migrate/src/Event/MigrateMapSaveEvent.php rename to web/core/modules/migrate/src/Event/MigrateMapSaveEvent.php diff --git a/core/modules/migrate/src/Event/MigratePostRowSaveEvent.php b/web/core/modules/migrate/src/Event/MigratePostRowSaveEvent.php similarity index 100% rename from core/modules/migrate/src/Event/MigratePostRowSaveEvent.php rename to web/core/modules/migrate/src/Event/MigratePostRowSaveEvent.php diff --git a/core/modules/migrate/src/Event/MigratePreRowSaveEvent.php b/web/core/modules/migrate/src/Event/MigratePreRowSaveEvent.php similarity index 100% rename from core/modules/migrate/src/Event/MigratePreRowSaveEvent.php rename to web/core/modules/migrate/src/Event/MigratePreRowSaveEvent.php diff --git a/core/modules/migrate/src/Event/MigrateRollbackEvent.php b/web/core/modules/migrate/src/Event/MigrateRollbackEvent.php similarity index 100% rename from core/modules/migrate/src/Event/MigrateRollbackEvent.php rename to web/core/modules/migrate/src/Event/MigrateRollbackEvent.php diff --git a/core/modules/migrate/src/Event/MigrateRowDeleteEvent.php b/web/core/modules/migrate/src/Event/MigrateRowDeleteEvent.php similarity index 100% rename from core/modules/migrate/src/Event/MigrateRowDeleteEvent.php rename to web/core/modules/migrate/src/Event/MigrateRowDeleteEvent.php diff --git a/core/modules/migrate/src/Event/RollbackAwareInterface.php b/web/core/modules/migrate/src/Event/RollbackAwareInterface.php similarity index 100% rename from core/modules/migrate/src/Event/RollbackAwareInterface.php rename to web/core/modules/migrate/src/Event/RollbackAwareInterface.php diff --git a/core/modules/migrate/src/Exception/RequirementsException.php b/web/core/modules/migrate/src/Exception/RequirementsException.php similarity index 100% rename from core/modules/migrate/src/Exception/RequirementsException.php rename to web/core/modules/migrate/src/Exception/RequirementsException.php diff --git a/core/modules/migrate/src/MigrateBuildDependencyInterface.php b/web/core/modules/migrate/src/MigrateBuildDependencyInterface.php similarity index 100% rename from core/modules/migrate/src/MigrateBuildDependencyInterface.php rename to web/core/modules/migrate/src/MigrateBuildDependencyInterface.php diff --git a/core/modules/migrate/src/MigrateException.php b/web/core/modules/migrate/src/MigrateException.php similarity index 100% rename from core/modules/migrate/src/MigrateException.php rename to web/core/modules/migrate/src/MigrateException.php diff --git a/core/modules/migrate/src/MigrateExecutable.php b/web/core/modules/migrate/src/MigrateExecutable.php similarity index 100% rename from core/modules/migrate/src/MigrateExecutable.php rename to web/core/modules/migrate/src/MigrateExecutable.php diff --git a/core/modules/migrate/src/MigrateExecutableInterface.php b/web/core/modules/migrate/src/MigrateExecutableInterface.php similarity index 100% rename from core/modules/migrate/src/MigrateExecutableInterface.php rename to web/core/modules/migrate/src/MigrateExecutableInterface.php diff --git a/core/modules/migrate/src/MigrateMessage.php b/web/core/modules/migrate/src/MigrateMessage.php similarity index 100% rename from core/modules/migrate/src/MigrateMessage.php rename to web/core/modules/migrate/src/MigrateMessage.php diff --git a/core/modules/migrate/src/MigrateMessageInterface.php b/web/core/modules/migrate/src/MigrateMessageInterface.php similarity index 100% rename from core/modules/migrate/src/MigrateMessageInterface.php rename to web/core/modules/migrate/src/MigrateMessageInterface.php diff --git a/core/modules/migrate/src/MigrateSkipProcessException.php b/web/core/modules/migrate/src/MigrateSkipProcessException.php similarity index 100% rename from core/modules/migrate/src/MigrateSkipProcessException.php rename to web/core/modules/migrate/src/MigrateSkipProcessException.php diff --git a/core/modules/migrate/src/MigrateSkipRowException.php b/web/core/modules/migrate/src/MigrateSkipRowException.php similarity index 100% rename from core/modules/migrate/src/MigrateSkipRowException.php rename to web/core/modules/migrate/src/MigrateSkipRowException.php diff --git a/core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php b/web/core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php similarity index 100% rename from core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php rename to web/core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php diff --git a/core/modules/migrate/src/Plugin/Derivative/MigrateEntityRevision.php b/web/core/modules/migrate/src/Plugin/Derivative/MigrateEntityRevision.php similarity index 100% rename from core/modules/migrate/src/Plugin/Derivative/MigrateEntityRevision.php rename to web/core/modules/migrate/src/Plugin/Derivative/MigrateEntityRevision.php diff --git a/core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php b/web/core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php similarity index 100% rename from core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php rename to web/core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php diff --git a/core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php b/web/core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php similarity index 100% rename from core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php rename to web/core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php diff --git a/core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php b/web/core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php similarity index 100% rename from core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php rename to web/core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php diff --git a/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php b/web/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php similarity index 100% rename from core/modules/migrate/src/Plugin/MigrateDestinationInterface.php rename to web/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php diff --git a/core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php b/web/core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php similarity index 100% rename from core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php rename to web/core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php diff --git a/core/modules/migrate/src/Plugin/MigrateIdMapInterface.php b/web/core/modules/migrate/src/Plugin/MigrateIdMapInterface.php similarity index 100% rename from core/modules/migrate/src/Plugin/MigrateIdMapInterface.php rename to web/core/modules/migrate/src/Plugin/MigrateIdMapInterface.php diff --git a/core/modules/migrate/src/Plugin/MigratePluginManager.php b/web/core/modules/migrate/src/Plugin/MigratePluginManager.php similarity index 100% rename from core/modules/migrate/src/Plugin/MigratePluginManager.php rename to web/core/modules/migrate/src/Plugin/MigratePluginManager.php diff --git a/core/modules/migrate/src/Plugin/MigratePluginManagerInterface.php b/web/core/modules/migrate/src/Plugin/MigratePluginManagerInterface.php similarity index 100% rename from core/modules/migrate/src/Plugin/MigratePluginManagerInterface.php rename to web/core/modules/migrate/src/Plugin/MigratePluginManagerInterface.php diff --git a/core/modules/migrate/src/Plugin/MigrateProcessInterface.php b/web/core/modules/migrate/src/Plugin/MigrateProcessInterface.php similarity index 100% rename from core/modules/migrate/src/Plugin/MigrateProcessInterface.php rename to web/core/modules/migrate/src/Plugin/MigrateProcessInterface.php diff --git a/core/modules/migrate/src/Plugin/MigrateSourceInterface.php b/web/core/modules/migrate/src/Plugin/MigrateSourceInterface.php similarity index 100% rename from core/modules/migrate/src/Plugin/MigrateSourceInterface.php rename to web/core/modules/migrate/src/Plugin/MigrateSourceInterface.php diff --git a/core/modules/migrate/src/Plugin/MigrateSourcePluginManager.php b/web/core/modules/migrate/src/Plugin/MigrateSourcePluginManager.php similarity index 100% rename from core/modules/migrate/src/Plugin/MigrateSourcePluginManager.php rename to web/core/modules/migrate/src/Plugin/MigrateSourcePluginManager.php diff --git a/core/modules/migrate/src/Plugin/Migration.php b/web/core/modules/migrate/src/Plugin/Migration.php similarity index 100% rename from core/modules/migrate/src/Plugin/Migration.php rename to web/core/modules/migrate/src/Plugin/Migration.php diff --git a/core/modules/migrate/src/Plugin/MigrationDeriverTrait.php b/web/core/modules/migrate/src/Plugin/MigrationDeriverTrait.php similarity index 100% rename from core/modules/migrate/src/Plugin/MigrationDeriverTrait.php rename to web/core/modules/migrate/src/Plugin/MigrationDeriverTrait.php diff --git a/core/modules/migrate/src/Plugin/MigrationInterface.php b/web/core/modules/migrate/src/Plugin/MigrationInterface.php similarity index 100% rename from core/modules/migrate/src/Plugin/MigrationInterface.php rename to web/core/modules/migrate/src/Plugin/MigrationInterface.php diff --git a/core/modules/migrate/src/Plugin/MigrationPluginManager.php b/web/core/modules/migrate/src/Plugin/MigrationPluginManager.php similarity index 100% rename from core/modules/migrate/src/Plugin/MigrationPluginManager.php rename to web/core/modules/migrate/src/Plugin/MigrationPluginManager.php diff --git a/core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php b/web/core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php similarity index 100% rename from core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php rename to web/core/modules/migrate/src/Plugin/MigrationPluginManagerInterface.php diff --git a/core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php b/web/core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php similarity index 100% rename from core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php rename to web/core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php diff --git a/core/modules/migrate/src/Plugin/PluginEventSubscriber.php b/web/core/modules/migrate/src/Plugin/PluginEventSubscriber.php similarity index 100% rename from core/modules/migrate/src/Plugin/PluginEventSubscriber.php rename to web/core/modules/migrate/src/Plugin/PluginEventSubscriber.php diff --git a/core/modules/migrate/src/Plugin/RequirementsInterface.php b/web/core/modules/migrate/src/Plugin/RequirementsInterface.php similarity index 100% rename from core/modules/migrate/src/Plugin/RequirementsInterface.php rename to web/core/modules/migrate/src/Plugin/RequirementsInterface.php diff --git a/core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php b/web/core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php rename to web/core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php diff --git a/core/modules/migrate/src/Plugin/migrate/destination/Config.php b/web/core/modules/migrate/src/Plugin/migrate/destination/Config.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/destination/Config.php rename to web/core/modules/migrate/src/Plugin/migrate/destination/Config.php diff --git a/core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php b/web/core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php rename to web/core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php diff --git a/core/modules/migrate/src/Plugin/migrate/destination/Entity.php b/web/core/modules/migrate/src/Plugin/migrate/destination/Entity.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/destination/Entity.php rename to web/core/modules/migrate/src/Plugin/migrate/destination/Entity.php diff --git a/core/modules/migrate/src/Plugin/migrate/destination/EntityBaseFieldOverride.php b/web/core/modules/migrate/src/Plugin/migrate/destination/EntityBaseFieldOverride.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/destination/EntityBaseFieldOverride.php rename to web/core/modules/migrate/src/Plugin/migrate/destination/EntityBaseFieldOverride.php diff --git a/core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php b/web/core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php rename to web/core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php diff --git a/core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php b/web/core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php rename to web/core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php diff --git a/core/modules/migrate/src/Plugin/migrate/destination/EntityFieldInstance.php b/web/core/modules/migrate/src/Plugin/migrate/destination/EntityFieldInstance.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/destination/EntityFieldInstance.php rename to web/core/modules/migrate/src/Plugin/migrate/destination/EntityFieldInstance.php diff --git a/core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php b/web/core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php rename to web/core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php diff --git a/core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php b/web/core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php rename to web/core/modules/migrate/src/Plugin/migrate/destination/EntityRevision.php diff --git a/core/modules/migrate/src/Plugin/migrate/destination/EntityViewMode.php b/web/core/modules/migrate/src/Plugin/migrate/destination/EntityViewMode.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/destination/EntityViewMode.php rename to web/core/modules/migrate/src/Plugin/migrate/destination/EntityViewMode.php diff --git a/core/modules/migrate/src/Plugin/migrate/destination/NullDestination.php b/web/core/modules/migrate/src/Plugin/migrate/destination/NullDestination.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/destination/NullDestination.php rename to web/core/modules/migrate/src/Plugin/migrate/destination/NullDestination.php diff --git a/core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php b/web/core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php rename to web/core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php diff --git a/core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php b/web/core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php rename to web/core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php diff --git a/core/modules/migrate/src/Plugin/migrate/id_map/Sql.php b/web/core/modules/migrate/src/Plugin/migrate/id_map/Sql.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/id_map/Sql.php rename to web/core/modules/migrate/src/Plugin/migrate/id_map/Sql.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/ArrayBuild.php b/web/core/modules/migrate/src/Plugin/migrate/process/ArrayBuild.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/ArrayBuild.php rename to web/core/modules/migrate/src/Plugin/migrate/process/ArrayBuild.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/Callback.php b/web/core/modules/migrate/src/Plugin/migrate/process/Callback.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/Callback.php rename to web/core/modules/migrate/src/Plugin/migrate/process/Callback.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/Concat.php b/web/core/modules/migrate/src/Plugin/migrate/process/Concat.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/Concat.php rename to web/core/modules/migrate/src/Plugin/migrate/process/Concat.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/DedupeBase.php b/web/core/modules/migrate/src/Plugin/migrate/process/DedupeBase.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/DedupeBase.php rename to web/core/modules/migrate/src/Plugin/migrate/process/DedupeBase.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/DedupeEntity.php b/web/core/modules/migrate/src/Plugin/migrate/process/DedupeEntity.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/DedupeEntity.php rename to web/core/modules/migrate/src/Plugin/migrate/process/DedupeEntity.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/DefaultValue.php b/web/core/modules/migrate/src/Plugin/migrate/process/DefaultValue.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/DefaultValue.php rename to web/core/modules/migrate/src/Plugin/migrate/process/DefaultValue.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/Download.php b/web/core/modules/migrate/src/Plugin/migrate/process/Download.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/Download.php rename to web/core/modules/migrate/src/Plugin/migrate/process/Download.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/Explode.php b/web/core/modules/migrate/src/Plugin/migrate/process/Explode.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/Explode.php rename to web/core/modules/migrate/src/Plugin/migrate/process/Explode.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/Extract.php b/web/core/modules/migrate/src/Plugin/migrate/process/Extract.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/Extract.php rename to web/core/modules/migrate/src/Plugin/migrate/process/Extract.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/FileCopy.php b/web/core/modules/migrate/src/Plugin/migrate/process/FileCopy.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/FileCopy.php rename to web/core/modules/migrate/src/Plugin/migrate/process/FileCopy.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/Flatten.php b/web/core/modules/migrate/src/Plugin/migrate/process/Flatten.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/Flatten.php rename to web/core/modules/migrate/src/Plugin/migrate/process/Flatten.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/Get.php b/web/core/modules/migrate/src/Plugin/migrate/process/Get.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/Get.php rename to web/core/modules/migrate/src/Plugin/migrate/process/Get.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/Iterator.php b/web/core/modules/migrate/src/Plugin/migrate/process/Iterator.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/Iterator.php rename to web/core/modules/migrate/src/Plugin/migrate/process/Iterator.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/MachineName.php b/web/core/modules/migrate/src/Plugin/migrate/process/MachineName.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/MachineName.php rename to web/core/modules/migrate/src/Plugin/migrate/process/MachineName.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php b/web/core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php rename to web/core/modules/migrate/src/Plugin/migrate/process/MenuLinkParent.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/Migration.php b/web/core/modules/migrate/src/Plugin/migrate/process/Migration.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/Migration.php rename to web/core/modules/migrate/src/Plugin/migrate/process/Migration.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/Route.php b/web/core/modules/migrate/src/Plugin/migrate/process/Route.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/Route.php rename to web/core/modules/migrate/src/Plugin/migrate/process/Route.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php b/web/core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php rename to web/core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php b/web/core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php rename to web/core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/StaticMap.php b/web/core/modules/migrate/src/Plugin/migrate/process/StaticMap.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/StaticMap.php rename to web/core/modules/migrate/src/Plugin/migrate/process/StaticMap.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/Substr.php b/web/core/modules/migrate/src/Plugin/migrate/process/Substr.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/Substr.php rename to web/core/modules/migrate/src/Plugin/migrate/process/Substr.php diff --git a/core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php b/web/core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php rename to web/core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php diff --git a/core/modules/migrate/src/Plugin/migrate/source/DummyQueryTrait.php b/web/core/modules/migrate/src/Plugin/migrate/source/DummyQueryTrait.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/source/DummyQueryTrait.php rename to web/core/modules/migrate/src/Plugin/migrate/source/DummyQueryTrait.php diff --git a/core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php b/web/core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php rename to web/core/modules/migrate/src/Plugin/migrate/source/EmbeddedDataSource.php diff --git a/core/modules/migrate/src/Plugin/migrate/source/EmptySource.php b/web/core/modules/migrate/src/Plugin/migrate/source/EmptySource.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/source/EmptySource.php rename to web/core/modules/migrate/src/Plugin/migrate/source/EmptySource.php diff --git a/core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php b/web/core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php rename to web/core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php diff --git a/core/modules/migrate/src/Plugin/migrate/source/SqlBase.php b/web/core/modules/migrate/src/Plugin/migrate/source/SqlBase.php similarity index 100% rename from core/modules/migrate/src/Plugin/migrate/source/SqlBase.php rename to web/core/modules/migrate/src/Plugin/migrate/source/SqlBase.php diff --git a/core/modules/migrate/src/ProcessPluginBase.php b/web/core/modules/migrate/src/ProcessPluginBase.php similarity index 100% rename from core/modules/migrate/src/ProcessPluginBase.php rename to web/core/modules/migrate/src/ProcessPluginBase.php diff --git a/core/modules/migrate/src/Row.php b/web/core/modules/migrate/src/Row.php similarity index 100% rename from core/modules/migrate/src/Row.php rename to web/core/modules/migrate/src/Row.php diff --git a/core/modules/migrate/tests/modules/migrate_entity_test/migrate_entity_test.info.yml b/web/core/modules/migrate/tests/modules/migrate_entity_test/migrate_entity_test.info.yml similarity index 100% rename from core/modules/migrate/tests/modules/migrate_entity_test/migrate_entity_test.info.yml rename to web/core/modules/migrate/tests/modules/migrate_entity_test/migrate_entity_test.info.yml diff --git a/core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php b/web/core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php similarity index 100% rename from core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php rename to web/core/modules/migrate/tests/modules/migrate_entity_test/src/Entity/StringIdEntityTest.php diff --git a/core/modules/migrate/tests/modules/migrate_events_test/migrate_events_test.info.yml b/web/core/modules/migrate/tests/modules/migrate_events_test/migrate_events_test.info.yml similarity index 100% rename from core/modules/migrate/tests/modules/migrate_events_test/migrate_events_test.info.yml rename to web/core/modules/migrate/tests/modules/migrate_events_test/migrate_events_test.info.yml diff --git a/core/modules/migrate/tests/modules/migrate_events_test/src/Plugin/migrate/destination/DummyDestination.php b/web/core/modules/migrate/tests/modules/migrate_events_test/src/Plugin/migrate/destination/DummyDestination.php similarity index 100% rename from core/modules/migrate/tests/modules/migrate_events_test/src/Plugin/migrate/destination/DummyDestination.php rename to web/core/modules/migrate/tests/modules/migrate_events_test/src/Plugin/migrate/destination/DummyDestination.php diff --git a/core/modules/migrate/tests/modules/migrate_external_translated_test/migrate_external_translated_test.info.yml b/web/core/modules/migrate/tests/modules/migrate_external_translated_test/migrate_external_translated_test.info.yml similarity index 100% rename from core/modules/migrate/tests/modules/migrate_external_translated_test/migrate_external_translated_test.info.yml rename to web/core/modules/migrate/tests/modules/migrate_external_translated_test/migrate_external_translated_test.info.yml diff --git a/core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/migrate.migration.external_translated_test_node.yml b/web/core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/migrate.migration.external_translated_test_node.yml similarity index 100% rename from core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/migrate.migration.external_translated_test_node.yml rename to web/core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/migrate.migration.external_translated_test_node.yml diff --git a/core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/migrate.migration.external_translated_test_node_translation.yml b/web/core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/migrate.migration.external_translated_test_node_translation.yml similarity index 100% rename from core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/migrate.migration.external_translated_test_node_translation.yml rename to web/core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/migrate.migration.external_translated_test_node_translation.yml diff --git a/core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php b/web/core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php similarity index 100% rename from core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php rename to web/core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php diff --git a/core/modules/migrate/tests/modules/migrate_high_water_test/config/install/node.type.sql_import_node.yml b/web/core/modules/migrate/tests/modules/migrate_high_water_test/config/install/node.type.sql_import_node.yml similarity index 100% rename from core/modules/migrate/tests/modules/migrate_high_water_test/config/install/node.type.sql_import_node.yml rename to web/core/modules/migrate/tests/modules/migrate_high_water_test/config/install/node.type.sql_import_node.yml diff --git a/core/modules/migrate/tests/modules/migrate_high_water_test/migrate_sql_test.info.yml b/web/core/modules/migrate/tests/modules/migrate_high_water_test/migrate_sql_test.info.yml similarity index 100% rename from core/modules/migrate/tests/modules/migrate_high_water_test/migrate_sql_test.info.yml rename to web/core/modules/migrate/tests/modules/migrate_high_water_test/migrate_sql_test.info.yml diff --git a/core/modules/migrate/tests/modules/migrate_high_water_test/migration_templates/migrate.migration.high_water_test.yml b/web/core/modules/migrate/tests/modules/migrate_high_water_test/migration_templates/migrate.migration.high_water_test.yml similarity index 100% rename from core/modules/migrate/tests/modules/migrate_high_water_test/migration_templates/migrate.migration.high_water_test.yml rename to web/core/modules/migrate/tests/modules/migrate_high_water_test/migration_templates/migrate.migration.high_water_test.yml diff --git a/core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php b/web/core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php similarity index 100% rename from core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php rename to web/core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php diff --git a/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml b/web/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml similarity index 100% rename from core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml rename to web/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml diff --git a/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.module b/web/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.module similarity index 100% rename from core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.module rename to web/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.module diff --git a/core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Plugin/migrate/process/TestSkipRowProcess.php b/web/core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Plugin/migrate/process/TestSkipRowProcess.php similarity index 100% rename from core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Plugin/migrate/process/TestSkipRowProcess.php rename to web/core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Plugin/migrate/process/TestSkipRowProcess.php diff --git a/core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml b/web/core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml similarity index 100% rename from core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml rename to web/core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml diff --git a/core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php b/web/core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php similarity index 100% rename from core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php rename to web/core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php diff --git a/core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php b/web/core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php similarity index 100% rename from core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php rename to web/core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php diff --git a/core/modules/migrate/tests/src/Kernel/HighWaterTest.php b/web/core/modules/migrate/tests/src/Kernel/HighWaterTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/HighWaterTest.php rename to web/core/modules/migrate/tests/src/Kernel/HighWaterTest.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php b/web/core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php rename to web/core/modules/migrate/tests/src/Kernel/MigrateBundleTest.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php b/web/core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php rename to web/core/modules/migrate/tests/src/Kernel/MigrateConfigRollbackTest.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php b/web/core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php rename to web/core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php b/web/core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php rename to web/core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php b/web/core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php rename to web/core/modules/migrate/tests/src/Kernel/MigrateEntityContentBaseTest.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php b/web/core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php rename to web/core/modules/migrate/tests/src/Kernel/MigrateEventsTest.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php b/web/core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php rename to web/core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php b/web/core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php rename to web/core/modules/migrate/tests/src/Kernel/MigrateInterruptionTest.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php b/web/core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php rename to web/core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php b/web/core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php rename to web/core/modules/migrate/tests/src/Kernel/MigrateRollbackTest.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php b/web/core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php rename to web/core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php b/web/core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php rename to web/core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrateSqlSourceTestBase.php b/web/core/modules/migrate/tests/src/Kernel/MigrateSqlSourceTestBase.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrateSqlSourceTestBase.php rename to web/core/modules/migrate/tests/src/Kernel/MigrateSqlSourceTestBase.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrateStatusTest.php b/web/core/modules/migrate/tests/src/Kernel/MigrateStatusTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrateStatusTest.php rename to web/core/modules/migrate/tests/src/Kernel/MigrateStatusTest.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrateTestBase.php b/web/core/modules/migrate/tests/src/Kernel/MigrateTestBase.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrateTestBase.php rename to web/core/modules/migrate/tests/src/Kernel/MigrateTestBase.php diff --git a/core/modules/migrate/tests/src/Kernel/MigrationTest.php b/web/core/modules/migrate/tests/src/Kernel/MigrationTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/MigrationTest.php rename to web/core/modules/migrate/tests/src/Kernel/MigrationTest.php diff --git a/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php b/web/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php rename to web/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php diff --git a/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php b/web/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php rename to web/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php diff --git a/core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php b/web/core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php rename to web/core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php diff --git a/core/modules/migrate/tests/src/Kernel/QueryBatchTest.php b/web/core/modules/migrate/tests/src/Kernel/QueryBatchTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/QueryBatchTest.php rename to web/core/modules/migrate/tests/src/Kernel/QueryBatchTest.php diff --git a/core/modules/migrate/tests/src/Kernel/SqlBaseTest.php b/web/core/modules/migrate/tests/src/Kernel/SqlBaseTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/SqlBaseTest.php rename to web/core/modules/migrate/tests/src/Kernel/SqlBaseTest.php diff --git a/core/modules/migrate/tests/src/Kernel/process/CopyFileTest.php b/web/core/modules/migrate/tests/src/Kernel/process/CopyFileTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/process/CopyFileTest.php rename to web/core/modules/migrate/tests/src/Kernel/process/CopyFileTest.php diff --git a/core/modules/migrate/tests/src/Kernel/process/DownloadTest.php b/web/core/modules/migrate/tests/src/Kernel/process/DownloadTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/process/DownloadTest.php rename to web/core/modules/migrate/tests/src/Kernel/process/DownloadTest.php diff --git a/core/modules/migrate/tests/src/Kernel/process/ExtractTest.php b/web/core/modules/migrate/tests/src/Kernel/process/ExtractTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/process/ExtractTest.php rename to web/core/modules/migrate/tests/src/Kernel/process/ExtractTest.php diff --git a/core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php b/web/core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php rename to web/core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php diff --git a/core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php b/web/core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php rename to web/core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php diff --git a/core/modules/migrate/tests/src/Kernel/process/RouteTest.php b/web/core/modules/migrate/tests/src/Kernel/process/RouteTest.php similarity index 100% rename from core/modules/migrate/tests/src/Kernel/process/RouteTest.php rename to web/core/modules/migrate/tests/src/Kernel/process/RouteTest.php diff --git a/core/modules/migrate/tests/src/Unit/Event/EventBaseTest.php b/web/core/modules/migrate/tests/src/Unit/Event/EventBaseTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/Event/EventBaseTest.php rename to web/core/modules/migrate/tests/src/Unit/Event/EventBaseTest.php diff --git a/core/modules/migrate/tests/src/Unit/Event/MigrateImportEventTest.php b/web/core/modules/migrate/tests/src/Unit/Event/MigrateImportEventTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/Event/MigrateImportEventTest.php rename to web/core/modules/migrate/tests/src/Unit/Event/MigrateImportEventTest.php diff --git a/core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php b/web/core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php rename to web/core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php diff --git a/core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php b/web/core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php rename to web/core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php diff --git a/core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php b/web/core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php rename to web/core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php diff --git a/core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php b/web/core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php rename to web/core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php diff --git a/core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php b/web/core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php rename to web/core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php diff --git a/core/modules/migrate/tests/src/Unit/MigrateSourceTest.php b/web/core/modules/migrate/tests/src/Unit/MigrateSourceTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/MigrateSourceTest.php rename to web/core/modules/migrate/tests/src/Unit/MigrateSourceTest.php diff --git a/core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php b/web/core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php rename to web/core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php diff --git a/core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php b/web/core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php rename to web/core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php diff --git a/core/modules/migrate/tests/src/Unit/MigrateSqlSourceTestCase.php b/web/core/modules/migrate/tests/src/Unit/MigrateSqlSourceTestCase.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/MigrateSqlSourceTestCase.php rename to web/core/modules/migrate/tests/src/Unit/MigrateSqlSourceTestCase.php diff --git a/core/modules/migrate/tests/src/Unit/MigrateTestCase.php b/web/core/modules/migrate/tests/src/Unit/MigrateTestCase.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/MigrateTestCase.php rename to web/core/modules/migrate/tests/src/Unit/MigrateTestCase.php diff --git a/core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php b/web/core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php rename to web/core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php diff --git a/core/modules/migrate/tests/src/Unit/MigrationTest.php b/web/core/modules/migrate/tests/src/Unit/MigrationTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/MigrationTest.php rename to web/core/modules/migrate/tests/src/Unit/MigrationTest.php diff --git a/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php b/web/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php rename to web/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php diff --git a/core/modules/migrate/tests/src/Unit/RowTest.php b/web/core/modules/migrate/tests/src/Unit/RowTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/RowTest.php rename to web/core/modules/migrate/tests/src/Unit/RowTest.php diff --git a/core/modules/migrate/tests/src/Unit/SqlBaseTest.php b/web/core/modules/migrate/tests/src/Unit/SqlBaseTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/SqlBaseTest.php rename to web/core/modules/migrate/tests/src/Unit/SqlBaseTest.php diff --git a/core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php b/web/core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php rename to web/core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php diff --git a/core/modules/migrate/tests/src/Unit/TestSqlIdMap.php b/web/core/modules/migrate/tests/src/Unit/TestSqlIdMap.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/TestSqlIdMap.php rename to web/core/modules/migrate/tests/src/Unit/TestSqlIdMap.php diff --git a/core/modules/migrate/tests/src/Unit/destination/ConfigTest.php b/web/core/modules/migrate/tests/src/Unit/destination/ConfigTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/destination/ConfigTest.php rename to web/core/modules/migrate/tests/src/Unit/destination/ConfigTest.php diff --git a/core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php b/web/core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php rename to web/core/modules/migrate/tests/src/Unit/destination/EntityRevisionTest.php diff --git a/core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php b/web/core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php rename to web/core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php diff --git a/core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php b/web/core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php rename to web/core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php diff --git a/core/modules/migrate/tests/src/Unit/process/ArrayBuildTest.php b/web/core/modules/migrate/tests/src/Unit/process/ArrayBuildTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/ArrayBuildTest.php rename to web/core/modules/migrate/tests/src/Unit/process/ArrayBuildTest.php diff --git a/core/modules/migrate/tests/src/Unit/process/CallbackTest.php b/web/core/modules/migrate/tests/src/Unit/process/CallbackTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/CallbackTest.php rename to web/core/modules/migrate/tests/src/Unit/process/CallbackTest.php diff --git a/core/modules/migrate/tests/src/Unit/process/ConcatTest.php b/web/core/modules/migrate/tests/src/Unit/process/ConcatTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/ConcatTest.php rename to web/core/modules/migrate/tests/src/Unit/process/ConcatTest.php diff --git a/core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php b/web/core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php rename to web/core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php diff --git a/core/modules/migrate/tests/src/Unit/process/ExplodeTest.php b/web/core/modules/migrate/tests/src/Unit/process/ExplodeTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/ExplodeTest.php rename to web/core/modules/migrate/tests/src/Unit/process/ExplodeTest.php diff --git a/core/modules/migrate/tests/src/Unit/process/ExtractTest.php b/web/core/modules/migrate/tests/src/Unit/process/ExtractTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/ExtractTest.php rename to web/core/modules/migrate/tests/src/Unit/process/ExtractTest.php diff --git a/core/modules/migrate/tests/src/Unit/process/FlattenTest.php b/web/core/modules/migrate/tests/src/Unit/process/FlattenTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/FlattenTest.php rename to web/core/modules/migrate/tests/src/Unit/process/FlattenTest.php diff --git a/core/modules/migrate/tests/src/Unit/process/GetTest.php b/web/core/modules/migrate/tests/src/Unit/process/GetTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/GetTest.php rename to web/core/modules/migrate/tests/src/Unit/process/GetTest.php diff --git a/core/modules/migrate/tests/src/Unit/process/IteratorTest.php b/web/core/modules/migrate/tests/src/Unit/process/IteratorTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/IteratorTest.php rename to web/core/modules/migrate/tests/src/Unit/process/IteratorTest.php diff --git a/core/modules/migrate/tests/src/Unit/process/MachineNameTest.php b/web/core/modules/migrate/tests/src/Unit/process/MachineNameTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/MachineNameTest.php rename to web/core/modules/migrate/tests/src/Unit/process/MachineNameTest.php diff --git a/core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php b/web/core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php rename to web/core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php diff --git a/core/modules/migrate/tests/src/Unit/process/MigrationTest.php b/web/core/modules/migrate/tests/src/Unit/process/MigrationTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/MigrationTest.php rename to web/core/modules/migrate/tests/src/Unit/process/MigrationTest.php diff --git a/core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php b/web/core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php rename to web/core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php diff --git a/core/modules/migrate/tests/src/Unit/process/StaticMapTest.php b/web/core/modules/migrate/tests/src/Unit/process/StaticMapTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/StaticMapTest.php rename to web/core/modules/migrate/tests/src/Unit/process/StaticMapTest.php diff --git a/core/modules/migrate/tests/src/Unit/process/SubstrTest.php b/web/core/modules/migrate/tests/src/Unit/process/SubstrTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/SubstrTest.php rename to web/core/modules/migrate/tests/src/Unit/process/SubstrTest.php diff --git a/core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php b/web/core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php similarity index 100% rename from core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php rename to web/core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php diff --git a/core/modules/migrate_drupal/migrate_drupal.info.yml b/web/core/modules/migrate_drupal/migrate_drupal.info.yml similarity index 100% rename from core/modules/migrate_drupal/migrate_drupal.info.yml rename to web/core/modules/migrate_drupal/migrate_drupal.info.yml diff --git a/core/modules/migrate_drupal/migrate_drupal.module b/web/core/modules/migrate_drupal/migrate_drupal.module similarity index 100% rename from core/modules/migrate_drupal/migrate_drupal.module rename to web/core/modules/migrate_drupal/migrate_drupal.module diff --git a/core/modules/migrate_drupal/migrate_drupal.services.yml b/web/core/modules/migrate_drupal/migrate_drupal.services.yml similarity index 100% rename from core/modules/migrate_drupal/migrate_drupal.services.yml rename to web/core/modules/migrate_drupal/migrate_drupal.services.yml diff --git a/core/modules/migrate_drupal/src/Annotation/MigrateCckField.php b/web/core/modules/migrate_drupal/src/Annotation/MigrateCckField.php similarity index 100% rename from core/modules/migrate_drupal/src/Annotation/MigrateCckField.php rename to web/core/modules/migrate_drupal/src/Annotation/MigrateCckField.php diff --git a/core/modules/migrate_drupal/src/MigrationConfigurationTrait.php b/web/core/modules/migrate_drupal/src/MigrationConfigurationTrait.php similarity index 100% rename from core/modules/migrate_drupal/src/MigrationConfigurationTrait.php rename to web/core/modules/migrate_drupal/src/MigrationConfigurationTrait.php diff --git a/core/modules/migrate_drupal/src/MigrationCreationTrait.php b/web/core/modules/migrate_drupal/src/MigrationCreationTrait.php similarity index 100% rename from core/modules/migrate_drupal/src/MigrationCreationTrait.php rename to web/core/modules/migrate_drupal/src/MigrationCreationTrait.php diff --git a/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php b/web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php similarity index 100% rename from core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php rename to web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php diff --git a/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManager.php b/web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManager.php similarity index 100% rename from core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManager.php rename to web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManager.php diff --git a/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php b/web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php similarity index 100% rename from core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php rename to web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/CckMigration.php b/web/core/modules/migrate_drupal/src/Plugin/migrate/CckMigration.php similarity index 100% rename from core/modules/migrate_drupal/src/Plugin/migrate/CckMigration.php rename to web/core/modules/migrate_drupal/src/Plugin/migrate/CckMigration.php diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php b/web/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php similarity index 100% rename from core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php rename to web/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php b/web/core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php similarity index 100% rename from core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php rename to web/core/modules/migrate_drupal/src/Plugin/migrate/destination/EntityFieldStorageConfig.php diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php b/web/core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php similarity index 100% rename from core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php rename to web/core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php b/web/core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php similarity index 100% rename from core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php rename to web/core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php b/web/core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php similarity index 100% rename from core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php rename to web/core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php b/web/core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php similarity index 100% rename from core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php rename to web/core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/source/d6/i18nVariable.php b/web/core/modules/migrate_drupal/src/Plugin/migrate/source/d6/i18nVariable.php similarity index 100% rename from core/modules/migrate_drupal/src/Plugin/migrate/source/d6/i18nVariable.php rename to web/core/modules/migrate_drupal/src/Plugin/migrate/source/d6/i18nVariable.php diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php b/web/core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php similarity index 100% rename from core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php rename to web/core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php b/web/core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php similarity index 100% rename from core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php rename to web/core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php diff --git a/core/modules/migrate_drupal/src/Tests/StubTestTrait.php b/web/core/modules/migrate_drupal/src/Tests/StubTestTrait.php similarity index 100% rename from core/modules/migrate_drupal/src/Tests/StubTestTrait.php rename to web/core/modules/migrate_drupal/src/Tests/StubTestTrait.php diff --git a/core/modules/migrate_drupal/tests/fixtures/drupal6.php b/web/core/modules/migrate_drupal/tests/fixtures/drupal6.php similarity index 100% rename from core/modules/migrate_drupal/tests/fixtures/drupal6.php rename to web/core/modules/migrate_drupal/tests/fixtures/drupal6.php diff --git a/core/modules/migrate_drupal/tests/fixtures/drupal7.php b/web/core/modules/migrate_drupal/tests/fixtures/drupal7.php similarity index 100% rename from core/modules/migrate_drupal/tests/fixtures/drupal7.php rename to web/core/modules/migrate_drupal/tests/fixtures/drupal7.php diff --git a/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/migrate_cckfield_plugin_manager_test.info.yml b/web/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/migrate_cckfield_plugin_manager_test.info.yml similarity index 100% rename from core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/migrate_cckfield_plugin_manager_test.info.yml rename to web/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/migrate_cckfield_plugin_manager_test.info.yml diff --git a/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/src/Plugin/migrate/cckfield/D6FileField.php b/web/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/src/Plugin/migrate/cckfield/D6FileField.php similarity index 100% rename from core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/src/Plugin/migrate/cckfield/D6FileField.php rename to web/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/src/Plugin/migrate/cckfield/D6FileField.php diff --git a/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/src/Plugin/migrate/cckfield/D6NoCoreVersionSpecified.php b/web/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/src/Plugin/migrate/cckfield/D6NoCoreVersionSpecified.php similarity index 100% rename from core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/src/Plugin/migrate/cckfield/D6NoCoreVersionSpecified.php rename to web/core/modules/migrate_drupal/tests/modules/migrate_cckfield_plugin_manager_test/src/Plugin/migrate/cckfield/D6NoCoreVersionSpecified.php diff --git a/core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrate_overwrite_test.info.yml b/web/core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrate_overwrite_test.info.yml similarity index 100% rename from core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrate_overwrite_test.info.yml rename to web/core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrate_overwrite_test.info.yml diff --git a/core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migration_templates/users.yml b/web/core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migration_templates/users.yml similarity index 100% rename from core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migration_templates/users.yml rename to web/core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migration_templates/users.yml diff --git a/core/modules/migrate_drupal/tests/src/Kernel/MigrateCckFieldPluginManagerTest.php b/web/core/modules/migrate_drupal/tests/src/Kernel/MigrateCckFieldPluginManagerTest.php similarity index 100% rename from core/modules/migrate_drupal/tests/src/Kernel/MigrateCckFieldPluginManagerTest.php rename to web/core/modules/migrate_drupal/tests/src/Kernel/MigrateCckFieldPluginManagerTest.php diff --git a/core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php b/web/core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php similarity index 100% rename from core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php rename to web/core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php diff --git a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php b/web/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php similarity index 100% rename from core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php rename to web/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php b/web/core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php similarity index 100% rename from core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php rename to web/core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php b/web/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php similarity index 100% rename from core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php rename to web/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php b/web/core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php similarity index 100% rename from core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php rename to web/core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php diff --git a/core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php b/web/core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php similarity index 100% rename from core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php rename to web/core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php diff --git a/core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php b/web/core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php similarity index 100% rename from core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php rename to web/core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php diff --git a/core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowSourceWithHighwaterTest.php b/web/core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowSourceWithHighwaterTest.php similarity index 100% rename from core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowSourceWithHighwaterTest.php rename to web/core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowSourceWithHighwaterTest.php diff --git a/core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTest.php b/web/core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTest.php similarity index 100% rename from core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTest.php rename to web/core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTest.php diff --git a/core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTestBase.php b/web/core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTestBase.php similarity index 100% rename from core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTestBase.php rename to web/core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTestBase.php diff --git a/core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php b/web/core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php similarity index 100% rename from core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php rename to web/core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php diff --git a/core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php b/web/core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php similarity index 100% rename from core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php rename to web/core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php diff --git a/core/modules/migrate_drupal/tests/src/Unit/source/d6/i18nVariableTest.php b/web/core/modules/migrate_drupal/tests/src/Unit/source/d6/i18nVariableTest.php similarity index 100% rename from core/modules/migrate_drupal/tests/src/Unit/source/d6/i18nVariableTest.php rename to web/core/modules/migrate_drupal/tests/src/Unit/source/d6/i18nVariableTest.php diff --git a/core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml b/web/core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml similarity index 100% rename from core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml rename to web/core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml diff --git a/core/modules/migrate_drupal_ui/migrate_drupal_ui.install b/web/core/modules/migrate_drupal_ui/migrate_drupal_ui.install similarity index 100% rename from core/modules/migrate_drupal_ui/migrate_drupal_ui.install rename to web/core/modules/migrate_drupal_ui/migrate_drupal_ui.install diff --git a/core/modules/migrate_drupal_ui/migrate_drupal_ui.module b/web/core/modules/migrate_drupal_ui/migrate_drupal_ui.module similarity index 100% rename from core/modules/migrate_drupal_ui/migrate_drupal_ui.module rename to web/core/modules/migrate_drupal_ui/migrate_drupal_ui.module diff --git a/core/modules/migrate_drupal_ui/migrate_drupal_ui.routing.yml b/web/core/modules/migrate_drupal_ui/migrate_drupal_ui.routing.yml similarity index 100% rename from core/modules/migrate_drupal_ui/migrate_drupal_ui.routing.yml rename to web/core/modules/migrate_drupal_ui/migrate_drupal_ui.routing.yml diff --git a/core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php b/web/core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php similarity index 100% rename from core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php rename to web/core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php diff --git a/core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php b/web/core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php similarity index 100% rename from core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php rename to web/core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php diff --git a/core/modules/migrate_drupal_ui/src/Controller/MigrateController.php b/web/core/modules/migrate_drupal_ui/src/Controller/MigrateController.php similarity index 100% rename from core/modules/migrate_drupal_ui/src/Controller/MigrateController.php rename to web/core/modules/migrate_drupal_ui/src/Controller/MigrateController.php diff --git a/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php b/web/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php similarity index 100% rename from core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php rename to web/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php diff --git a/core/modules/migrate_drupal_ui/src/MigrateAccessCheck.php b/web/core/modules/migrate_drupal_ui/src/MigrateAccessCheck.php similarity index 100% rename from core/modules/migrate_drupal_ui/src/MigrateAccessCheck.php rename to web/core/modules/migrate_drupal_ui/src/MigrateAccessCheck.php diff --git a/core/modules/migrate_drupal_ui/src/Tests/MigrateAccessTest.php b/web/core/modules/migrate_drupal_ui/src/Tests/MigrateAccessTest.php similarity index 100% rename from core/modules/migrate_drupal_ui/src/Tests/MigrateAccessTest.php rename to web/core/modules/migrate_drupal_ui/src/Tests/MigrateAccessTest.php diff --git a/core/modules/migrate_drupal_ui/src/Tests/MigrateUpgradeTestBase.php b/web/core/modules/migrate_drupal_ui/src/Tests/MigrateUpgradeTestBase.php similarity index 100% rename from core/modules/migrate_drupal_ui/src/Tests/MigrateUpgradeTestBase.php rename to web/core/modules/migrate_drupal_ui/src/Tests/MigrateUpgradeTestBase.php diff --git a/core/modules/migrate_drupal_ui/src/Tests/d6/MigrateUpgrade6Test.php b/web/core/modules/migrate_drupal_ui/src/Tests/d6/MigrateUpgrade6Test.php similarity index 100% rename from core/modules/migrate_drupal_ui/src/Tests/d6/MigrateUpgrade6Test.php rename to web/core/modules/migrate_drupal_ui/src/Tests/d6/MigrateUpgrade6Test.php diff --git a/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/html-1.txt b/web/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/html-1.txt similarity index 100% rename from core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/html-1.txt rename to web/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/html-1.txt diff --git a/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-1.png b/web/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-1.png similarity index 100% rename from core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-1.png rename to web/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-1.png diff --git a/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-2.jpg b/web/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-2.jpg similarity index 100% rename from core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-2.jpg rename to web/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-2.jpg diff --git a/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-test.gif b/web/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-test.gif similarity index 100% rename from core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-test.gif rename to web/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-test.gif diff --git a/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-test.jpg b/web/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-test.jpg similarity index 100% rename from core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-test.jpg rename to web/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-test.jpg diff --git a/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-test.png b/web/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-test.png similarity index 100% rename from core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-test.png rename to web/core/modules/migrate_drupal_ui/src/Tests/d6/files/core/modules/simpletest/files/image-test.png diff --git a/core/modules/migrate_drupal_ui/src/Tests/d6/files/tmp/some-temp-file.jpg b/web/core/modules/migrate_drupal_ui/src/Tests/d6/files/tmp/some-temp-file.jpg similarity index 100% rename from core/modules/migrate_drupal_ui/src/Tests/d6/files/tmp/some-temp-file.jpg rename to web/core/modules/migrate_drupal_ui/src/Tests/d6/files/tmp/some-temp-file.jpg diff --git a/core/modules/migrate_drupal_ui/src/Tests/d7/MigrateUpgrade7Test.php b/web/core/modules/migrate_drupal_ui/src/Tests/d7/MigrateUpgrade7Test.php similarity index 100% rename from core/modules/migrate_drupal_ui/src/Tests/d7/MigrateUpgrade7Test.php rename to web/core/modules/migrate_drupal_ui/src/Tests/d7/MigrateUpgrade7Test.php diff --git a/core/modules/migrate_drupal_ui/src/Tests/d7/files/sites/default/files/cube.jpeg b/web/core/modules/migrate_drupal_ui/src/Tests/d7/files/sites/default/files/cube.jpeg similarity index 100% rename from core/modules/migrate_drupal_ui/src/Tests/d7/files/sites/default/files/cube.jpeg rename to web/core/modules/migrate_drupal_ui/src/Tests/d7/files/sites/default/files/cube.jpeg diff --git a/core/modules/migrate_drupal_ui/src/Tests/d7/files/sites/default/files/ds9.txt b/web/core/modules/migrate_drupal_ui/src/Tests/d7/files/sites/default/files/ds9.txt similarity index 100% rename from core/modules/migrate_drupal_ui/src/Tests/d7/files/sites/default/files/ds9.txt rename to web/core/modules/migrate_drupal_ui/src/Tests/d7/files/sites/default/files/ds9.txt diff --git a/core/modules/node/config/install/core.entity_view_mode.node.full.yml b/web/core/modules/node/config/install/core.entity_view_mode.node.full.yml similarity index 100% rename from core/modules/node/config/install/core.entity_view_mode.node.full.yml rename to web/core/modules/node/config/install/core.entity_view_mode.node.full.yml diff --git a/core/modules/node/config/install/core.entity_view_mode.node.rss.yml b/web/core/modules/node/config/install/core.entity_view_mode.node.rss.yml similarity index 100% rename from core/modules/node/config/install/core.entity_view_mode.node.rss.yml rename to web/core/modules/node/config/install/core.entity_view_mode.node.rss.yml diff --git a/core/modules/node/config/install/core.entity_view_mode.node.search_index.yml b/web/core/modules/node/config/install/core.entity_view_mode.node.search_index.yml similarity index 100% rename from core/modules/node/config/install/core.entity_view_mode.node.search_index.yml rename to web/core/modules/node/config/install/core.entity_view_mode.node.search_index.yml diff --git a/core/modules/node/config/install/core.entity_view_mode.node.search_result.yml b/web/core/modules/node/config/install/core.entity_view_mode.node.search_result.yml similarity index 100% rename from core/modules/node/config/install/core.entity_view_mode.node.search_result.yml rename to web/core/modules/node/config/install/core.entity_view_mode.node.search_result.yml diff --git a/core/modules/node/config/install/core.entity_view_mode.node.teaser.yml b/web/core/modules/node/config/install/core.entity_view_mode.node.teaser.yml similarity index 100% rename from core/modules/node/config/install/core.entity_view_mode.node.teaser.yml rename to web/core/modules/node/config/install/core.entity_view_mode.node.teaser.yml diff --git a/core/modules/node/config/install/field.storage.node.body.yml b/web/core/modules/node/config/install/field.storage.node.body.yml similarity index 100% rename from core/modules/node/config/install/field.storage.node.body.yml rename to web/core/modules/node/config/install/field.storage.node.body.yml diff --git a/core/modules/node/config/install/node.settings.yml b/web/core/modules/node/config/install/node.settings.yml similarity index 100% rename from core/modules/node/config/install/node.settings.yml rename to web/core/modules/node/config/install/node.settings.yml diff --git a/core/modules/node/config/install/system.action.node_delete_action.yml b/web/core/modules/node/config/install/system.action.node_delete_action.yml similarity index 100% rename from core/modules/node/config/install/system.action.node_delete_action.yml rename to web/core/modules/node/config/install/system.action.node_delete_action.yml diff --git a/core/modules/node/config/install/system.action.node_make_sticky_action.yml b/web/core/modules/node/config/install/system.action.node_make_sticky_action.yml similarity index 100% rename from core/modules/node/config/install/system.action.node_make_sticky_action.yml rename to web/core/modules/node/config/install/system.action.node_make_sticky_action.yml diff --git a/core/modules/node/config/install/system.action.node_make_unsticky_action.yml b/web/core/modules/node/config/install/system.action.node_make_unsticky_action.yml similarity index 100% rename from core/modules/node/config/install/system.action.node_make_unsticky_action.yml rename to web/core/modules/node/config/install/system.action.node_make_unsticky_action.yml diff --git a/core/modules/node/config/install/system.action.node_promote_action.yml b/web/core/modules/node/config/install/system.action.node_promote_action.yml similarity index 100% rename from core/modules/node/config/install/system.action.node_promote_action.yml rename to web/core/modules/node/config/install/system.action.node_promote_action.yml diff --git a/core/modules/node/config/install/system.action.node_publish_action.yml b/web/core/modules/node/config/install/system.action.node_publish_action.yml similarity index 100% rename from core/modules/node/config/install/system.action.node_publish_action.yml rename to web/core/modules/node/config/install/system.action.node_publish_action.yml diff --git a/core/modules/node/config/install/system.action.node_save_action.yml b/web/core/modules/node/config/install/system.action.node_save_action.yml similarity index 100% rename from core/modules/node/config/install/system.action.node_save_action.yml rename to web/core/modules/node/config/install/system.action.node_save_action.yml diff --git a/core/modules/node/config/install/system.action.node_unpromote_action.yml b/web/core/modules/node/config/install/system.action.node_unpromote_action.yml similarity index 100% rename from core/modules/node/config/install/system.action.node_unpromote_action.yml rename to web/core/modules/node/config/install/system.action.node_unpromote_action.yml diff --git a/core/modules/node/config/install/system.action.node_unpublish_action.yml b/web/core/modules/node/config/install/system.action.node_unpublish_action.yml similarity index 100% rename from core/modules/node/config/install/system.action.node_unpublish_action.yml rename to web/core/modules/node/config/install/system.action.node_unpublish_action.yml diff --git a/core/modules/node/config/optional/search.page.node_search.yml b/web/core/modules/node/config/optional/search.page.node_search.yml similarity index 100% rename from core/modules/node/config/optional/search.page.node_search.yml rename to web/core/modules/node/config/optional/search.page.node_search.yml diff --git a/core/modules/node/config/optional/views.view.archive.yml b/web/core/modules/node/config/optional/views.view.archive.yml similarity index 100% rename from core/modules/node/config/optional/views.view.archive.yml rename to web/core/modules/node/config/optional/views.view.archive.yml diff --git a/core/modules/node/config/optional/views.view.content.yml b/web/core/modules/node/config/optional/views.view.content.yml similarity index 100% rename from core/modules/node/config/optional/views.view.content.yml rename to web/core/modules/node/config/optional/views.view.content.yml diff --git a/core/modules/node/config/optional/views.view.content_recent.yml b/web/core/modules/node/config/optional/views.view.content_recent.yml similarity index 100% rename from core/modules/node/config/optional/views.view.content_recent.yml rename to web/core/modules/node/config/optional/views.view.content_recent.yml diff --git a/core/modules/node/config/optional/views.view.frontpage.yml b/web/core/modules/node/config/optional/views.view.frontpage.yml similarity index 100% rename from core/modules/node/config/optional/views.view.frontpage.yml rename to web/core/modules/node/config/optional/views.view.frontpage.yml diff --git a/core/modules/node/config/optional/views.view.glossary.yml b/web/core/modules/node/config/optional/views.view.glossary.yml similarity index 100% rename from core/modules/node/config/optional/views.view.glossary.yml rename to web/core/modules/node/config/optional/views.view.glossary.yml diff --git a/core/modules/node/config/schema/node.schema.yml b/web/core/modules/node/config/schema/node.schema.yml similarity index 100% rename from core/modules/node/config/schema/node.schema.yml rename to web/core/modules/node/config/schema/node.schema.yml diff --git a/core/modules/node/config/schema/node.views.schema.yml b/web/core/modules/node/config/schema/node.views.schema.yml similarity index 100% rename from core/modules/node/config/schema/node.views.schema.yml rename to web/core/modules/node/config/schema/node.views.schema.yml diff --git a/core/modules/node/content_types.js b/web/core/modules/node/content_types.js similarity index 100% rename from core/modules/node/content_types.js rename to web/core/modules/node/content_types.js diff --git a/core/modules/node/css/node.admin.css b/web/core/modules/node/css/node.admin.css similarity index 100% rename from core/modules/node/css/node.admin.css rename to web/core/modules/node/css/node.admin.css diff --git a/core/modules/node/css/node.module.css b/web/core/modules/node/css/node.module.css similarity index 100% rename from core/modules/node/css/node.module.css rename to web/core/modules/node/css/node.module.css diff --git a/core/modules/node/css/node.preview.css b/web/core/modules/node/css/node.preview.css similarity index 100% rename from core/modules/node/css/node.preview.css rename to web/core/modules/node/css/node.preview.css diff --git a/core/modules/node/migration_templates/d6_node.yml b/web/core/modules/node/migration_templates/d6_node.yml similarity index 100% rename from core/modules/node/migration_templates/d6_node.yml rename to web/core/modules/node/migration_templates/d6_node.yml diff --git a/core/modules/node/migration_templates/d6_node_revision.yml b/web/core/modules/node/migration_templates/d6_node_revision.yml similarity index 100% rename from core/modules/node/migration_templates/d6_node_revision.yml rename to web/core/modules/node/migration_templates/d6_node_revision.yml diff --git a/core/modules/node/migration_templates/d6_node_setting_promote.yml b/web/core/modules/node/migration_templates/d6_node_setting_promote.yml similarity index 100% rename from core/modules/node/migration_templates/d6_node_setting_promote.yml rename to web/core/modules/node/migration_templates/d6_node_setting_promote.yml diff --git a/core/modules/node/migration_templates/d6_node_setting_status.yml b/web/core/modules/node/migration_templates/d6_node_setting_status.yml similarity index 100% rename from core/modules/node/migration_templates/d6_node_setting_status.yml rename to web/core/modules/node/migration_templates/d6_node_setting_status.yml diff --git a/core/modules/node/migration_templates/d6_node_setting_sticky.yml b/web/core/modules/node/migration_templates/d6_node_setting_sticky.yml similarity index 100% rename from core/modules/node/migration_templates/d6_node_setting_sticky.yml rename to web/core/modules/node/migration_templates/d6_node_setting_sticky.yml diff --git a/core/modules/node/migration_templates/d6_node_settings.yml b/web/core/modules/node/migration_templates/d6_node_settings.yml similarity index 100% rename from core/modules/node/migration_templates/d6_node_settings.yml rename to web/core/modules/node/migration_templates/d6_node_settings.yml diff --git a/core/modules/node/migration_templates/d6_node_translation.yml b/web/core/modules/node/migration_templates/d6_node_translation.yml similarity index 100% rename from core/modules/node/migration_templates/d6_node_translation.yml rename to web/core/modules/node/migration_templates/d6_node_translation.yml diff --git a/core/modules/node/migration_templates/d6_node_type.yml b/web/core/modules/node/migration_templates/d6_node_type.yml similarity index 100% rename from core/modules/node/migration_templates/d6_node_type.yml rename to web/core/modules/node/migration_templates/d6_node_type.yml diff --git a/core/modules/node/migration_templates/d6_view_modes.yml b/web/core/modules/node/migration_templates/d6_view_modes.yml similarity index 100% rename from core/modules/node/migration_templates/d6_view_modes.yml rename to web/core/modules/node/migration_templates/d6_view_modes.yml diff --git a/core/modules/node/migration_templates/d7_node.yml b/web/core/modules/node/migration_templates/d7_node.yml similarity index 100% rename from core/modules/node/migration_templates/d7_node.yml rename to web/core/modules/node/migration_templates/d7_node.yml diff --git a/core/modules/node/migration_templates/d7_node_revision.yml b/web/core/modules/node/migration_templates/d7_node_revision.yml similarity index 100% rename from core/modules/node/migration_templates/d7_node_revision.yml rename to web/core/modules/node/migration_templates/d7_node_revision.yml diff --git a/core/modules/node/migration_templates/d7_node_settings.yml b/web/core/modules/node/migration_templates/d7_node_settings.yml similarity index 100% rename from core/modules/node/migration_templates/d7_node_settings.yml rename to web/core/modules/node/migration_templates/d7_node_settings.yml diff --git a/core/modules/node/migration_templates/d7_node_title_label.yml b/web/core/modules/node/migration_templates/d7_node_title_label.yml similarity index 100% rename from core/modules/node/migration_templates/d7_node_title_label.yml rename to web/core/modules/node/migration_templates/d7_node_title_label.yml diff --git a/core/modules/node/migration_templates/d7_node_type.yml b/web/core/modules/node/migration_templates/d7_node_type.yml similarity index 100% rename from core/modules/node/migration_templates/d7_node_type.yml rename to web/core/modules/node/migration_templates/d7_node_type.yml diff --git a/core/modules/node/node.admin.inc b/web/core/modules/node/node.admin.inc similarity index 100% rename from core/modules/node/node.admin.inc rename to web/core/modules/node/node.admin.inc diff --git a/core/modules/node/node.api.php b/web/core/modules/node/node.api.php similarity index 100% rename from core/modules/node/node.api.php rename to web/core/modules/node/node.api.php diff --git a/core/modules/node/node.info.yml b/web/core/modules/node/node.info.yml similarity index 100% rename from core/modules/node/node.info.yml rename to web/core/modules/node/node.info.yml diff --git a/core/modules/node/node.install b/web/core/modules/node/node.install similarity index 100% rename from core/modules/node/node.install rename to web/core/modules/node/node.install diff --git a/core/modules/node/node.js b/web/core/modules/node/node.js similarity index 100% rename from core/modules/node/node.js rename to web/core/modules/node/node.js diff --git a/core/modules/node/node.libraries.yml b/web/core/modules/node/node.libraries.yml similarity index 100% rename from core/modules/node/node.libraries.yml rename to web/core/modules/node/node.libraries.yml diff --git a/core/modules/node/node.links.action.yml b/web/core/modules/node/node.links.action.yml similarity index 100% rename from core/modules/node/node.links.action.yml rename to web/core/modules/node/node.links.action.yml diff --git a/core/modules/node/node.links.contextual.yml b/web/core/modules/node/node.links.contextual.yml similarity index 100% rename from core/modules/node/node.links.contextual.yml rename to web/core/modules/node/node.links.contextual.yml diff --git a/core/modules/node/node.links.menu.yml b/web/core/modules/node/node.links.menu.yml similarity index 100% rename from core/modules/node/node.links.menu.yml rename to web/core/modules/node/node.links.menu.yml diff --git a/core/modules/node/node.links.task.yml b/web/core/modules/node/node.links.task.yml similarity index 100% rename from core/modules/node/node.links.task.yml rename to web/core/modules/node/node.links.task.yml diff --git a/core/modules/node/node.module b/web/core/modules/node/node.module similarity index 100% rename from core/modules/node/node.module rename to web/core/modules/node/node.module diff --git a/core/modules/node/node.permissions.yml b/web/core/modules/node/node.permissions.yml similarity index 100% rename from core/modules/node/node.permissions.yml rename to web/core/modules/node/node.permissions.yml diff --git a/core/modules/node/node.preview.js b/web/core/modules/node/node.preview.js similarity index 100% rename from core/modules/node/node.preview.js rename to web/core/modules/node/node.preview.js diff --git a/core/modules/node/node.routing.yml b/web/core/modules/node/node.routing.yml similarity index 100% rename from core/modules/node/node.routing.yml rename to web/core/modules/node/node.routing.yml diff --git a/core/modules/node/node.services.yml b/web/core/modules/node/node.services.yml similarity index 100% rename from core/modules/node/node.services.yml rename to web/core/modules/node/node.services.yml diff --git a/core/modules/node/node.tokens.inc b/web/core/modules/node/node.tokens.inc similarity index 100% rename from core/modules/node/node.tokens.inc rename to web/core/modules/node/node.tokens.inc diff --git a/core/modules/node/node.views_execution.inc b/web/core/modules/node/node.views_execution.inc similarity index 100% rename from core/modules/node/node.views_execution.inc rename to web/core/modules/node/node.views_execution.inc diff --git a/core/modules/node/src/Access/NodeAddAccessCheck.php b/web/core/modules/node/src/Access/NodeAddAccessCheck.php similarity index 100% rename from core/modules/node/src/Access/NodeAddAccessCheck.php rename to web/core/modules/node/src/Access/NodeAddAccessCheck.php diff --git a/core/modules/node/src/Access/NodePreviewAccessCheck.php b/web/core/modules/node/src/Access/NodePreviewAccessCheck.php similarity index 100% rename from core/modules/node/src/Access/NodePreviewAccessCheck.php rename to web/core/modules/node/src/Access/NodePreviewAccessCheck.php diff --git a/core/modules/node/src/Access/NodeRevisionAccessCheck.php b/web/core/modules/node/src/Access/NodeRevisionAccessCheck.php similarity index 100% rename from core/modules/node/src/Access/NodeRevisionAccessCheck.php rename to web/core/modules/node/src/Access/NodeRevisionAccessCheck.php diff --git a/core/modules/node/src/Cache/NodeAccessGrantsCacheContext.php b/web/core/modules/node/src/Cache/NodeAccessGrantsCacheContext.php similarity index 100% rename from core/modules/node/src/Cache/NodeAccessGrantsCacheContext.php rename to web/core/modules/node/src/Cache/NodeAccessGrantsCacheContext.php diff --git a/core/modules/node/src/ConfigTranslation/NodeTypeMapper.php b/web/core/modules/node/src/ConfigTranslation/NodeTypeMapper.php similarity index 100% rename from core/modules/node/src/ConfigTranslation/NodeTypeMapper.php rename to web/core/modules/node/src/ConfigTranslation/NodeTypeMapper.php diff --git a/core/modules/node/src/ContextProvider/NodeRouteContext.php b/web/core/modules/node/src/ContextProvider/NodeRouteContext.php similarity index 100% rename from core/modules/node/src/ContextProvider/NodeRouteContext.php rename to web/core/modules/node/src/ContextProvider/NodeRouteContext.php diff --git a/core/modules/node/src/Controller/NodeController.php b/web/core/modules/node/src/Controller/NodeController.php similarity index 100% rename from core/modules/node/src/Controller/NodeController.php rename to web/core/modules/node/src/Controller/NodeController.php diff --git a/core/modules/node/src/Controller/NodePreviewController.php b/web/core/modules/node/src/Controller/NodePreviewController.php similarity index 100% rename from core/modules/node/src/Controller/NodePreviewController.php rename to web/core/modules/node/src/Controller/NodePreviewController.php diff --git a/core/modules/node/src/Controller/NodeViewController.php b/web/core/modules/node/src/Controller/NodeViewController.php similarity index 100% rename from core/modules/node/src/Controller/NodeViewController.php rename to web/core/modules/node/src/Controller/NodeViewController.php diff --git a/core/modules/node/src/Entity/Node.php b/web/core/modules/node/src/Entity/Node.php similarity index 100% rename from core/modules/node/src/Entity/Node.php rename to web/core/modules/node/src/Entity/Node.php diff --git a/core/modules/node/src/Entity/NodeRouteProvider.php b/web/core/modules/node/src/Entity/NodeRouteProvider.php similarity index 100% rename from core/modules/node/src/Entity/NodeRouteProvider.php rename to web/core/modules/node/src/Entity/NodeRouteProvider.php diff --git a/core/modules/node/src/Entity/NodeType.php b/web/core/modules/node/src/Entity/NodeType.php similarity index 100% rename from core/modules/node/src/Entity/NodeType.php rename to web/core/modules/node/src/Entity/NodeType.php diff --git a/core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php b/web/core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php similarity index 100% rename from core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php rename to web/core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php diff --git a/core/modules/node/src/Form/DeleteMultiple.php b/web/core/modules/node/src/Form/DeleteMultiple.php similarity index 100% rename from core/modules/node/src/Form/DeleteMultiple.php rename to web/core/modules/node/src/Form/DeleteMultiple.php diff --git a/core/modules/node/src/Form/NodeDeleteForm.php b/web/core/modules/node/src/Form/NodeDeleteForm.php similarity index 100% rename from core/modules/node/src/Form/NodeDeleteForm.php rename to web/core/modules/node/src/Form/NodeDeleteForm.php diff --git a/core/modules/node/src/Form/NodePreviewForm.php b/web/core/modules/node/src/Form/NodePreviewForm.php similarity index 100% rename from core/modules/node/src/Form/NodePreviewForm.php rename to web/core/modules/node/src/Form/NodePreviewForm.php diff --git a/core/modules/node/src/Form/NodeRevisionDeleteForm.php b/web/core/modules/node/src/Form/NodeRevisionDeleteForm.php similarity index 100% rename from core/modules/node/src/Form/NodeRevisionDeleteForm.php rename to web/core/modules/node/src/Form/NodeRevisionDeleteForm.php diff --git a/core/modules/node/src/Form/NodeRevisionRevertForm.php b/web/core/modules/node/src/Form/NodeRevisionRevertForm.php similarity index 100% rename from core/modules/node/src/Form/NodeRevisionRevertForm.php rename to web/core/modules/node/src/Form/NodeRevisionRevertForm.php diff --git a/core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php b/web/core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php similarity index 100% rename from core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php rename to web/core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php diff --git a/core/modules/node/src/Form/NodeTypeDeleteConfirm.php b/web/core/modules/node/src/Form/NodeTypeDeleteConfirm.php similarity index 100% rename from core/modules/node/src/Form/NodeTypeDeleteConfirm.php rename to web/core/modules/node/src/Form/NodeTypeDeleteConfirm.php diff --git a/core/modules/node/src/Form/RebuildPermissionsForm.php b/web/core/modules/node/src/Form/RebuildPermissionsForm.php similarity index 100% rename from core/modules/node/src/Form/RebuildPermissionsForm.php rename to web/core/modules/node/src/Form/RebuildPermissionsForm.php diff --git a/core/modules/node/src/NodeAccessControlHandler.php b/web/core/modules/node/src/NodeAccessControlHandler.php similarity index 100% rename from core/modules/node/src/NodeAccessControlHandler.php rename to web/core/modules/node/src/NodeAccessControlHandler.php diff --git a/core/modules/node/src/NodeAccessControlHandlerInterface.php b/web/core/modules/node/src/NodeAccessControlHandlerInterface.php similarity index 100% rename from core/modules/node/src/NodeAccessControlHandlerInterface.php rename to web/core/modules/node/src/NodeAccessControlHandlerInterface.php diff --git a/core/modules/node/src/NodeForm.php b/web/core/modules/node/src/NodeForm.php similarity index 100% rename from core/modules/node/src/NodeForm.php rename to web/core/modules/node/src/NodeForm.php diff --git a/core/modules/node/src/NodeGrantDatabaseStorage.php b/web/core/modules/node/src/NodeGrantDatabaseStorage.php similarity index 100% rename from core/modules/node/src/NodeGrantDatabaseStorage.php rename to web/core/modules/node/src/NodeGrantDatabaseStorage.php diff --git a/core/modules/node/src/NodeGrantDatabaseStorageInterface.php b/web/core/modules/node/src/NodeGrantDatabaseStorageInterface.php similarity index 100% rename from core/modules/node/src/NodeGrantDatabaseStorageInterface.php rename to web/core/modules/node/src/NodeGrantDatabaseStorageInterface.php diff --git a/core/modules/node/src/NodeInterface.php b/web/core/modules/node/src/NodeInterface.php similarity index 100% rename from core/modules/node/src/NodeInterface.php rename to web/core/modules/node/src/NodeInterface.php diff --git a/core/modules/node/src/NodeListBuilder.php b/web/core/modules/node/src/NodeListBuilder.php similarity index 100% rename from core/modules/node/src/NodeListBuilder.php rename to web/core/modules/node/src/NodeListBuilder.php diff --git a/core/modules/node/src/NodePermissions.php b/web/core/modules/node/src/NodePermissions.php similarity index 100% rename from core/modules/node/src/NodePermissions.php rename to web/core/modules/node/src/NodePermissions.php diff --git a/core/modules/node/src/NodeStorage.php b/web/core/modules/node/src/NodeStorage.php similarity index 100% rename from core/modules/node/src/NodeStorage.php rename to web/core/modules/node/src/NodeStorage.php diff --git a/core/modules/node/src/NodeStorageInterface.php b/web/core/modules/node/src/NodeStorageInterface.php similarity index 100% rename from core/modules/node/src/NodeStorageInterface.php rename to web/core/modules/node/src/NodeStorageInterface.php diff --git a/core/modules/node/src/NodeStorageSchema.php b/web/core/modules/node/src/NodeStorageSchema.php similarity index 100% rename from core/modules/node/src/NodeStorageSchema.php rename to web/core/modules/node/src/NodeStorageSchema.php diff --git a/core/modules/node/src/NodeTranslationHandler.php b/web/core/modules/node/src/NodeTranslationHandler.php similarity index 100% rename from core/modules/node/src/NodeTranslationHandler.php rename to web/core/modules/node/src/NodeTranslationHandler.php diff --git a/core/modules/node/src/NodeTypeAccessControlHandler.php b/web/core/modules/node/src/NodeTypeAccessControlHandler.php similarity index 100% rename from core/modules/node/src/NodeTypeAccessControlHandler.php rename to web/core/modules/node/src/NodeTypeAccessControlHandler.php diff --git a/core/modules/node/src/NodeTypeForm.php b/web/core/modules/node/src/NodeTypeForm.php similarity index 100% rename from core/modules/node/src/NodeTypeForm.php rename to web/core/modules/node/src/NodeTypeForm.php diff --git a/core/modules/node/src/NodeTypeInterface.php b/web/core/modules/node/src/NodeTypeInterface.php similarity index 100% rename from core/modules/node/src/NodeTypeInterface.php rename to web/core/modules/node/src/NodeTypeInterface.php diff --git a/core/modules/node/src/NodeTypeListBuilder.php b/web/core/modules/node/src/NodeTypeListBuilder.php similarity index 100% rename from core/modules/node/src/NodeTypeListBuilder.php rename to web/core/modules/node/src/NodeTypeListBuilder.php diff --git a/core/modules/node/src/NodeViewBuilder.php b/web/core/modules/node/src/NodeViewBuilder.php similarity index 100% rename from core/modules/node/src/NodeViewBuilder.php rename to web/core/modules/node/src/NodeViewBuilder.php diff --git a/core/modules/node/src/NodeViewsData.php b/web/core/modules/node/src/NodeViewsData.php similarity index 100% rename from core/modules/node/src/NodeViewsData.php rename to web/core/modules/node/src/NodeViewsData.php diff --git a/core/modules/node/src/PageCache/DenyNodePreview.php b/web/core/modules/node/src/PageCache/DenyNodePreview.php similarity index 100% rename from core/modules/node/src/PageCache/DenyNodePreview.php rename to web/core/modules/node/src/PageCache/DenyNodePreview.php diff --git a/core/modules/node/src/ParamConverter/NodePreviewConverter.php b/web/core/modules/node/src/ParamConverter/NodePreviewConverter.php similarity index 100% rename from core/modules/node/src/ParamConverter/NodePreviewConverter.php rename to web/core/modules/node/src/ParamConverter/NodePreviewConverter.php diff --git a/core/modules/node/src/Plugin/Action/AssignOwnerNode.php b/web/core/modules/node/src/Plugin/Action/AssignOwnerNode.php similarity index 100% rename from core/modules/node/src/Plugin/Action/AssignOwnerNode.php rename to web/core/modules/node/src/Plugin/Action/AssignOwnerNode.php diff --git a/core/modules/node/src/Plugin/Action/DeleteNode.php b/web/core/modules/node/src/Plugin/Action/DeleteNode.php similarity index 100% rename from core/modules/node/src/Plugin/Action/DeleteNode.php rename to web/core/modules/node/src/Plugin/Action/DeleteNode.php diff --git a/core/modules/node/src/Plugin/Action/DemoteNode.php b/web/core/modules/node/src/Plugin/Action/DemoteNode.php similarity index 100% rename from core/modules/node/src/Plugin/Action/DemoteNode.php rename to web/core/modules/node/src/Plugin/Action/DemoteNode.php diff --git a/core/modules/node/src/Plugin/Action/PromoteNode.php b/web/core/modules/node/src/Plugin/Action/PromoteNode.php similarity index 100% rename from core/modules/node/src/Plugin/Action/PromoteNode.php rename to web/core/modules/node/src/Plugin/Action/PromoteNode.php diff --git a/core/modules/node/src/Plugin/Action/PublishNode.php b/web/core/modules/node/src/Plugin/Action/PublishNode.php similarity index 100% rename from core/modules/node/src/Plugin/Action/PublishNode.php rename to web/core/modules/node/src/Plugin/Action/PublishNode.php diff --git a/core/modules/node/src/Plugin/Action/SaveNode.php b/web/core/modules/node/src/Plugin/Action/SaveNode.php similarity index 100% rename from core/modules/node/src/Plugin/Action/SaveNode.php rename to web/core/modules/node/src/Plugin/Action/SaveNode.php diff --git a/core/modules/node/src/Plugin/Action/StickyNode.php b/web/core/modules/node/src/Plugin/Action/StickyNode.php similarity index 100% rename from core/modules/node/src/Plugin/Action/StickyNode.php rename to web/core/modules/node/src/Plugin/Action/StickyNode.php diff --git a/core/modules/node/src/Plugin/Action/UnpublishByKeywordNode.php b/web/core/modules/node/src/Plugin/Action/UnpublishByKeywordNode.php similarity index 100% rename from core/modules/node/src/Plugin/Action/UnpublishByKeywordNode.php rename to web/core/modules/node/src/Plugin/Action/UnpublishByKeywordNode.php diff --git a/core/modules/node/src/Plugin/Action/UnpublishNode.php b/web/core/modules/node/src/Plugin/Action/UnpublishNode.php similarity index 100% rename from core/modules/node/src/Plugin/Action/UnpublishNode.php rename to web/core/modules/node/src/Plugin/Action/UnpublishNode.php diff --git a/core/modules/node/src/Plugin/Action/UnstickyNode.php b/web/core/modules/node/src/Plugin/Action/UnstickyNode.php similarity index 100% rename from core/modules/node/src/Plugin/Action/UnstickyNode.php rename to web/core/modules/node/src/Plugin/Action/UnstickyNode.php diff --git a/core/modules/node/src/Plugin/Block/SyndicateBlock.php b/web/core/modules/node/src/Plugin/Block/SyndicateBlock.php similarity index 100% rename from core/modules/node/src/Plugin/Block/SyndicateBlock.php rename to web/core/modules/node/src/Plugin/Block/SyndicateBlock.php diff --git a/core/modules/node/src/Plugin/Condition/NodeType.php b/web/core/modules/node/src/Plugin/Condition/NodeType.php similarity index 100% rename from core/modules/node/src/Plugin/Condition/NodeType.php rename to web/core/modules/node/src/Plugin/Condition/NodeType.php diff --git a/core/modules/node/src/Plugin/EntityReferenceSelection/NodeSelection.php b/web/core/modules/node/src/Plugin/EntityReferenceSelection/NodeSelection.php similarity index 100% rename from core/modules/node/src/Plugin/EntityReferenceSelection/NodeSelection.php rename to web/core/modules/node/src/Plugin/EntityReferenceSelection/NodeSelection.php diff --git a/core/modules/node/src/Plugin/Search/NodeSearch.php b/web/core/modules/node/src/Plugin/Search/NodeSearch.php similarity index 100% rename from core/modules/node/src/Plugin/Search/NodeSearch.php rename to web/core/modules/node/src/Plugin/Search/NodeSearch.php diff --git a/core/modules/node/src/Plugin/migrate/D6NodeDeriver.php b/web/core/modules/node/src/Plugin/migrate/D6NodeDeriver.php similarity index 100% rename from core/modules/node/src/Plugin/migrate/D6NodeDeriver.php rename to web/core/modules/node/src/Plugin/migrate/D6NodeDeriver.php diff --git a/core/modules/node/src/Plugin/migrate/D7NodeDeriver.php b/web/core/modules/node/src/Plugin/migrate/D7NodeDeriver.php similarity index 100% rename from core/modules/node/src/Plugin/migrate/D7NodeDeriver.php rename to web/core/modules/node/src/Plugin/migrate/D7NodeDeriver.php diff --git a/core/modules/node/src/Plugin/migrate/destination/EntityNodeType.php b/web/core/modules/node/src/Plugin/migrate/destination/EntityNodeType.php similarity index 100% rename from core/modules/node/src/Plugin/migrate/destination/EntityNodeType.php rename to web/core/modules/node/src/Plugin/migrate/destination/EntityNodeType.php diff --git a/core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php b/web/core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php similarity index 100% rename from core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php rename to web/core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php diff --git a/core/modules/node/src/Plugin/migrate/source/d6/Node.php b/web/core/modules/node/src/Plugin/migrate/source/d6/Node.php similarity index 100% rename from core/modules/node/src/Plugin/migrate/source/d6/Node.php rename to web/core/modules/node/src/Plugin/migrate/source/d6/Node.php diff --git a/core/modules/node/src/Plugin/migrate/source/d6/NodeRevision.php b/web/core/modules/node/src/Plugin/migrate/source/d6/NodeRevision.php similarity index 100% rename from core/modules/node/src/Plugin/migrate/source/d6/NodeRevision.php rename to web/core/modules/node/src/Plugin/migrate/source/d6/NodeRevision.php diff --git a/core/modules/node/src/Plugin/migrate/source/d6/NodeType.php b/web/core/modules/node/src/Plugin/migrate/source/d6/NodeType.php similarity index 100% rename from core/modules/node/src/Plugin/migrate/source/d6/NodeType.php rename to web/core/modules/node/src/Plugin/migrate/source/d6/NodeType.php diff --git a/core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php b/web/core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php similarity index 100% rename from core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php rename to web/core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php diff --git a/core/modules/node/src/Plugin/migrate/source/d6/ViewModeBase.php b/web/core/modules/node/src/Plugin/migrate/source/d6/ViewModeBase.php similarity index 100% rename from core/modules/node/src/Plugin/migrate/source/d6/ViewModeBase.php rename to web/core/modules/node/src/Plugin/migrate/source/d6/ViewModeBase.php diff --git a/core/modules/node/src/Plugin/migrate/source/d7/Node.php b/web/core/modules/node/src/Plugin/migrate/source/d7/Node.php similarity index 100% rename from core/modules/node/src/Plugin/migrate/source/d7/Node.php rename to web/core/modules/node/src/Plugin/migrate/source/d7/Node.php diff --git a/core/modules/node/src/Plugin/migrate/source/d7/NodeRevision.php b/web/core/modules/node/src/Plugin/migrate/source/d7/NodeRevision.php similarity index 100% rename from core/modules/node/src/Plugin/migrate/source/d7/NodeRevision.php rename to web/core/modules/node/src/Plugin/migrate/source/d7/NodeRevision.php diff --git a/core/modules/node/src/Plugin/migrate/source/d7/NodeType.php b/web/core/modules/node/src/Plugin/migrate/source/d7/NodeType.php similarity index 100% rename from core/modules/node/src/Plugin/migrate/source/d7/NodeType.php rename to web/core/modules/node/src/Plugin/migrate/source/d7/NodeType.php diff --git a/core/modules/node/src/Plugin/views/area/ListingEmpty.php b/web/core/modules/node/src/Plugin/views/area/ListingEmpty.php similarity index 100% rename from core/modules/node/src/Plugin/views/area/ListingEmpty.php rename to web/core/modules/node/src/Plugin/views/area/ListingEmpty.php diff --git a/core/modules/node/src/Plugin/views/argument/Nid.php b/web/core/modules/node/src/Plugin/views/argument/Nid.php similarity index 100% rename from core/modules/node/src/Plugin/views/argument/Nid.php rename to web/core/modules/node/src/Plugin/views/argument/Nid.php diff --git a/core/modules/node/src/Plugin/views/argument/Type.php b/web/core/modules/node/src/Plugin/views/argument/Type.php similarity index 100% rename from core/modules/node/src/Plugin/views/argument/Type.php rename to web/core/modules/node/src/Plugin/views/argument/Type.php diff --git a/core/modules/node/src/Plugin/views/argument/UidRevision.php b/web/core/modules/node/src/Plugin/views/argument/UidRevision.php similarity index 100% rename from core/modules/node/src/Plugin/views/argument/UidRevision.php rename to web/core/modules/node/src/Plugin/views/argument/UidRevision.php diff --git a/core/modules/node/src/Plugin/views/argument/Vid.php b/web/core/modules/node/src/Plugin/views/argument/Vid.php similarity index 100% rename from core/modules/node/src/Plugin/views/argument/Vid.php rename to web/core/modules/node/src/Plugin/views/argument/Vid.php diff --git a/core/modules/node/src/Plugin/views/argument_default/Node.php b/web/core/modules/node/src/Plugin/views/argument_default/Node.php similarity index 100% rename from core/modules/node/src/Plugin/views/argument_default/Node.php rename to web/core/modules/node/src/Plugin/views/argument_default/Node.php diff --git a/core/modules/node/src/Plugin/views/field/Node.php b/web/core/modules/node/src/Plugin/views/field/Node.php similarity index 100% rename from core/modules/node/src/Plugin/views/field/Node.php rename to web/core/modules/node/src/Plugin/views/field/Node.php diff --git a/core/modules/node/src/Plugin/views/field/NodeBulkForm.php b/web/core/modules/node/src/Plugin/views/field/NodeBulkForm.php similarity index 100% rename from core/modules/node/src/Plugin/views/field/NodeBulkForm.php rename to web/core/modules/node/src/Plugin/views/field/NodeBulkForm.php diff --git a/core/modules/node/src/Plugin/views/field/Path.php b/web/core/modules/node/src/Plugin/views/field/Path.php similarity index 100% rename from core/modules/node/src/Plugin/views/field/Path.php rename to web/core/modules/node/src/Plugin/views/field/Path.php diff --git a/core/modules/node/src/Plugin/views/field/RevisionLink.php b/web/core/modules/node/src/Plugin/views/field/RevisionLink.php similarity index 100% rename from core/modules/node/src/Plugin/views/field/RevisionLink.php rename to web/core/modules/node/src/Plugin/views/field/RevisionLink.php diff --git a/core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php b/web/core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php similarity index 100% rename from core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php rename to web/core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php diff --git a/core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php b/web/core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php similarity index 100% rename from core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php rename to web/core/modules/node/src/Plugin/views/field/RevisionLinkRevert.php diff --git a/core/modules/node/src/Plugin/views/filter/Access.php b/web/core/modules/node/src/Plugin/views/filter/Access.php similarity index 100% rename from core/modules/node/src/Plugin/views/filter/Access.php rename to web/core/modules/node/src/Plugin/views/filter/Access.php diff --git a/core/modules/node/src/Plugin/views/filter/Status.php b/web/core/modules/node/src/Plugin/views/filter/Status.php similarity index 100% rename from core/modules/node/src/Plugin/views/filter/Status.php rename to web/core/modules/node/src/Plugin/views/filter/Status.php diff --git a/core/modules/node/src/Plugin/views/filter/UidRevision.php b/web/core/modules/node/src/Plugin/views/filter/UidRevision.php similarity index 100% rename from core/modules/node/src/Plugin/views/filter/UidRevision.php rename to web/core/modules/node/src/Plugin/views/filter/UidRevision.php diff --git a/core/modules/node/src/Plugin/views/row/NodeRow.php b/web/core/modules/node/src/Plugin/views/row/NodeRow.php similarity index 100% rename from core/modules/node/src/Plugin/views/row/NodeRow.php rename to web/core/modules/node/src/Plugin/views/row/NodeRow.php diff --git a/core/modules/node/src/Plugin/views/row/Rss.php b/web/core/modules/node/src/Plugin/views/row/Rss.php similarity index 100% rename from core/modules/node/src/Plugin/views/row/Rss.php rename to web/core/modules/node/src/Plugin/views/row/Rss.php diff --git a/core/modules/node/src/Plugin/views/wizard/Node.php b/web/core/modules/node/src/Plugin/views/wizard/Node.php similarity index 100% rename from core/modules/node/src/Plugin/views/wizard/Node.php rename to web/core/modules/node/src/Plugin/views/wizard/Node.php diff --git a/core/modules/node/src/Plugin/views/wizard/NodeRevision.php b/web/core/modules/node/src/Plugin/views/wizard/NodeRevision.php similarity index 100% rename from core/modules/node/src/Plugin/views/wizard/NodeRevision.php rename to web/core/modules/node/src/Plugin/views/wizard/NodeRevision.php diff --git a/core/modules/node/src/ProxyClass/ParamConverter/NodePreviewConverter.php b/web/core/modules/node/src/ProxyClass/ParamConverter/NodePreviewConverter.php similarity index 100% rename from core/modules/node/src/ProxyClass/ParamConverter/NodePreviewConverter.php rename to web/core/modules/node/src/ProxyClass/ParamConverter/NodePreviewConverter.php diff --git a/core/modules/node/src/Routing/RouteSubscriber.php b/web/core/modules/node/src/Routing/RouteSubscriber.php similarity index 100% rename from core/modules/node/src/Routing/RouteSubscriber.php rename to web/core/modules/node/src/Routing/RouteSubscriber.php diff --git a/core/modules/node/src/Tests/AssertButtonsTrait.php b/web/core/modules/node/src/Tests/AssertButtonsTrait.php similarity index 100% rename from core/modules/node/src/Tests/AssertButtonsTrait.php rename to web/core/modules/node/src/Tests/AssertButtonsTrait.php diff --git a/core/modules/node/src/Tests/Migrate/d6/MigrateNodeRevisionTest.php b/web/core/modules/node/src/Tests/Migrate/d6/MigrateNodeRevisionTest.php similarity index 100% rename from core/modules/node/src/Tests/Migrate/d6/MigrateNodeRevisionTest.php rename to web/core/modules/node/src/Tests/Migrate/d6/MigrateNodeRevisionTest.php diff --git a/core/modules/node/src/Tests/Migrate/d7/NodeMigrateDeriverTest.php b/web/core/modules/node/src/Tests/Migrate/d7/NodeMigrateDeriverTest.php similarity index 100% rename from core/modules/node/src/Tests/Migrate/d7/NodeMigrateDeriverTest.php rename to web/core/modules/node/src/Tests/Migrate/d7/NodeMigrateDeriverTest.php diff --git a/core/modules/node/src/Tests/MultiStepNodeFormBasicOptionsTest.php b/web/core/modules/node/src/Tests/MultiStepNodeFormBasicOptionsTest.php similarity index 100% rename from core/modules/node/src/Tests/MultiStepNodeFormBasicOptionsTest.php rename to web/core/modules/node/src/Tests/MultiStepNodeFormBasicOptionsTest.php diff --git a/core/modules/node/src/Tests/NodeAccessAutoBubblingTest.php b/web/core/modules/node/src/Tests/NodeAccessAutoBubblingTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeAccessAutoBubblingTest.php rename to web/core/modules/node/src/Tests/NodeAccessAutoBubblingTest.php diff --git a/core/modules/node/src/Tests/NodeAccessBaseTableTest.php b/web/core/modules/node/src/Tests/NodeAccessBaseTableTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeAccessBaseTableTest.php rename to web/core/modules/node/src/Tests/NodeAccessBaseTableTest.php diff --git a/core/modules/node/src/Tests/NodeAccessFieldTest.php b/web/core/modules/node/src/Tests/NodeAccessFieldTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeAccessFieldTest.php rename to web/core/modules/node/src/Tests/NodeAccessFieldTest.php diff --git a/core/modules/node/src/Tests/NodeAccessGrantsCacheContextTest.php b/web/core/modules/node/src/Tests/NodeAccessGrantsCacheContextTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeAccessGrantsCacheContextTest.php rename to web/core/modules/node/src/Tests/NodeAccessGrantsCacheContextTest.php diff --git a/core/modules/node/src/Tests/NodeAccessLanguageAwareCombinationTest.php b/web/core/modules/node/src/Tests/NodeAccessLanguageAwareCombinationTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeAccessLanguageAwareCombinationTest.php rename to web/core/modules/node/src/Tests/NodeAccessLanguageAwareCombinationTest.php diff --git a/core/modules/node/src/Tests/NodeAccessLanguageAwareTest.php b/web/core/modules/node/src/Tests/NodeAccessLanguageAwareTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeAccessLanguageAwareTest.php rename to web/core/modules/node/src/Tests/NodeAccessLanguageAwareTest.php diff --git a/core/modules/node/src/Tests/NodeAccessLanguageTest.php b/web/core/modules/node/src/Tests/NodeAccessLanguageTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeAccessLanguageTest.php rename to web/core/modules/node/src/Tests/NodeAccessLanguageTest.php diff --git a/core/modules/node/src/Tests/NodeAccessMenuLinkTest.php b/web/core/modules/node/src/Tests/NodeAccessMenuLinkTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeAccessMenuLinkTest.php rename to web/core/modules/node/src/Tests/NodeAccessMenuLinkTest.php diff --git a/core/modules/node/src/Tests/NodeAccessPagerTest.php b/web/core/modules/node/src/Tests/NodeAccessPagerTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeAccessPagerTest.php rename to web/core/modules/node/src/Tests/NodeAccessPagerTest.php diff --git a/core/modules/node/src/Tests/NodeAccessRebuildNodeGrantsTest.php b/web/core/modules/node/src/Tests/NodeAccessRebuildNodeGrantsTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeAccessRebuildNodeGrantsTest.php rename to web/core/modules/node/src/Tests/NodeAccessRebuildNodeGrantsTest.php diff --git a/core/modules/node/src/Tests/NodeAccessRecordsTest.php b/web/core/modules/node/src/Tests/NodeAccessRecordsTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeAccessRecordsTest.php rename to web/core/modules/node/src/Tests/NodeAccessRecordsTest.php diff --git a/core/modules/node/src/Tests/NodeActionsConfigurationTest.php b/web/core/modules/node/src/Tests/NodeActionsConfigurationTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeActionsConfigurationTest.php rename to web/core/modules/node/src/Tests/NodeActionsConfigurationTest.php diff --git a/core/modules/node/src/Tests/NodeAdminTest.php b/web/core/modules/node/src/Tests/NodeAdminTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeAdminTest.php rename to web/core/modules/node/src/Tests/NodeAdminTest.php diff --git a/core/modules/node/src/Tests/NodeBlockFunctionalTest.php b/web/core/modules/node/src/Tests/NodeBlockFunctionalTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeBlockFunctionalTest.php rename to web/core/modules/node/src/Tests/NodeBlockFunctionalTest.php diff --git a/core/modules/node/src/Tests/NodeCacheTagsTest.php b/web/core/modules/node/src/Tests/NodeCacheTagsTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeCacheTagsTest.php rename to web/core/modules/node/src/Tests/NodeCacheTagsTest.php diff --git a/core/modules/node/src/Tests/NodeCreationTest.php b/web/core/modules/node/src/Tests/NodeCreationTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeCreationTest.php rename to web/core/modules/node/src/Tests/NodeCreationTest.php diff --git a/core/modules/node/src/Tests/NodeEditFormTest.php b/web/core/modules/node/src/Tests/NodeEditFormTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeEditFormTest.php rename to web/core/modules/node/src/Tests/NodeEditFormTest.php diff --git a/core/modules/node/src/Tests/NodeEntityViewModeAlterTest.php b/web/core/modules/node/src/Tests/NodeEntityViewModeAlterTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeEntityViewModeAlterTest.php rename to web/core/modules/node/src/Tests/NodeEntityViewModeAlterTest.php diff --git a/core/modules/node/src/Tests/NodeFieldMultilingualTest.php b/web/core/modules/node/src/Tests/NodeFieldMultilingualTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeFieldMultilingualTest.php rename to web/core/modules/node/src/Tests/NodeFieldMultilingualTest.php diff --git a/core/modules/node/src/Tests/NodeFormButtonsTest.php b/web/core/modules/node/src/Tests/NodeFormButtonsTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeFormButtonsTest.php rename to web/core/modules/node/src/Tests/NodeFormButtonsTest.php diff --git a/core/modules/node/src/Tests/NodeFormSaveChangedTimeTest.php b/web/core/modules/node/src/Tests/NodeFormSaveChangedTimeTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeFormSaveChangedTimeTest.php rename to web/core/modules/node/src/Tests/NodeFormSaveChangedTimeTest.php diff --git a/core/modules/node/src/Tests/NodeHelpTest.php b/web/core/modules/node/src/Tests/NodeHelpTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeHelpTest.php rename to web/core/modules/node/src/Tests/NodeHelpTest.php diff --git a/core/modules/node/src/Tests/NodeLinksTest.php b/web/core/modules/node/src/Tests/NodeLinksTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeLinksTest.php rename to web/core/modules/node/src/Tests/NodeLinksTest.php diff --git a/core/modules/node/src/Tests/NodeLoadMultipleTest.php b/web/core/modules/node/src/Tests/NodeLoadMultipleTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeLoadMultipleTest.php rename to web/core/modules/node/src/Tests/NodeLoadMultipleTest.php diff --git a/core/modules/node/src/Tests/NodePostSettingsTest.php b/web/core/modules/node/src/Tests/NodePostSettingsTest.php similarity index 100% rename from core/modules/node/src/Tests/NodePostSettingsTest.php rename to web/core/modules/node/src/Tests/NodePostSettingsTest.php diff --git a/core/modules/node/src/Tests/NodeQueryAlterTest.php b/web/core/modules/node/src/Tests/NodeQueryAlterTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeQueryAlterTest.php rename to web/core/modules/node/src/Tests/NodeQueryAlterTest.php diff --git a/core/modules/node/src/Tests/NodeRSSContentTest.php b/web/core/modules/node/src/Tests/NodeRSSContentTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeRSSContentTest.php rename to web/core/modules/node/src/Tests/NodeRSSContentTest.php diff --git a/core/modules/node/src/Tests/NodeRevisionPermissionsTest.php b/web/core/modules/node/src/Tests/NodeRevisionPermissionsTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeRevisionPermissionsTest.php rename to web/core/modules/node/src/Tests/NodeRevisionPermissionsTest.php diff --git a/core/modules/node/src/Tests/NodeRevisionsAllTest.php b/web/core/modules/node/src/Tests/NodeRevisionsAllTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeRevisionsAllTest.php rename to web/core/modules/node/src/Tests/NodeRevisionsAllTest.php diff --git a/core/modules/node/src/Tests/NodeRevisionsTest.php b/web/core/modules/node/src/Tests/NodeRevisionsTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeRevisionsTest.php rename to web/core/modules/node/src/Tests/NodeRevisionsTest.php diff --git a/core/modules/node/src/Tests/NodeRevisionsUiBypassAccessTest.php b/web/core/modules/node/src/Tests/NodeRevisionsUiBypassAccessTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeRevisionsUiBypassAccessTest.php rename to web/core/modules/node/src/Tests/NodeRevisionsUiBypassAccessTest.php diff --git a/core/modules/node/src/Tests/NodeRevisionsUiTest.php b/web/core/modules/node/src/Tests/NodeRevisionsUiTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeRevisionsUiTest.php rename to web/core/modules/node/src/Tests/NodeRevisionsUiTest.php diff --git a/core/modules/node/src/Tests/NodeSaveTest.php b/web/core/modules/node/src/Tests/NodeSaveTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeSaveTest.php rename to web/core/modules/node/src/Tests/NodeSaveTest.php diff --git a/core/modules/node/src/Tests/NodeSyndicateBlockTest.php b/web/core/modules/node/src/Tests/NodeSyndicateBlockTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeSyndicateBlockTest.php rename to web/core/modules/node/src/Tests/NodeSyndicateBlockTest.php diff --git a/core/modules/node/src/Tests/NodeTemplateSuggestionsTest.php b/web/core/modules/node/src/Tests/NodeTemplateSuggestionsTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeTemplateSuggestionsTest.php rename to web/core/modules/node/src/Tests/NodeTemplateSuggestionsTest.php diff --git a/core/modules/node/src/Tests/NodeTestBase.php b/web/core/modules/node/src/Tests/NodeTestBase.php similarity index 100% rename from core/modules/node/src/Tests/NodeTestBase.php rename to web/core/modules/node/src/Tests/NodeTestBase.php diff --git a/core/modules/node/src/Tests/NodeTitleTest.php b/web/core/modules/node/src/Tests/NodeTitleTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeTitleTest.php rename to web/core/modules/node/src/Tests/NodeTitleTest.php diff --git a/core/modules/node/src/Tests/NodeTitleXSSTest.php b/web/core/modules/node/src/Tests/NodeTitleXSSTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeTitleXSSTest.php rename to web/core/modules/node/src/Tests/NodeTitleXSSTest.php diff --git a/core/modules/node/src/Tests/NodeTranslationUITest.php b/web/core/modules/node/src/Tests/NodeTranslationUITest.php similarity index 100% rename from core/modules/node/src/Tests/NodeTranslationUITest.php rename to web/core/modules/node/src/Tests/NodeTranslationUITest.php diff --git a/core/modules/node/src/Tests/NodeTypeInitialLanguageTest.php b/web/core/modules/node/src/Tests/NodeTypeInitialLanguageTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeTypeInitialLanguageTest.php rename to web/core/modules/node/src/Tests/NodeTypeInitialLanguageTest.php diff --git a/core/modules/node/src/Tests/NodeTypeTest.php b/web/core/modules/node/src/Tests/NodeTypeTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeTypeTest.php rename to web/core/modules/node/src/Tests/NodeTypeTest.php diff --git a/core/modules/node/src/Tests/NodeTypeTranslationTest.php b/web/core/modules/node/src/Tests/NodeTypeTranslationTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeTypeTranslationTest.php rename to web/core/modules/node/src/Tests/NodeTypeTranslationTest.php diff --git a/core/modules/node/src/Tests/NodeViewLanguageTest.php b/web/core/modules/node/src/Tests/NodeViewLanguageTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeViewLanguageTest.php rename to web/core/modules/node/src/Tests/NodeViewLanguageTest.php diff --git a/core/modules/node/src/Tests/NodeViewTest.php b/web/core/modules/node/src/Tests/NodeViewTest.php similarity index 100% rename from core/modules/node/src/Tests/NodeViewTest.php rename to web/core/modules/node/src/Tests/NodeViewTest.php diff --git a/core/modules/node/src/Tests/PagePreviewTest.php b/web/core/modules/node/src/Tests/PagePreviewTest.php similarity index 100% rename from core/modules/node/src/Tests/PagePreviewTest.php rename to web/core/modules/node/src/Tests/PagePreviewTest.php diff --git a/core/modules/node/src/Tests/PageViewTest.php b/web/core/modules/node/src/Tests/PageViewTest.php similarity index 100% rename from core/modules/node/src/Tests/PageViewTest.php rename to web/core/modules/node/src/Tests/PageViewTest.php diff --git a/core/modules/node/src/Tests/SummaryLengthTest.php b/web/core/modules/node/src/Tests/SummaryLengthTest.php similarity index 100% rename from core/modules/node/src/Tests/SummaryLengthTest.php rename to web/core/modules/node/src/Tests/SummaryLengthTest.php diff --git a/core/modules/node/src/Tests/Views/BulkFormAccessTest.php b/web/core/modules/node/src/Tests/Views/BulkFormAccessTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/BulkFormAccessTest.php rename to web/core/modules/node/src/Tests/Views/BulkFormAccessTest.php diff --git a/core/modules/node/src/Tests/Views/BulkFormTest.php b/web/core/modules/node/src/Tests/Views/BulkFormTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/BulkFormTest.php rename to web/core/modules/node/src/Tests/Views/BulkFormTest.php diff --git a/core/modules/node/src/Tests/Views/FilterNodeAccessTest.php b/web/core/modules/node/src/Tests/Views/FilterNodeAccessTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/FilterNodeAccessTest.php rename to web/core/modules/node/src/Tests/Views/FilterNodeAccessTest.php diff --git a/core/modules/node/src/Tests/Views/FilterUidRevisionTest.php b/web/core/modules/node/src/Tests/Views/FilterUidRevisionTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/FilterUidRevisionTest.php rename to web/core/modules/node/src/Tests/Views/FilterUidRevisionTest.php diff --git a/core/modules/node/src/Tests/Views/FrontPageTest.php b/web/core/modules/node/src/Tests/Views/FrontPageTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/FrontPageTest.php rename to web/core/modules/node/src/Tests/Views/FrontPageTest.php diff --git a/core/modules/node/src/Tests/Views/NodeContextualLinksTest.php b/web/core/modules/node/src/Tests/Views/NodeContextualLinksTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/NodeContextualLinksTest.php rename to web/core/modules/node/src/Tests/Views/NodeContextualLinksTest.php diff --git a/core/modules/node/src/Tests/Views/NodeFieldFilterTest.php b/web/core/modules/node/src/Tests/Views/NodeFieldFilterTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/NodeFieldFilterTest.php rename to web/core/modules/node/src/Tests/Views/NodeFieldFilterTest.php diff --git a/core/modules/node/src/Tests/Views/NodeFieldTokensTest.php b/web/core/modules/node/src/Tests/Views/NodeFieldTokensTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/NodeFieldTokensTest.php rename to web/core/modules/node/src/Tests/Views/NodeFieldTokensTest.php diff --git a/core/modules/node/src/Tests/Views/NodeIntegrationTest.php b/web/core/modules/node/src/Tests/Views/NodeIntegrationTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/NodeIntegrationTest.php rename to web/core/modules/node/src/Tests/Views/NodeIntegrationTest.php diff --git a/core/modules/node/src/Tests/Views/NodeLanguageTest.php b/web/core/modules/node/src/Tests/Views/NodeLanguageTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/NodeLanguageTest.php rename to web/core/modules/node/src/Tests/Views/NodeLanguageTest.php diff --git a/core/modules/node/src/Tests/Views/NodeRevisionWizardTest.php b/web/core/modules/node/src/Tests/Views/NodeRevisionWizardTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/NodeRevisionWizardTest.php rename to web/core/modules/node/src/Tests/Views/NodeRevisionWizardTest.php diff --git a/core/modules/node/src/Tests/Views/NodeTestBase.php b/web/core/modules/node/src/Tests/Views/NodeTestBase.php similarity index 100% rename from core/modules/node/src/Tests/Views/NodeTestBase.php rename to web/core/modules/node/src/Tests/Views/NodeTestBase.php diff --git a/core/modules/node/src/Tests/Views/PathPluginTest.php b/web/core/modules/node/src/Tests/Views/PathPluginTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/PathPluginTest.php rename to web/core/modules/node/src/Tests/Views/PathPluginTest.php diff --git a/core/modules/node/src/Tests/Views/RevisionLinkTest.php b/web/core/modules/node/src/Tests/Views/RevisionLinkTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/RevisionLinkTest.php rename to web/core/modules/node/src/Tests/Views/RevisionLinkTest.php diff --git a/core/modules/node/src/Tests/Views/RevisionRelationshipsTest.php b/web/core/modules/node/src/Tests/Views/RevisionRelationshipsTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/RevisionRelationshipsTest.php rename to web/core/modules/node/src/Tests/Views/RevisionRelationshipsTest.php diff --git a/core/modules/node/src/Tests/Views/RowPluginTest.php b/web/core/modules/node/src/Tests/Views/RowPluginTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/RowPluginTest.php rename to web/core/modules/node/src/Tests/Views/RowPluginTest.php diff --git a/core/modules/node/src/Tests/Views/StatusExtraTest.php b/web/core/modules/node/src/Tests/Views/StatusExtraTest.php similarity index 100% rename from core/modules/node/src/Tests/Views/StatusExtraTest.php rename to web/core/modules/node/src/Tests/Views/StatusExtraTest.php diff --git a/core/modules/node/templates/field--node--created.html.twig b/web/core/modules/node/templates/field--node--created.html.twig similarity index 100% rename from core/modules/node/templates/field--node--created.html.twig rename to web/core/modules/node/templates/field--node--created.html.twig diff --git a/core/modules/node/templates/field--node--title.html.twig b/web/core/modules/node/templates/field--node--title.html.twig similarity index 100% rename from core/modules/node/templates/field--node--title.html.twig rename to web/core/modules/node/templates/field--node--title.html.twig diff --git a/core/modules/node/templates/field--node--uid.html.twig b/web/core/modules/node/templates/field--node--uid.html.twig similarity index 100% rename from core/modules/node/templates/field--node--uid.html.twig rename to web/core/modules/node/templates/field--node--uid.html.twig diff --git a/core/modules/node/templates/node-add-list.html.twig b/web/core/modules/node/templates/node-add-list.html.twig similarity index 100% rename from core/modules/node/templates/node-add-list.html.twig rename to web/core/modules/node/templates/node-add-list.html.twig diff --git a/core/modules/node/templates/node-edit-form.html.twig b/web/core/modules/node/templates/node-edit-form.html.twig similarity index 100% rename from core/modules/node/templates/node-edit-form.html.twig rename to web/core/modules/node/templates/node-edit-form.html.twig diff --git a/core/modules/node/templates/node.html.twig b/web/core/modules/node/templates/node.html.twig similarity index 100% rename from core/modules/node/templates/node.html.twig rename to web/core/modules/node/templates/node.html.twig diff --git a/core/modules/node/tests/modules/node_access_test/node_access_test.info.yml b/web/core/modules/node/tests/modules/node_access_test/node_access_test.info.yml similarity index 100% rename from core/modules/node/tests/modules/node_access_test/node_access_test.info.yml rename to web/core/modules/node/tests/modules/node_access_test/node_access_test.info.yml diff --git a/core/modules/node/tests/modules/node_access_test/node_access_test.module b/web/core/modules/node/tests/modules/node_access_test/node_access_test.module similarity index 100% rename from core/modules/node/tests/modules/node_access_test/node_access_test.module rename to web/core/modules/node/tests/modules/node_access_test/node_access_test.module diff --git a/core/modules/node/tests/modules/node_access_test/node_access_test.permissions.yml b/web/core/modules/node/tests/modules/node_access_test/node_access_test.permissions.yml similarity index 100% rename from core/modules/node/tests/modules/node_access_test/node_access_test.permissions.yml rename to web/core/modules/node/tests/modules/node_access_test/node_access_test.permissions.yml diff --git a/core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.info.yml b/web/core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.info.yml similarity index 100% rename from core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.info.yml rename to web/core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.info.yml diff --git a/core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.module b/web/core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.module similarity index 100% rename from core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.module rename to web/core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.module diff --git a/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.info.yml b/web/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.info.yml similarity index 100% rename from core/modules/node/tests/modules/node_access_test_language/node_access_test_language.info.yml rename to web/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.info.yml diff --git a/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module b/web/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module similarity index 100% rename from core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module rename to web/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module diff --git a/core/modules/node/tests/modules/node_test/node_test.info.yml b/web/core/modules/node/tests/modules/node_test/node_test.info.yml similarity index 100% rename from core/modules/node/tests/modules/node_test/node_test.info.yml rename to web/core/modules/node/tests/modules/node_test/node_test.info.yml diff --git a/core/modules/node/tests/modules/node_test/node_test.module b/web/core/modules/node/tests/modules/node_test/node_test.module similarity index 100% rename from core/modules/node/tests/modules/node_test/node_test.module rename to web/core/modules/node/tests/modules/node_test/node_test.module diff --git a/core/modules/node/tests/modules/node_test_config/config/install/node.type.default.yml b/web/core/modules/node/tests/modules/node_test_config/config/install/node.type.default.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_config/config/install/node.type.default.yml rename to web/core/modules/node/tests/modules/node_test_config/config/install/node.type.default.yml diff --git a/core/modules/node/tests/modules/node_test_config/node_test_config.info.yml b/web/core/modules/node/tests/modules/node_test_config/node_test_config.info.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_config/node_test_config.info.yml rename to web/core/modules/node/tests/modules/node_test_config/node_test_config.info.yml diff --git a/core/modules/node/tests/modules/node_test_config/sync/node.type.import.yml b/web/core/modules/node/tests/modules/node_test_config/sync/node.type.import.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_config/sync/node.type.import.yml rename to web/core/modules/node/tests/modules/node_test_config/sync/node.type.import.yml diff --git a/core/modules/node/tests/modules/node_test_exception/node_test_exception.info.yml b/web/core/modules/node/tests/modules/node_test_exception/node_test_exception.info.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_exception/node_test_exception.info.yml rename to web/core/modules/node/tests/modules/node_test_exception/node_test_exception.info.yml diff --git a/core/modules/node/tests/modules/node_test_exception/node_test_exception.module b/web/core/modules/node/tests/modules/node_test_exception/node_test_exception.module similarity index 100% rename from core/modules/node/tests/modules/node_test_exception/node_test_exception.module rename to web/core/modules/node/tests/modules/node_test_exception/node_test_exception.module diff --git a/core/modules/node/tests/modules/node_test_views/node_test_views.info.yml b/web/core/modules/node/tests/modules/node_test_views/node_test_views.info.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/node_test_views.info.yml rename to web/core/modules/node/tests/modules/node_test_views/node_test_views.info.yml diff --git a/core/modules/node/tests/modules/node_test_views/node_test_views.views.inc b/web/core/modules/node/tests/modules/node_test_views/node_test_views.views.inc similarity index 100% rename from core/modules/node/tests/modules/node_test_views/node_test_views.views.inc rename to web/core/modules/node/tests/modules/node_test_views/node_test_views.views.inc diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_contextual_links.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_contextual_links.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_contextual_links.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_contextual_links.yml diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_field_filters.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_field_filters.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_field_filters.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_field_filters.yml diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_filter_node_access.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_filter_node_access.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_filter_node_access.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_filter_node_access.yml diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_filter_node_uid_revision.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_filter_node_uid_revision.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_filter_node_uid_revision.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_filter_node_uid_revision.yml diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_language.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_language.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_language.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_language.yml diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_nid_argument.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_nid_argument.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_nid_argument.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_nid_argument.yml diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_bulk_form.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_bulk_form.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_bulk_form.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_bulk_form.yml diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_path_plugin.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_path_plugin.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_path_plugin.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_path_plugin.yml diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_links.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_links.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_links.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_links.yml diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_nid.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_nid.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_nid.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_nid.yml diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_timestamp.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_timestamp.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_timestamp.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_timestamp.yml diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_vid.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_vid.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_vid.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_vid.yml diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_row_plugin.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_row_plugin.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_row_plugin.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_row_plugin.yml diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_tokens.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_tokens.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_tokens.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_tokens.yml diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_view.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_view.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_view.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_view.yml diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_status_extra.yml b/web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_status_extra.yml similarity index 100% rename from core/modules/node/tests/modules/node_test_views/test_views/views.view.test_status_extra.yml rename to web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_status_extra.yml diff --git a/core/modules/node/tests/node_access_test_auto_bubbling/node_access_test_auto_bubbling.info.yml b/web/core/modules/node/tests/node_access_test_auto_bubbling/node_access_test_auto_bubbling.info.yml similarity index 100% rename from core/modules/node/tests/node_access_test_auto_bubbling/node_access_test_auto_bubbling.info.yml rename to web/core/modules/node/tests/node_access_test_auto_bubbling/node_access_test_auto_bubbling.info.yml diff --git a/core/modules/node/tests/node_access_test_auto_bubbling/node_access_test_auto_bubbling.routing.yml b/web/core/modules/node/tests/node_access_test_auto_bubbling/node_access_test_auto_bubbling.routing.yml similarity index 100% rename from core/modules/node/tests/node_access_test_auto_bubbling/node_access_test_auto_bubbling.routing.yml rename to web/core/modules/node/tests/node_access_test_auto_bubbling/node_access_test_auto_bubbling.routing.yml diff --git a/core/modules/node/tests/node_access_test_auto_bubbling/src/Controller/NodeAccessTestAutoBubblingController.php b/web/core/modules/node/tests/node_access_test_auto_bubbling/src/Controller/NodeAccessTestAutoBubblingController.php similarity index 100% rename from core/modules/node/tests/node_access_test_auto_bubbling/src/Controller/NodeAccessTestAutoBubblingController.php rename to web/core/modules/node/tests/node_access_test_auto_bubbling/src/Controller/NodeAccessTestAutoBubblingController.php diff --git a/core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php b/web/core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php rename to web/core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php diff --git a/core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php b/web/core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php rename to web/core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php diff --git a/core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php b/web/core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php rename to web/core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php diff --git a/core/modules/node/tests/src/Kernel/Migrate/MigrateNodeStubTest.php b/web/core/modules/node/tests/src/Kernel/Migrate/MigrateNodeStubTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Migrate/MigrateNodeStubTest.php rename to web/core/modules/node/tests/src/Kernel/Migrate/MigrateNodeStubTest.php diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php b/web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php rename to web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeBundleSettingsTest.php diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeConfigsTest.php b/web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeConfigsTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeConfigsTest.php rename to web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeConfigsTest.php diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php b/web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php rename to web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php b/web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php rename to web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStatusTest.php b/web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStatusTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStatusTest.php rename to web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStatusTest.php diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStickyTest.php b/web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStickyTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStickyTest.php rename to web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingStickyTest.php diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php b/web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php rename to web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTest.php diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTestBase.php b/web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTestBase.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTestBase.php rename to web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTestBase.php diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php b/web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php rename to web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeTypeTest.php diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateViewModesTest.php b/web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateViewModesTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Migrate/d6/MigrateViewModesTest.php rename to web/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateViewModesTest.php diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeSettingsTest.php b/web/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeSettingsTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeSettingsTest.php rename to web/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeSettingsTest.php diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php b/web/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php rename to web/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTest.php diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTitleLabelTest.php b/web/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTitleLabelTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTitleLabelTest.php rename to web/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTitleLabelTest.php diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTypeTest.php b/web/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTypeTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTypeTest.php rename to web/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeTypeTest.php diff --git a/core/modules/node/tests/src/Kernel/NodeAccessTest.php b/web/core/modules/node/tests/src/Kernel/NodeAccessTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/NodeAccessTest.php rename to web/core/modules/node/tests/src/Kernel/NodeAccessTest.php diff --git a/core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php b/web/core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php rename to web/core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php diff --git a/core/modules/node/tests/src/Kernel/NodeConditionTest.php b/web/core/modules/node/tests/src/Kernel/NodeConditionTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/NodeConditionTest.php rename to web/core/modules/node/tests/src/Kernel/NodeConditionTest.php diff --git a/core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php b/web/core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php rename to web/core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php diff --git a/core/modules/node/tests/src/Kernel/NodeFieldOverridesTest.php b/web/core/modules/node/tests/src/Kernel/NodeFieldOverridesTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/NodeFieldOverridesTest.php rename to web/core/modules/node/tests/src/Kernel/NodeFieldOverridesTest.php diff --git a/core/modules/node/tests/src/Kernel/NodeListBuilderTest.php b/web/core/modules/node/tests/src/Kernel/NodeListBuilderTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/NodeListBuilderTest.php rename to web/core/modules/node/tests/src/Kernel/NodeListBuilderTest.php diff --git a/core/modules/node/tests/src/Kernel/NodeOwnerTest.php b/web/core/modules/node/tests/src/Kernel/NodeOwnerTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/NodeOwnerTest.php rename to web/core/modules/node/tests/src/Kernel/NodeOwnerTest.php diff --git a/core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php b/web/core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php rename to web/core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php diff --git a/core/modules/node/tests/src/Kernel/NodeValidationTest.php b/web/core/modules/node/tests/src/Kernel/NodeValidationTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/NodeValidationTest.php rename to web/core/modules/node/tests/src/Kernel/NodeValidationTest.php diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeByNodeTypeTest.php b/web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeByNodeTypeTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeByNodeTypeTest.php rename to web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeByNodeTypeTest.php diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionByNodeTypeTest.php b/web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionByNodeTypeTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionByNodeTypeTest.php rename to web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionByNodeTypeTest.php diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionTest.php b/web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionTest.php rename to web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionTest.php diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTest.php b/web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTest.php rename to web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTest.php diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTranslationTest.php b/web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTranslationTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTranslationTest.php rename to web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTranslationTest.php diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTypeTest.php b/web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTypeTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTypeTest.php rename to web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTypeTest.php diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php b/web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php rename to web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTest.php b/web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTest.php rename to web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTest.php diff --git a/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php b/web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php rename to web/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php diff --git a/core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php b/web/core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php rename to web/core/modules/node/tests/src/Kernel/Views/NidArgumentTest.php diff --git a/core/modules/node/tests/src/Kernel/Views/NodeViewsFieldAccessTest.php b/web/core/modules/node/tests/src/Kernel/Views/NodeViewsFieldAccessTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Views/NodeViewsFieldAccessTest.php rename to web/core/modules/node/tests/src/Kernel/Views/NodeViewsFieldAccessTest.php diff --git a/core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php b/web/core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php similarity index 100% rename from core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php rename to web/core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php diff --git a/core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php b/web/core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php similarity index 100% rename from core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php rename to web/core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php diff --git a/core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php b/web/core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php similarity index 100% rename from core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php rename to web/core/modules/node/tests/src/Unit/Plugin/views/field/NodeBulkFormTest.php diff --git a/core/modules/options/config/schema/options.schema.yml b/web/core/modules/options/config/schema/options.schema.yml similarity index 100% rename from core/modules/options/config/schema/options.schema.yml rename to web/core/modules/options/config/schema/options.schema.yml diff --git a/core/modules/options/options.api.php b/web/core/modules/options/options.api.php similarity index 100% rename from core/modules/options/options.api.php rename to web/core/modules/options/options.api.php diff --git a/core/modules/options/options.info.yml b/web/core/modules/options/options.info.yml similarity index 100% rename from core/modules/options/options.info.yml rename to web/core/modules/options/options.info.yml diff --git a/core/modules/options/options.module b/web/core/modules/options/options.module similarity index 100% rename from core/modules/options/options.module rename to web/core/modules/options/options.module diff --git a/core/modules/options/options.views.inc b/web/core/modules/options/options.views.inc similarity index 100% rename from core/modules/options/options.views.inc rename to web/core/modules/options/options.views.inc diff --git a/core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php b/web/core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php similarity index 100% rename from core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php rename to web/core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php diff --git a/core/modules/options/src/Plugin/Field/FieldFormatter/OptionsKeyFormatter.php b/web/core/modules/options/src/Plugin/Field/FieldFormatter/OptionsKeyFormatter.php similarity index 100% rename from core/modules/options/src/Plugin/Field/FieldFormatter/OptionsKeyFormatter.php rename to web/core/modules/options/src/Plugin/Field/FieldFormatter/OptionsKeyFormatter.php diff --git a/core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php b/web/core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php similarity index 100% rename from core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php rename to web/core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php diff --git a/core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php b/web/core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php similarity index 100% rename from core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php rename to web/core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php diff --git a/core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php b/web/core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php similarity index 100% rename from core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php rename to web/core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php diff --git a/core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php b/web/core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php similarity index 100% rename from core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php rename to web/core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php diff --git a/core/modules/options/src/Plugin/views/argument/NumberListField.php b/web/core/modules/options/src/Plugin/views/argument/NumberListField.php similarity index 100% rename from core/modules/options/src/Plugin/views/argument/NumberListField.php rename to web/core/modules/options/src/Plugin/views/argument/NumberListField.php diff --git a/core/modules/options/src/Plugin/views/argument/StringListField.php b/web/core/modules/options/src/Plugin/views/argument/StringListField.php similarity index 100% rename from core/modules/options/src/Plugin/views/argument/StringListField.php rename to web/core/modules/options/src/Plugin/views/argument/StringListField.php diff --git a/core/modules/options/src/Plugin/views/filter/ListField.php b/web/core/modules/options/src/Plugin/views/filter/ListField.php similarity index 100% rename from core/modules/options/src/Plugin/views/filter/ListField.php rename to web/core/modules/options/src/Plugin/views/filter/ListField.php diff --git a/core/modules/options/src/Tests/OptionsDynamicValuesApiTest.php b/web/core/modules/options/src/Tests/OptionsDynamicValuesApiTest.php similarity index 100% rename from core/modules/options/src/Tests/OptionsDynamicValuesApiTest.php rename to web/core/modules/options/src/Tests/OptionsDynamicValuesApiTest.php diff --git a/core/modules/options/src/Tests/OptionsDynamicValuesTestBase.php b/web/core/modules/options/src/Tests/OptionsDynamicValuesTestBase.php similarity index 100% rename from core/modules/options/src/Tests/OptionsDynamicValuesTestBase.php rename to web/core/modules/options/src/Tests/OptionsDynamicValuesTestBase.php diff --git a/core/modules/options/src/Tests/OptionsDynamicValuesValidationTest.php b/web/core/modules/options/src/Tests/OptionsDynamicValuesValidationTest.php similarity index 100% rename from core/modules/options/src/Tests/OptionsDynamicValuesValidationTest.php rename to web/core/modules/options/src/Tests/OptionsDynamicValuesValidationTest.php diff --git a/core/modules/options/src/Tests/OptionsFieldUITest.php b/web/core/modules/options/src/Tests/OptionsFieldUITest.php similarity index 100% rename from core/modules/options/src/Tests/OptionsFieldUITest.php rename to web/core/modules/options/src/Tests/OptionsFieldUITest.php diff --git a/core/modules/options/src/Tests/OptionsFloatFieldImportTest.php b/web/core/modules/options/src/Tests/OptionsFloatFieldImportTest.php similarity index 100% rename from core/modules/options/src/Tests/OptionsFloatFieldImportTest.php rename to web/core/modules/options/src/Tests/OptionsFloatFieldImportTest.php diff --git a/core/modules/options/src/Tests/OptionsSelectDynamicValuesTest.php b/web/core/modules/options/src/Tests/OptionsSelectDynamicValuesTest.php similarity index 100% rename from core/modules/options/src/Tests/OptionsSelectDynamicValuesTest.php rename to web/core/modules/options/src/Tests/OptionsSelectDynamicValuesTest.php diff --git a/core/modules/options/src/Tests/OptionsWidgetsTest.php b/web/core/modules/options/src/Tests/OptionsWidgetsTest.php similarity index 100% rename from core/modules/options/src/Tests/OptionsWidgetsTest.php rename to web/core/modules/options/src/Tests/OptionsWidgetsTest.php diff --git a/core/modules/options/tests/options_config_install_test/config/install/core.entity_form_display.node.options_install_test.default.yml b/web/core/modules/options/tests/options_config_install_test/config/install/core.entity_form_display.node.options_install_test.default.yml similarity index 100% rename from core/modules/options/tests/options_config_install_test/config/install/core.entity_form_display.node.options_install_test.default.yml rename to web/core/modules/options/tests/options_config_install_test/config/install/core.entity_form_display.node.options_install_test.default.yml diff --git a/core/modules/options/tests/options_config_install_test/config/install/core.entity_view_display.node.options_install_test.default.yml b/web/core/modules/options/tests/options_config_install_test/config/install/core.entity_view_display.node.options_install_test.default.yml similarity index 100% rename from core/modules/options/tests/options_config_install_test/config/install/core.entity_view_display.node.options_install_test.default.yml rename to web/core/modules/options/tests/options_config_install_test/config/install/core.entity_view_display.node.options_install_test.default.yml diff --git a/core/modules/options/tests/options_config_install_test/config/install/core.entity_view_display.node.options_install_test.teaser.yml b/web/core/modules/options/tests/options_config_install_test/config/install/core.entity_view_display.node.options_install_test.teaser.yml similarity index 100% rename from core/modules/options/tests/options_config_install_test/config/install/core.entity_view_display.node.options_install_test.teaser.yml rename to web/core/modules/options/tests/options_config_install_test/config/install/core.entity_view_display.node.options_install_test.teaser.yml diff --git a/core/modules/options/tests/options_config_install_test/config/install/field.field.node.options_install_test.body.yml b/web/core/modules/options/tests/options_config_install_test/config/install/field.field.node.options_install_test.body.yml similarity index 100% rename from core/modules/options/tests/options_config_install_test/config/install/field.field.node.options_install_test.body.yml rename to web/core/modules/options/tests/options_config_install_test/config/install/field.field.node.options_install_test.body.yml diff --git a/core/modules/options/tests/options_config_install_test/config/install/field.field.node.options_install_test.field_options_float.yml b/web/core/modules/options/tests/options_config_install_test/config/install/field.field.node.options_install_test.field_options_float.yml similarity index 100% rename from core/modules/options/tests/options_config_install_test/config/install/field.field.node.options_install_test.field_options_float.yml rename to web/core/modules/options/tests/options_config_install_test/config/install/field.field.node.options_install_test.field_options_float.yml diff --git a/core/modules/options/tests/options_config_install_test/config/install/field.storage.node.field_options_float.yml b/web/core/modules/options/tests/options_config_install_test/config/install/field.storage.node.field_options_float.yml similarity index 100% rename from core/modules/options/tests/options_config_install_test/config/install/field.storage.node.field_options_float.yml rename to web/core/modules/options/tests/options_config_install_test/config/install/field.storage.node.field_options_float.yml diff --git a/core/modules/options/tests/options_config_install_test/config/install/node.type.options_install_test.yml b/web/core/modules/options/tests/options_config_install_test/config/install/node.type.options_install_test.yml similarity index 100% rename from core/modules/options/tests/options_config_install_test/config/install/node.type.options_install_test.yml rename to web/core/modules/options/tests/options_config_install_test/config/install/node.type.options_install_test.yml diff --git a/core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml b/web/core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml similarity index 100% rename from core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml rename to web/core/modules/options/tests/options_config_install_test/options_config_install_test.info.yml diff --git a/core/modules/options/tests/options_test/options_test.info.yml b/web/core/modules/options/tests/options_test/options_test.info.yml similarity index 100% rename from core/modules/options/tests/options_test/options_test.info.yml rename to web/core/modules/options/tests/options_test/options_test.info.yml diff --git a/core/modules/options/tests/options_test/options_test.module b/web/core/modules/options/tests/options_test/options_test.module similarity index 100% rename from core/modules/options/tests/options_test/options_test.module rename to web/core/modules/options/tests/options_test/options_test.module diff --git a/core/modules/options/tests/options_test_views/options_test_views.info.yml b/web/core/modules/options/tests/options_test_views/options_test_views.info.yml similarity index 100% rename from core/modules/options/tests/options_test_views/options_test_views.info.yml rename to web/core/modules/options/tests/options_test_views/options_test_views.info.yml diff --git a/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_numeric.yml b/web/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_numeric.yml similarity index 100% rename from core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_numeric.yml rename to web/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_numeric.yml diff --git a/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_string.yml b/web/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_string.yml similarity index 100% rename from core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_string.yml rename to web/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_argument_string.yml diff --git a/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_filter.yml b/web/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_filter.yml similarity index 100% rename from core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_filter.yml rename to web/core/modules/options/tests/options_test_views/test_views/views.view.test_options_list_filter.yml diff --git a/core/modules/options/tests/src/Kernel/OptionsFieldTest.php b/web/core/modules/options/tests/src/Kernel/OptionsFieldTest.php similarity index 100% rename from core/modules/options/tests/src/Kernel/OptionsFieldTest.php rename to web/core/modules/options/tests/src/Kernel/OptionsFieldTest.php diff --git a/core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php b/web/core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php similarity index 100% rename from core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php rename to web/core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php diff --git a/core/modules/options/tests/src/Kernel/OptionsFormattersTest.php b/web/core/modules/options/tests/src/Kernel/OptionsFormattersTest.php similarity index 100% rename from core/modules/options/tests/src/Kernel/OptionsFormattersTest.php rename to web/core/modules/options/tests/src/Kernel/OptionsFormattersTest.php diff --git a/core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php b/web/core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php similarity index 100% rename from core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php rename to web/core/modules/options/tests/src/Kernel/Views/FileViewsDataTest.php diff --git a/core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php b/web/core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php similarity index 100% rename from core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php rename to web/core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php diff --git a/core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php b/web/core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php similarity index 100% rename from core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php rename to web/core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php diff --git a/core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php b/web/core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php similarity index 100% rename from core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php rename to web/core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php diff --git a/core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php b/web/core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php similarity index 100% rename from core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php rename to web/core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php diff --git a/core/modules/outside_in/css/offcanvas.css b/web/core/modules/outside_in/css/offcanvas.css similarity index 100% rename from core/modules/outside_in/css/offcanvas.css rename to web/core/modules/outside_in/css/offcanvas.css diff --git a/core/modules/outside_in/css/offcanvas.motion.css b/web/core/modules/outside_in/css/offcanvas.motion.css similarity index 100% rename from core/modules/outside_in/css/offcanvas.motion.css rename to web/core/modules/outside_in/css/offcanvas.motion.css diff --git a/core/modules/outside_in/css/outside_in.details.css b/web/core/modules/outside_in/css/outside_in.details.css similarity index 100% rename from core/modules/outside_in/css/outside_in.details.css rename to web/core/modules/outside_in/css/outside_in.details.css diff --git a/core/modules/outside_in/css/outside_in.form.css b/web/core/modules/outside_in/css/outside_in.form.css similarity index 100% rename from core/modules/outside_in/css/outside_in.form.css rename to web/core/modules/outside_in/css/outside_in.form.css diff --git a/core/modules/outside_in/css/outside_in.module.css b/web/core/modules/outside_in/css/outside_in.module.css similarity index 100% rename from core/modules/outside_in/css/outside_in.module.css rename to web/core/modules/outside_in/css/outside_in.module.css diff --git a/core/modules/outside_in/css/outside_in.motion.css b/web/core/modules/outside_in/css/outside_in.motion.css similarity index 100% rename from core/modules/outside_in/css/outside_in.motion.css rename to web/core/modules/outside_in/css/outside_in.motion.css diff --git a/core/modules/outside_in/css/outside_in.table.css b/web/core/modules/outside_in/css/outside_in.table.css similarity index 100% rename from core/modules/outside_in/css/outside_in.table.css rename to web/core/modules/outside_in/css/outside_in.table.css diff --git a/core/modules/outside_in/css/outside_in.tabledrag.css b/web/core/modules/outside_in/css/outside_in.tabledrag.css similarity index 100% rename from core/modules/outside_in/css/outside_in.tabledrag.css rename to web/core/modules/outside_in/css/outside_in.tabledrag.css diff --git a/core/modules/outside_in/css/outside_in.theme.css b/web/core/modules/outside_in/css/outside_in.theme.css similarity index 100% rename from core/modules/outside_in/css/outside_in.theme.css rename to web/core/modules/outside_in/css/outside_in.theme.css diff --git a/core/modules/outside_in/css/outside_in.toolbar.css b/web/core/modules/outside_in/css/outside_in.toolbar.css similarity index 100% rename from core/modules/outside_in/css/outside_in.toolbar.css rename to web/core/modules/outside_in/css/outside_in.toolbar.css diff --git a/core/modules/outside_in/js/offcanvas.js b/web/core/modules/outside_in/js/offcanvas.js similarity index 100% rename from core/modules/outside_in/js/offcanvas.js rename to web/core/modules/outside_in/js/offcanvas.js diff --git a/core/modules/outside_in/js/outside_in.js b/web/core/modules/outside_in/js/outside_in.js similarity index 100% rename from core/modules/outside_in/js/outside_in.js rename to web/core/modules/outside_in/js/outside_in.js diff --git a/core/modules/outside_in/outside_in.info.yml b/web/core/modules/outside_in/outside_in.info.yml similarity index 100% rename from core/modules/outside_in/outside_in.info.yml rename to web/core/modules/outside_in/outside_in.info.yml diff --git a/core/modules/outside_in/outside_in.install b/web/core/modules/outside_in/outside_in.install similarity index 100% rename from core/modules/outside_in/outside_in.install rename to web/core/modules/outside_in/outside_in.install diff --git a/core/modules/outside_in/outside_in.libraries.yml b/web/core/modules/outside_in/outside_in.libraries.yml similarity index 100% rename from core/modules/outside_in/outside_in.libraries.yml rename to web/core/modules/outside_in/outside_in.libraries.yml diff --git a/core/modules/outside_in/outside_in.links.contextual.yml b/web/core/modules/outside_in/outside_in.links.contextual.yml similarity index 100% rename from core/modules/outside_in/outside_in.links.contextual.yml rename to web/core/modules/outside_in/outside_in.links.contextual.yml diff --git a/core/modules/outside_in/outside_in.module b/web/core/modules/outside_in/outside_in.module similarity index 100% rename from core/modules/outside_in/outside_in.module rename to web/core/modules/outside_in/outside_in.module diff --git a/core/modules/outside_in/outside_in.routing.yml b/web/core/modules/outside_in/outside_in.routing.yml similarity index 100% rename from core/modules/outside_in/outside_in.routing.yml rename to web/core/modules/outside_in/outside_in.routing.yml diff --git a/core/modules/outside_in/outside_in.services.yml b/web/core/modules/outside_in/outside_in.services.yml similarity index 100% rename from core/modules/outside_in/outside_in.services.yml rename to web/core/modules/outside_in/outside_in.services.yml diff --git a/core/modules/outside_in/src/Ajax/OpenOffCanvasDialogCommand.php b/web/core/modules/outside_in/src/Ajax/OpenOffCanvasDialogCommand.php similarity index 100% rename from core/modules/outside_in/src/Ajax/OpenOffCanvasDialogCommand.php rename to web/core/modules/outside_in/src/Ajax/OpenOffCanvasDialogCommand.php diff --git a/core/modules/outside_in/src/Block/BlockEntityOffCanvasForm.php b/web/core/modules/outside_in/src/Block/BlockEntityOffCanvasForm.php similarity index 100% rename from core/modules/outside_in/src/Block/BlockEntityOffCanvasForm.php rename to web/core/modules/outside_in/src/Block/BlockEntityOffCanvasForm.php diff --git a/core/modules/outside_in/src/Cache/Context/OutsideInCacheContext.php b/web/core/modules/outside_in/src/Cache/Context/OutsideInCacheContext.php similarity index 100% rename from core/modules/outside_in/src/Cache/Context/OutsideInCacheContext.php rename to web/core/modules/outside_in/src/Cache/Context/OutsideInCacheContext.php diff --git a/core/modules/outside_in/src/Form/SystemBrandingOffCanvasForm.php b/web/core/modules/outside_in/src/Form/SystemBrandingOffCanvasForm.php similarity index 100% rename from core/modules/outside_in/src/Form/SystemBrandingOffCanvasForm.php rename to web/core/modules/outside_in/src/Form/SystemBrandingOffCanvasForm.php diff --git a/core/modules/outside_in/src/Form/SystemMenuOffCanvasForm.php b/web/core/modules/outside_in/src/Form/SystemMenuOffCanvasForm.php similarity index 100% rename from core/modules/outside_in/src/Form/SystemMenuOffCanvasForm.php rename to web/core/modules/outside_in/src/Form/SystemMenuOffCanvasForm.php diff --git a/core/modules/outside_in/src/OutsideInManager.php b/web/core/modules/outside_in/src/OutsideInManager.php similarity index 100% rename from core/modules/outside_in/src/OutsideInManager.php rename to web/core/modules/outside_in/src/OutsideInManager.php diff --git a/core/modules/outside_in/src/OutsideInManagerInterface.php b/web/core/modules/outside_in/src/OutsideInManagerInterface.php similarity index 100% rename from core/modules/outside_in/src/OutsideInManagerInterface.php rename to web/core/modules/outside_in/src/OutsideInManagerInterface.php diff --git a/core/modules/outside_in/src/Render/MainContent/OffCanvasRender.php b/web/core/modules/outside_in/src/Render/MainContent/OffCanvasRender.php similarity index 100% rename from core/modules/outside_in/src/Render/MainContent/OffCanvasRender.php rename to web/core/modules/outside_in/src/Render/MainContent/OffCanvasRender.php diff --git a/core/modules/outside_in/src/Tests/Ajax/OffCanvasDialogTest.php b/web/core/modules/outside_in/src/Tests/Ajax/OffCanvasDialogTest.php similarity index 100% rename from core/modules/outside_in/src/Tests/Ajax/OffCanvasDialogTest.php rename to web/core/modules/outside_in/src/Tests/Ajax/OffCanvasDialogTest.php diff --git a/core/modules/outside_in/templates/outside-in-page-wrapper.html.twig b/web/core/modules/outside_in/templates/outside-in-page-wrapper.html.twig similarity index 100% rename from core/modules/outside_in/templates/outside-in-page-wrapper.html.twig rename to web/core/modules/outside_in/templates/outside-in-page-wrapper.html.twig diff --git a/core/modules/outside_in/tests/modules/offcanvas_test/offcanvas_test.info.yml b/web/core/modules/outside_in/tests/modules/offcanvas_test/offcanvas_test.info.yml similarity index 100% rename from core/modules/outside_in/tests/modules/offcanvas_test/offcanvas_test.info.yml rename to web/core/modules/outside_in/tests/modules/offcanvas_test/offcanvas_test.info.yml diff --git a/core/modules/outside_in/tests/modules/offcanvas_test/offcanvas_test.routing.yml b/web/core/modules/outside_in/tests/modules/offcanvas_test/offcanvas_test.routing.yml similarity index 100% rename from core/modules/outside_in/tests/modules/offcanvas_test/offcanvas_test.routing.yml rename to web/core/modules/outside_in/tests/modules/offcanvas_test/offcanvas_test.routing.yml diff --git a/core/modules/outside_in/tests/modules/offcanvas_test/src/Controller/TestController.php b/web/core/modules/outside_in/tests/modules/offcanvas_test/src/Controller/TestController.php similarity index 100% rename from core/modules/outside_in/tests/modules/offcanvas_test/src/Controller/TestController.php rename to web/core/modules/outside_in/tests/modules/offcanvas_test/src/Controller/TestController.php diff --git a/core/modules/outside_in/tests/modules/offcanvas_test/src/Plugin/Block/TestBlock.php b/web/core/modules/outside_in/tests/modules/offcanvas_test/src/Plugin/Block/TestBlock.php similarity index 100% rename from core/modules/outside_in/tests/modules/offcanvas_test/src/Plugin/Block/TestBlock.php rename to web/core/modules/outside_in/tests/modules/offcanvas_test/src/Plugin/Block/TestBlock.php diff --git a/core/modules/outside_in/tests/modules/outside_in_test_css/css/css_fix.theme.css b/web/core/modules/outside_in/tests/modules/outside_in_test_css/css/css_fix.theme.css similarity index 100% rename from core/modules/outside_in/tests/modules/outside_in_test_css/css/css_fix.theme.css rename to web/core/modules/outside_in/tests/modules/outside_in_test_css/css/css_fix.theme.css diff --git a/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.info.yml b/web/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.info.yml similarity index 100% rename from core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.info.yml rename to web/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.info.yml diff --git a/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.libraries.yml b/web/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.libraries.yml similarity index 100% rename from core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.libraries.yml rename to web/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.libraries.yml diff --git a/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.module b/web/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.module similarity index 100% rename from core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.module rename to web/core/modules/outside_in/tests/modules/outside_in_test_css/outside_in_test_css.module diff --git a/core/modules/outside_in/tests/src/FunctionalJavascript/OffCanvasTest.php b/web/core/modules/outside_in/tests/src/FunctionalJavascript/OffCanvasTest.php similarity index 100% rename from core/modules/outside_in/tests/src/FunctionalJavascript/OffCanvasTest.php rename to web/core/modules/outside_in/tests/src/FunctionalJavascript/OffCanvasTest.php diff --git a/core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInBlockFormTest.php b/web/core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInBlockFormTest.php similarity index 100% rename from core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInBlockFormTest.php rename to web/core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInBlockFormTest.php diff --git a/core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInJavascriptTestBase.php b/web/core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInJavascriptTestBase.php similarity index 100% rename from core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInJavascriptTestBase.php rename to web/core/modules/outside_in/tests/src/FunctionalJavascript/OutsideInJavascriptTestBase.php diff --git a/core/modules/outside_in/tests/src/Unit/Ajax/OpenOffCanvasDialogCommandTest.php b/web/core/modules/outside_in/tests/src/Unit/Ajax/OpenOffCanvasDialogCommandTest.php similarity index 100% rename from core/modules/outside_in/tests/src/Unit/Ajax/OpenOffCanvasDialogCommandTest.php rename to web/core/modules/outside_in/tests/src/Unit/Ajax/OpenOffCanvasDialogCommandTest.php diff --git a/core/modules/outside_in/tests/src/Unit/OutsideInManagerTest.php b/web/core/modules/outside_in/tests/src/Unit/OutsideInManagerTest.php similarity index 100% rename from core/modules/outside_in/tests/src/Unit/OutsideInManagerTest.php rename to web/core/modules/outside_in/tests/src/Unit/OutsideInManagerTest.php diff --git a/core/modules/page_cache/page_cache.info.yml b/web/core/modules/page_cache/page_cache.info.yml similarity index 100% rename from core/modules/page_cache/page_cache.info.yml rename to web/core/modules/page_cache/page_cache.info.yml diff --git a/core/modules/page_cache/page_cache.module b/web/core/modules/page_cache/page_cache.module similarity index 100% rename from core/modules/page_cache/page_cache.module rename to web/core/modules/page_cache/page_cache.module diff --git a/core/modules/page_cache/page_cache.services.yml b/web/core/modules/page_cache/page_cache.services.yml similarity index 100% rename from core/modules/page_cache/page_cache.services.yml rename to web/core/modules/page_cache/page_cache.services.yml diff --git a/core/modules/page_cache/src/StackMiddleware/PageCache.php b/web/core/modules/page_cache/src/StackMiddleware/PageCache.php similarity index 100% rename from core/modules/page_cache/src/StackMiddleware/PageCache.php rename to web/core/modules/page_cache/src/StackMiddleware/PageCache.php diff --git a/core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php b/web/core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php similarity index 100% rename from core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php rename to web/core/modules/page_cache/src/Tests/PageCacheTagsIntegrationTest.php diff --git a/core/modules/page_cache/src/Tests/PageCacheTest.php b/web/core/modules/page_cache/src/Tests/PageCacheTest.php similarity index 100% rename from core/modules/page_cache/src/Tests/PageCacheTest.php rename to web/core/modules/page_cache/src/Tests/PageCacheTest.php diff --git a/core/modules/page_cache/tests/modules/page_cache_form_test.info.yml b/web/core/modules/page_cache/tests/modules/page_cache_form_test.info.yml similarity index 100% rename from core/modules/page_cache/tests/modules/page_cache_form_test.info.yml rename to web/core/modules/page_cache/tests/modules/page_cache_form_test.info.yml diff --git a/core/modules/page_cache/tests/modules/page_cache_form_test.install b/web/core/modules/page_cache/tests/modules/page_cache_form_test.install similarity index 100% rename from core/modules/page_cache/tests/modules/page_cache_form_test.install rename to web/core/modules/page_cache/tests/modules/page_cache_form_test.install diff --git a/core/modules/page_cache/tests/modules/page_cache_form_test.module b/web/core/modules/page_cache/tests/modules/page_cache_form_test.module similarity index 100% rename from core/modules/page_cache/tests/modules/page_cache_form_test.module rename to web/core/modules/page_cache/tests/modules/page_cache_form_test.module diff --git a/core/modules/page_cache/tests/modules/page_cache_form_test.routing.yml b/web/core/modules/page_cache/tests/modules/page_cache_form_test.routing.yml similarity index 100% rename from core/modules/page_cache/tests/modules/page_cache_form_test.routing.yml rename to web/core/modules/page_cache/tests/modules/page_cache_form_test.routing.yml diff --git a/core/modules/page_cache/tests/modules/src/Form/TestForm.php b/web/core/modules/page_cache/tests/modules/src/Form/TestForm.php similarity index 100% rename from core/modules/page_cache/tests/modules/src/Form/TestForm.php rename to web/core/modules/page_cache/tests/modules/src/Form/TestForm.php diff --git a/core/modules/path/config/schema/path.schema.yml b/web/core/modules/path/config/schema/path.schema.yml similarity index 100% rename from core/modules/path/config/schema/path.schema.yml rename to web/core/modules/path/config/schema/path.schema.yml diff --git a/core/modules/path/migration_templates/d6_url_alias.yml b/web/core/modules/path/migration_templates/d6_url_alias.yml similarity index 100% rename from core/modules/path/migration_templates/d6_url_alias.yml rename to web/core/modules/path/migration_templates/d6_url_alias.yml diff --git a/core/modules/path/migration_templates/d7_url_alias.yml b/web/core/modules/path/migration_templates/d7_url_alias.yml similarity index 100% rename from core/modules/path/migration_templates/d7_url_alias.yml rename to web/core/modules/path/migration_templates/d7_url_alias.yml diff --git a/core/modules/path/path.api.php b/web/core/modules/path/path.api.php similarity index 100% rename from core/modules/path/path.api.php rename to web/core/modules/path/path.api.php diff --git a/core/modules/path/path.info.yml b/web/core/modules/path/path.info.yml similarity index 100% rename from core/modules/path/path.info.yml rename to web/core/modules/path/path.info.yml diff --git a/core/modules/path/path.install b/web/core/modules/path/path.install similarity index 100% rename from core/modules/path/path.install rename to web/core/modules/path/path.install diff --git a/core/modules/path/path.js b/web/core/modules/path/path.js similarity index 100% rename from core/modules/path/path.js rename to web/core/modules/path/path.js diff --git a/core/modules/path/path.libraries.yml b/web/core/modules/path/path.libraries.yml similarity index 100% rename from core/modules/path/path.libraries.yml rename to web/core/modules/path/path.libraries.yml diff --git a/core/modules/path/path.links.action.yml b/web/core/modules/path/path.links.action.yml similarity index 100% rename from core/modules/path/path.links.action.yml rename to web/core/modules/path/path.links.action.yml diff --git a/core/modules/path/path.links.menu.yml b/web/core/modules/path/path.links.menu.yml similarity index 100% rename from core/modules/path/path.links.menu.yml rename to web/core/modules/path/path.links.menu.yml diff --git a/core/modules/path/path.links.task.yml b/web/core/modules/path/path.links.task.yml similarity index 100% rename from core/modules/path/path.links.task.yml rename to web/core/modules/path/path.links.task.yml diff --git a/core/modules/path/path.module b/web/core/modules/path/path.module similarity index 100% rename from core/modules/path/path.module rename to web/core/modules/path/path.module diff --git a/core/modules/path/path.permissions.yml b/web/core/modules/path/path.permissions.yml similarity index 100% rename from core/modules/path/path.permissions.yml rename to web/core/modules/path/path.permissions.yml diff --git a/core/modules/path/path.routing.yml b/web/core/modules/path/path.routing.yml similarity index 100% rename from core/modules/path/path.routing.yml rename to web/core/modules/path/path.routing.yml diff --git a/core/modules/path/src/Controller/PathController.php b/web/core/modules/path/src/Controller/PathController.php similarity index 100% rename from core/modules/path/src/Controller/PathController.php rename to web/core/modules/path/src/Controller/PathController.php diff --git a/core/modules/path/src/Form/AddForm.php b/web/core/modules/path/src/Form/AddForm.php similarity index 100% rename from core/modules/path/src/Form/AddForm.php rename to web/core/modules/path/src/Form/AddForm.php diff --git a/core/modules/path/src/Form/DeleteForm.php b/web/core/modules/path/src/Form/DeleteForm.php similarity index 100% rename from core/modules/path/src/Form/DeleteForm.php rename to web/core/modules/path/src/Form/DeleteForm.php diff --git a/core/modules/path/src/Form/EditForm.php b/web/core/modules/path/src/Form/EditForm.php similarity index 100% rename from core/modules/path/src/Form/EditForm.php rename to web/core/modules/path/src/Form/EditForm.php diff --git a/core/modules/path/src/Form/PathFilterForm.php b/web/core/modules/path/src/Form/PathFilterForm.php similarity index 100% rename from core/modules/path/src/Form/PathFilterForm.php rename to web/core/modules/path/src/Form/PathFilterForm.php diff --git a/core/modules/path/src/Form/PathFormBase.php b/web/core/modules/path/src/Form/PathFormBase.php similarity index 100% rename from core/modules/path/src/Form/PathFormBase.php rename to web/core/modules/path/src/Form/PathFormBase.php diff --git a/core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php b/web/core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php similarity index 100% rename from core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php rename to web/core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php diff --git a/core/modules/path/src/Plugin/Field/FieldType/PathItem.php b/web/core/modules/path/src/Plugin/Field/FieldType/PathItem.php similarity index 100% rename from core/modules/path/src/Plugin/Field/FieldType/PathItem.php rename to web/core/modules/path/src/Plugin/Field/FieldType/PathItem.php diff --git a/core/modules/path/src/Plugin/Field/FieldWidget/PathWidget.php b/web/core/modules/path/src/Plugin/Field/FieldWidget/PathWidget.php similarity index 100% rename from core/modules/path/src/Plugin/Field/FieldWidget/PathWidget.php rename to web/core/modules/path/src/Plugin/Field/FieldWidget/PathWidget.php diff --git a/core/modules/path/src/Plugin/migrate/destination/UrlAlias.php b/web/core/modules/path/src/Plugin/migrate/destination/UrlAlias.php similarity index 100% rename from core/modules/path/src/Plugin/migrate/destination/UrlAlias.php rename to web/core/modules/path/src/Plugin/migrate/destination/UrlAlias.php diff --git a/core/modules/path/src/Plugin/migrate/process/d6/UrlAliasLanguage.php b/web/core/modules/path/src/Plugin/migrate/process/d6/UrlAliasLanguage.php similarity index 100% rename from core/modules/path/src/Plugin/migrate/process/d6/UrlAliasLanguage.php rename to web/core/modules/path/src/Plugin/migrate/process/d6/UrlAliasLanguage.php diff --git a/core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php b/web/core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php similarity index 100% rename from core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php rename to web/core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php diff --git a/core/modules/path/src/Plugin/migrate/source/d6/UrlAlias.php b/web/core/modules/path/src/Plugin/migrate/source/d6/UrlAlias.php similarity index 100% rename from core/modules/path/src/Plugin/migrate/source/d6/UrlAlias.php rename to web/core/modules/path/src/Plugin/migrate/source/d6/UrlAlias.php diff --git a/core/modules/path/src/Plugin/migrate/source/d7/UrlAlias.php b/web/core/modules/path/src/Plugin/migrate/source/d7/UrlAlias.php similarity index 100% rename from core/modules/path/src/Plugin/migrate/source/d7/UrlAlias.php rename to web/core/modules/path/src/Plugin/migrate/source/d7/UrlAlias.php diff --git a/core/modules/path/src/Tests/PathAdminTest.php b/web/core/modules/path/src/Tests/PathAdminTest.php similarity index 100% rename from core/modules/path/src/Tests/PathAdminTest.php rename to web/core/modules/path/src/Tests/PathAdminTest.php diff --git a/core/modules/path/src/Tests/PathAliasTest.php b/web/core/modules/path/src/Tests/PathAliasTest.php similarity index 100% rename from core/modules/path/src/Tests/PathAliasTest.php rename to web/core/modules/path/src/Tests/PathAliasTest.php diff --git a/core/modules/path/src/Tests/PathLanguageTest.php b/web/core/modules/path/src/Tests/PathLanguageTest.php similarity index 100% rename from core/modules/path/src/Tests/PathLanguageTest.php rename to web/core/modules/path/src/Tests/PathLanguageTest.php diff --git a/core/modules/path/src/Tests/PathLanguageUiTest.php b/web/core/modules/path/src/Tests/PathLanguageUiTest.php similarity index 100% rename from core/modules/path/src/Tests/PathLanguageUiTest.php rename to web/core/modules/path/src/Tests/PathLanguageUiTest.php diff --git a/core/modules/path/src/Tests/PathNodeFormTest.php b/web/core/modules/path/src/Tests/PathNodeFormTest.php similarity index 100% rename from core/modules/path/src/Tests/PathNodeFormTest.php rename to web/core/modules/path/src/Tests/PathNodeFormTest.php diff --git a/core/modules/path/src/Tests/PathTaxonomyTermTest.php b/web/core/modules/path/src/Tests/PathTaxonomyTermTest.php similarity index 100% rename from core/modules/path/src/Tests/PathTaxonomyTermTest.php rename to web/core/modules/path/src/Tests/PathTaxonomyTermTest.php diff --git a/core/modules/path/src/Tests/PathTestBase.php b/web/core/modules/path/src/Tests/PathTestBase.php similarity index 100% rename from core/modules/path/src/Tests/PathTestBase.php rename to web/core/modules/path/src/Tests/PathTestBase.php diff --git a/core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php b/web/core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php similarity index 100% rename from core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php rename to web/core/modules/path/tests/src/Kernel/Migrate/d6/MigrateUrlAliasTest.php diff --git a/core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php b/web/core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php similarity index 100% rename from core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php rename to web/core/modules/path/tests/src/Kernel/Migrate/d7/MigrateUrlAliasTest.php diff --git a/core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php b/web/core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php similarity index 100% rename from core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php rename to web/core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php diff --git a/core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php b/web/core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php similarity index 100% rename from core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php rename to web/core/modules/path/tests/src/Kernel/Plugin/migrate/source/d6/UrlAliasTest.php diff --git a/core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php b/web/core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php similarity index 100% rename from core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php rename to web/core/modules/path/tests/src/Kernel/Plugin/migrate/source/d7/UrlAliasTest.php diff --git a/core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php b/web/core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php similarity index 100% rename from core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php rename to web/core/modules/path/tests/src/Unit/Field/PathFieldDefinitionTest.php diff --git a/core/modules/quickedit/css/quickedit.icons.theme.css b/web/core/modules/quickedit/css/quickedit.icons.theme.css similarity index 100% rename from core/modules/quickedit/css/quickedit.icons.theme.css rename to web/core/modules/quickedit/css/quickedit.icons.theme.css diff --git a/core/modules/quickedit/css/quickedit.module.css b/web/core/modules/quickedit/css/quickedit.module.css similarity index 100% rename from core/modules/quickedit/css/quickedit.module.css rename to web/core/modules/quickedit/css/quickedit.module.css diff --git a/core/modules/quickedit/css/quickedit.theme.css b/web/core/modules/quickedit/css/quickedit.theme.css similarity index 100% rename from core/modules/quickedit/css/quickedit.theme.css rename to web/core/modules/quickedit/css/quickedit.theme.css diff --git a/core/modules/quickedit/images/icon-throbber.gif b/web/core/modules/quickedit/images/icon-throbber.gif similarity index 100% rename from core/modules/quickedit/images/icon-throbber.gif rename to web/core/modules/quickedit/images/icon-throbber.gif diff --git a/core/modules/quickedit/js/editors/formEditor.js b/web/core/modules/quickedit/js/editors/formEditor.js similarity index 100% rename from core/modules/quickedit/js/editors/formEditor.js rename to web/core/modules/quickedit/js/editors/formEditor.js diff --git a/core/modules/quickedit/js/editors/plainTextEditor.js b/web/core/modules/quickedit/js/editors/plainTextEditor.js similarity index 100% rename from core/modules/quickedit/js/editors/plainTextEditor.js rename to web/core/modules/quickedit/js/editors/plainTextEditor.js diff --git a/core/modules/quickedit/js/models/AppModel.js b/web/core/modules/quickedit/js/models/AppModel.js similarity index 100% rename from core/modules/quickedit/js/models/AppModel.js rename to web/core/modules/quickedit/js/models/AppModel.js diff --git a/core/modules/quickedit/js/models/BaseModel.js b/web/core/modules/quickedit/js/models/BaseModel.js similarity index 100% rename from core/modules/quickedit/js/models/BaseModel.js rename to web/core/modules/quickedit/js/models/BaseModel.js diff --git a/core/modules/quickedit/js/models/EditorModel.js b/web/core/modules/quickedit/js/models/EditorModel.js similarity index 100% rename from core/modules/quickedit/js/models/EditorModel.js rename to web/core/modules/quickedit/js/models/EditorModel.js diff --git a/core/modules/quickedit/js/models/EntityModel.js b/web/core/modules/quickedit/js/models/EntityModel.js similarity index 100% rename from core/modules/quickedit/js/models/EntityModel.js rename to web/core/modules/quickedit/js/models/EntityModel.js diff --git a/core/modules/quickedit/js/models/FieldModel.js b/web/core/modules/quickedit/js/models/FieldModel.js similarity index 100% rename from core/modules/quickedit/js/models/FieldModel.js rename to web/core/modules/quickedit/js/models/FieldModel.js diff --git a/core/modules/quickedit/js/quickedit.js b/web/core/modules/quickedit/js/quickedit.js similarity index 100% rename from core/modules/quickedit/js/quickedit.js rename to web/core/modules/quickedit/js/quickedit.js diff --git a/core/modules/quickedit/js/theme.js b/web/core/modules/quickedit/js/theme.js similarity index 100% rename from core/modules/quickedit/js/theme.js rename to web/core/modules/quickedit/js/theme.js diff --git a/core/modules/quickedit/js/util.js b/web/core/modules/quickedit/js/util.js similarity index 100% rename from core/modules/quickedit/js/util.js rename to web/core/modules/quickedit/js/util.js diff --git a/core/modules/quickedit/js/views/AppView.js b/web/core/modules/quickedit/js/views/AppView.js similarity index 100% rename from core/modules/quickedit/js/views/AppView.js rename to web/core/modules/quickedit/js/views/AppView.js diff --git a/core/modules/quickedit/js/views/ContextualLinkView.js b/web/core/modules/quickedit/js/views/ContextualLinkView.js similarity index 100% rename from core/modules/quickedit/js/views/ContextualLinkView.js rename to web/core/modules/quickedit/js/views/ContextualLinkView.js diff --git a/core/modules/quickedit/js/views/EditorView.js b/web/core/modules/quickedit/js/views/EditorView.js similarity index 100% rename from core/modules/quickedit/js/views/EditorView.js rename to web/core/modules/quickedit/js/views/EditorView.js diff --git a/core/modules/quickedit/js/views/EntityDecorationView.js b/web/core/modules/quickedit/js/views/EntityDecorationView.js similarity index 100% rename from core/modules/quickedit/js/views/EntityDecorationView.js rename to web/core/modules/quickedit/js/views/EntityDecorationView.js diff --git a/core/modules/quickedit/js/views/EntityToolbarView.js b/web/core/modules/quickedit/js/views/EntityToolbarView.js similarity index 100% rename from core/modules/quickedit/js/views/EntityToolbarView.js rename to web/core/modules/quickedit/js/views/EntityToolbarView.js diff --git a/core/modules/quickedit/js/views/FieldDecorationView.js b/web/core/modules/quickedit/js/views/FieldDecorationView.js similarity index 100% rename from core/modules/quickedit/js/views/FieldDecorationView.js rename to web/core/modules/quickedit/js/views/FieldDecorationView.js diff --git a/core/modules/quickedit/js/views/FieldToolbarView.js b/web/core/modules/quickedit/js/views/FieldToolbarView.js similarity index 100% rename from core/modules/quickedit/js/views/FieldToolbarView.js rename to web/core/modules/quickedit/js/views/FieldToolbarView.js diff --git a/core/modules/quickedit/quickedit.api.php b/web/core/modules/quickedit/quickedit.api.php similarity index 100% rename from core/modules/quickedit/quickedit.api.php rename to web/core/modules/quickedit/quickedit.api.php diff --git a/core/modules/quickedit/quickedit.info.yml b/web/core/modules/quickedit/quickedit.info.yml similarity index 100% rename from core/modules/quickedit/quickedit.info.yml rename to web/core/modules/quickedit/quickedit.info.yml diff --git a/core/modules/quickedit/quickedit.libraries.yml b/web/core/modules/quickedit/quickedit.libraries.yml similarity index 100% rename from core/modules/quickedit/quickedit.libraries.yml rename to web/core/modules/quickedit/quickedit.libraries.yml diff --git a/core/modules/quickedit/quickedit.module b/web/core/modules/quickedit/quickedit.module similarity index 100% rename from core/modules/quickedit/quickedit.module rename to web/core/modules/quickedit/quickedit.module diff --git a/core/modules/quickedit/quickedit.permissions.yml b/web/core/modules/quickedit/quickedit.permissions.yml similarity index 100% rename from core/modules/quickedit/quickedit.permissions.yml rename to web/core/modules/quickedit/quickedit.permissions.yml diff --git a/core/modules/quickedit/quickedit.routing.yml b/web/core/modules/quickedit/quickedit.routing.yml similarity index 100% rename from core/modules/quickedit/quickedit.routing.yml rename to web/core/modules/quickedit/quickedit.routing.yml diff --git a/core/modules/quickedit/quickedit.services.yml b/web/core/modules/quickedit/quickedit.services.yml similarity index 100% rename from core/modules/quickedit/quickedit.services.yml rename to web/core/modules/quickedit/quickedit.services.yml diff --git a/core/modules/quickedit/src/Access/EditEntityFieldAccessCheck.php b/web/core/modules/quickedit/src/Access/EditEntityFieldAccessCheck.php similarity index 100% rename from core/modules/quickedit/src/Access/EditEntityFieldAccessCheck.php rename to web/core/modules/quickedit/src/Access/EditEntityFieldAccessCheck.php diff --git a/core/modules/quickedit/src/Access/EditEntityFieldAccessCheckInterface.php b/web/core/modules/quickedit/src/Access/EditEntityFieldAccessCheckInterface.php similarity index 100% rename from core/modules/quickedit/src/Access/EditEntityFieldAccessCheckInterface.php rename to web/core/modules/quickedit/src/Access/EditEntityFieldAccessCheckInterface.php diff --git a/core/modules/quickedit/src/Ajax/EntitySavedCommand.php b/web/core/modules/quickedit/src/Ajax/EntitySavedCommand.php similarity index 100% rename from core/modules/quickedit/src/Ajax/EntitySavedCommand.php rename to web/core/modules/quickedit/src/Ajax/EntitySavedCommand.php diff --git a/core/modules/quickedit/src/Ajax/FieldFormCommand.php b/web/core/modules/quickedit/src/Ajax/FieldFormCommand.php similarity index 100% rename from core/modules/quickedit/src/Ajax/FieldFormCommand.php rename to web/core/modules/quickedit/src/Ajax/FieldFormCommand.php diff --git a/core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php b/web/core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php similarity index 100% rename from core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php rename to web/core/modules/quickedit/src/Ajax/FieldFormSavedCommand.php diff --git a/core/modules/quickedit/src/Ajax/FieldFormValidationErrorsCommand.php b/web/core/modules/quickedit/src/Ajax/FieldFormValidationErrorsCommand.php similarity index 100% rename from core/modules/quickedit/src/Ajax/FieldFormValidationErrorsCommand.php rename to web/core/modules/quickedit/src/Ajax/FieldFormValidationErrorsCommand.php diff --git a/core/modules/quickedit/src/Annotation/InPlaceEditor.php b/web/core/modules/quickedit/src/Annotation/InPlaceEditor.php similarity index 100% rename from core/modules/quickedit/src/Annotation/InPlaceEditor.php rename to web/core/modules/quickedit/src/Annotation/InPlaceEditor.php diff --git a/core/modules/quickedit/src/EditorSelector.php b/web/core/modules/quickedit/src/EditorSelector.php similarity index 100% rename from core/modules/quickedit/src/EditorSelector.php rename to web/core/modules/quickedit/src/EditorSelector.php diff --git a/core/modules/quickedit/src/EditorSelectorInterface.php b/web/core/modules/quickedit/src/EditorSelectorInterface.php similarity index 100% rename from core/modules/quickedit/src/EditorSelectorInterface.php rename to web/core/modules/quickedit/src/EditorSelectorInterface.php diff --git a/core/modules/quickedit/src/Form/QuickEditFieldForm.php b/web/core/modules/quickedit/src/Form/QuickEditFieldForm.php similarity index 100% rename from core/modules/quickedit/src/Form/QuickEditFieldForm.php rename to web/core/modules/quickedit/src/Form/QuickEditFieldForm.php diff --git a/core/modules/quickedit/src/MetadataGenerator.php b/web/core/modules/quickedit/src/MetadataGenerator.php similarity index 100% rename from core/modules/quickedit/src/MetadataGenerator.php rename to web/core/modules/quickedit/src/MetadataGenerator.php diff --git a/core/modules/quickedit/src/MetadataGeneratorInterface.php b/web/core/modules/quickedit/src/MetadataGeneratorInterface.php similarity index 100% rename from core/modules/quickedit/src/MetadataGeneratorInterface.php rename to web/core/modules/quickedit/src/MetadataGeneratorInterface.php diff --git a/core/modules/quickedit/src/Plugin/InPlaceEditor/FormEditor.php b/web/core/modules/quickedit/src/Plugin/InPlaceEditor/FormEditor.php similarity index 100% rename from core/modules/quickedit/src/Plugin/InPlaceEditor/FormEditor.php rename to web/core/modules/quickedit/src/Plugin/InPlaceEditor/FormEditor.php diff --git a/core/modules/quickedit/src/Plugin/InPlaceEditor/PlainTextEditor.php b/web/core/modules/quickedit/src/Plugin/InPlaceEditor/PlainTextEditor.php similarity index 100% rename from core/modules/quickedit/src/Plugin/InPlaceEditor/PlainTextEditor.php rename to web/core/modules/quickedit/src/Plugin/InPlaceEditor/PlainTextEditor.php diff --git a/core/modules/quickedit/src/Plugin/InPlaceEditorBase.php b/web/core/modules/quickedit/src/Plugin/InPlaceEditorBase.php similarity index 100% rename from core/modules/quickedit/src/Plugin/InPlaceEditorBase.php rename to web/core/modules/quickedit/src/Plugin/InPlaceEditorBase.php diff --git a/core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php b/web/core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php similarity index 100% rename from core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php rename to web/core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php diff --git a/core/modules/quickedit/src/Plugin/InPlaceEditorManager.php b/web/core/modules/quickedit/src/Plugin/InPlaceEditorManager.php similarity index 100% rename from core/modules/quickedit/src/Plugin/InPlaceEditorManager.php rename to web/core/modules/quickedit/src/Plugin/InPlaceEditorManager.php diff --git a/core/modules/quickedit/src/QuickEditController.php b/web/core/modules/quickedit/src/QuickEditController.php similarity index 100% rename from core/modules/quickedit/src/QuickEditController.php rename to web/core/modules/quickedit/src/QuickEditController.php diff --git a/core/modules/quickedit/src/Tests/QuickEditAutocompleteTermTest.php b/web/core/modules/quickedit/src/Tests/QuickEditAutocompleteTermTest.php similarity index 100% rename from core/modules/quickedit/src/Tests/QuickEditAutocompleteTermTest.php rename to web/core/modules/quickedit/src/Tests/QuickEditAutocompleteTermTest.php diff --git a/core/modules/quickedit/src/Tests/QuickEditLoadingTest.php b/web/core/modules/quickedit/src/Tests/QuickEditLoadingTest.php similarity index 100% rename from core/modules/quickedit/src/Tests/QuickEditLoadingTest.php rename to web/core/modules/quickedit/src/Tests/QuickEditLoadingTest.php diff --git a/core/modules/quickedit/tests/modules/quickedit_test.info.yml b/web/core/modules/quickedit/tests/modules/quickedit_test.info.yml similarity index 100% rename from core/modules/quickedit/tests/modules/quickedit_test.info.yml rename to web/core/modules/quickedit/tests/modules/quickedit_test.info.yml diff --git a/core/modules/quickedit/tests/modules/quickedit_test.module b/web/core/modules/quickedit/tests/modules/quickedit_test.module similarity index 100% rename from core/modules/quickedit/tests/modules/quickedit_test.module rename to web/core/modules/quickedit/tests/modules/quickedit_test.module diff --git a/core/modules/quickedit/tests/modules/src/MockEditEntityFieldAccessCheck.php b/web/core/modules/quickedit/tests/modules/src/MockEditEntityFieldAccessCheck.php similarity index 100% rename from core/modules/quickedit/tests/modules/src/MockEditEntityFieldAccessCheck.php rename to web/core/modules/quickedit/tests/modules/src/MockEditEntityFieldAccessCheck.php diff --git a/core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php b/web/core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php similarity index 100% rename from core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php rename to web/core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php diff --git a/core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php b/web/core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php similarity index 100% rename from core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php rename to web/core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php diff --git a/core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php b/web/core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php similarity index 100% rename from core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php rename to web/core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php diff --git a/core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php b/web/core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php similarity index 100% rename from core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php rename to web/core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php diff --git a/core/modules/quickedit/tests/src/Unit/Access/EditEntityFieldAccessCheckTest.php b/web/core/modules/quickedit/tests/src/Unit/Access/EditEntityFieldAccessCheckTest.php similarity index 100% rename from core/modules/quickedit/tests/src/Unit/Access/EditEntityFieldAccessCheckTest.php rename to web/core/modules/quickedit/tests/src/Unit/Access/EditEntityFieldAccessCheckTest.php diff --git a/core/modules/rdf/config/schema/rdf.data_types.schema.yml b/web/core/modules/rdf/config/schema/rdf.data_types.schema.yml similarity index 100% rename from core/modules/rdf/config/schema/rdf.data_types.schema.yml rename to web/core/modules/rdf/config/schema/rdf.data_types.schema.yml diff --git a/core/modules/rdf/config/schema/rdf.schema.yml b/web/core/modules/rdf/config/schema/rdf.schema.yml similarity index 100% rename from core/modules/rdf/config/schema/rdf.schema.yml rename to web/core/modules/rdf/config/schema/rdf.schema.yml diff --git a/core/modules/rdf/rdf.api.php b/web/core/modules/rdf/rdf.api.php similarity index 100% rename from core/modules/rdf/rdf.api.php rename to web/core/modules/rdf/rdf.api.php diff --git a/core/modules/rdf/rdf.info.yml b/web/core/modules/rdf/rdf.info.yml similarity index 100% rename from core/modules/rdf/rdf.info.yml rename to web/core/modules/rdf/rdf.info.yml diff --git a/core/modules/rdf/rdf.module b/web/core/modules/rdf/rdf.module similarity index 100% rename from core/modules/rdf/rdf.module rename to web/core/modules/rdf/rdf.module diff --git a/core/modules/rdf/src/CommonDataConverter.php b/web/core/modules/rdf/src/CommonDataConverter.php similarity index 100% rename from core/modules/rdf/src/CommonDataConverter.php rename to web/core/modules/rdf/src/CommonDataConverter.php diff --git a/core/modules/rdf/src/Entity/RdfMapping.php b/web/core/modules/rdf/src/Entity/RdfMapping.php similarity index 100% rename from core/modules/rdf/src/Entity/RdfMapping.php rename to web/core/modules/rdf/src/Entity/RdfMapping.php diff --git a/core/modules/rdf/src/RdfMappingInterface.php b/web/core/modules/rdf/src/RdfMappingInterface.php similarity index 100% rename from core/modules/rdf/src/RdfMappingInterface.php rename to web/core/modules/rdf/src/RdfMappingInterface.php diff --git a/core/modules/rdf/src/SchemaOrgDataConverter.php b/web/core/modules/rdf/src/SchemaOrgDataConverter.php similarity index 100% rename from core/modules/rdf/src/SchemaOrgDataConverter.php rename to web/core/modules/rdf/src/SchemaOrgDataConverter.php diff --git a/core/modules/rdf/src/Tests/CommentAttributesTest.php b/web/core/modules/rdf/src/Tests/CommentAttributesTest.php similarity index 100% rename from core/modules/rdf/src/Tests/CommentAttributesTest.php rename to web/core/modules/rdf/src/Tests/CommentAttributesTest.php diff --git a/core/modules/rdf/src/Tests/EntityReferenceFieldAttributesTest.php b/web/core/modules/rdf/src/Tests/EntityReferenceFieldAttributesTest.php similarity index 100% rename from core/modules/rdf/src/Tests/EntityReferenceFieldAttributesTest.php rename to web/core/modules/rdf/src/Tests/EntityReferenceFieldAttributesTest.php diff --git a/core/modules/rdf/src/Tests/Field/TestDataConverter.php b/web/core/modules/rdf/src/Tests/Field/TestDataConverter.php similarity index 100% rename from core/modules/rdf/src/Tests/Field/TestDataConverter.php rename to web/core/modules/rdf/src/Tests/Field/TestDataConverter.php diff --git a/core/modules/rdf/src/Tests/FileFieldAttributesTest.php b/web/core/modules/rdf/src/Tests/FileFieldAttributesTest.php similarity index 100% rename from core/modules/rdf/src/Tests/FileFieldAttributesTest.php rename to web/core/modules/rdf/src/Tests/FileFieldAttributesTest.php diff --git a/core/modules/rdf/src/Tests/GetNamespacesTest.php b/web/core/modules/rdf/src/Tests/GetNamespacesTest.php similarity index 100% rename from core/modules/rdf/src/Tests/GetNamespacesTest.php rename to web/core/modules/rdf/src/Tests/GetNamespacesTest.php diff --git a/core/modules/rdf/src/Tests/GetRdfNamespacesTest.php b/web/core/modules/rdf/src/Tests/GetRdfNamespacesTest.php similarity index 100% rename from core/modules/rdf/src/Tests/GetRdfNamespacesTest.php rename to web/core/modules/rdf/src/Tests/GetRdfNamespacesTest.php diff --git a/core/modules/rdf/src/Tests/ImageFieldAttributesTest.php b/web/core/modules/rdf/src/Tests/ImageFieldAttributesTest.php similarity index 100% rename from core/modules/rdf/src/Tests/ImageFieldAttributesTest.php rename to web/core/modules/rdf/src/Tests/ImageFieldAttributesTest.php diff --git a/core/modules/rdf/src/Tests/NodeAttributesTest.php b/web/core/modules/rdf/src/Tests/NodeAttributesTest.php similarity index 100% rename from core/modules/rdf/src/Tests/NodeAttributesTest.php rename to web/core/modules/rdf/src/Tests/NodeAttributesTest.php diff --git a/core/modules/rdf/src/Tests/StandardProfileTest.php b/web/core/modules/rdf/src/Tests/StandardProfileTest.php similarity index 100% rename from core/modules/rdf/src/Tests/StandardProfileTest.php rename to web/core/modules/rdf/src/Tests/StandardProfileTest.php diff --git a/core/modules/rdf/src/Tests/TaxonomyAttributesTest.php b/web/core/modules/rdf/src/Tests/TaxonomyAttributesTest.php similarity index 100% rename from core/modules/rdf/src/Tests/TaxonomyAttributesTest.php rename to web/core/modules/rdf/src/Tests/TaxonomyAttributesTest.php diff --git a/core/modules/rdf/src/Tests/UserAttributesTest.php b/web/core/modules/rdf/src/Tests/UserAttributesTest.php similarity index 100% rename from core/modules/rdf/src/Tests/UserAttributesTest.php rename to web/core/modules/rdf/src/Tests/UserAttributesTest.php diff --git a/core/modules/rdf/templates/rdf-metadata.html.twig b/web/core/modules/rdf/templates/rdf-metadata.html.twig similarity index 100% rename from core/modules/rdf/templates/rdf-metadata.html.twig rename to web/core/modules/rdf/templates/rdf-metadata.html.twig diff --git a/core/modules/rdf/templates/rdf-wrapper.html.twig b/web/core/modules/rdf/templates/rdf-wrapper.html.twig similarity index 100% rename from core/modules/rdf/templates/rdf-wrapper.html.twig rename to web/core/modules/rdf/templates/rdf-wrapper.html.twig diff --git a/core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.info.yml b/web/core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.info.yml similarity index 100% rename from core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.info.yml rename to web/core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.info.yml diff --git a/core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.module b/web/core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.module similarity index 100% rename from core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.module rename to web/core/modules/rdf/tests/rdf_conflicting_namespaces/rdf_conflicting_namespaces.module diff --git a/core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.info.yml b/web/core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.info.yml similarity index 100% rename from core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.info.yml rename to web/core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.info.yml diff --git a/core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.module b/web/core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.module similarity index 100% rename from core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.module rename to web/core/modules/rdf/tests/rdf_test_namespaces/rdf_test_namespaces.module diff --git a/core/modules/rdf/tests/src/Kernel/CrudTest.php b/web/core/modules/rdf/tests/src/Kernel/CrudTest.php similarity index 100% rename from core/modules/rdf/tests/src/Kernel/CrudTest.php rename to web/core/modules/rdf/tests/src/Kernel/CrudTest.php diff --git a/core/modules/rdf/tests/src/Kernel/Field/DateTimeFieldRdfaTest.php b/web/core/modules/rdf/tests/src/Kernel/Field/DateTimeFieldRdfaTest.php similarity index 100% rename from core/modules/rdf/tests/src/Kernel/Field/DateTimeFieldRdfaTest.php rename to web/core/modules/rdf/tests/src/Kernel/Field/DateTimeFieldRdfaTest.php diff --git a/core/modules/rdf/tests/src/Kernel/Field/EmailFieldRdfaTest.php b/web/core/modules/rdf/tests/src/Kernel/Field/EmailFieldRdfaTest.php similarity index 100% rename from core/modules/rdf/tests/src/Kernel/Field/EmailFieldRdfaTest.php rename to web/core/modules/rdf/tests/src/Kernel/Field/EmailFieldRdfaTest.php diff --git a/core/modules/rdf/tests/src/Kernel/Field/EntityReferenceRdfaTest.php b/web/core/modules/rdf/tests/src/Kernel/Field/EntityReferenceRdfaTest.php similarity index 100% rename from core/modules/rdf/tests/src/Kernel/Field/EntityReferenceRdfaTest.php rename to web/core/modules/rdf/tests/src/Kernel/Field/EntityReferenceRdfaTest.php diff --git a/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php b/web/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php similarity index 100% rename from core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php rename to web/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php diff --git a/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php b/web/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php similarity index 100% rename from core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php rename to web/core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php diff --git a/core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php b/web/core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php similarity index 100% rename from core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php rename to web/core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php diff --git a/core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php b/web/core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php similarity index 100% rename from core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php rename to web/core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php diff --git a/core/modules/rdf/tests/src/Kernel/Field/StringFieldRdfaTest.php b/web/core/modules/rdf/tests/src/Kernel/Field/StringFieldRdfaTest.php similarity index 100% rename from core/modules/rdf/tests/src/Kernel/Field/StringFieldRdfaTest.php rename to web/core/modules/rdf/tests/src/Kernel/Field/StringFieldRdfaTest.php diff --git a/core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php b/web/core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php similarity index 100% rename from core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php rename to web/core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php diff --git a/core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php b/web/core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php similarity index 100% rename from core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php rename to web/core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php diff --git a/core/modules/rdf/tests/src/Kernel/RdfaAttributesTest.php b/web/core/modules/rdf/tests/src/Kernel/RdfaAttributesTest.php similarity index 100% rename from core/modules/rdf/tests/src/Kernel/RdfaAttributesTest.php rename to web/core/modules/rdf/tests/src/Kernel/RdfaAttributesTest.php diff --git a/core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php b/web/core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php similarity index 100% rename from core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php rename to web/core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php diff --git a/core/modules/responsive_image/config/schema/responsive_image.schema.yml b/web/core/modules/responsive_image/config/schema/responsive_image.schema.yml similarity index 100% rename from core/modules/responsive_image/config/schema/responsive_image.schema.yml rename to web/core/modules/responsive_image/config/schema/responsive_image.schema.yml diff --git a/core/modules/responsive_image/js/responsive_image.ajax.js b/web/core/modules/responsive_image/js/responsive_image.ajax.js similarity index 100% rename from core/modules/responsive_image/js/responsive_image.ajax.js rename to web/core/modules/responsive_image/js/responsive_image.ajax.js diff --git a/core/modules/responsive_image/responsive_image.breakpoints.yml b/web/core/modules/responsive_image/responsive_image.breakpoints.yml similarity index 100% rename from core/modules/responsive_image/responsive_image.breakpoints.yml rename to web/core/modules/responsive_image/responsive_image.breakpoints.yml diff --git a/core/modules/responsive_image/responsive_image.info.yml b/web/core/modules/responsive_image/responsive_image.info.yml similarity index 100% rename from core/modules/responsive_image/responsive_image.info.yml rename to web/core/modules/responsive_image/responsive_image.info.yml diff --git a/core/modules/responsive_image/responsive_image.libraries.yml b/web/core/modules/responsive_image/responsive_image.libraries.yml similarity index 100% rename from core/modules/responsive_image/responsive_image.libraries.yml rename to web/core/modules/responsive_image/responsive_image.libraries.yml diff --git a/core/modules/responsive_image/responsive_image.links.action.yml b/web/core/modules/responsive_image/responsive_image.links.action.yml similarity index 100% rename from core/modules/responsive_image/responsive_image.links.action.yml rename to web/core/modules/responsive_image/responsive_image.links.action.yml diff --git a/core/modules/responsive_image/responsive_image.links.menu.yml b/web/core/modules/responsive_image/responsive_image.links.menu.yml similarity index 100% rename from core/modules/responsive_image/responsive_image.links.menu.yml rename to web/core/modules/responsive_image/responsive_image.links.menu.yml diff --git a/core/modules/responsive_image/responsive_image.links.task.yml b/web/core/modules/responsive_image/responsive_image.links.task.yml similarity index 100% rename from core/modules/responsive_image/responsive_image.links.task.yml rename to web/core/modules/responsive_image/responsive_image.links.task.yml diff --git a/core/modules/responsive_image/responsive_image.module b/web/core/modules/responsive_image/responsive_image.module similarity index 100% rename from core/modules/responsive_image/responsive_image.module rename to web/core/modules/responsive_image/responsive_image.module diff --git a/core/modules/responsive_image/responsive_image.permissions.yml b/web/core/modules/responsive_image/responsive_image.permissions.yml similarity index 100% rename from core/modules/responsive_image/responsive_image.permissions.yml rename to web/core/modules/responsive_image/responsive_image.permissions.yml diff --git a/core/modules/responsive_image/responsive_image.post_update.php b/web/core/modules/responsive_image/responsive_image.post_update.php similarity index 100% rename from core/modules/responsive_image/responsive_image.post_update.php rename to web/core/modules/responsive_image/responsive_image.post_update.php diff --git a/core/modules/responsive_image/responsive_image.routing.yml b/web/core/modules/responsive_image/responsive_image.routing.yml similarity index 100% rename from core/modules/responsive_image/responsive_image.routing.yml rename to web/core/modules/responsive_image/responsive_image.routing.yml diff --git a/core/modules/responsive_image/src/Element/ResponsiveImage.php b/web/core/modules/responsive_image/src/Element/ResponsiveImage.php similarity index 100% rename from core/modules/responsive_image/src/Element/ResponsiveImage.php rename to web/core/modules/responsive_image/src/Element/ResponsiveImage.php diff --git a/core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php b/web/core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php similarity index 100% rename from core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php rename to web/core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php diff --git a/core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php b/web/core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php similarity index 100% rename from core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php rename to web/core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php diff --git a/core/modules/responsive_image/src/ResponsiveImageStyleForm.php b/web/core/modules/responsive_image/src/ResponsiveImageStyleForm.php similarity index 100% rename from core/modules/responsive_image/src/ResponsiveImageStyleForm.php rename to web/core/modules/responsive_image/src/ResponsiveImageStyleForm.php diff --git a/core/modules/responsive_image/src/ResponsiveImageStyleInterface.php b/web/core/modules/responsive_image/src/ResponsiveImageStyleInterface.php similarity index 100% rename from core/modules/responsive_image/src/ResponsiveImageStyleInterface.php rename to web/core/modules/responsive_image/src/ResponsiveImageStyleInterface.php diff --git a/core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php b/web/core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php similarity index 100% rename from core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php rename to web/core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php diff --git a/core/modules/responsive_image/src/Tests/ResponsiveImageAdminUITest.php b/web/core/modules/responsive_image/src/Tests/ResponsiveImageAdminUITest.php similarity index 100% rename from core/modules/responsive_image/src/Tests/ResponsiveImageAdminUITest.php rename to web/core/modules/responsive_image/src/Tests/ResponsiveImageAdminUITest.php diff --git a/core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php b/web/core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php similarity index 100% rename from core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php rename to web/core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php diff --git a/core/modules/responsive_image/src/Tests/ResponsiveImageFieldUiTest.php b/web/core/modules/responsive_image/src/Tests/ResponsiveImageFieldUiTest.php similarity index 100% rename from core/modules/responsive_image/src/Tests/ResponsiveImageFieldUiTest.php rename to web/core/modules/responsive_image/src/Tests/ResponsiveImageFieldUiTest.php diff --git a/core/modules/responsive_image/src/Tests/Update/ResponsiveImageUpdateTest.php b/web/core/modules/responsive_image/src/Tests/Update/ResponsiveImageUpdateTest.php similarity index 100% rename from core/modules/responsive_image/src/Tests/Update/ResponsiveImageUpdateTest.php rename to web/core/modules/responsive_image/src/Tests/Update/ResponsiveImageUpdateTest.php diff --git a/core/modules/responsive_image/templates/responsive-image-formatter.html.twig b/web/core/modules/responsive_image/templates/responsive-image-formatter.html.twig similarity index 100% rename from core/modules/responsive_image/templates/responsive-image-formatter.html.twig rename to web/core/modules/responsive_image/templates/responsive-image-formatter.html.twig diff --git a/core/modules/responsive_image/templates/responsive-image.html.twig b/web/core/modules/responsive_image/templates/responsive-image.html.twig similarity index 100% rename from core/modules/responsive_image/templates/responsive-image.html.twig rename to web/core/modules/responsive_image/templates/responsive-image.html.twig diff --git a/core/modules/responsive_image/tests/modules/responsive_image_test_module/config/schema/responsive_image_test_module.schema.yml b/web/core/modules/responsive_image/tests/modules/responsive_image_test_module/config/schema/responsive_image_test_module.schema.yml similarity index 100% rename from core/modules/responsive_image/tests/modules/responsive_image_test_module/config/schema/responsive_image_test_module.schema.yml rename to web/core/modules/responsive_image/tests/modules/responsive_image_test_module/config/schema/responsive_image_test_module.schema.yml diff --git a/core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.breakpoints.yml b/web/core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.breakpoints.yml similarity index 100% rename from core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.breakpoints.yml rename to web/core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.breakpoints.yml diff --git a/core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.info.yml b/web/core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.info.yml similarity index 100% rename from core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.info.yml rename to web/core/modules/responsive_image/tests/modules/responsive_image_test_module/responsive_image_test_module.info.yml diff --git a/core/modules/responsive_image/tests/modules/responsive_image_test_module/src/Plugin/Field/FieldFormatter/ResponsiveImageTestFormatter.php b/web/core/modules/responsive_image/tests/modules/responsive_image_test_module/src/Plugin/Field/FieldFormatter/ResponsiveImageTestFormatter.php similarity index 100% rename from core/modules/responsive_image/tests/modules/responsive_image_test_module/src/Plugin/Field/FieldFormatter/ResponsiveImageTestFormatter.php rename to web/core/modules/responsive_image/tests/modules/responsive_image_test_module/src/Plugin/Field/FieldFormatter/ResponsiveImageTestFormatter.php diff --git a/core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php b/web/core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php similarity index 100% rename from core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php rename to web/core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php diff --git a/core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php b/web/core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php similarity index 100% rename from core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php rename to web/core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php diff --git a/core/modules/rest/config/install/rest.settings.yml b/web/core/modules/rest/config/install/rest.settings.yml similarity index 100% rename from core/modules/rest/config/install/rest.settings.yml rename to web/core/modules/rest/config/install/rest.settings.yml diff --git a/core/modules/rest/config/optional/rest.resource.entity.node.yml b/web/core/modules/rest/config/optional/rest.resource.entity.node.yml similarity index 100% rename from core/modules/rest/config/optional/rest.resource.entity.node.yml rename to web/core/modules/rest/config/optional/rest.resource.entity.node.yml diff --git a/core/modules/rest/config/schema/rest.schema.yml b/web/core/modules/rest/config/schema/rest.schema.yml similarity index 100% rename from core/modules/rest/config/schema/rest.schema.yml rename to web/core/modules/rest/config/schema/rest.schema.yml diff --git a/core/modules/rest/config/schema/rest.views.schema.yml b/web/core/modules/rest/config/schema/rest.views.schema.yml similarity index 100% rename from core/modules/rest/config/schema/rest.views.schema.yml rename to web/core/modules/rest/config/schema/rest.views.schema.yml diff --git a/core/modules/rest/rest.api.php b/web/core/modules/rest/rest.api.php similarity index 100% rename from core/modules/rest/rest.api.php rename to web/core/modules/rest/rest.api.php diff --git a/core/modules/rest/rest.info.yml b/web/core/modules/rest/rest.info.yml similarity index 100% rename from core/modules/rest/rest.info.yml rename to web/core/modules/rest/rest.info.yml diff --git a/core/modules/rest/rest.install b/web/core/modules/rest/rest.install similarity index 100% rename from core/modules/rest/rest.install rename to web/core/modules/rest/rest.install diff --git a/core/modules/rest/rest.module b/web/core/modules/rest/rest.module similarity index 100% rename from core/modules/rest/rest.module rename to web/core/modules/rest/rest.module diff --git a/core/modules/rest/rest.permissions.yml b/web/core/modules/rest/rest.permissions.yml similarity index 100% rename from core/modules/rest/rest.permissions.yml rename to web/core/modules/rest/rest.permissions.yml diff --git a/core/modules/rest/rest.post_update.php b/web/core/modules/rest/rest.post_update.php similarity index 100% rename from core/modules/rest/rest.post_update.php rename to web/core/modules/rest/rest.post_update.php diff --git a/core/modules/rest/rest.routing.yml b/web/core/modules/rest/rest.routing.yml similarity index 100% rename from core/modules/rest/rest.routing.yml rename to web/core/modules/rest/rest.routing.yml diff --git a/core/modules/rest/rest.services.yml b/web/core/modules/rest/rest.services.yml similarity index 100% rename from core/modules/rest/rest.services.yml rename to web/core/modules/rest/rest.services.yml diff --git a/core/modules/rest/src/Annotation/RestResource.php b/web/core/modules/rest/src/Annotation/RestResource.php similarity index 100% rename from core/modules/rest/src/Annotation/RestResource.php rename to web/core/modules/rest/src/Annotation/RestResource.php diff --git a/core/modules/rest/src/Entity/ConfigDependencies.php b/web/core/modules/rest/src/Entity/ConfigDependencies.php similarity index 100% rename from core/modules/rest/src/Entity/ConfigDependencies.php rename to web/core/modules/rest/src/Entity/ConfigDependencies.php diff --git a/core/modules/rest/src/Entity/RestResourceConfig.php b/web/core/modules/rest/src/Entity/RestResourceConfig.php similarity index 100% rename from core/modules/rest/src/Entity/RestResourceConfig.php rename to web/core/modules/rest/src/Entity/RestResourceConfig.php diff --git a/core/modules/rest/src/LinkManager/ConfigurableLinkManagerInterface.php b/web/core/modules/rest/src/LinkManager/ConfigurableLinkManagerInterface.php similarity index 100% rename from core/modules/rest/src/LinkManager/ConfigurableLinkManagerInterface.php rename to web/core/modules/rest/src/LinkManager/ConfigurableLinkManagerInterface.php diff --git a/core/modules/rest/src/LinkManager/LinkManager.php b/web/core/modules/rest/src/LinkManager/LinkManager.php similarity index 100% rename from core/modules/rest/src/LinkManager/LinkManager.php rename to web/core/modules/rest/src/LinkManager/LinkManager.php diff --git a/core/modules/rest/src/LinkManager/LinkManagerBase.php b/web/core/modules/rest/src/LinkManager/LinkManagerBase.php similarity index 100% rename from core/modules/rest/src/LinkManager/LinkManagerBase.php rename to web/core/modules/rest/src/LinkManager/LinkManagerBase.php diff --git a/core/modules/rest/src/LinkManager/LinkManagerInterface.php b/web/core/modules/rest/src/LinkManager/LinkManagerInterface.php similarity index 100% rename from core/modules/rest/src/LinkManager/LinkManagerInterface.php rename to web/core/modules/rest/src/LinkManager/LinkManagerInterface.php diff --git a/core/modules/rest/src/LinkManager/RelationLinkManager.php b/web/core/modules/rest/src/LinkManager/RelationLinkManager.php similarity index 100% rename from core/modules/rest/src/LinkManager/RelationLinkManager.php rename to web/core/modules/rest/src/LinkManager/RelationLinkManager.php diff --git a/core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php b/web/core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php similarity index 100% rename from core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php rename to web/core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php diff --git a/core/modules/rest/src/LinkManager/TypeLinkManager.php b/web/core/modules/rest/src/LinkManager/TypeLinkManager.php similarity index 100% rename from core/modules/rest/src/LinkManager/TypeLinkManager.php rename to web/core/modules/rest/src/LinkManager/TypeLinkManager.php diff --git a/core/modules/rest/src/LinkManager/TypeLinkManagerInterface.php b/web/core/modules/rest/src/LinkManager/TypeLinkManagerInterface.php similarity index 100% rename from core/modules/rest/src/LinkManager/TypeLinkManagerInterface.php rename to web/core/modules/rest/src/LinkManager/TypeLinkManagerInterface.php diff --git a/core/modules/rest/src/ModifiedResourceResponse.php b/web/core/modules/rest/src/ModifiedResourceResponse.php similarity index 100% rename from core/modules/rest/src/ModifiedResourceResponse.php rename to web/core/modules/rest/src/ModifiedResourceResponse.php diff --git a/core/modules/rest/src/Plugin/Deriver/EntityDeriver.php b/web/core/modules/rest/src/Plugin/Deriver/EntityDeriver.php similarity index 100% rename from core/modules/rest/src/Plugin/Deriver/EntityDeriver.php rename to web/core/modules/rest/src/Plugin/Deriver/EntityDeriver.php diff --git a/core/modules/rest/src/Plugin/ResourceBase.php b/web/core/modules/rest/src/Plugin/ResourceBase.php similarity index 100% rename from core/modules/rest/src/Plugin/ResourceBase.php rename to web/core/modules/rest/src/Plugin/ResourceBase.php diff --git a/core/modules/rest/src/Plugin/ResourceInterface.php b/web/core/modules/rest/src/Plugin/ResourceInterface.php similarity index 100% rename from core/modules/rest/src/Plugin/ResourceInterface.php rename to web/core/modules/rest/src/Plugin/ResourceInterface.php diff --git a/core/modules/rest/src/Plugin/Type/ResourcePluginManager.php b/web/core/modules/rest/src/Plugin/Type/ResourcePluginManager.php similarity index 100% rename from core/modules/rest/src/Plugin/Type/ResourcePluginManager.php rename to web/core/modules/rest/src/Plugin/Type/ResourcePluginManager.php diff --git a/core/modules/rest/src/Plugin/rest/resource/EntityResource.php b/web/core/modules/rest/src/Plugin/rest/resource/EntityResource.php similarity index 100% rename from core/modules/rest/src/Plugin/rest/resource/EntityResource.php rename to web/core/modules/rest/src/Plugin/rest/resource/EntityResource.php diff --git a/core/modules/rest/src/Plugin/views/display/RestExport.php b/web/core/modules/rest/src/Plugin/views/display/RestExport.php similarity index 100% rename from core/modules/rest/src/Plugin/views/display/RestExport.php rename to web/core/modules/rest/src/Plugin/views/display/RestExport.php diff --git a/core/modules/rest/src/Plugin/views/row/DataEntityRow.php b/web/core/modules/rest/src/Plugin/views/row/DataEntityRow.php similarity index 100% rename from core/modules/rest/src/Plugin/views/row/DataEntityRow.php rename to web/core/modules/rest/src/Plugin/views/row/DataEntityRow.php diff --git a/core/modules/rest/src/Plugin/views/row/DataFieldRow.php b/web/core/modules/rest/src/Plugin/views/row/DataFieldRow.php similarity index 100% rename from core/modules/rest/src/Plugin/views/row/DataFieldRow.php rename to web/core/modules/rest/src/Plugin/views/row/DataFieldRow.php diff --git a/core/modules/rest/src/Plugin/views/style/Serializer.php b/web/core/modules/rest/src/Plugin/views/style/Serializer.php similarity index 100% rename from core/modules/rest/src/Plugin/views/style/Serializer.php rename to web/core/modules/rest/src/Plugin/views/style/Serializer.php diff --git a/core/modules/rest/src/RequestHandler.php b/web/core/modules/rest/src/RequestHandler.php similarity index 100% rename from core/modules/rest/src/RequestHandler.php rename to web/core/modules/rest/src/RequestHandler.php diff --git a/core/modules/rest/src/ResourceResponse.php b/web/core/modules/rest/src/ResourceResponse.php similarity index 100% rename from core/modules/rest/src/ResourceResponse.php rename to web/core/modules/rest/src/ResourceResponse.php diff --git a/core/modules/rest/src/ResourceResponseInterface.php b/web/core/modules/rest/src/ResourceResponseInterface.php similarity index 100% rename from core/modules/rest/src/ResourceResponseInterface.php rename to web/core/modules/rest/src/ResourceResponseInterface.php diff --git a/core/modules/rest/src/ResourceResponseTrait.php b/web/core/modules/rest/src/ResourceResponseTrait.php similarity index 100% rename from core/modules/rest/src/ResourceResponseTrait.php rename to web/core/modules/rest/src/ResourceResponseTrait.php diff --git a/core/modules/rest/src/RestPermissions.php b/web/core/modules/rest/src/RestPermissions.php similarity index 100% rename from core/modules/rest/src/RestPermissions.php rename to web/core/modules/rest/src/RestPermissions.php diff --git a/core/modules/rest/src/RestResourceConfigInterface.php b/web/core/modules/rest/src/RestResourceConfigInterface.php similarity index 100% rename from core/modules/rest/src/RestResourceConfigInterface.php rename to web/core/modules/rest/src/RestResourceConfigInterface.php diff --git a/core/modules/rest/src/Routing/ResourceRoutes.php b/web/core/modules/rest/src/Routing/ResourceRoutes.php similarity index 100% rename from core/modules/rest/src/Routing/ResourceRoutes.php rename to web/core/modules/rest/src/Routing/ResourceRoutes.php diff --git a/core/modules/rest/src/Tests/RESTTestBase.php b/web/core/modules/rest/src/Tests/RESTTestBase.php similarity index 100% rename from core/modules/rest/src/Tests/RESTTestBase.php rename to web/core/modules/rest/src/Tests/RESTTestBase.php diff --git a/core/modules/rest/src/Tests/ResourceTest.php b/web/core/modules/rest/src/Tests/ResourceTest.php similarity index 100% rename from core/modules/rest/src/Tests/ResourceTest.php rename to web/core/modules/rest/src/Tests/ResourceTest.php diff --git a/core/modules/rest/src/Tests/Update/EntityResourcePermissionsUpdateTest.php b/web/core/modules/rest/src/Tests/Update/EntityResourcePermissionsUpdateTest.php similarity index 100% rename from core/modules/rest/src/Tests/Update/EntityResourcePermissionsUpdateTest.php rename to web/core/modules/rest/src/Tests/Update/EntityResourcePermissionsUpdateTest.php diff --git a/core/modules/rest/src/Tests/Update/ResourceGranularityUpdateTest.php b/web/core/modules/rest/src/Tests/Update/ResourceGranularityUpdateTest.php similarity index 100% rename from core/modules/rest/src/Tests/Update/ResourceGranularityUpdateTest.php rename to web/core/modules/rest/src/Tests/Update/ResourceGranularityUpdateTest.php diff --git a/core/modules/rest/src/Tests/Update/RestConfigurationEntitiesUpdateTest.php b/web/core/modules/rest/src/Tests/Update/RestConfigurationEntitiesUpdateTest.php similarity index 100% rename from core/modules/rest/src/Tests/Update/RestConfigurationEntitiesUpdateTest.php rename to web/core/modules/rest/src/Tests/Update/RestConfigurationEntitiesUpdateTest.php diff --git a/core/modules/rest/src/Tests/Update/RestExportAuthUpdateTest.php b/web/core/modules/rest/src/Tests/Update/RestExportAuthUpdateTest.php similarity index 100% rename from core/modules/rest/src/Tests/Update/RestExportAuthUpdateTest.php rename to web/core/modules/rest/src/Tests/Update/RestExportAuthUpdateTest.php diff --git a/core/modules/rest/src/Tests/Views/ExcludedFieldTokenTest.php b/web/core/modules/rest/src/Tests/Views/ExcludedFieldTokenTest.php similarity index 100% rename from core/modules/rest/src/Tests/Views/ExcludedFieldTokenTest.php rename to web/core/modules/rest/src/Tests/Views/ExcludedFieldTokenTest.php diff --git a/core/modules/rest/src/Tests/Views/StyleSerializerTest.php b/web/core/modules/rest/src/Tests/Views/StyleSerializerTest.php similarity index 100% rename from core/modules/rest/src/Tests/Views/StyleSerializerTest.php rename to web/core/modules/rest/src/Tests/Views/StyleSerializerTest.php diff --git a/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_post_update_resource_granularity.php b/web/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_post_update_resource_granularity.php similarity index 100% rename from core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_post_update_resource_granularity.php rename to web/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_post_update_resource_granularity.php diff --git a/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8201.php b/web/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8201.php similarity index 100% rename from core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8201.php rename to web/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8201.php diff --git a/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8203.php b/web/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8203.php similarity index 100% rename from core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8203.php rename to web/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8203.php diff --git a/core/modules/rest/tests/fixtures/update/rest-export-with-authentication.php b/web/core/modules/rest/tests/fixtures/update/rest-export-with-authentication.php similarity index 100% rename from core/modules/rest/tests/fixtures/update/rest-export-with-authentication.php rename to web/core/modules/rest/tests/fixtures/update/rest-export-with-authentication.php diff --git a/core/modules/rest/tests/fixtures/update/rest.resource.entity.comment_2721595.yml b/web/core/modules/rest/tests/fixtures/update/rest.resource.entity.comment_2721595.yml similarity index 100% rename from core/modules/rest/tests/fixtures/update/rest.resource.entity.comment_2721595.yml rename to web/core/modules/rest/tests/fixtures/update/rest.resource.entity.comment_2721595.yml diff --git a/core/modules/rest/tests/fixtures/update/rest.resource.entity.node_2721595.yml b/web/core/modules/rest/tests/fixtures/update/rest.resource.entity.node_2721595.yml similarity index 100% rename from core/modules/rest/tests/fixtures/update/rest.resource.entity.node_2721595.yml rename to web/core/modules/rest/tests/fixtures/update/rest.resource.entity.node_2721595.yml diff --git a/core/modules/rest/tests/fixtures/update/rest.resource.entity.user_2721595.yml b/web/core/modules/rest/tests/fixtures/update/rest.resource.entity.user_2721595.yml similarity index 100% rename from core/modules/rest/tests/fixtures/update/rest.resource.entity.user_2721595.yml rename to web/core/modules/rest/tests/fixtures/update/rest.resource.entity.user_2721595.yml diff --git a/core/modules/rest/tests/modules/config_test_rest/config_test_rest.info.yml b/web/core/modules/rest/tests/modules/config_test_rest/config_test_rest.info.yml similarity index 100% rename from core/modules/rest/tests/modules/config_test_rest/config_test_rest.info.yml rename to web/core/modules/rest/tests/modules/config_test_rest/config_test_rest.info.yml diff --git a/core/modules/rest/tests/modules/config_test_rest/config_test_rest.module b/web/core/modules/rest/tests/modules/config_test_rest/config_test_rest.module similarity index 100% rename from core/modules/rest/tests/modules/config_test_rest/config_test_rest.module rename to web/core/modules/rest/tests/modules/config_test_rest/config_test_rest.module diff --git a/core/modules/rest/tests/modules/config_test_rest/config_test_rest.permissions.yml b/web/core/modules/rest/tests/modules/config_test_rest/config_test_rest.permissions.yml similarity index 100% rename from core/modules/rest/tests/modules/config_test_rest/config_test_rest.permissions.yml rename to web/core/modules/rest/tests/modules/config_test_rest/config_test_rest.permissions.yml diff --git a/core/modules/rest/tests/modules/rest_test/rest_test.info.yml b/web/core/modules/rest/tests/modules/rest_test/rest_test.info.yml similarity index 100% rename from core/modules/rest/tests/modules/rest_test/rest_test.info.yml rename to web/core/modules/rest/tests/modules/rest_test/rest_test.info.yml diff --git a/core/modules/rest/tests/modules/rest_test/rest_test.module b/web/core/modules/rest/tests/modules/rest_test/rest_test.module similarity index 100% rename from core/modules/rest/tests/modules/rest_test/rest_test.module rename to web/core/modules/rest/tests/modules/rest_test/rest_test.module diff --git a/core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php b/web/core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php similarity index 100% rename from core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php rename to web/core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php diff --git a/core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml b/web/core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml similarity index 100% rename from core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml rename to web/core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml diff --git a/core/modules/rest/tests/modules/rest_test_views/rest_test_views.module b/web/core/modules/rest/tests/modules/rest_test_views/rest_test_views.module similarity index 100% rename from core/modules/rest/tests/modules/rest_test_views/rest_test_views.module rename to web/core/modules/rest/tests/modules/rest_test_views/rest_test_views.module diff --git a/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_excluded_field_token_display.yml b/web/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_excluded_field_token_display.yml similarity index 100% rename from core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_excluded_field_token_display.yml rename to web/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_excluded_field_token_display.yml diff --git a/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity.yml b/web/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity.yml similarity index 100% rename from core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity.yml rename to web/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity.yml diff --git a/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity_translated.yml b/web/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity_translated.yml similarity index 100% rename from core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity_translated.yml rename to web/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_entity_translated.yml diff --git a/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml b/web/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml similarity index 100% rename from core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml rename to web/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml diff --git a/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml b/web/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml similarity index 100% rename from core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml rename to web/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml diff --git a/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_exposed_filter.yml b/web/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_exposed_filter.yml similarity index 100% rename from core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_exposed_filter.yml rename to web/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_exposed_filter.yml diff --git a/core/modules/rest/tests/src/Functional/AnonResourceTestTrait.php b/web/core/modules/rest/tests/src/Functional/AnonResourceTestTrait.php similarity index 100% rename from core/modules/rest/tests/src/Functional/AnonResourceTestTrait.php rename to web/core/modules/rest/tests/src/Functional/AnonResourceTestTrait.php diff --git a/core/modules/rest/tests/src/Functional/BasicAuthResourceTestTrait.php b/web/core/modules/rest/tests/src/Functional/BasicAuthResourceTestTrait.php similarity index 100% rename from core/modules/rest/tests/src/Functional/BasicAuthResourceTestTrait.php rename to web/core/modules/rest/tests/src/Functional/BasicAuthResourceTestTrait.php diff --git a/core/modules/rest/tests/src/Functional/CookieResourceTestTrait.php b/web/core/modules/rest/tests/src/Functional/CookieResourceTestTrait.php similarity index 100% rename from core/modules/rest/tests/src/Functional/CookieResourceTestTrait.php rename to web/core/modules/rest/tests/src/Functional/CookieResourceTestTrait.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonAnonTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonAnonTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonAnonTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonAnonTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonBasicAuthTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonBasicAuthTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonBasicAuthTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonBasicAuthTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonCookieTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonCookieTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonCookieTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonCookieTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockResourceTestBase.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockResourceTestBase.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Block/BlockResourceTestBase.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockResourceTestBase.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonAnonTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonAnonTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonAnonTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonAnonTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonBasicAuthTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonBasicAuthTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonBasicAuthTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonBasicAuthTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonCookieTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonCookieTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonCookieTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonCookieTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentResourceTestBase.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentResourceTestBase.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentResourceTestBase.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentResourceTestBase.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonAnonTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonAnonTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonAnonTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonAnonTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonBasicAuthTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonBasicAuthTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonBasicAuthTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonBasicAuthTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonCookieTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonCookieTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonCookieTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonCookieTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestResourceTestBase.php b/web/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestResourceTestBase.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestResourceTestBase.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestResourceTestBase.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php b/web/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonAnonTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonAnonTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonAnonTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonAnonTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonBasicAuthTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonBasicAuthTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonBasicAuthTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonBasicAuthTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonCookieTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonCookieTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonCookieTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonCookieTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestResourceTestBase.php b/web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestResourceTestBase.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestResourceTestBase.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestResourceTestBase.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonAnonTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonAnonTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonAnonTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonAnonTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonBasicAuthTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonBasicAuthTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonBasicAuthTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonBasicAuthTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonCookieTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonCookieTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonCookieTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonCookieTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeResourceTestBase.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeResourceTestBase.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Node/NodeResourceTestBase.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeResourceTestBase.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonAnonTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonAnonTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonAnonTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonAnonTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonBasicAuthTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonBasicAuthTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonBasicAuthTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonBasicAuthTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonCookieTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonCookieTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonCookieTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonCookieTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleResourceTestBase.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleResourceTestBase.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Role/RoleResourceTestBase.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleResourceTestBase.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonAnonTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonAnonTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonAnonTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonAnonTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonBasicAuthTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonBasicAuthTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonBasicAuthTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonBasicAuthTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonCookieTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonCookieTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonCookieTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonCookieTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Term/TermResourceTestBase.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Term/TermResourceTestBase.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Term/TermResourceTestBase.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Term/TermResourceTestBase.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonAnonTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonAnonTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonAnonTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonAnonTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonBasicAuthTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonBasicAuthTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonBasicAuthTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonBasicAuthTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonCookieTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonCookieTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonCookieTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonCookieTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/User/UserResourceTestBase.php b/web/core/modules/rest/tests/src/Functional/EntityResource/User/UserResourceTestBase.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/User/UserResourceTestBase.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/User/UserResourceTestBase.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonAnonTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonAnonTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonAnonTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonAnonTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonBasicAuthTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonBasicAuthTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonBasicAuthTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonBasicAuthTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonCookieTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonCookieTest.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonCookieTest.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonCookieTest.php diff --git a/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyResourceTestBase.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyResourceTestBase.php similarity index 100% rename from core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyResourceTestBase.php rename to web/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyResourceTestBase.php diff --git a/core/modules/rest/tests/src/Functional/JsonBasicAuthWorkaroundFor2805281Trait.php b/web/core/modules/rest/tests/src/Functional/JsonBasicAuthWorkaroundFor2805281Trait.php similarity index 100% rename from core/modules/rest/tests/src/Functional/JsonBasicAuthWorkaroundFor2805281Trait.php rename to web/core/modules/rest/tests/src/Functional/JsonBasicAuthWorkaroundFor2805281Trait.php diff --git a/core/modules/rest/tests/src/Functional/ResourceTestBase.php b/web/core/modules/rest/tests/src/Functional/ResourceTestBase.php similarity index 100% rename from core/modules/rest/tests/src/Functional/ResourceTestBase.php rename to web/core/modules/rest/tests/src/Functional/ResourceTestBase.php diff --git a/core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php b/web/core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php similarity index 100% rename from core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php rename to web/core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php diff --git a/core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php b/web/core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php similarity index 100% rename from core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php rename to web/core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php diff --git a/core/modules/rest/tests/src/Kernel/RequestHandlerTest.php b/web/core/modules/rest/tests/src/Kernel/RequestHandlerTest.php similarity index 100% rename from core/modules/rest/tests/src/Kernel/RequestHandlerTest.php rename to web/core/modules/rest/tests/src/Kernel/RequestHandlerTest.php diff --git a/core/modules/rest/tests/src/Kernel/RestLinkManagerTest.php b/web/core/modules/rest/tests/src/Kernel/RestLinkManagerTest.php similarity index 100% rename from core/modules/rest/tests/src/Kernel/RestLinkManagerTest.php rename to web/core/modules/rest/tests/src/Kernel/RestLinkManagerTest.php diff --git a/core/modules/rest/tests/src/Kernel/Views/RestExportTest.php b/web/core/modules/rest/tests/src/Kernel/Views/RestExportTest.php similarity index 100% rename from core/modules/rest/tests/src/Kernel/Views/RestExportTest.php rename to web/core/modules/rest/tests/src/Kernel/Views/RestExportTest.php diff --git a/core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php b/web/core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php similarity index 100% rename from core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php rename to web/core/modules/rest/tests/src/Kernel/Views/StyleSerializerKernelTest.php diff --git a/core/modules/rest/tests/src/Unit/CollectRoutesTest.php b/web/core/modules/rest/tests/src/Unit/CollectRoutesTest.php similarity index 100% rename from core/modules/rest/tests/src/Unit/CollectRoutesTest.php rename to web/core/modules/rest/tests/src/Unit/CollectRoutesTest.php diff --git a/core/modules/rest/tests/src/Unit/Entity/RestResourceConfigTest.php b/web/core/modules/rest/tests/src/Unit/Entity/RestResourceConfigTest.php similarity index 100% rename from core/modules/rest/tests/src/Unit/Entity/RestResourceConfigTest.php rename to web/core/modules/rest/tests/src/Unit/Entity/RestResourceConfigTest.php diff --git a/core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php b/web/core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php similarity index 100% rename from core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php rename to web/core/modules/rest/tests/src/Unit/Plugin/views/style/SerializerTest.php diff --git a/core/modules/search/config/install/search.settings.yml b/web/core/modules/search/config/install/search.settings.yml similarity index 100% rename from core/modules/search/config/install/search.settings.yml rename to web/core/modules/search/config/install/search.settings.yml diff --git a/core/modules/search/config/schema/search.schema.yml b/web/core/modules/search/config/schema/search.schema.yml similarity index 100% rename from core/modules/search/config/schema/search.schema.yml rename to web/core/modules/search/config/schema/search.schema.yml diff --git a/core/modules/search/config/schema/search.views.schema.yml b/web/core/modules/search/config/schema/search.views.schema.yml similarity index 100% rename from core/modules/search/config/schema/search.views.schema.yml rename to web/core/modules/search/config/schema/search.views.schema.yml diff --git a/core/modules/search/migration_templates/d6_search_settings.yml b/web/core/modules/search/migration_templates/d6_search_settings.yml similarity index 100% rename from core/modules/search/migration_templates/d6_search_settings.yml rename to web/core/modules/search/migration_templates/d6_search_settings.yml diff --git a/core/modules/search/migration_templates/d7_search_settings.yml b/web/core/modules/search/migration_templates/d7_search_settings.yml similarity index 100% rename from core/modules/search/migration_templates/d7_search_settings.yml rename to web/core/modules/search/migration_templates/d7_search_settings.yml diff --git a/core/modules/search/migration_templates/search_page.yml b/web/core/modules/search/migration_templates/search_page.yml similarity index 100% rename from core/modules/search/migration_templates/search_page.yml rename to web/core/modules/search/migration_templates/search_page.yml diff --git a/core/modules/search/search.api.php b/web/core/modules/search/search.api.php similarity index 100% rename from core/modules/search/search.api.php rename to web/core/modules/search/search.api.php diff --git a/core/modules/search/search.info.yml b/web/core/modules/search/search.info.yml similarity index 100% rename from core/modules/search/search.info.yml rename to web/core/modules/search/search.info.yml diff --git a/core/modules/search/search.install b/web/core/modules/search/search.install similarity index 100% rename from core/modules/search/search.install rename to web/core/modules/search/search.install diff --git a/core/modules/search/search.links.menu.yml b/web/core/modules/search/search.links.menu.yml similarity index 100% rename from core/modules/search/search.links.menu.yml rename to web/core/modules/search/search.links.menu.yml diff --git a/core/modules/search/search.links.task.yml b/web/core/modules/search/search.links.task.yml similarity index 100% rename from core/modules/search/search.links.task.yml rename to web/core/modules/search/search.links.task.yml diff --git a/core/modules/search/search.module b/web/core/modules/search/search.module similarity index 100% rename from core/modules/search/search.module rename to web/core/modules/search/search.module diff --git a/core/modules/search/search.pages.inc b/web/core/modules/search/search.pages.inc similarity index 100% rename from core/modules/search/search.pages.inc rename to web/core/modules/search/search.pages.inc diff --git a/core/modules/search/search.permissions.yml b/web/core/modules/search/search.permissions.yml similarity index 100% rename from core/modules/search/search.permissions.yml rename to web/core/modules/search/search.permissions.yml diff --git a/core/modules/search/search.routing.yml b/web/core/modules/search/search.routing.yml similarity index 100% rename from core/modules/search/search.routing.yml rename to web/core/modules/search/search.routing.yml diff --git a/core/modules/search/search.services.yml b/web/core/modules/search/search.services.yml similarity index 100% rename from core/modules/search/search.services.yml rename to web/core/modules/search/search.services.yml diff --git a/core/modules/search/src/Annotation/SearchPlugin.php b/web/core/modules/search/src/Annotation/SearchPlugin.php similarity index 100% rename from core/modules/search/src/Annotation/SearchPlugin.php rename to web/core/modules/search/src/Annotation/SearchPlugin.php diff --git a/core/modules/search/src/Controller/SearchController.php b/web/core/modules/search/src/Controller/SearchController.php similarity index 100% rename from core/modules/search/src/Controller/SearchController.php rename to web/core/modules/search/src/Controller/SearchController.php diff --git a/core/modules/search/src/Entity/SearchPage.php b/web/core/modules/search/src/Entity/SearchPage.php similarity index 100% rename from core/modules/search/src/Entity/SearchPage.php rename to web/core/modules/search/src/Entity/SearchPage.php diff --git a/core/modules/search/src/Form/ReindexConfirm.php b/web/core/modules/search/src/Form/ReindexConfirm.php similarity index 100% rename from core/modules/search/src/Form/ReindexConfirm.php rename to web/core/modules/search/src/Form/ReindexConfirm.php diff --git a/core/modules/search/src/Form/SearchBlockForm.php b/web/core/modules/search/src/Form/SearchBlockForm.php similarity index 100% rename from core/modules/search/src/Form/SearchBlockForm.php rename to web/core/modules/search/src/Form/SearchBlockForm.php diff --git a/core/modules/search/src/Form/SearchPageAddForm.php b/web/core/modules/search/src/Form/SearchPageAddForm.php similarity index 100% rename from core/modules/search/src/Form/SearchPageAddForm.php rename to web/core/modules/search/src/Form/SearchPageAddForm.php diff --git a/core/modules/search/src/Form/SearchPageEditForm.php b/web/core/modules/search/src/Form/SearchPageEditForm.php similarity index 100% rename from core/modules/search/src/Form/SearchPageEditForm.php rename to web/core/modules/search/src/Form/SearchPageEditForm.php diff --git a/core/modules/search/src/Form/SearchPageForm.php b/web/core/modules/search/src/Form/SearchPageForm.php similarity index 100% rename from core/modules/search/src/Form/SearchPageForm.php rename to web/core/modules/search/src/Form/SearchPageForm.php diff --git a/core/modules/search/src/Form/SearchPageFormBase.php b/web/core/modules/search/src/Form/SearchPageFormBase.php similarity index 100% rename from core/modules/search/src/Form/SearchPageFormBase.php rename to web/core/modules/search/src/Form/SearchPageFormBase.php diff --git a/core/modules/search/src/Plugin/Block/SearchBlock.php b/web/core/modules/search/src/Plugin/Block/SearchBlock.php similarity index 100% rename from core/modules/search/src/Plugin/Block/SearchBlock.php rename to web/core/modules/search/src/Plugin/Block/SearchBlock.php diff --git a/core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php b/web/core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php similarity index 100% rename from core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php rename to web/core/modules/search/src/Plugin/ConfigurableSearchPluginBase.php diff --git a/core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php b/web/core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php similarity index 100% rename from core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php rename to web/core/modules/search/src/Plugin/ConfigurableSearchPluginInterface.php diff --git a/core/modules/search/src/Plugin/Derivative/SearchLocalTask.php b/web/core/modules/search/src/Plugin/Derivative/SearchLocalTask.php similarity index 100% rename from core/modules/search/src/Plugin/Derivative/SearchLocalTask.php rename to web/core/modules/search/src/Plugin/Derivative/SearchLocalTask.php diff --git a/core/modules/search/src/Plugin/SearchIndexingInterface.php b/web/core/modules/search/src/Plugin/SearchIndexingInterface.php similarity index 100% rename from core/modules/search/src/Plugin/SearchIndexingInterface.php rename to web/core/modules/search/src/Plugin/SearchIndexingInterface.php diff --git a/core/modules/search/src/Plugin/SearchInterface.php b/web/core/modules/search/src/Plugin/SearchInterface.php similarity index 100% rename from core/modules/search/src/Plugin/SearchInterface.php rename to web/core/modules/search/src/Plugin/SearchInterface.php diff --git a/core/modules/search/src/Plugin/SearchPluginBase.php b/web/core/modules/search/src/Plugin/SearchPluginBase.php similarity index 100% rename from core/modules/search/src/Plugin/SearchPluginBase.php rename to web/core/modules/search/src/Plugin/SearchPluginBase.php diff --git a/core/modules/search/src/Plugin/SearchPluginCollection.php b/web/core/modules/search/src/Plugin/SearchPluginCollection.php similarity index 100% rename from core/modules/search/src/Plugin/SearchPluginCollection.php rename to web/core/modules/search/src/Plugin/SearchPluginCollection.php diff --git a/core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php b/web/core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php similarity index 100% rename from core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php rename to web/core/modules/search/src/Plugin/migrate/destination/EntitySearchPage.php diff --git a/core/modules/search/src/Plugin/migrate/process/SearchConfigurationRankings.php b/web/core/modules/search/src/Plugin/migrate/process/SearchConfigurationRankings.php similarity index 100% rename from core/modules/search/src/Plugin/migrate/process/SearchConfigurationRankings.php rename to web/core/modules/search/src/Plugin/migrate/process/SearchConfigurationRankings.php diff --git a/core/modules/search/src/Plugin/migrate/process/d6/SearchConfigurationRankings.php b/web/core/modules/search/src/Plugin/migrate/process/d6/SearchConfigurationRankings.php similarity index 100% rename from core/modules/search/src/Plugin/migrate/process/d6/SearchConfigurationRankings.php rename to web/core/modules/search/src/Plugin/migrate/process/d6/SearchConfigurationRankings.php diff --git a/core/modules/search/src/Plugin/views/argument/Search.php b/web/core/modules/search/src/Plugin/views/argument/Search.php similarity index 100% rename from core/modules/search/src/Plugin/views/argument/Search.php rename to web/core/modules/search/src/Plugin/views/argument/Search.php diff --git a/core/modules/search/src/Plugin/views/field/Score.php b/web/core/modules/search/src/Plugin/views/field/Score.php similarity index 100% rename from core/modules/search/src/Plugin/views/field/Score.php rename to web/core/modules/search/src/Plugin/views/field/Score.php diff --git a/core/modules/search/src/Plugin/views/filter/Search.php b/web/core/modules/search/src/Plugin/views/filter/Search.php similarity index 100% rename from core/modules/search/src/Plugin/views/filter/Search.php rename to web/core/modules/search/src/Plugin/views/filter/Search.php diff --git a/core/modules/search/src/Plugin/views/row/SearchRow.php b/web/core/modules/search/src/Plugin/views/row/SearchRow.php similarity index 100% rename from core/modules/search/src/Plugin/views/row/SearchRow.php rename to web/core/modules/search/src/Plugin/views/row/SearchRow.php diff --git a/core/modules/search/src/Plugin/views/sort/Score.php b/web/core/modules/search/src/Plugin/views/sort/Score.php similarity index 100% rename from core/modules/search/src/Plugin/views/sort/Score.php rename to web/core/modules/search/src/Plugin/views/sort/Score.php diff --git a/core/modules/search/src/Routing/SearchPageRoutes.php b/web/core/modules/search/src/Routing/SearchPageRoutes.php similarity index 100% rename from core/modules/search/src/Routing/SearchPageRoutes.php rename to web/core/modules/search/src/Routing/SearchPageRoutes.php diff --git a/core/modules/search/src/SearchPageAccessControlHandler.php b/web/core/modules/search/src/SearchPageAccessControlHandler.php similarity index 100% rename from core/modules/search/src/SearchPageAccessControlHandler.php rename to web/core/modules/search/src/SearchPageAccessControlHandler.php diff --git a/core/modules/search/src/SearchPageInterface.php b/web/core/modules/search/src/SearchPageInterface.php similarity index 100% rename from core/modules/search/src/SearchPageInterface.php rename to web/core/modules/search/src/SearchPageInterface.php diff --git a/core/modules/search/src/SearchPageListBuilder.php b/web/core/modules/search/src/SearchPageListBuilder.php similarity index 100% rename from core/modules/search/src/SearchPageListBuilder.php rename to web/core/modules/search/src/SearchPageListBuilder.php diff --git a/core/modules/search/src/SearchPageRepository.php b/web/core/modules/search/src/SearchPageRepository.php similarity index 100% rename from core/modules/search/src/SearchPageRepository.php rename to web/core/modules/search/src/SearchPageRepository.php diff --git a/core/modules/search/src/SearchPageRepositoryInterface.php b/web/core/modules/search/src/SearchPageRepositoryInterface.php similarity index 100% rename from core/modules/search/src/SearchPageRepositoryInterface.php rename to web/core/modules/search/src/SearchPageRepositoryInterface.php diff --git a/core/modules/search/src/SearchPluginManager.php b/web/core/modules/search/src/SearchPluginManager.php similarity index 100% rename from core/modules/search/src/SearchPluginManager.php rename to web/core/modules/search/src/SearchPluginManager.php diff --git a/core/modules/search/src/SearchQuery.php b/web/core/modules/search/src/SearchQuery.php similarity index 100% rename from core/modules/search/src/SearchQuery.php rename to web/core/modules/search/src/SearchQuery.php diff --git a/core/modules/search/src/Tests/SearchAdvancedSearchFormTest.php b/web/core/modules/search/src/Tests/SearchAdvancedSearchFormTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchAdvancedSearchFormTest.php rename to web/core/modules/search/src/Tests/SearchAdvancedSearchFormTest.php diff --git a/core/modules/search/src/Tests/SearchBlockTest.php b/web/core/modules/search/src/Tests/SearchBlockTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchBlockTest.php rename to web/core/modules/search/src/Tests/SearchBlockTest.php diff --git a/core/modules/search/src/Tests/SearchCommentCountToggleTest.php b/web/core/modules/search/src/Tests/SearchCommentCountToggleTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchCommentCountToggleTest.php rename to web/core/modules/search/src/Tests/SearchCommentCountToggleTest.php diff --git a/core/modules/search/src/Tests/SearchCommentTest.php b/web/core/modules/search/src/Tests/SearchCommentTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchCommentTest.php rename to web/core/modules/search/src/Tests/SearchCommentTest.php diff --git a/core/modules/search/src/Tests/SearchConfigSettingsFormTest.php b/web/core/modules/search/src/Tests/SearchConfigSettingsFormTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchConfigSettingsFormTest.php rename to web/core/modules/search/src/Tests/SearchConfigSettingsFormTest.php diff --git a/core/modules/search/src/Tests/SearchDateIntervalTest.php b/web/core/modules/search/src/Tests/SearchDateIntervalTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchDateIntervalTest.php rename to web/core/modules/search/src/Tests/SearchDateIntervalTest.php diff --git a/core/modules/search/src/Tests/SearchEmbedFormTest.php b/web/core/modules/search/src/Tests/SearchEmbedFormTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchEmbedFormTest.php rename to web/core/modules/search/src/Tests/SearchEmbedFormTest.php diff --git a/core/modules/search/src/Tests/SearchExactTest.php b/web/core/modules/search/src/Tests/SearchExactTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchExactTest.php rename to web/core/modules/search/src/Tests/SearchExactTest.php diff --git a/core/modules/search/src/Tests/SearchKeywordsConditionsTest.php b/web/core/modules/search/src/Tests/SearchKeywordsConditionsTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchKeywordsConditionsTest.php rename to web/core/modules/search/src/Tests/SearchKeywordsConditionsTest.php diff --git a/core/modules/search/src/Tests/SearchLanguageTest.php b/web/core/modules/search/src/Tests/SearchLanguageTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchLanguageTest.php rename to web/core/modules/search/src/Tests/SearchLanguageTest.php diff --git a/core/modules/search/src/Tests/SearchMultilingualEntityTest.php b/web/core/modules/search/src/Tests/SearchMultilingualEntityTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchMultilingualEntityTest.php rename to web/core/modules/search/src/Tests/SearchMultilingualEntityTest.php diff --git a/core/modules/search/src/Tests/SearchNodeDiacriticsTest.php b/web/core/modules/search/src/Tests/SearchNodeDiacriticsTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchNodeDiacriticsTest.php rename to web/core/modules/search/src/Tests/SearchNodeDiacriticsTest.php diff --git a/core/modules/search/src/Tests/SearchNodePunctuationTest.php b/web/core/modules/search/src/Tests/SearchNodePunctuationTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchNodePunctuationTest.php rename to web/core/modules/search/src/Tests/SearchNodePunctuationTest.php diff --git a/core/modules/search/src/Tests/SearchNodeUpdateAndDeletionTest.php b/web/core/modules/search/src/Tests/SearchNodeUpdateAndDeletionTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchNodeUpdateAndDeletionTest.php rename to web/core/modules/search/src/Tests/SearchNodeUpdateAndDeletionTest.php diff --git a/core/modules/search/src/Tests/SearchNumberMatchingTest.php b/web/core/modules/search/src/Tests/SearchNumberMatchingTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchNumberMatchingTest.php rename to web/core/modules/search/src/Tests/SearchNumberMatchingTest.php diff --git a/core/modules/search/src/Tests/SearchNumbersTest.php b/web/core/modules/search/src/Tests/SearchNumbersTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchNumbersTest.php rename to web/core/modules/search/src/Tests/SearchNumbersTest.php diff --git a/core/modules/search/src/Tests/SearchPageCacheTagsTest.php b/web/core/modules/search/src/Tests/SearchPageCacheTagsTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchPageCacheTagsTest.php rename to web/core/modules/search/src/Tests/SearchPageCacheTagsTest.php diff --git a/core/modules/search/src/Tests/SearchPageOverrideTest.php b/web/core/modules/search/src/Tests/SearchPageOverrideTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchPageOverrideTest.php rename to web/core/modules/search/src/Tests/SearchPageOverrideTest.php diff --git a/core/modules/search/src/Tests/SearchPageTextTest.php b/web/core/modules/search/src/Tests/SearchPageTextTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchPageTextTest.php rename to web/core/modules/search/src/Tests/SearchPageTextTest.php diff --git a/core/modules/search/src/Tests/SearchPreprocessLangcodeTest.php b/web/core/modules/search/src/Tests/SearchPreprocessLangcodeTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchPreprocessLangcodeTest.php rename to web/core/modules/search/src/Tests/SearchPreprocessLangcodeTest.php diff --git a/core/modules/search/src/Tests/SearchQueryAlterTest.php b/web/core/modules/search/src/Tests/SearchQueryAlterTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchQueryAlterTest.php rename to web/core/modules/search/src/Tests/SearchQueryAlterTest.php diff --git a/core/modules/search/src/Tests/SearchRankingTest.php b/web/core/modules/search/src/Tests/SearchRankingTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchRankingTest.php rename to web/core/modules/search/src/Tests/SearchRankingTest.php diff --git a/core/modules/search/src/Tests/SearchSetLocaleTest.php b/web/core/modules/search/src/Tests/SearchSetLocaleTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchSetLocaleTest.php rename to web/core/modules/search/src/Tests/SearchSetLocaleTest.php diff --git a/core/modules/search/src/Tests/SearchSimplifyTest.php b/web/core/modules/search/src/Tests/SearchSimplifyTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchSimplifyTest.php rename to web/core/modules/search/src/Tests/SearchSimplifyTest.php diff --git a/core/modules/search/src/Tests/SearchTestBase.php b/web/core/modules/search/src/Tests/SearchTestBase.php similarity index 100% rename from core/modules/search/src/Tests/SearchTestBase.php rename to web/core/modules/search/src/Tests/SearchTestBase.php diff --git a/core/modules/search/src/Tests/SearchTokenizerTest.php b/web/core/modules/search/src/Tests/SearchTokenizerTest.php similarity index 100% rename from core/modules/search/src/Tests/SearchTokenizerTest.php rename to web/core/modules/search/src/Tests/SearchTokenizerTest.php diff --git a/core/modules/search/src/ViewsSearchQuery.php b/web/core/modules/search/src/ViewsSearchQuery.php similarity index 100% rename from core/modules/search/src/ViewsSearchQuery.php rename to web/core/modules/search/src/ViewsSearchQuery.php diff --git a/core/modules/search/templates/search-result.html.twig b/web/core/modules/search/templates/search-result.html.twig similarity index 100% rename from core/modules/search/templates/search-result.html.twig rename to web/core/modules/search/templates/search-result.html.twig diff --git a/core/modules/search/tests/UnicodeTest.txt b/web/core/modules/search/tests/UnicodeTest.txt similarity index 100% rename from core/modules/search/tests/UnicodeTest.txt rename to web/core/modules/search/tests/UnicodeTest.txt diff --git a/core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml b/web/core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml similarity index 100% rename from core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml rename to web/core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml diff --git a/core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.module b/web/core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.module similarity index 100% rename from core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.module rename to web/core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.module diff --git a/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml b/web/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml similarity index 100% rename from core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml rename to web/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml diff --git a/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.module b/web/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.module similarity index 100% rename from core/modules/search/tests/modules/search_embedded_form/search_embedded_form.module rename to web/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.module diff --git a/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.routing.yml b/web/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.routing.yml similarity index 100% rename from core/modules/search/tests/modules/search_embedded_form/search_embedded_form.routing.yml rename to web/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.routing.yml diff --git a/core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php b/web/core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php similarity index 100% rename from core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php rename to web/core/modules/search/tests/modules/search_embedded_form/src/Form/SearchEmbeddedForm.php diff --git a/core/modules/search/tests/modules/search_extra_type/config/install/search.page.dummy_search_type.yml b/web/core/modules/search/tests/modules/search_extra_type/config/install/search.page.dummy_search_type.yml similarity index 100% rename from core/modules/search/tests/modules/search_extra_type/config/install/search.page.dummy_search_type.yml rename to web/core/modules/search/tests/modules/search_extra_type/config/install/search.page.dummy_search_type.yml diff --git a/core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml b/web/core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml similarity index 100% rename from core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml rename to web/core/modules/search/tests/modules/search_extra_type/config/schema/search_extra_type.schema.yml diff --git a/core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml b/web/core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml similarity index 100% rename from core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml rename to web/core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml diff --git a/core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php b/web/core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php similarity index 100% rename from core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php rename to web/core/modules/search/tests/modules/search_extra_type/src/Plugin/Search/SearchExtraTypeSearch.php diff --git a/core/modules/search/tests/modules/search_langcode_test/search_langcode_test.info.yml b/web/core/modules/search/tests/modules/search_langcode_test/search_langcode_test.info.yml similarity index 100% rename from core/modules/search/tests/modules/search_langcode_test/search_langcode_test.info.yml rename to web/core/modules/search/tests/modules/search_langcode_test/search_langcode_test.info.yml diff --git a/core/modules/search/tests/modules/search_langcode_test/search_langcode_test.module b/web/core/modules/search/tests/modules/search_langcode_test/search_langcode_test.module similarity index 100% rename from core/modules/search/tests/modules/search_langcode_test/search_langcode_test.module rename to web/core/modules/search/tests/modules/search_langcode_test/search_langcode_test.module diff --git a/core/modules/search/tests/modules/search_query_alter/search_query_alter.info.yml b/web/core/modules/search/tests/modules/search_query_alter/search_query_alter.info.yml similarity index 100% rename from core/modules/search/tests/modules/search_query_alter/search_query_alter.info.yml rename to web/core/modules/search/tests/modules/search_query_alter/search_query_alter.info.yml diff --git a/core/modules/search/tests/modules/search_query_alter/search_query_alter.module b/web/core/modules/search/tests/modules/search_query_alter/search_query_alter.module similarity index 100% rename from core/modules/search/tests/modules/search_query_alter/search_query_alter.module rename to web/core/modules/search/tests/modules/search_query_alter/search_query_alter.module diff --git a/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php b/web/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php similarity index 100% rename from core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php rename to web/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchPageTest.php diff --git a/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php b/web/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php similarity index 100% rename from core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php rename to web/core/modules/search/tests/src/Kernel/Migrate/d6/MigrateSearchSettingsTest.php diff --git a/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php b/web/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php similarity index 100% rename from core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php rename to web/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchPageTest.php diff --git a/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchSettingsTest.php b/web/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchSettingsTest.php similarity index 100% rename from core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchSettingsTest.php rename to web/core/modules/search/tests/src/Kernel/Migrate/d7/MigrateSearchSettingsTest.php diff --git a/core/modules/search/tests/src/Kernel/SearchExcerptTest.php b/web/core/modules/search/tests/src/Kernel/SearchExcerptTest.php similarity index 100% rename from core/modules/search/tests/src/Kernel/SearchExcerptTest.php rename to web/core/modules/search/tests/src/Kernel/SearchExcerptTest.php diff --git a/core/modules/search/tests/src/Kernel/SearchMatchTest.php b/web/core/modules/search/tests/src/Kernel/SearchMatchTest.php similarity index 100% rename from core/modules/search/tests/src/Kernel/SearchMatchTest.php rename to web/core/modules/search/tests/src/Kernel/SearchMatchTest.php diff --git a/core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php b/web/core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php similarity index 100% rename from core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php rename to web/core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php diff --git a/core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php b/web/core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php similarity index 100% rename from core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php rename to web/core/modules/search/tests/src/Unit/SearchPluginCollectionTest.php diff --git a/core/modules/serialization/serialization.info.yml b/web/core/modules/serialization/serialization.info.yml similarity index 100% rename from core/modules/serialization/serialization.info.yml rename to web/core/modules/serialization/serialization.info.yml diff --git a/core/modules/serialization/serialization.module b/web/core/modules/serialization/serialization.module similarity index 100% rename from core/modules/serialization/serialization.module rename to web/core/modules/serialization/serialization.module diff --git a/core/modules/serialization/serialization.services.yml b/web/core/modules/serialization/serialization.services.yml similarity index 100% rename from core/modules/serialization/serialization.services.yml rename to web/core/modules/serialization/serialization.services.yml diff --git a/core/modules/serialization/src/Encoder/JsonEncoder.php b/web/core/modules/serialization/src/Encoder/JsonEncoder.php similarity index 100% rename from core/modules/serialization/src/Encoder/JsonEncoder.php rename to web/core/modules/serialization/src/Encoder/JsonEncoder.php diff --git a/core/modules/serialization/src/Encoder/XmlEncoder.php b/web/core/modules/serialization/src/Encoder/XmlEncoder.php similarity index 100% rename from core/modules/serialization/src/Encoder/XmlEncoder.php rename to web/core/modules/serialization/src/Encoder/XmlEncoder.php diff --git a/core/modules/serialization/src/EntityResolver/ChainEntityResolver.php b/web/core/modules/serialization/src/EntityResolver/ChainEntityResolver.php similarity index 100% rename from core/modules/serialization/src/EntityResolver/ChainEntityResolver.php rename to web/core/modules/serialization/src/EntityResolver/ChainEntityResolver.php diff --git a/core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php b/web/core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php similarity index 100% rename from core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php rename to web/core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php diff --git a/core/modules/serialization/src/EntityResolver/EntityResolverInterface.php b/web/core/modules/serialization/src/EntityResolver/EntityResolverInterface.php similarity index 100% rename from core/modules/serialization/src/EntityResolver/EntityResolverInterface.php rename to web/core/modules/serialization/src/EntityResolver/EntityResolverInterface.php diff --git a/core/modules/serialization/src/EntityResolver/TargetIdResolver.php b/web/core/modules/serialization/src/EntityResolver/TargetIdResolver.php similarity index 100% rename from core/modules/serialization/src/EntityResolver/TargetIdResolver.php rename to web/core/modules/serialization/src/EntityResolver/TargetIdResolver.php diff --git a/core/modules/serialization/src/EntityResolver/UuidReferenceInterface.php b/web/core/modules/serialization/src/EntityResolver/UuidReferenceInterface.php similarity index 100% rename from core/modules/serialization/src/EntityResolver/UuidReferenceInterface.php rename to web/core/modules/serialization/src/EntityResolver/UuidReferenceInterface.php diff --git a/core/modules/serialization/src/EntityResolver/UuidResolver.php b/web/core/modules/serialization/src/EntityResolver/UuidResolver.php similarity index 100% rename from core/modules/serialization/src/EntityResolver/UuidResolver.php rename to web/core/modules/serialization/src/EntityResolver/UuidResolver.php diff --git a/core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php b/web/core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php similarity index 100% rename from core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php rename to web/core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php diff --git a/core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php b/web/core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php similarity index 100% rename from core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php rename to web/core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php diff --git a/core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php b/web/core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php similarity index 100% rename from core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php rename to web/core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php diff --git a/core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php b/web/core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php similarity index 100% rename from core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php rename to web/core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php diff --git a/core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php b/web/core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php similarity index 100% rename from core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php rename to web/core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php diff --git a/core/modules/serialization/src/Normalizer/EntityNormalizer.php b/web/core/modules/serialization/src/Normalizer/EntityNormalizer.php similarity index 100% rename from core/modules/serialization/src/Normalizer/EntityNormalizer.php rename to web/core/modules/serialization/src/Normalizer/EntityNormalizer.php diff --git a/core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php b/web/core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php similarity index 100% rename from core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php rename to web/core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php diff --git a/core/modules/serialization/src/Normalizer/ListNormalizer.php b/web/core/modules/serialization/src/Normalizer/ListNormalizer.php similarity index 100% rename from core/modules/serialization/src/Normalizer/ListNormalizer.php rename to web/core/modules/serialization/src/Normalizer/ListNormalizer.php diff --git a/core/modules/serialization/src/Normalizer/MarkupNormalizer.php b/web/core/modules/serialization/src/Normalizer/MarkupNormalizer.php similarity index 100% rename from core/modules/serialization/src/Normalizer/MarkupNormalizer.php rename to web/core/modules/serialization/src/Normalizer/MarkupNormalizer.php diff --git a/core/modules/serialization/src/Normalizer/NormalizerBase.php b/web/core/modules/serialization/src/Normalizer/NormalizerBase.php similarity index 100% rename from core/modules/serialization/src/Normalizer/NormalizerBase.php rename to web/core/modules/serialization/src/Normalizer/NormalizerBase.php diff --git a/core/modules/serialization/src/Normalizer/NullNormalizer.php b/web/core/modules/serialization/src/Normalizer/NullNormalizer.php similarity index 100% rename from core/modules/serialization/src/Normalizer/NullNormalizer.php rename to web/core/modules/serialization/src/Normalizer/NullNormalizer.php diff --git a/core/modules/serialization/src/Normalizer/TypedDataNormalizer.php b/web/core/modules/serialization/src/Normalizer/TypedDataNormalizer.php similarity index 100% rename from core/modules/serialization/src/Normalizer/TypedDataNormalizer.php rename to web/core/modules/serialization/src/Normalizer/TypedDataNormalizer.php diff --git a/core/modules/serialization/src/RegisterEntityResolversCompilerPass.php b/web/core/modules/serialization/src/RegisterEntityResolversCompilerPass.php similarity index 100% rename from core/modules/serialization/src/RegisterEntityResolversCompilerPass.php rename to web/core/modules/serialization/src/RegisterEntityResolversCompilerPass.php diff --git a/core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php b/web/core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php similarity index 100% rename from core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php rename to web/core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php diff --git a/core/modules/serialization/src/SerializationServiceProvider.php b/web/core/modules/serialization/src/SerializationServiceProvider.php similarity index 100% rename from core/modules/serialization/src/SerializationServiceProvider.php rename to web/core/modules/serialization/src/SerializationServiceProvider.php diff --git a/core/modules/serialization/src/Tests/NormalizerTestBase.php b/web/core/modules/serialization/src/Tests/NormalizerTestBase.php similarity index 100% rename from core/modules/serialization/src/Tests/NormalizerTestBase.php rename to web/core/modules/serialization/src/Tests/NormalizerTestBase.php diff --git a/core/modules/serialization/src/Tests/RegisterSerializationClassesCompilerPassTest.php b/web/core/modules/serialization/src/Tests/RegisterSerializationClassesCompilerPassTest.php similarity index 100% rename from core/modules/serialization/src/Tests/RegisterSerializationClassesCompilerPassTest.php rename to web/core/modules/serialization/src/Tests/RegisterSerializationClassesCompilerPassTest.php diff --git a/core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.info.yml b/web/core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.info.yml similarity index 100% rename from core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.info.yml rename to web/core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.info.yml diff --git a/core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.module b/web/core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.module similarity index 100% rename from core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.module rename to web/core/modules/serialization/tests/modules/entity_serialization_test/entity_serialization_test.module diff --git a/core/modules/serialization/tests/serialization_test/serialization_test.info.yml b/web/core/modules/serialization/tests/serialization_test/serialization_test.info.yml similarity index 100% rename from core/modules/serialization/tests/serialization_test/serialization_test.info.yml rename to web/core/modules/serialization/tests/serialization_test/serialization_test.info.yml diff --git a/core/modules/serialization/tests/serialization_test/serialization_test.services.yml b/web/core/modules/serialization/tests/serialization_test/serialization_test.services.yml similarity index 100% rename from core/modules/serialization/tests/serialization_test/serialization_test.services.yml rename to web/core/modules/serialization/tests/serialization_test/serialization_test.services.yml diff --git a/core/modules/serialization/tests/serialization_test/src/SerializationTestEncoder.php b/web/core/modules/serialization/tests/serialization_test/src/SerializationTestEncoder.php similarity index 100% rename from core/modules/serialization/tests/serialization_test/src/SerializationTestEncoder.php rename to web/core/modules/serialization/tests/serialization_test/src/SerializationTestEncoder.php diff --git a/core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php b/web/core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php similarity index 100% rename from core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php rename to web/core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php diff --git a/core/modules/serialization/tests/src/Kernel/EntityResolverTest.php b/web/core/modules/serialization/tests/src/Kernel/EntityResolverTest.php similarity index 100% rename from core/modules/serialization/tests/src/Kernel/EntityResolverTest.php rename to web/core/modules/serialization/tests/src/Kernel/EntityResolverTest.php diff --git a/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php b/web/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php similarity index 100% rename from core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php rename to web/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php diff --git a/core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php b/web/core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php similarity index 100% rename from core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php rename to web/core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php diff --git a/core/modules/serialization/tests/src/Kernel/SerializationTest.php b/web/core/modules/serialization/tests/src/Kernel/SerializationTest.php similarity index 100% rename from core/modules/serialization/tests/src/Kernel/SerializationTest.php rename to web/core/modules/serialization/tests/src/Kernel/SerializationTest.php diff --git a/core/modules/serialization/tests/src/Unit/Encoder/JsonEncoderTest.php b/web/core/modules/serialization/tests/src/Unit/Encoder/JsonEncoderTest.php similarity index 100% rename from core/modules/serialization/tests/src/Unit/Encoder/JsonEncoderTest.php rename to web/core/modules/serialization/tests/src/Unit/Encoder/JsonEncoderTest.php diff --git a/core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php b/web/core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php similarity index 100% rename from core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php rename to web/core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php diff --git a/core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php b/web/core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php similarity index 100% rename from core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php rename to web/core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php diff --git a/core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php b/web/core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php similarity index 100% rename from core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php rename to web/core/modules/serialization/tests/src/Unit/EntityResolver/UuidResolverTest.php diff --git a/core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php b/web/core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php similarity index 100% rename from core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php rename to web/core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php diff --git a/core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php b/web/core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php similarity index 100% rename from core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php rename to web/core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php diff --git a/core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php b/web/core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php similarity index 100% rename from core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php rename to web/core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php diff --git a/core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php b/web/core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php similarity index 100% rename from core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php rename to web/core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php diff --git a/core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php b/web/core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php similarity index 100% rename from core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php rename to web/core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php diff --git a/core/modules/serialization/tests/src/Unit/Normalizer/ListNormalizerTest.php b/web/core/modules/serialization/tests/src/Unit/Normalizer/ListNormalizerTest.php similarity index 100% rename from core/modules/serialization/tests/src/Unit/Normalizer/ListNormalizerTest.php rename to web/core/modules/serialization/tests/src/Unit/Normalizer/ListNormalizerTest.php diff --git a/core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php b/web/core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php similarity index 100% rename from core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php rename to web/core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php diff --git a/core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php b/web/core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php similarity index 100% rename from core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php rename to web/core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php diff --git a/core/modules/serialization/tests/src/Unit/Normalizer/TypedDataNormalizerTest.php b/web/core/modules/serialization/tests/src/Unit/Normalizer/TypedDataNormalizerTest.php similarity index 100% rename from core/modules/serialization/tests/src/Unit/Normalizer/TypedDataNormalizerTest.php rename to web/core/modules/serialization/tests/src/Unit/Normalizer/TypedDataNormalizerTest.php diff --git a/core/modules/shortcut/config/install/shortcut.set.default.yml b/web/core/modules/shortcut/config/install/shortcut.set.default.yml similarity index 100% rename from core/modules/shortcut/config/install/shortcut.set.default.yml rename to web/core/modules/shortcut/config/install/shortcut.set.default.yml diff --git a/core/modules/shortcut/config/schema/shortcut.schema.yml b/web/core/modules/shortcut/config/schema/shortcut.schema.yml similarity index 100% rename from core/modules/shortcut/config/schema/shortcut.schema.yml rename to web/core/modules/shortcut/config/schema/shortcut.schema.yml diff --git a/core/modules/shortcut/css/shortcut.icons.theme.css b/web/core/modules/shortcut/css/shortcut.icons.theme.css similarity index 100% rename from core/modules/shortcut/css/shortcut.icons.theme.css rename to web/core/modules/shortcut/css/shortcut.icons.theme.css diff --git a/core/modules/shortcut/css/shortcut.theme.css b/web/core/modules/shortcut/css/shortcut.theme.css similarity index 100% rename from core/modules/shortcut/css/shortcut.theme.css rename to web/core/modules/shortcut/css/shortcut.theme.css diff --git a/core/modules/shortcut/images/favstar-rtl.svg b/web/core/modules/shortcut/images/favstar-rtl.svg similarity index 100% rename from core/modules/shortcut/images/favstar-rtl.svg rename to web/core/modules/shortcut/images/favstar-rtl.svg diff --git a/core/modules/shortcut/images/favstar.svg b/web/core/modules/shortcut/images/favstar.svg similarity index 100% rename from core/modules/shortcut/images/favstar.svg rename to web/core/modules/shortcut/images/favstar.svg diff --git a/core/modules/shortcut/migration_templates/d7_shortcut.yml b/web/core/modules/shortcut/migration_templates/d7_shortcut.yml similarity index 100% rename from core/modules/shortcut/migration_templates/d7_shortcut.yml rename to web/core/modules/shortcut/migration_templates/d7_shortcut.yml diff --git a/core/modules/shortcut/migration_templates/d7_shortcut_set.yml b/web/core/modules/shortcut/migration_templates/d7_shortcut_set.yml similarity index 100% rename from core/modules/shortcut/migration_templates/d7_shortcut_set.yml rename to web/core/modules/shortcut/migration_templates/d7_shortcut_set.yml diff --git a/core/modules/shortcut/migration_templates/d7_shortcut_set_users.yml b/web/core/modules/shortcut/migration_templates/d7_shortcut_set_users.yml similarity index 100% rename from core/modules/shortcut/migration_templates/d7_shortcut_set_users.yml rename to web/core/modules/shortcut/migration_templates/d7_shortcut_set_users.yml diff --git a/core/modules/shortcut/shortcut.api.php b/web/core/modules/shortcut/shortcut.api.php similarity index 100% rename from core/modules/shortcut/shortcut.api.php rename to web/core/modules/shortcut/shortcut.api.php diff --git a/core/modules/shortcut/shortcut.info.yml b/web/core/modules/shortcut/shortcut.info.yml similarity index 100% rename from core/modules/shortcut/shortcut.info.yml rename to web/core/modules/shortcut/shortcut.info.yml diff --git a/core/modules/shortcut/shortcut.install b/web/core/modules/shortcut/shortcut.install similarity index 100% rename from core/modules/shortcut/shortcut.install rename to web/core/modules/shortcut/shortcut.install diff --git a/core/modules/shortcut/shortcut.libraries.yml b/web/core/modules/shortcut/shortcut.libraries.yml similarity index 100% rename from core/modules/shortcut/shortcut.libraries.yml rename to web/core/modules/shortcut/shortcut.libraries.yml diff --git a/core/modules/shortcut/shortcut.links.action.yml b/web/core/modules/shortcut/shortcut.links.action.yml similarity index 100% rename from core/modules/shortcut/shortcut.links.action.yml rename to web/core/modules/shortcut/shortcut.links.action.yml diff --git a/core/modules/shortcut/shortcut.links.menu.yml b/web/core/modules/shortcut/shortcut.links.menu.yml similarity index 100% rename from core/modules/shortcut/shortcut.links.menu.yml rename to web/core/modules/shortcut/shortcut.links.menu.yml diff --git a/core/modules/shortcut/shortcut.links.task.yml b/web/core/modules/shortcut/shortcut.links.task.yml similarity index 100% rename from core/modules/shortcut/shortcut.links.task.yml rename to web/core/modules/shortcut/shortcut.links.task.yml diff --git a/core/modules/shortcut/shortcut.module b/web/core/modules/shortcut/shortcut.module similarity index 100% rename from core/modules/shortcut/shortcut.module rename to web/core/modules/shortcut/shortcut.module diff --git a/core/modules/shortcut/shortcut.permissions.yml b/web/core/modules/shortcut/shortcut.permissions.yml similarity index 100% rename from core/modules/shortcut/shortcut.permissions.yml rename to web/core/modules/shortcut/shortcut.permissions.yml diff --git a/core/modules/shortcut/shortcut.routing.yml b/web/core/modules/shortcut/shortcut.routing.yml similarity index 100% rename from core/modules/shortcut/shortcut.routing.yml rename to web/core/modules/shortcut/shortcut.routing.yml diff --git a/core/modules/shortcut/src/Controller/ShortcutController.php b/web/core/modules/shortcut/src/Controller/ShortcutController.php similarity index 100% rename from core/modules/shortcut/src/Controller/ShortcutController.php rename to web/core/modules/shortcut/src/Controller/ShortcutController.php diff --git a/core/modules/shortcut/src/Controller/ShortcutSetController.php b/web/core/modules/shortcut/src/Controller/ShortcutSetController.php similarity index 100% rename from core/modules/shortcut/src/Controller/ShortcutSetController.php rename to web/core/modules/shortcut/src/Controller/ShortcutSetController.php diff --git a/core/modules/shortcut/src/Entity/Shortcut.php b/web/core/modules/shortcut/src/Entity/Shortcut.php similarity index 100% rename from core/modules/shortcut/src/Entity/Shortcut.php rename to web/core/modules/shortcut/src/Entity/Shortcut.php diff --git a/core/modules/shortcut/src/Entity/ShortcutSet.php b/web/core/modules/shortcut/src/Entity/ShortcutSet.php similarity index 100% rename from core/modules/shortcut/src/Entity/ShortcutSet.php rename to web/core/modules/shortcut/src/Entity/ShortcutSet.php diff --git a/core/modules/shortcut/src/Form/SetCustomize.php b/web/core/modules/shortcut/src/Form/SetCustomize.php similarity index 100% rename from core/modules/shortcut/src/Form/SetCustomize.php rename to web/core/modules/shortcut/src/Form/SetCustomize.php diff --git a/core/modules/shortcut/src/Form/ShortcutDeleteForm.php b/web/core/modules/shortcut/src/Form/ShortcutDeleteForm.php similarity index 100% rename from core/modules/shortcut/src/Form/ShortcutDeleteForm.php rename to web/core/modules/shortcut/src/Form/ShortcutDeleteForm.php diff --git a/core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php b/web/core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php similarity index 100% rename from core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php rename to web/core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php diff --git a/core/modules/shortcut/src/Form/SwitchShortcutSet.php b/web/core/modules/shortcut/src/Form/SwitchShortcutSet.php similarity index 100% rename from core/modules/shortcut/src/Form/SwitchShortcutSet.php rename to web/core/modules/shortcut/src/Form/SwitchShortcutSet.php diff --git a/core/modules/shortcut/src/Plugin/Block/ShortcutsBlock.php b/web/core/modules/shortcut/src/Plugin/Block/ShortcutsBlock.php similarity index 100% rename from core/modules/shortcut/src/Plugin/Block/ShortcutsBlock.php rename to web/core/modules/shortcut/src/Plugin/Block/ShortcutsBlock.php diff --git a/core/modules/shortcut/src/Plugin/migrate/destination/EntityShortcutSet.php b/web/core/modules/shortcut/src/Plugin/migrate/destination/EntityShortcutSet.php similarity index 100% rename from core/modules/shortcut/src/Plugin/migrate/destination/EntityShortcutSet.php rename to web/core/modules/shortcut/src/Plugin/migrate/destination/EntityShortcutSet.php diff --git a/core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php b/web/core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php similarity index 100% rename from core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php rename to web/core/modules/shortcut/src/Plugin/migrate/destination/ShortcutSetUsers.php diff --git a/core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php b/web/core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php similarity index 100% rename from core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php rename to web/core/modules/shortcut/src/Plugin/migrate/source/d7/Shortcut.php diff --git a/core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php b/web/core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php similarity index 100% rename from core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php rename to web/core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php diff --git a/core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php b/web/core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php similarity index 100% rename from core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php rename to web/core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSetUsers.php diff --git a/core/modules/shortcut/src/ShortcutAccessControlHandler.php b/web/core/modules/shortcut/src/ShortcutAccessControlHandler.php similarity index 100% rename from core/modules/shortcut/src/ShortcutAccessControlHandler.php rename to web/core/modules/shortcut/src/ShortcutAccessControlHandler.php diff --git a/core/modules/shortcut/src/ShortcutForm.php b/web/core/modules/shortcut/src/ShortcutForm.php similarity index 100% rename from core/modules/shortcut/src/ShortcutForm.php rename to web/core/modules/shortcut/src/ShortcutForm.php diff --git a/core/modules/shortcut/src/ShortcutInterface.php b/web/core/modules/shortcut/src/ShortcutInterface.php similarity index 100% rename from core/modules/shortcut/src/ShortcutInterface.php rename to web/core/modules/shortcut/src/ShortcutInterface.php diff --git a/core/modules/shortcut/src/ShortcutSetAccessControlHandler.php b/web/core/modules/shortcut/src/ShortcutSetAccessControlHandler.php similarity index 100% rename from core/modules/shortcut/src/ShortcutSetAccessControlHandler.php rename to web/core/modules/shortcut/src/ShortcutSetAccessControlHandler.php diff --git a/core/modules/shortcut/src/ShortcutSetForm.php b/web/core/modules/shortcut/src/ShortcutSetForm.php similarity index 100% rename from core/modules/shortcut/src/ShortcutSetForm.php rename to web/core/modules/shortcut/src/ShortcutSetForm.php diff --git a/core/modules/shortcut/src/ShortcutSetInterface.php b/web/core/modules/shortcut/src/ShortcutSetInterface.php similarity index 100% rename from core/modules/shortcut/src/ShortcutSetInterface.php rename to web/core/modules/shortcut/src/ShortcutSetInterface.php diff --git a/core/modules/shortcut/src/ShortcutSetListBuilder.php b/web/core/modules/shortcut/src/ShortcutSetListBuilder.php similarity index 100% rename from core/modules/shortcut/src/ShortcutSetListBuilder.php rename to web/core/modules/shortcut/src/ShortcutSetListBuilder.php diff --git a/core/modules/shortcut/src/ShortcutSetStorage.php b/web/core/modules/shortcut/src/ShortcutSetStorage.php similarity index 100% rename from core/modules/shortcut/src/ShortcutSetStorage.php rename to web/core/modules/shortcut/src/ShortcutSetStorage.php diff --git a/core/modules/shortcut/src/ShortcutSetStorageInterface.php b/web/core/modules/shortcut/src/ShortcutSetStorageInterface.php similarity index 100% rename from core/modules/shortcut/src/ShortcutSetStorageInterface.php rename to web/core/modules/shortcut/src/ShortcutSetStorageInterface.php diff --git a/core/modules/shortcut/src/Tests/ShortcutCacheTagsTest.php b/web/core/modules/shortcut/src/Tests/ShortcutCacheTagsTest.php similarity index 100% rename from core/modules/shortcut/src/Tests/ShortcutCacheTagsTest.php rename to web/core/modules/shortcut/src/Tests/ShortcutCacheTagsTest.php diff --git a/core/modules/shortcut/src/Tests/ShortcutLinksTest.php b/web/core/modules/shortcut/src/Tests/ShortcutLinksTest.php similarity index 100% rename from core/modules/shortcut/src/Tests/ShortcutLinksTest.php rename to web/core/modules/shortcut/src/Tests/ShortcutLinksTest.php diff --git a/core/modules/shortcut/src/Tests/ShortcutSetsTest.php b/web/core/modules/shortcut/src/Tests/ShortcutSetsTest.php similarity index 100% rename from core/modules/shortcut/src/Tests/ShortcutSetsTest.php rename to web/core/modules/shortcut/src/Tests/ShortcutSetsTest.php diff --git a/core/modules/shortcut/src/Tests/ShortcutTestBase.php b/web/core/modules/shortcut/src/Tests/ShortcutTestBase.php similarity index 100% rename from core/modules/shortcut/src/Tests/ShortcutTestBase.php rename to web/core/modules/shortcut/src/Tests/ShortcutTestBase.php diff --git a/core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php b/web/core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php similarity index 100% rename from core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php rename to web/core/modules/shortcut/src/Tests/ShortcutTranslationUITest.php diff --git a/core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php b/web/core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php similarity index 100% rename from core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php rename to web/core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php diff --git a/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php b/web/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php similarity index 100% rename from core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php rename to web/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php diff --git a/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php b/web/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php similarity index 100% rename from core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php rename to web/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.php diff --git a/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php b/web/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php similarity index 100% rename from core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php rename to web/core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutTest.php diff --git a/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php b/web/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php similarity index 100% rename from core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php rename to web/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetTest.php diff --git a/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php b/web/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php similarity index 100% rename from core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php rename to web/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutSetUsersTest.php diff --git a/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutTest.php b/web/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutTest.php similarity index 100% rename from core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutTest.php rename to web/core/modules/shortcut/tests/src/Kernel/Plugin/migrate/source/d7/ShortcutTest.php diff --git a/core/modules/shortcut/tests/src/Kernel/ShortcutSevenIntegrationTest.php b/web/core/modules/shortcut/tests/src/Kernel/ShortcutSevenIntegrationTest.php similarity index 100% rename from core/modules/shortcut/tests/src/Kernel/ShortcutSevenIntegrationTest.php rename to web/core/modules/shortcut/tests/src/Kernel/ShortcutSevenIntegrationTest.php diff --git a/core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php b/web/core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php similarity index 100% rename from core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php rename to web/core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php diff --git a/core/modules/simpletest/config/install/simpletest.settings.yml b/web/core/modules/simpletest/config/install/simpletest.settings.yml similarity index 100% rename from core/modules/simpletest/config/install/simpletest.settings.yml rename to web/core/modules/simpletest/config/install/simpletest.settings.yml diff --git a/core/modules/simpletest/config/schema/simpletest.schema.yml b/web/core/modules/simpletest/config/schema/simpletest.schema.yml similarity index 100% rename from core/modules/simpletest/config/schema/simpletest.schema.yml rename to web/core/modules/simpletest/config/schema/simpletest.schema.yml diff --git a/core/modules/simpletest/css/simpletest.module.css b/web/core/modules/simpletest/css/simpletest.module.css similarity index 100% rename from core/modules/simpletest/css/simpletest.module.css rename to web/core/modules/simpletest/css/simpletest.module.css diff --git a/core/modules/simpletest/files/README.txt b/web/core/modules/simpletest/files/README.txt similarity index 100% rename from core/modules/simpletest/files/README.txt rename to web/core/modules/simpletest/files/README.txt diff --git a/core/modules/simpletest/files/html-1.txt b/web/core/modules/simpletest/files/html-1.txt similarity index 100% rename from core/modules/simpletest/files/html-1.txt rename to web/core/modules/simpletest/files/html-1.txt diff --git a/core/modules/simpletest/files/html-2.html b/web/core/modules/simpletest/files/html-2.html similarity index 100% rename from core/modules/simpletest/files/html-2.html rename to web/core/modules/simpletest/files/html-2.html diff --git a/core/modules/simpletest/files/image-1.png b/web/core/modules/simpletest/files/image-1.png similarity index 100% rename from core/modules/simpletest/files/image-1.png rename to web/core/modules/simpletest/files/image-1.png diff --git a/core/modules/simpletest/files/image-2.jpg b/web/core/modules/simpletest/files/image-2.jpg similarity index 100% rename from core/modules/simpletest/files/image-2.jpg rename to web/core/modules/simpletest/files/image-2.jpg diff --git a/core/modules/simpletest/files/image-test-no-transparency.gif b/web/core/modules/simpletest/files/image-test-no-transparency.gif similarity index 100% rename from core/modules/simpletest/files/image-test-no-transparency.gif rename to web/core/modules/simpletest/files/image-test-no-transparency.gif diff --git a/core/modules/simpletest/files/image-test-transparent-indexed.gif b/web/core/modules/simpletest/files/image-test-transparent-indexed.gif similarity index 100% rename from core/modules/simpletest/files/image-test-transparent-indexed.gif rename to web/core/modules/simpletest/files/image-test-transparent-indexed.gif diff --git a/core/modules/simpletest/files/image-test-transparent-out-of-range.gif b/web/core/modules/simpletest/files/image-test-transparent-out-of-range.gif similarity index 100% rename from core/modules/simpletest/files/image-test-transparent-out-of-range.gif rename to web/core/modules/simpletest/files/image-test-transparent-out-of-range.gif diff --git a/core/modules/simpletest/files/image-test.gif b/web/core/modules/simpletest/files/image-test.gif similarity index 100% rename from core/modules/simpletest/files/image-test.gif rename to web/core/modules/simpletest/files/image-test.gif diff --git a/core/modules/simpletest/files/image-test.jpg b/web/core/modules/simpletest/files/image-test.jpg similarity index 100% rename from core/modules/simpletest/files/image-test.jpg rename to web/core/modules/simpletest/files/image-test.jpg diff --git a/core/modules/simpletest/files/image-test.png b/web/core/modules/simpletest/files/image-test.png similarity index 100% rename from core/modules/simpletest/files/image-test.png rename to web/core/modules/simpletest/files/image-test.png diff --git a/core/modules/simpletest/files/javascript-1.txt b/web/core/modules/simpletest/files/javascript-1.txt similarity index 100% rename from core/modules/simpletest/files/javascript-1.txt rename to web/core/modules/simpletest/files/javascript-1.txt diff --git a/core/modules/simpletest/files/javascript-2.script b/web/core/modules/simpletest/files/javascript-2.script similarity index 100% rename from core/modules/simpletest/files/javascript-2.script rename to web/core/modules/simpletest/files/javascript-2.script diff --git a/core/modules/simpletest/files/php-1.txt b/web/core/modules/simpletest/files/php-1.txt similarity index 100% rename from core/modules/simpletest/files/php-1.txt rename to web/core/modules/simpletest/files/php-1.txt diff --git a/core/modules/simpletest/files/php-2.php b/web/core/modules/simpletest/files/php-2.php similarity index 100% rename from core/modules/simpletest/files/php-2.php rename to web/core/modules/simpletest/files/php-2.php diff --git a/core/modules/simpletest/files/sql-1.txt b/web/core/modules/simpletest/files/sql-1.txt similarity index 100% rename from core/modules/simpletest/files/sql-1.txt rename to web/core/modules/simpletest/files/sql-1.txt diff --git a/core/modules/simpletest/files/sql-2.sql b/web/core/modules/simpletest/files/sql-2.sql similarity index 100% rename from core/modules/simpletest/files/sql-2.sql rename to web/core/modules/simpletest/files/sql-2.sql diff --git a/core/modules/simpletest/files/translations/drupal-8.0.0-beta2.hu.po b/web/core/modules/simpletest/files/translations/drupal-8.0.0-beta2.hu.po similarity index 100% rename from core/modules/simpletest/files/translations/drupal-8.0.0-beta2.hu.po rename to web/core/modules/simpletest/files/translations/drupal-8.0.0-beta2.hu.po diff --git a/core/modules/simpletest/files/translations/drupal-8.0.0.de.po b/web/core/modules/simpletest/files/translations/drupal-8.0.0.de.po similarity index 100% rename from core/modules/simpletest/files/translations/drupal-8.0.0.de.po rename to web/core/modules/simpletest/files/translations/drupal-8.0.0.de.po diff --git a/core/modules/simpletest/migration_templates/d6_simpletest_settings.yml b/web/core/modules/simpletest/migration_templates/d6_simpletest_settings.yml similarity index 100% rename from core/modules/simpletest/migration_templates/d6_simpletest_settings.yml rename to web/core/modules/simpletest/migration_templates/d6_simpletest_settings.yml diff --git a/core/modules/simpletest/migration_templates/d7_simpletest_settings.yml b/web/core/modules/simpletest/migration_templates/d7_simpletest_settings.yml similarity index 100% rename from core/modules/simpletest/migration_templates/d7_simpletest_settings.yml rename to web/core/modules/simpletest/migration_templates/d7_simpletest_settings.yml diff --git a/core/modules/simpletest/simpletest.api.php b/web/core/modules/simpletest/simpletest.api.php similarity index 100% rename from core/modules/simpletest/simpletest.api.php rename to web/core/modules/simpletest/simpletest.api.php diff --git a/core/modules/simpletest/simpletest.info.yml b/web/core/modules/simpletest/simpletest.info.yml similarity index 100% rename from core/modules/simpletest/simpletest.info.yml rename to web/core/modules/simpletest/simpletest.info.yml diff --git a/core/modules/simpletest/simpletest.install b/web/core/modules/simpletest/simpletest.install similarity index 100% rename from core/modules/simpletest/simpletest.install rename to web/core/modules/simpletest/simpletest.install diff --git a/core/modules/simpletest/simpletest.js b/web/core/modules/simpletest/simpletest.js similarity index 100% rename from core/modules/simpletest/simpletest.js rename to web/core/modules/simpletest/simpletest.js diff --git a/core/modules/simpletest/simpletest.libraries.yml b/web/core/modules/simpletest/simpletest.libraries.yml similarity index 100% rename from core/modules/simpletest/simpletest.libraries.yml rename to web/core/modules/simpletest/simpletest.libraries.yml diff --git a/core/modules/simpletest/simpletest.links.menu.yml b/web/core/modules/simpletest/simpletest.links.menu.yml similarity index 100% rename from core/modules/simpletest/simpletest.links.menu.yml rename to web/core/modules/simpletest/simpletest.links.menu.yml diff --git a/core/modules/simpletest/simpletest.links.task.yml b/web/core/modules/simpletest/simpletest.links.task.yml similarity index 100% rename from core/modules/simpletest/simpletest.links.task.yml rename to web/core/modules/simpletest/simpletest.links.task.yml diff --git a/core/modules/simpletest/simpletest.module b/web/core/modules/simpletest/simpletest.module similarity index 100% rename from core/modules/simpletest/simpletest.module rename to web/core/modules/simpletest/simpletest.module diff --git a/core/modules/simpletest/simpletest.permissions.yml b/web/core/modules/simpletest/simpletest.permissions.yml similarity index 100% rename from core/modules/simpletest/simpletest.permissions.yml rename to web/core/modules/simpletest/simpletest.permissions.yml diff --git a/core/modules/simpletest/simpletest.routing.yml b/web/core/modules/simpletest/simpletest.routing.yml similarity index 100% rename from core/modules/simpletest/simpletest.routing.yml rename to web/core/modules/simpletest/simpletest.routing.yml diff --git a/core/modules/simpletest/simpletest.services.yml b/web/core/modules/simpletest/simpletest.services.yml similarity index 100% rename from core/modules/simpletest/simpletest.services.yml rename to web/core/modules/simpletest/simpletest.services.yml diff --git a/core/modules/simpletest/src/AssertContentTrait.php b/web/core/modules/simpletest/src/AssertContentTrait.php similarity index 100% rename from core/modules/simpletest/src/AssertContentTrait.php rename to web/core/modules/simpletest/src/AssertContentTrait.php diff --git a/core/modules/simpletest/src/AssertHelperTrait.php b/web/core/modules/simpletest/src/AssertHelperTrait.php similarity index 100% rename from core/modules/simpletest/src/AssertHelperTrait.php rename to web/core/modules/simpletest/src/AssertHelperTrait.php diff --git a/core/modules/simpletest/src/BlockCreationTrait.php b/web/core/modules/simpletest/src/BlockCreationTrait.php similarity index 100% rename from core/modules/simpletest/src/BlockCreationTrait.php rename to web/core/modules/simpletest/src/BlockCreationTrait.php diff --git a/core/modules/simpletest/src/BrowserTestBase.php b/web/core/modules/simpletest/src/BrowserTestBase.php similarity index 100% rename from core/modules/simpletest/src/BrowserTestBase.php rename to web/core/modules/simpletest/src/BrowserTestBase.php diff --git a/core/modules/simpletest/src/ContentTypeCreationTrait.php b/web/core/modules/simpletest/src/ContentTypeCreationTrait.php similarity index 100% rename from core/modules/simpletest/src/ContentTypeCreationTrait.php rename to web/core/modules/simpletest/src/ContentTypeCreationTrait.php diff --git a/core/modules/simpletest/src/Exception/MissingGroupException.php b/web/core/modules/simpletest/src/Exception/MissingGroupException.php similarity index 100% rename from core/modules/simpletest/src/Exception/MissingGroupException.php rename to web/core/modules/simpletest/src/Exception/MissingGroupException.php diff --git a/core/modules/simpletest/src/Form/SimpletestResultsForm.php b/web/core/modules/simpletest/src/Form/SimpletestResultsForm.php similarity index 100% rename from core/modules/simpletest/src/Form/SimpletestResultsForm.php rename to web/core/modules/simpletest/src/Form/SimpletestResultsForm.php diff --git a/core/modules/simpletest/src/Form/SimpletestSettingsForm.php b/web/core/modules/simpletest/src/Form/SimpletestSettingsForm.php similarity index 100% rename from core/modules/simpletest/src/Form/SimpletestSettingsForm.php rename to web/core/modules/simpletest/src/Form/SimpletestSettingsForm.php diff --git a/core/modules/simpletest/src/Form/SimpletestTestForm.php b/web/core/modules/simpletest/src/Form/SimpletestTestForm.php similarity index 100% rename from core/modules/simpletest/src/Form/SimpletestTestForm.php rename to web/core/modules/simpletest/src/Form/SimpletestTestForm.php diff --git a/core/modules/simpletest/src/InstallerTestBase.php b/web/core/modules/simpletest/src/InstallerTestBase.php similarity index 100% rename from core/modules/simpletest/src/InstallerTestBase.php rename to web/core/modules/simpletest/src/InstallerTestBase.php diff --git a/core/modules/simpletest/src/KernelTestBase.php b/web/core/modules/simpletest/src/KernelTestBase.php similarity index 100% rename from core/modules/simpletest/src/KernelTestBase.php rename to web/core/modules/simpletest/src/KernelTestBase.php diff --git a/core/modules/simpletest/src/NodeCreationTrait.php b/web/core/modules/simpletest/src/NodeCreationTrait.php similarity index 100% rename from core/modules/simpletest/src/NodeCreationTrait.php rename to web/core/modules/simpletest/src/NodeCreationTrait.php diff --git a/core/modules/simpletest/src/RandomGeneratorTrait.php b/web/core/modules/simpletest/src/RandomGeneratorTrait.php similarity index 100% rename from core/modules/simpletest/src/RandomGeneratorTrait.php rename to web/core/modules/simpletest/src/RandomGeneratorTrait.php diff --git a/core/modules/simpletest/src/RouteProvider.php b/web/core/modules/simpletest/src/RouteProvider.php similarity index 100% rename from core/modules/simpletest/src/RouteProvider.php rename to web/core/modules/simpletest/src/RouteProvider.php diff --git a/core/modules/simpletest/src/SessionTestTrait.php b/web/core/modules/simpletest/src/SessionTestTrait.php similarity index 100% rename from core/modules/simpletest/src/SessionTestTrait.php rename to web/core/modules/simpletest/src/SessionTestTrait.php diff --git a/core/modules/simpletest/src/TestBase.php b/web/core/modules/simpletest/src/TestBase.php similarity index 100% rename from core/modules/simpletest/src/TestBase.php rename to web/core/modules/simpletest/src/TestBase.php diff --git a/core/modules/simpletest/src/TestDiscovery.php b/web/core/modules/simpletest/src/TestDiscovery.php similarity index 100% rename from core/modules/simpletest/src/TestDiscovery.php rename to web/core/modules/simpletest/src/TestDiscovery.php diff --git a/core/modules/simpletest/src/TestServiceProvider.php b/web/core/modules/simpletest/src/TestServiceProvider.php similarity index 100% rename from core/modules/simpletest/src/TestServiceProvider.php rename to web/core/modules/simpletest/src/TestServiceProvider.php diff --git a/core/modules/simpletest/src/Tests/BrokenSetUpTest.php b/web/core/modules/simpletest/src/Tests/BrokenSetUpTest.php similarity index 100% rename from core/modules/simpletest/src/Tests/BrokenSetUpTest.php rename to web/core/modules/simpletest/src/Tests/BrokenSetUpTest.php diff --git a/core/modules/simpletest/src/Tests/BrowserTest.php b/web/core/modules/simpletest/src/Tests/BrowserTest.php similarity index 100% rename from core/modules/simpletest/src/Tests/BrowserTest.php rename to web/core/modules/simpletest/src/Tests/BrowserTest.php diff --git a/core/modules/simpletest/src/Tests/FolderTest.php b/web/core/modules/simpletest/src/Tests/FolderTest.php similarity index 100% rename from core/modules/simpletest/src/Tests/FolderTest.php rename to web/core/modules/simpletest/src/Tests/FolderTest.php diff --git a/core/modules/simpletest/src/Tests/InstallationProfileModuleTestsTest.php b/web/core/modules/simpletest/src/Tests/InstallationProfileModuleTestsTest.php similarity index 100% rename from core/modules/simpletest/src/Tests/InstallationProfileModuleTestsTest.php rename to web/core/modules/simpletest/src/Tests/InstallationProfileModuleTestsTest.php diff --git a/core/modules/simpletest/src/Tests/KernelTestBaseTest.php b/web/core/modules/simpletest/src/Tests/KernelTestBaseTest.php similarity index 100% rename from core/modules/simpletest/src/Tests/KernelTestBaseTest.php rename to web/core/modules/simpletest/src/Tests/KernelTestBaseTest.php diff --git a/core/modules/simpletest/src/Tests/MailCaptureTest.php b/web/core/modules/simpletest/src/Tests/MailCaptureTest.php similarity index 100% rename from core/modules/simpletest/src/Tests/MailCaptureTest.php rename to web/core/modules/simpletest/src/Tests/MailCaptureTest.php diff --git a/core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php b/web/core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php similarity index 100% rename from core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php rename to web/core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php diff --git a/core/modules/simpletest/src/Tests/MissingDependentModuleUnitTest.php b/web/core/modules/simpletest/src/Tests/MissingDependentModuleUnitTest.php similarity index 100% rename from core/modules/simpletest/src/Tests/MissingDependentModuleUnitTest.php rename to web/core/modules/simpletest/src/Tests/MissingDependentModuleUnitTest.php diff --git a/core/modules/simpletest/src/Tests/OtherInstallationProfileTestsTest.php b/web/core/modules/simpletest/src/Tests/OtherInstallationProfileTestsTest.php similarity index 100% rename from core/modules/simpletest/src/Tests/OtherInstallationProfileTestsTest.php rename to web/core/modules/simpletest/src/Tests/OtherInstallationProfileTestsTest.php diff --git a/core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php b/web/core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php similarity index 100% rename from core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php rename to web/core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php diff --git a/core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php b/web/core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php similarity index 100% rename from core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php rename to web/core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php diff --git a/core/modules/simpletest/src/Tests/SimpleTestTest.php b/web/core/modules/simpletest/src/Tests/SimpleTestTest.php similarity index 100% rename from core/modules/simpletest/src/Tests/SimpleTestTest.php rename to web/core/modules/simpletest/src/Tests/SimpleTestTest.php diff --git a/core/modules/simpletest/src/Tests/TimeZoneTest.php b/web/core/modules/simpletest/src/Tests/TimeZoneTest.php similarity index 100% rename from core/modules/simpletest/src/Tests/TimeZoneTest.php rename to web/core/modules/simpletest/src/Tests/TimeZoneTest.php diff --git a/core/modules/simpletest/src/Tests/UserHelpersTest.php b/web/core/modules/simpletest/src/Tests/UserHelpersTest.php similarity index 100% rename from core/modules/simpletest/src/Tests/UserHelpersTest.php rename to web/core/modules/simpletest/src/Tests/UserHelpersTest.php diff --git a/core/modules/simpletest/src/Tests/WebTestBaseInstallTest.php b/web/core/modules/simpletest/src/Tests/WebTestBaseInstallTest.php similarity index 100% rename from core/modules/simpletest/src/Tests/WebTestBaseInstallTest.php rename to web/core/modules/simpletest/src/Tests/WebTestBaseInstallTest.php diff --git a/core/modules/simpletest/src/UserCreationTrait.php b/web/core/modules/simpletest/src/UserCreationTrait.php similarity index 100% rename from core/modules/simpletest/src/UserCreationTrait.php rename to web/core/modules/simpletest/src/UserCreationTrait.php diff --git a/core/modules/simpletest/src/WebAssert.php b/web/core/modules/simpletest/src/WebAssert.php similarity index 100% rename from core/modules/simpletest/src/WebAssert.php rename to web/core/modules/simpletest/src/WebAssert.php diff --git a/core/modules/simpletest/src/WebTestBase.php b/web/core/modules/simpletest/src/WebTestBase.php similarity index 100% rename from core/modules/simpletest/src/WebTestBase.php rename to web/core/modules/simpletest/src/WebTestBase.php diff --git a/core/modules/simpletest/templates/simpletest-result-summary.html.twig b/web/core/modules/simpletest/templates/simpletest-result-summary.html.twig similarity index 100% rename from core/modules/simpletest/templates/simpletest-result-summary.html.twig rename to web/core/modules/simpletest/templates/simpletest-result-summary.html.twig diff --git a/core/modules/simpletest/tests/fixtures/phpunit_error.xml b/web/core/modules/simpletest/tests/fixtures/phpunit_error.xml similarity index 100% rename from core/modules/simpletest/tests/fixtures/phpunit_error.xml rename to web/core/modules/simpletest/tests/fixtures/phpunit_error.xml diff --git a/core/modules/simpletest/tests/fixtures/select_2nd_selected.html b/web/core/modules/simpletest/tests/fixtures/select_2nd_selected.html similarity index 100% rename from core/modules/simpletest/tests/fixtures/select_2nd_selected.html rename to web/core/modules/simpletest/tests/fixtures/select_2nd_selected.html diff --git a/core/modules/simpletest/tests/fixtures/select_none_selected.html b/web/core/modules/simpletest/tests/fixtures/select_none_selected.html similarity index 100% rename from core/modules/simpletest/tests/fixtures/select_none_selected.html rename to web/core/modules/simpletest/tests/fixtures/select_none_selected.html diff --git a/core/modules/simpletest/tests/fixtures/simpletest_phpunit_run_command_test.php b/web/core/modules/simpletest/tests/fixtures/simpletest_phpunit_run_command_test.php similarity index 100% rename from core/modules/simpletest/tests/fixtures/simpletest_phpunit_run_command_test.php rename to web/core/modules/simpletest/tests/fixtures/simpletest_phpunit_run_command_test.php diff --git a/core/modules/simpletest/tests/modules/phpunit_test/phpunit_test.info.yml b/web/core/modules/simpletest/tests/modules/phpunit_test/phpunit_test.info.yml similarity index 100% rename from core/modules/simpletest/tests/modules/phpunit_test/phpunit_test.info.yml rename to web/core/modules/simpletest/tests/modules/phpunit_test/phpunit_test.info.yml diff --git a/core/modules/simpletest/tests/modules/phpunit_test/src/PhpUnitTestDummyClass.php b/web/core/modules/simpletest/tests/modules/phpunit_test/src/PhpUnitTestDummyClass.php similarity index 100% rename from core/modules/simpletest/tests/modules/phpunit_test/src/PhpUnitTestDummyClass.php rename to web/core/modules/simpletest/tests/modules/phpunit_test/src/PhpUnitTestDummyClass.php diff --git a/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.info.yml b/web/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.info.yml similarity index 100% rename from core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.info.yml rename to web/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.info.yml diff --git a/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.install b/web/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.install similarity index 100% rename from core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.install rename to web/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.install diff --git a/core/modules/simpletest/tests/src/Functional/ThroughUITest.php b/web/core/modules/simpletest/tests/src/Functional/ThroughUITest.php similarity index 100% rename from core/modules/simpletest/tests/src/Functional/ThroughUITest.php rename to web/core/modules/simpletest/tests/src/Functional/ThroughUITest.php diff --git a/core/modules/simpletest/tests/src/FunctionalJavascript/BrowserWithJavascriptTest.php b/web/core/modules/simpletest/tests/src/FunctionalJavascript/BrowserWithJavascriptTest.php similarity index 100% rename from core/modules/simpletest/tests/src/FunctionalJavascript/BrowserWithJavascriptTest.php rename to web/core/modules/simpletest/tests/src/FunctionalJavascript/BrowserWithJavascriptTest.php diff --git a/core/modules/simpletest/tests/src/FunctionalJavascript/JavascriptGetDrupalSettingsTest.php b/web/core/modules/simpletest/tests/src/FunctionalJavascript/JavascriptGetDrupalSettingsTest.php similarity index 100% rename from core/modules/simpletest/tests/src/FunctionalJavascript/JavascriptGetDrupalSettingsTest.php rename to web/core/modules/simpletest/tests/src/FunctionalJavascript/JavascriptGetDrupalSettingsTest.php diff --git a/core/modules/simpletest/tests/src/Kernel/Migrate/d6/MigrateSimpletestConfigsTest.php b/web/core/modules/simpletest/tests/src/Kernel/Migrate/d6/MigrateSimpletestConfigsTest.php similarity index 100% rename from core/modules/simpletest/tests/src/Kernel/Migrate/d6/MigrateSimpletestConfigsTest.php rename to web/core/modules/simpletest/tests/src/Kernel/Migrate/d6/MigrateSimpletestConfigsTest.php diff --git a/core/modules/simpletest/tests/src/Kernel/Migrate/d7/MigrateSimpletestSettingsTest.php b/web/core/modules/simpletest/tests/src/Kernel/Migrate/d7/MigrateSimpletestSettingsTest.php similarity index 100% rename from core/modules/simpletest/tests/src/Kernel/Migrate/d7/MigrateSimpletestSettingsTest.php rename to web/core/modules/simpletest/tests/src/Kernel/Migrate/d7/MigrateSimpletestSettingsTest.php diff --git a/core/modules/simpletest/tests/src/Unit/AssertContentTraitTest.php b/web/core/modules/simpletest/tests/src/Unit/AssertContentTraitTest.php similarity index 100% rename from core/modules/simpletest/tests/src/Unit/AssertContentTraitTest.php rename to web/core/modules/simpletest/tests/src/Unit/AssertContentTraitTest.php diff --git a/core/modules/simpletest/tests/src/Unit/AssertHelperTraitTest.php b/web/core/modules/simpletest/tests/src/Unit/AssertHelperTraitTest.php similarity index 100% rename from core/modules/simpletest/tests/src/Unit/AssertHelperTraitTest.php rename to web/core/modules/simpletest/tests/src/Unit/AssertHelperTraitTest.php diff --git a/core/modules/simpletest/tests/src/Unit/PhpUnitAutoloaderTest.php b/web/core/modules/simpletest/tests/src/Unit/PhpUnitAutoloaderTest.php similarity index 100% rename from core/modules/simpletest/tests/src/Unit/PhpUnitAutoloaderTest.php rename to web/core/modules/simpletest/tests/src/Unit/PhpUnitAutoloaderTest.php diff --git a/core/modules/simpletest/tests/src/Unit/PhpUnitErrorTest.php b/web/core/modules/simpletest/tests/src/Unit/PhpUnitErrorTest.php similarity index 100% rename from core/modules/simpletest/tests/src/Unit/PhpUnitErrorTest.php rename to web/core/modules/simpletest/tests/src/Unit/PhpUnitErrorTest.php diff --git a/core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php b/web/core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php similarity index 100% rename from core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php rename to web/core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php diff --git a/core/modules/simpletest/tests/src/Unit/TestBaseTest.php b/web/core/modules/simpletest/tests/src/Unit/TestBaseTest.php similarity index 100% rename from core/modules/simpletest/tests/src/Unit/TestBaseTest.php rename to web/core/modules/simpletest/tests/src/Unit/TestBaseTest.php diff --git a/core/modules/simpletest/tests/src/Unit/TestInfoParsingTest.php b/web/core/modules/simpletest/tests/src/Unit/TestInfoParsingTest.php similarity index 100% rename from core/modules/simpletest/tests/src/Unit/TestInfoParsingTest.php rename to web/core/modules/simpletest/tests/src/Unit/TestInfoParsingTest.php diff --git a/core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php b/web/core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php similarity index 100% rename from core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php rename to web/core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php diff --git a/core/modules/statistics/config/install/statistics.settings.yml b/web/core/modules/statistics/config/install/statistics.settings.yml similarity index 100% rename from core/modules/statistics/config/install/statistics.settings.yml rename to web/core/modules/statistics/config/install/statistics.settings.yml diff --git a/core/modules/statistics/config/schema/statistics.schema.yml b/web/core/modules/statistics/config/schema/statistics.schema.yml similarity index 100% rename from core/modules/statistics/config/schema/statistics.schema.yml rename to web/core/modules/statistics/config/schema/statistics.schema.yml diff --git a/core/modules/statistics/config/schema/statistics.views.schema.yml b/web/core/modules/statistics/config/schema/statistics.views.schema.yml similarity index 100% rename from core/modules/statistics/config/schema/statistics.views.schema.yml rename to web/core/modules/statistics/config/schema/statistics.views.schema.yml diff --git a/core/modules/statistics/migration_templates/statistics_settings.yml b/web/core/modules/statistics/migration_templates/statistics_settings.yml similarity index 100% rename from core/modules/statistics/migration_templates/statistics_settings.yml rename to web/core/modules/statistics/migration_templates/statistics_settings.yml diff --git a/core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php b/web/core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php similarity index 100% rename from core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php rename to web/core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php diff --git a/core/modules/statistics/src/Plugin/views/field/NodeCounterTimestamp.php b/web/core/modules/statistics/src/Plugin/views/field/NodeCounterTimestamp.php similarity index 100% rename from core/modules/statistics/src/Plugin/views/field/NodeCounterTimestamp.php rename to web/core/modules/statistics/src/Plugin/views/field/NodeCounterTimestamp.php diff --git a/core/modules/statistics/src/Plugin/views/field/StatisticsNumeric.php b/web/core/modules/statistics/src/Plugin/views/field/StatisticsNumeric.php similarity index 100% rename from core/modules/statistics/src/Plugin/views/field/StatisticsNumeric.php rename to web/core/modules/statistics/src/Plugin/views/field/StatisticsNumeric.php diff --git a/core/modules/statistics/src/StatisticsSettingsForm.php b/web/core/modules/statistics/src/StatisticsSettingsForm.php similarity index 100% rename from core/modules/statistics/src/StatisticsSettingsForm.php rename to web/core/modules/statistics/src/StatisticsSettingsForm.php diff --git a/core/modules/statistics/src/Tests/StatisticsAdminTest.php b/web/core/modules/statistics/src/Tests/StatisticsAdminTest.php similarity index 100% rename from core/modules/statistics/src/Tests/StatisticsAdminTest.php rename to web/core/modules/statistics/src/Tests/StatisticsAdminTest.php diff --git a/core/modules/statistics/src/Tests/StatisticsAttachedTest.php b/web/core/modules/statistics/src/Tests/StatisticsAttachedTest.php similarity index 100% rename from core/modules/statistics/src/Tests/StatisticsAttachedTest.php rename to web/core/modules/statistics/src/Tests/StatisticsAttachedTest.php diff --git a/core/modules/statistics/src/Tests/StatisticsLoggingTest.php b/web/core/modules/statistics/src/Tests/StatisticsLoggingTest.php similarity index 100% rename from core/modules/statistics/src/Tests/StatisticsLoggingTest.php rename to web/core/modules/statistics/src/Tests/StatisticsLoggingTest.php diff --git a/core/modules/statistics/src/Tests/StatisticsReportsTest.php b/web/core/modules/statistics/src/Tests/StatisticsReportsTest.php similarity index 100% rename from core/modules/statistics/src/Tests/StatisticsReportsTest.php rename to web/core/modules/statistics/src/Tests/StatisticsReportsTest.php diff --git a/core/modules/statistics/src/Tests/StatisticsTestBase.php b/web/core/modules/statistics/src/Tests/StatisticsTestBase.php similarity index 100% rename from core/modules/statistics/src/Tests/StatisticsTestBase.php rename to web/core/modules/statistics/src/Tests/StatisticsTestBase.php diff --git a/core/modules/statistics/src/Tests/StatisticsTokenReplaceTest.php b/web/core/modules/statistics/src/Tests/StatisticsTokenReplaceTest.php similarity index 100% rename from core/modules/statistics/src/Tests/StatisticsTokenReplaceTest.php rename to web/core/modules/statistics/src/Tests/StatisticsTokenReplaceTest.php diff --git a/core/modules/statistics/src/Tests/Views/IntegrationTest.php b/web/core/modules/statistics/src/Tests/Views/IntegrationTest.php similarity index 100% rename from core/modules/statistics/src/Tests/Views/IntegrationTest.php rename to web/core/modules/statistics/src/Tests/Views/IntegrationTest.php diff --git a/core/modules/statistics/statistics.info.yml b/web/core/modules/statistics/statistics.info.yml similarity index 100% rename from core/modules/statistics/statistics.info.yml rename to web/core/modules/statistics/statistics.info.yml diff --git a/core/modules/statistics/statistics.install b/web/core/modules/statistics/statistics.install similarity index 100% rename from core/modules/statistics/statistics.install rename to web/core/modules/statistics/statistics.install diff --git a/core/modules/statistics/statistics.js b/web/core/modules/statistics/statistics.js similarity index 100% rename from core/modules/statistics/statistics.js rename to web/core/modules/statistics/statistics.js diff --git a/core/modules/statistics/statistics.libraries.yml b/web/core/modules/statistics/statistics.libraries.yml similarity index 100% rename from core/modules/statistics/statistics.libraries.yml rename to web/core/modules/statistics/statistics.libraries.yml diff --git a/core/modules/statistics/statistics.links.menu.yml b/web/core/modules/statistics/statistics.links.menu.yml similarity index 100% rename from core/modules/statistics/statistics.links.menu.yml rename to web/core/modules/statistics/statistics.links.menu.yml diff --git a/core/modules/statistics/statistics.module b/web/core/modules/statistics/statistics.module similarity index 100% rename from core/modules/statistics/statistics.module rename to web/core/modules/statistics/statistics.module diff --git a/core/modules/statistics/statistics.permissions.yml b/web/core/modules/statistics/statistics.permissions.yml similarity index 100% rename from core/modules/statistics/statistics.permissions.yml rename to web/core/modules/statistics/statistics.permissions.yml diff --git a/core/modules/statistics/statistics.php b/web/core/modules/statistics/statistics.php similarity index 100% rename from core/modules/statistics/statistics.php rename to web/core/modules/statistics/statistics.php diff --git a/core/modules/statistics/statistics.routing.yml b/web/core/modules/statistics/statistics.routing.yml similarity index 100% rename from core/modules/statistics/statistics.routing.yml rename to web/core/modules/statistics/statistics.routing.yml diff --git a/core/modules/statistics/statistics.tokens.inc b/web/core/modules/statistics/statistics.tokens.inc similarity index 100% rename from core/modules/statistics/statistics.tokens.inc rename to web/core/modules/statistics/statistics.tokens.inc diff --git a/core/modules/statistics/statistics.views.inc b/web/core/modules/statistics/statistics.views.inc similarity index 100% rename from core/modules/statistics/statistics.views.inc rename to web/core/modules/statistics/statistics.views.inc diff --git a/core/modules/statistics/tests/modules/statistics_test_views/statistics_test_views.info.yml b/web/core/modules/statistics/tests/modules/statistics_test_views/statistics_test_views.info.yml similarity index 100% rename from core/modules/statistics/tests/modules/statistics_test_views/statistics_test_views.info.yml rename to web/core/modules/statistics/tests/modules/statistics_test_views/statistics_test_views.info.yml diff --git a/core/modules/statistics/tests/modules/statistics_test_views/test_views/views.view.test_statistics_integration.yml b/web/core/modules/statistics/tests/modules/statistics_test_views/test_views/views.view.test_statistics_integration.yml similarity index 100% rename from core/modules/statistics/tests/modules/statistics_test_views/test_views/views.view.test_statistics_integration.yml rename to web/core/modules/statistics/tests/modules/statistics_test_views/test_views/views.view.test_statistics_integration.yml diff --git a/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php b/web/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php similarity index 100% rename from core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php rename to web/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php diff --git a/core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php b/web/core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php similarity index 100% rename from core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php rename to web/core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php diff --git a/core/modules/statistics/tests/themes/statistics_test_attached/node.html.twig b/web/core/modules/statistics/tests/themes/statistics_test_attached/node.html.twig similarity index 100% rename from core/modules/statistics/tests/themes/statistics_test_attached/node.html.twig rename to web/core/modules/statistics/tests/themes/statistics_test_attached/node.html.twig diff --git a/core/modules/statistics/tests/themes/statistics_test_attached/statistics_test_attached.info.yml b/web/core/modules/statistics/tests/themes/statistics_test_attached/statistics_test_attached.info.yml similarity index 100% rename from core/modules/statistics/tests/themes/statistics_test_attached/statistics_test_attached.info.yml rename to web/core/modules/statistics/tests/themes/statistics_test_attached/statistics_test_attached.info.yml diff --git a/core/modules/syslog/config/install/syslog.settings.yml b/web/core/modules/syslog/config/install/syslog.settings.yml similarity index 100% rename from core/modules/syslog/config/install/syslog.settings.yml rename to web/core/modules/syslog/config/install/syslog.settings.yml diff --git a/core/modules/syslog/config/schema/syslog.schema.yml b/web/core/modules/syslog/config/schema/syslog.schema.yml similarity index 100% rename from core/modules/syslog/config/schema/syslog.schema.yml rename to web/core/modules/syslog/config/schema/syslog.schema.yml diff --git a/core/modules/syslog/migration_templates/d6_syslog_settings.yml b/web/core/modules/syslog/migration_templates/d6_syslog_settings.yml similarity index 100% rename from core/modules/syslog/migration_templates/d6_syslog_settings.yml rename to web/core/modules/syslog/migration_templates/d6_syslog_settings.yml diff --git a/core/modules/syslog/migration_templates/d7_syslog_settings.yml b/web/core/modules/syslog/migration_templates/d7_syslog_settings.yml similarity index 100% rename from core/modules/syslog/migration_templates/d7_syslog_settings.yml rename to web/core/modules/syslog/migration_templates/d7_syslog_settings.yml diff --git a/core/modules/syslog/src/Logger/SysLog.php b/web/core/modules/syslog/src/Logger/SysLog.php similarity index 100% rename from core/modules/syslog/src/Logger/SysLog.php rename to web/core/modules/syslog/src/Logger/SysLog.php diff --git a/core/modules/syslog/src/Tests/SyslogTest.php b/web/core/modules/syslog/src/Tests/SyslogTest.php similarity index 100% rename from core/modules/syslog/src/Tests/SyslogTest.php rename to web/core/modules/syslog/src/Tests/SyslogTest.php diff --git a/core/modules/syslog/syslog.info.yml b/web/core/modules/syslog/syslog.info.yml similarity index 100% rename from core/modules/syslog/syslog.info.yml rename to web/core/modules/syslog/syslog.info.yml diff --git a/core/modules/syslog/syslog.install b/web/core/modules/syslog/syslog.install similarity index 100% rename from core/modules/syslog/syslog.install rename to web/core/modules/syslog/syslog.install diff --git a/core/modules/syslog/syslog.module b/web/core/modules/syslog/syslog.module similarity index 100% rename from core/modules/syslog/syslog.module rename to web/core/modules/syslog/syslog.module diff --git a/core/modules/syslog/syslog.services.yml b/web/core/modules/syslog/syslog.services.yml similarity index 100% rename from core/modules/syslog/syslog.services.yml rename to web/core/modules/syslog/syslog.services.yml diff --git a/core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php b/web/core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php similarity index 100% rename from core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php rename to web/core/modules/syslog/tests/src/Kernel/Migrate/d6/MigrateSyslogConfigsTest.php diff --git a/core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php b/web/core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php similarity index 100% rename from core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php rename to web/core/modules/syslog/tests/src/Kernel/Migrate/d7/MigrateSyslogConfigsTest.php diff --git a/core/modules/system/config/install/core.date_format.fallback.yml b/web/core/modules/system/config/install/core.date_format.fallback.yml similarity index 100% rename from core/modules/system/config/install/core.date_format.fallback.yml rename to web/core/modules/system/config/install/core.date_format.fallback.yml diff --git a/core/modules/system/config/install/core.date_format.html_date.yml b/web/core/modules/system/config/install/core.date_format.html_date.yml similarity index 100% rename from core/modules/system/config/install/core.date_format.html_date.yml rename to web/core/modules/system/config/install/core.date_format.html_date.yml diff --git a/core/modules/system/config/install/core.date_format.html_datetime.yml b/web/core/modules/system/config/install/core.date_format.html_datetime.yml similarity index 100% rename from core/modules/system/config/install/core.date_format.html_datetime.yml rename to web/core/modules/system/config/install/core.date_format.html_datetime.yml diff --git a/core/modules/system/config/install/core.date_format.html_month.yml b/web/core/modules/system/config/install/core.date_format.html_month.yml similarity index 100% rename from core/modules/system/config/install/core.date_format.html_month.yml rename to web/core/modules/system/config/install/core.date_format.html_month.yml diff --git a/core/modules/system/config/install/core.date_format.html_time.yml b/web/core/modules/system/config/install/core.date_format.html_time.yml similarity index 100% rename from core/modules/system/config/install/core.date_format.html_time.yml rename to web/core/modules/system/config/install/core.date_format.html_time.yml diff --git a/core/modules/system/config/install/core.date_format.html_week.yml b/web/core/modules/system/config/install/core.date_format.html_week.yml similarity index 100% rename from core/modules/system/config/install/core.date_format.html_week.yml rename to web/core/modules/system/config/install/core.date_format.html_week.yml diff --git a/core/modules/system/config/install/core.date_format.html_year.yml b/web/core/modules/system/config/install/core.date_format.html_year.yml similarity index 100% rename from core/modules/system/config/install/core.date_format.html_year.yml rename to web/core/modules/system/config/install/core.date_format.html_year.yml diff --git a/core/modules/system/config/install/core.date_format.html_yearless_date.yml b/web/core/modules/system/config/install/core.date_format.html_yearless_date.yml similarity index 100% rename from core/modules/system/config/install/core.date_format.html_yearless_date.yml rename to web/core/modules/system/config/install/core.date_format.html_yearless_date.yml diff --git a/core/modules/system/config/install/core.date_format.long.yml b/web/core/modules/system/config/install/core.date_format.long.yml similarity index 100% rename from core/modules/system/config/install/core.date_format.long.yml rename to web/core/modules/system/config/install/core.date_format.long.yml diff --git a/core/modules/system/config/install/core.date_format.medium.yml b/web/core/modules/system/config/install/core.date_format.medium.yml similarity index 100% rename from core/modules/system/config/install/core.date_format.medium.yml rename to web/core/modules/system/config/install/core.date_format.medium.yml diff --git a/core/modules/system/config/install/core.date_format.short.yml b/web/core/modules/system/config/install/core.date_format.short.yml similarity index 100% rename from core/modules/system/config/install/core.date_format.short.yml rename to web/core/modules/system/config/install/core.date_format.short.yml diff --git a/core/modules/system/config/install/system.authorize.yml b/web/core/modules/system/config/install/system.authorize.yml similarity index 100% rename from core/modules/system/config/install/system.authorize.yml rename to web/core/modules/system/config/install/system.authorize.yml diff --git a/core/modules/system/config/install/system.cron.yml b/web/core/modules/system/config/install/system.cron.yml similarity index 100% rename from core/modules/system/config/install/system.cron.yml rename to web/core/modules/system/config/install/system.cron.yml diff --git a/core/modules/system/config/install/system.date.yml b/web/core/modules/system/config/install/system.date.yml similarity index 100% rename from core/modules/system/config/install/system.date.yml rename to web/core/modules/system/config/install/system.date.yml diff --git a/core/modules/system/config/install/system.diff.yml b/web/core/modules/system/config/install/system.diff.yml similarity index 100% rename from core/modules/system/config/install/system.diff.yml rename to web/core/modules/system/config/install/system.diff.yml diff --git a/core/modules/system/config/install/system.file.yml b/web/core/modules/system/config/install/system.file.yml similarity index 100% rename from core/modules/system/config/install/system.file.yml rename to web/core/modules/system/config/install/system.file.yml diff --git a/core/modules/system/config/install/system.image.gd.yml b/web/core/modules/system/config/install/system.image.gd.yml similarity index 100% rename from core/modules/system/config/install/system.image.gd.yml rename to web/core/modules/system/config/install/system.image.gd.yml diff --git a/core/modules/system/config/install/system.image.yml b/web/core/modules/system/config/install/system.image.yml similarity index 100% rename from core/modules/system/config/install/system.image.yml rename to web/core/modules/system/config/install/system.image.yml diff --git a/core/modules/system/config/install/system.logging.yml b/web/core/modules/system/config/install/system.logging.yml similarity index 100% rename from core/modules/system/config/install/system.logging.yml rename to web/core/modules/system/config/install/system.logging.yml diff --git a/core/modules/system/config/install/system.mail.yml b/web/core/modules/system/config/install/system.mail.yml similarity index 100% rename from core/modules/system/config/install/system.mail.yml rename to web/core/modules/system/config/install/system.mail.yml diff --git a/core/modules/system/config/install/system.maintenance.yml b/web/core/modules/system/config/install/system.maintenance.yml similarity index 100% rename from core/modules/system/config/install/system.maintenance.yml rename to web/core/modules/system/config/install/system.maintenance.yml diff --git a/core/modules/system/config/install/system.menu.account.yml b/web/core/modules/system/config/install/system.menu.account.yml similarity index 100% rename from core/modules/system/config/install/system.menu.account.yml rename to web/core/modules/system/config/install/system.menu.account.yml diff --git a/core/modules/system/config/install/system.menu.admin.yml b/web/core/modules/system/config/install/system.menu.admin.yml similarity index 100% rename from core/modules/system/config/install/system.menu.admin.yml rename to web/core/modules/system/config/install/system.menu.admin.yml diff --git a/core/modules/system/config/install/system.menu.footer.yml b/web/core/modules/system/config/install/system.menu.footer.yml similarity index 100% rename from core/modules/system/config/install/system.menu.footer.yml rename to web/core/modules/system/config/install/system.menu.footer.yml diff --git a/core/modules/system/config/install/system.menu.main.yml b/web/core/modules/system/config/install/system.menu.main.yml similarity index 100% rename from core/modules/system/config/install/system.menu.main.yml rename to web/core/modules/system/config/install/system.menu.main.yml diff --git a/core/modules/system/config/install/system.menu.tools.yml b/web/core/modules/system/config/install/system.menu.tools.yml similarity index 100% rename from core/modules/system/config/install/system.menu.tools.yml rename to web/core/modules/system/config/install/system.menu.tools.yml diff --git a/core/modules/system/config/install/system.performance.yml b/web/core/modules/system/config/install/system.performance.yml similarity index 100% rename from core/modules/system/config/install/system.performance.yml rename to web/core/modules/system/config/install/system.performance.yml diff --git a/core/modules/system/config/install/system.rss.yml b/web/core/modules/system/config/install/system.rss.yml similarity index 100% rename from core/modules/system/config/install/system.rss.yml rename to web/core/modules/system/config/install/system.rss.yml diff --git a/core/modules/system/config/install/system.site.yml b/web/core/modules/system/config/install/system.site.yml similarity index 100% rename from core/modules/system/config/install/system.site.yml rename to web/core/modules/system/config/install/system.site.yml diff --git a/core/modules/system/config/install/system.theme.global.yml b/web/core/modules/system/config/install/system.theme.global.yml similarity index 100% rename from core/modules/system/config/install/system.theme.global.yml rename to web/core/modules/system/config/install/system.theme.global.yml diff --git a/core/modules/system/config/install/system.theme.yml b/web/core/modules/system/config/install/system.theme.yml similarity index 100% rename from core/modules/system/config/install/system.theme.yml rename to web/core/modules/system/config/install/system.theme.yml diff --git a/core/modules/system/config/schema/system.schema.yml b/web/core/modules/system/config/schema/system.schema.yml similarity index 100% rename from core/modules/system/config/schema/system.schema.yml rename to web/core/modules/system/config/schema/system.schema.yml diff --git a/core/modules/system/css/components/ajax-progress.module.css b/web/core/modules/system/css/components/ajax-progress.module.css similarity index 100% rename from core/modules/system/css/components/ajax-progress.module.css rename to web/core/modules/system/css/components/ajax-progress.module.css diff --git a/core/modules/system/css/components/align.module.css b/web/core/modules/system/css/components/align.module.css similarity index 100% rename from core/modules/system/css/components/align.module.css rename to web/core/modules/system/css/components/align.module.css diff --git a/core/modules/system/css/components/autocomplete-loading.module.css b/web/core/modules/system/css/components/autocomplete-loading.module.css similarity index 100% rename from core/modules/system/css/components/autocomplete-loading.module.css rename to web/core/modules/system/css/components/autocomplete-loading.module.css diff --git a/core/modules/system/css/components/clearfix.module.css b/web/core/modules/system/css/components/clearfix.module.css similarity index 100% rename from core/modules/system/css/components/clearfix.module.css rename to web/core/modules/system/css/components/clearfix.module.css diff --git a/core/modules/system/css/components/container-inline.module.css b/web/core/modules/system/css/components/container-inline.module.css similarity index 100% rename from core/modules/system/css/components/container-inline.module.css rename to web/core/modules/system/css/components/container-inline.module.css diff --git a/core/modules/system/css/components/details.module.css b/web/core/modules/system/css/components/details.module.css similarity index 100% rename from core/modules/system/css/components/details.module.css rename to web/core/modules/system/css/components/details.module.css diff --git a/core/modules/system/css/components/fieldgroup.module.css b/web/core/modules/system/css/components/fieldgroup.module.css similarity index 100% rename from core/modules/system/css/components/fieldgroup.module.css rename to web/core/modules/system/css/components/fieldgroup.module.css diff --git a/core/modules/system/css/components/hidden.module.css b/web/core/modules/system/css/components/hidden.module.css similarity index 100% rename from core/modules/system/css/components/hidden.module.css rename to web/core/modules/system/css/components/hidden.module.css diff --git a/core/modules/system/css/components/item-list.module.css b/web/core/modules/system/css/components/item-list.module.css similarity index 100% rename from core/modules/system/css/components/item-list.module.css rename to web/core/modules/system/css/components/item-list.module.css diff --git a/core/modules/system/css/components/js.module.css b/web/core/modules/system/css/components/js.module.css similarity index 100% rename from core/modules/system/css/components/js.module.css rename to web/core/modules/system/css/components/js.module.css diff --git a/core/modules/system/css/components/nowrap.module.css b/web/core/modules/system/css/components/nowrap.module.css similarity index 100% rename from core/modules/system/css/components/nowrap.module.css rename to web/core/modules/system/css/components/nowrap.module.css diff --git a/core/modules/system/css/components/position-container.module.css b/web/core/modules/system/css/components/position-container.module.css similarity index 100% rename from core/modules/system/css/components/position-container.module.css rename to web/core/modules/system/css/components/position-container.module.css diff --git a/core/modules/system/css/components/progress.module.css b/web/core/modules/system/css/components/progress.module.css similarity index 100% rename from core/modules/system/css/components/progress.module.css rename to web/core/modules/system/css/components/progress.module.css diff --git a/core/modules/system/css/components/reset-appearance.module.css b/web/core/modules/system/css/components/reset-appearance.module.css similarity index 100% rename from core/modules/system/css/components/reset-appearance.module.css rename to web/core/modules/system/css/components/reset-appearance.module.css diff --git a/core/modules/system/css/components/resize.module.css b/web/core/modules/system/css/components/resize.module.css similarity index 100% rename from core/modules/system/css/components/resize.module.css rename to web/core/modules/system/css/components/resize.module.css diff --git a/core/modules/system/css/components/sticky-header.module.css b/web/core/modules/system/css/components/sticky-header.module.css similarity index 100% rename from core/modules/system/css/components/sticky-header.module.css rename to web/core/modules/system/css/components/sticky-header.module.css diff --git a/core/modules/system/css/components/tabledrag.module.css b/web/core/modules/system/css/components/tabledrag.module.css similarity index 100% rename from core/modules/system/css/components/tabledrag.module.css rename to web/core/modules/system/css/components/tabledrag.module.css diff --git a/core/modules/system/css/components/tablesort.module.css b/web/core/modules/system/css/components/tablesort.module.css similarity index 100% rename from core/modules/system/css/components/tablesort.module.css rename to web/core/modules/system/css/components/tablesort.module.css diff --git a/core/modules/system/css/components/tree-child.module.css b/web/core/modules/system/css/components/tree-child.module.css similarity index 100% rename from core/modules/system/css/components/tree-child.module.css rename to web/core/modules/system/css/components/tree-child.module.css diff --git a/core/modules/system/css/system.admin.css b/web/core/modules/system/css/system.admin.css similarity index 100% rename from core/modules/system/css/system.admin.css rename to web/core/modules/system/css/system.admin.css diff --git a/core/modules/system/css/system.diff.css b/web/core/modules/system/css/system.diff.css similarity index 100% rename from core/modules/system/css/system.diff.css rename to web/core/modules/system/css/system.diff.css diff --git a/core/modules/system/css/system.maintenance.css b/web/core/modules/system/css/system.maintenance.css similarity index 100% rename from core/modules/system/css/system.maintenance.css rename to web/core/modules/system/css/system.maintenance.css diff --git a/core/modules/system/images/no_screenshot.png b/web/core/modules/system/images/no_screenshot.png similarity index 100% rename from core/modules/system/images/no_screenshot.png rename to web/core/modules/system/images/no_screenshot.png diff --git a/core/modules/system/js/system.date.js b/web/core/modules/system/js/system.date.js similarity index 100% rename from core/modules/system/js/system.date.js rename to web/core/modules/system/js/system.date.js diff --git a/core/modules/system/js/system.js b/web/core/modules/system/js/system.js similarity index 100% rename from core/modules/system/js/system.js rename to web/core/modules/system/js/system.js diff --git a/core/modules/system/js/system.modules.js b/web/core/modules/system/js/system.modules.js similarity index 100% rename from core/modules/system/js/system.modules.js rename to web/core/modules/system/js/system.modules.js diff --git a/core/modules/system/migration_templates/d6_date_formats.yml b/web/core/modules/system/migration_templates/d6_date_formats.yml similarity index 100% rename from core/modules/system/migration_templates/d6_date_formats.yml rename to web/core/modules/system/migration_templates/d6_date_formats.yml diff --git a/core/modules/system/migration_templates/d6_menu.yml b/web/core/modules/system/migration_templates/d6_menu.yml similarity index 100% rename from core/modules/system/migration_templates/d6_menu.yml rename to web/core/modules/system/migration_templates/d6_menu.yml diff --git a/core/modules/system/migration_templates/d6_system_cron.yml b/web/core/modules/system/migration_templates/d6_system_cron.yml similarity index 100% rename from core/modules/system/migration_templates/d6_system_cron.yml rename to web/core/modules/system/migration_templates/d6_system_cron.yml diff --git a/core/modules/system/migration_templates/d6_system_date.yml b/web/core/modules/system/migration_templates/d6_system_date.yml similarity index 100% rename from core/modules/system/migration_templates/d6_system_date.yml rename to web/core/modules/system/migration_templates/d6_system_date.yml diff --git a/core/modules/system/migration_templates/d6_system_file.yml b/web/core/modules/system/migration_templates/d6_system_file.yml similarity index 100% rename from core/modules/system/migration_templates/d6_system_file.yml rename to web/core/modules/system/migration_templates/d6_system_file.yml diff --git a/core/modules/system/migration_templates/d6_system_performance.yml b/web/core/modules/system/migration_templates/d6_system_performance.yml similarity index 100% rename from core/modules/system/migration_templates/d6_system_performance.yml rename to web/core/modules/system/migration_templates/d6_system_performance.yml diff --git a/core/modules/system/migration_templates/d7_global_theme_settings.yml b/web/core/modules/system/migration_templates/d7_global_theme_settings.yml similarity index 100% rename from core/modules/system/migration_templates/d7_global_theme_settings.yml rename to web/core/modules/system/migration_templates/d7_global_theme_settings.yml diff --git a/core/modules/system/migration_templates/d7_menu.yml b/web/core/modules/system/migration_templates/d7_menu.yml similarity index 100% rename from core/modules/system/migration_templates/d7_menu.yml rename to web/core/modules/system/migration_templates/d7_menu.yml diff --git a/core/modules/system/migration_templates/d7_system_authorize.yml b/web/core/modules/system/migration_templates/d7_system_authorize.yml similarity index 100% rename from core/modules/system/migration_templates/d7_system_authorize.yml rename to web/core/modules/system/migration_templates/d7_system_authorize.yml diff --git a/core/modules/system/migration_templates/d7_system_cron.yml b/web/core/modules/system/migration_templates/d7_system_cron.yml similarity index 100% rename from core/modules/system/migration_templates/d7_system_cron.yml rename to web/core/modules/system/migration_templates/d7_system_cron.yml diff --git a/core/modules/system/migration_templates/d7_system_date.yml b/web/core/modules/system/migration_templates/d7_system_date.yml similarity index 100% rename from core/modules/system/migration_templates/d7_system_date.yml rename to web/core/modules/system/migration_templates/d7_system_date.yml diff --git a/core/modules/system/migration_templates/d7_system_file.yml b/web/core/modules/system/migration_templates/d7_system_file.yml similarity index 100% rename from core/modules/system/migration_templates/d7_system_file.yml rename to web/core/modules/system/migration_templates/d7_system_file.yml diff --git a/core/modules/system/migration_templates/d7_system_mail.yml b/web/core/modules/system/migration_templates/d7_system_mail.yml similarity index 100% rename from core/modules/system/migration_templates/d7_system_mail.yml rename to web/core/modules/system/migration_templates/d7_system_mail.yml diff --git a/core/modules/system/migration_templates/d7_system_performance.yml b/web/core/modules/system/migration_templates/d7_system_performance.yml similarity index 100% rename from core/modules/system/migration_templates/d7_system_performance.yml rename to web/core/modules/system/migration_templates/d7_system_performance.yml diff --git a/core/modules/system/migration_templates/system_image.yml b/web/core/modules/system/migration_templates/system_image.yml similarity index 100% rename from core/modules/system/migration_templates/system_image.yml rename to web/core/modules/system/migration_templates/system_image.yml diff --git a/core/modules/system/migration_templates/system_image_gd.yml b/web/core/modules/system/migration_templates/system_image_gd.yml similarity index 100% rename from core/modules/system/migration_templates/system_image_gd.yml rename to web/core/modules/system/migration_templates/system_image_gd.yml diff --git a/core/modules/system/migration_templates/system_logging.yml b/web/core/modules/system/migration_templates/system_logging.yml similarity index 100% rename from core/modules/system/migration_templates/system_logging.yml rename to web/core/modules/system/migration_templates/system_logging.yml diff --git a/core/modules/system/migration_templates/system_maintenance.yml b/web/core/modules/system/migration_templates/system_maintenance.yml similarity index 100% rename from core/modules/system/migration_templates/system_maintenance.yml rename to web/core/modules/system/migration_templates/system_maintenance.yml diff --git a/core/modules/system/migration_templates/system_rss.yml b/web/core/modules/system/migration_templates/system_rss.yml similarity index 100% rename from core/modules/system/migration_templates/system_rss.yml rename to web/core/modules/system/migration_templates/system_rss.yml diff --git a/core/modules/system/migration_templates/system_site.yml b/web/core/modules/system/migration_templates/system_site.yml similarity index 100% rename from core/modules/system/migration_templates/system_site.yml rename to web/core/modules/system/migration_templates/system_site.yml diff --git a/core/modules/system/src/Access/CronAccessCheck.php b/web/core/modules/system/src/Access/CronAccessCheck.php similarity index 100% rename from core/modules/system/src/Access/CronAccessCheck.php rename to web/core/modules/system/src/Access/CronAccessCheck.php diff --git a/core/modules/system/src/Access/DbUpdateAccessCheck.php b/web/core/modules/system/src/Access/DbUpdateAccessCheck.php similarity index 100% rename from core/modules/system/src/Access/DbUpdateAccessCheck.php rename to web/core/modules/system/src/Access/DbUpdateAccessCheck.php diff --git a/core/modules/system/src/ActionConfigEntityInterface.php b/web/core/modules/system/src/ActionConfigEntityInterface.php similarity index 100% rename from core/modules/system/src/ActionConfigEntityInterface.php rename to web/core/modules/system/src/ActionConfigEntityInterface.php diff --git a/core/modules/system/src/Controller/AdminController.php b/web/core/modules/system/src/Controller/AdminController.php similarity index 100% rename from core/modules/system/src/Controller/AdminController.php rename to web/core/modules/system/src/Controller/AdminController.php diff --git a/core/modules/system/src/Controller/BatchController.php b/web/core/modules/system/src/Controller/BatchController.php similarity index 100% rename from core/modules/system/src/Controller/BatchController.php rename to web/core/modules/system/src/Controller/BatchController.php diff --git a/core/modules/system/src/Controller/CsrfTokenController.php b/web/core/modules/system/src/Controller/CsrfTokenController.php similarity index 100% rename from core/modules/system/src/Controller/CsrfTokenController.php rename to web/core/modules/system/src/Controller/CsrfTokenController.php diff --git a/core/modules/system/src/Controller/DbUpdateController.php b/web/core/modules/system/src/Controller/DbUpdateController.php similarity index 100% rename from core/modules/system/src/Controller/DbUpdateController.php rename to web/core/modules/system/src/Controller/DbUpdateController.php diff --git a/core/modules/system/src/Controller/EntityAutocompleteController.php b/web/core/modules/system/src/Controller/EntityAutocompleteController.php similarity index 100% rename from core/modules/system/src/Controller/EntityAutocompleteController.php rename to web/core/modules/system/src/Controller/EntityAutocompleteController.php diff --git a/core/modules/system/src/Controller/Http4xxController.php b/web/core/modules/system/src/Controller/Http4xxController.php similarity index 100% rename from core/modules/system/src/Controller/Http4xxController.php rename to web/core/modules/system/src/Controller/Http4xxController.php diff --git a/core/modules/system/src/Controller/SystemController.php b/web/core/modules/system/src/Controller/SystemController.php similarity index 100% rename from core/modules/system/src/Controller/SystemController.php rename to web/core/modules/system/src/Controller/SystemController.php diff --git a/core/modules/system/src/Controller/SystemInfoController.php b/web/core/modules/system/src/Controller/SystemInfoController.php similarity index 100% rename from core/modules/system/src/Controller/SystemInfoController.php rename to web/core/modules/system/src/Controller/SystemInfoController.php diff --git a/core/modules/system/src/Controller/ThemeController.php b/web/core/modules/system/src/Controller/ThemeController.php similarity index 100% rename from core/modules/system/src/Controller/ThemeController.php rename to web/core/modules/system/src/Controller/ThemeController.php diff --git a/core/modules/system/src/Controller/TimezoneController.php b/web/core/modules/system/src/Controller/TimezoneController.php similarity index 100% rename from core/modules/system/src/Controller/TimezoneController.php rename to web/core/modules/system/src/Controller/TimezoneController.php diff --git a/core/modules/system/src/CronController.php b/web/core/modules/system/src/CronController.php similarity index 100% rename from core/modules/system/src/CronController.php rename to web/core/modules/system/src/CronController.php diff --git a/core/modules/system/src/DateFormatAccessControlHandler.php b/web/core/modules/system/src/DateFormatAccessControlHandler.php similarity index 100% rename from core/modules/system/src/DateFormatAccessControlHandler.php rename to web/core/modules/system/src/DateFormatAccessControlHandler.php diff --git a/core/modules/system/src/DateFormatListBuilder.php b/web/core/modules/system/src/DateFormatListBuilder.php similarity index 100% rename from core/modules/system/src/DateFormatListBuilder.php rename to web/core/modules/system/src/DateFormatListBuilder.php diff --git a/core/modules/system/src/Entity/Action.php b/web/core/modules/system/src/Entity/Action.php similarity index 100% rename from core/modules/system/src/Entity/Action.php rename to web/core/modules/system/src/Entity/Action.php diff --git a/core/modules/system/src/Entity/Menu.php b/web/core/modules/system/src/Entity/Menu.php similarity index 100% rename from core/modules/system/src/Entity/Menu.php rename to web/core/modules/system/src/Entity/Menu.php diff --git a/core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php b/web/core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php similarity index 100% rename from core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php rename to web/core/modules/system/src/EventSubscriber/AdminRouteSubscriber.php diff --git a/core/modules/system/src/EventSubscriber/ConfigCacheTag.php b/web/core/modules/system/src/EventSubscriber/ConfigCacheTag.php similarity index 100% rename from core/modules/system/src/EventSubscriber/ConfigCacheTag.php rename to web/core/modules/system/src/EventSubscriber/ConfigCacheTag.php diff --git a/core/modules/system/src/FileDownloadController.php b/web/core/modules/system/src/FileDownloadController.php similarity index 100% rename from core/modules/system/src/FileDownloadController.php rename to web/core/modules/system/src/FileDownloadController.php diff --git a/core/modules/system/src/Form/CronForm.php b/web/core/modules/system/src/Form/CronForm.php similarity index 100% rename from core/modules/system/src/Form/CronForm.php rename to web/core/modules/system/src/Form/CronForm.php diff --git a/core/modules/system/src/Form/DateFormatAddForm.php b/web/core/modules/system/src/Form/DateFormatAddForm.php similarity index 100% rename from core/modules/system/src/Form/DateFormatAddForm.php rename to web/core/modules/system/src/Form/DateFormatAddForm.php diff --git a/core/modules/system/src/Form/DateFormatDeleteForm.php b/web/core/modules/system/src/Form/DateFormatDeleteForm.php similarity index 100% rename from core/modules/system/src/Form/DateFormatDeleteForm.php rename to web/core/modules/system/src/Form/DateFormatDeleteForm.php diff --git a/core/modules/system/src/Form/DateFormatEditForm.php b/web/core/modules/system/src/Form/DateFormatEditForm.php similarity index 100% rename from core/modules/system/src/Form/DateFormatEditForm.php rename to web/core/modules/system/src/Form/DateFormatEditForm.php diff --git a/core/modules/system/src/Form/DateFormatFormBase.php b/web/core/modules/system/src/Form/DateFormatFormBase.php similarity index 100% rename from core/modules/system/src/Form/DateFormatFormBase.php rename to web/core/modules/system/src/Form/DateFormatFormBase.php diff --git a/core/modules/system/src/Form/FileSystemForm.php b/web/core/modules/system/src/Form/FileSystemForm.php similarity index 100% rename from core/modules/system/src/Form/FileSystemForm.php rename to web/core/modules/system/src/Form/FileSystemForm.php diff --git a/core/modules/system/src/Form/ImageToolkitForm.php b/web/core/modules/system/src/Form/ImageToolkitForm.php similarity index 100% rename from core/modules/system/src/Form/ImageToolkitForm.php rename to web/core/modules/system/src/Form/ImageToolkitForm.php diff --git a/core/modules/system/src/Form/LoggingForm.php b/web/core/modules/system/src/Form/LoggingForm.php similarity index 100% rename from core/modules/system/src/Form/LoggingForm.php rename to web/core/modules/system/src/Form/LoggingForm.php diff --git a/core/modules/system/src/Form/ModulesListConfirmForm.php b/web/core/modules/system/src/Form/ModulesListConfirmForm.php similarity index 100% rename from core/modules/system/src/Form/ModulesListConfirmForm.php rename to web/core/modules/system/src/Form/ModulesListConfirmForm.php diff --git a/core/modules/system/src/Form/ModulesListExperimentalConfirmForm.php b/web/core/modules/system/src/Form/ModulesListExperimentalConfirmForm.php similarity index 100% rename from core/modules/system/src/Form/ModulesListExperimentalConfirmForm.php rename to web/core/modules/system/src/Form/ModulesListExperimentalConfirmForm.php diff --git a/core/modules/system/src/Form/ModulesListForm.php b/web/core/modules/system/src/Form/ModulesListForm.php similarity index 100% rename from core/modules/system/src/Form/ModulesListForm.php rename to web/core/modules/system/src/Form/ModulesListForm.php diff --git a/core/modules/system/src/Form/ModulesUninstallConfirmForm.php b/web/core/modules/system/src/Form/ModulesUninstallConfirmForm.php similarity index 100% rename from core/modules/system/src/Form/ModulesUninstallConfirmForm.php rename to web/core/modules/system/src/Form/ModulesUninstallConfirmForm.php diff --git a/core/modules/system/src/Form/ModulesUninstallForm.php b/web/core/modules/system/src/Form/ModulesUninstallForm.php similarity index 100% rename from core/modules/system/src/Form/ModulesUninstallForm.php rename to web/core/modules/system/src/Form/ModulesUninstallForm.php diff --git a/core/modules/system/src/Form/PerformanceForm.php b/web/core/modules/system/src/Form/PerformanceForm.php similarity index 100% rename from core/modules/system/src/Form/PerformanceForm.php rename to web/core/modules/system/src/Form/PerformanceForm.php diff --git a/core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php b/web/core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php similarity index 100% rename from core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php rename to web/core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php diff --git a/core/modules/system/src/Form/RegionalForm.php b/web/core/modules/system/src/Form/RegionalForm.php similarity index 100% rename from core/modules/system/src/Form/RegionalForm.php rename to web/core/modules/system/src/Form/RegionalForm.php diff --git a/core/modules/system/src/Form/RssFeedsForm.php b/web/core/modules/system/src/Form/RssFeedsForm.php similarity index 100% rename from core/modules/system/src/Form/RssFeedsForm.php rename to web/core/modules/system/src/Form/RssFeedsForm.php diff --git a/core/modules/system/src/Form/SiteInformationForm.php b/web/core/modules/system/src/Form/SiteInformationForm.php similarity index 100% rename from core/modules/system/src/Form/SiteInformationForm.php rename to web/core/modules/system/src/Form/SiteInformationForm.php diff --git a/core/modules/system/src/Form/SiteMaintenanceModeForm.php b/web/core/modules/system/src/Form/SiteMaintenanceModeForm.php similarity index 100% rename from core/modules/system/src/Form/SiteMaintenanceModeForm.php rename to web/core/modules/system/src/Form/SiteMaintenanceModeForm.php diff --git a/core/modules/system/src/Form/ThemeAdminForm.php b/web/core/modules/system/src/Form/ThemeAdminForm.php similarity index 100% rename from core/modules/system/src/Form/ThemeAdminForm.php rename to web/core/modules/system/src/Form/ThemeAdminForm.php diff --git a/core/modules/system/src/Form/ThemeSettingsForm.php b/web/core/modules/system/src/Form/ThemeSettingsForm.php similarity index 100% rename from core/modules/system/src/Form/ThemeSettingsForm.php rename to web/core/modules/system/src/Form/ThemeSettingsForm.php diff --git a/core/modules/system/src/MachineNameController.php b/web/core/modules/system/src/MachineNameController.php similarity index 100% rename from core/modules/system/src/MachineNameController.php rename to web/core/modules/system/src/MachineNameController.php diff --git a/core/modules/system/src/MenuAccessControlHandler.php b/web/core/modules/system/src/MenuAccessControlHandler.php similarity index 100% rename from core/modules/system/src/MenuAccessControlHandler.php rename to web/core/modules/system/src/MenuAccessControlHandler.php diff --git a/core/modules/system/src/MenuInterface.php b/web/core/modules/system/src/MenuInterface.php similarity index 100% rename from core/modules/system/src/MenuInterface.php rename to web/core/modules/system/src/MenuInterface.php diff --git a/core/modules/system/src/PathBasedBreadcrumbBuilder.php b/web/core/modules/system/src/PathBasedBreadcrumbBuilder.php similarity index 100% rename from core/modules/system/src/PathBasedBreadcrumbBuilder.php rename to web/core/modules/system/src/PathBasedBreadcrumbBuilder.php diff --git a/core/modules/system/src/PathProcessor/PathProcessorFiles.php b/web/core/modules/system/src/PathProcessor/PathProcessorFiles.php similarity index 100% rename from core/modules/system/src/PathProcessor/PathProcessorFiles.php rename to web/core/modules/system/src/PathProcessor/PathProcessorFiles.php diff --git a/core/modules/system/src/PhpStorage/MockPhpStorage.php b/web/core/modules/system/src/PhpStorage/MockPhpStorage.php similarity index 100% rename from core/modules/system/src/PhpStorage/MockPhpStorage.php rename to web/core/modules/system/src/PhpStorage/MockPhpStorage.php diff --git a/core/modules/system/src/Plugin/Archiver/Tar.php b/web/core/modules/system/src/Plugin/Archiver/Tar.php similarity index 100% rename from core/modules/system/src/Plugin/Archiver/Tar.php rename to web/core/modules/system/src/Plugin/Archiver/Tar.php diff --git a/core/modules/system/src/Plugin/Archiver/Zip.php b/web/core/modules/system/src/Plugin/Archiver/Zip.php similarity index 100% rename from core/modules/system/src/Plugin/Archiver/Zip.php rename to web/core/modules/system/src/Plugin/Archiver/Zip.php diff --git a/core/modules/system/src/Plugin/Block/SystemBrandingBlock.php b/web/core/modules/system/src/Plugin/Block/SystemBrandingBlock.php similarity index 100% rename from core/modules/system/src/Plugin/Block/SystemBrandingBlock.php rename to web/core/modules/system/src/Plugin/Block/SystemBrandingBlock.php diff --git a/core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php b/web/core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php similarity index 100% rename from core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php rename to web/core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php diff --git a/core/modules/system/src/Plugin/Block/SystemMainBlock.php b/web/core/modules/system/src/Plugin/Block/SystemMainBlock.php similarity index 100% rename from core/modules/system/src/Plugin/Block/SystemMainBlock.php rename to web/core/modules/system/src/Plugin/Block/SystemMainBlock.php diff --git a/core/modules/system/src/Plugin/Block/SystemMenuBlock.php b/web/core/modules/system/src/Plugin/Block/SystemMenuBlock.php similarity index 100% rename from core/modules/system/src/Plugin/Block/SystemMenuBlock.php rename to web/core/modules/system/src/Plugin/Block/SystemMenuBlock.php diff --git a/core/modules/system/src/Plugin/Block/SystemMessagesBlock.php b/web/core/modules/system/src/Plugin/Block/SystemMessagesBlock.php similarity index 100% rename from core/modules/system/src/Plugin/Block/SystemMessagesBlock.php rename to web/core/modules/system/src/Plugin/Block/SystemMessagesBlock.php diff --git a/core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php b/web/core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php similarity index 100% rename from core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php rename to web/core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php diff --git a/core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php b/web/core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php similarity index 100% rename from core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php rename to web/core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php diff --git a/core/modules/system/src/Plugin/Condition/RequestPath.php b/web/core/modules/system/src/Plugin/Condition/RequestPath.php similarity index 100% rename from core/modules/system/src/Plugin/Condition/RequestPath.php rename to web/core/modules/system/src/Plugin/Condition/RequestPath.php diff --git a/core/modules/system/src/Plugin/Derivative/SystemMenuBlock.php b/web/core/modules/system/src/Plugin/Derivative/SystemMenuBlock.php similarity index 100% rename from core/modules/system/src/Plugin/Derivative/SystemMenuBlock.php rename to web/core/modules/system/src/Plugin/Derivative/SystemMenuBlock.php diff --git a/core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php b/web/core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php similarity index 100% rename from core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php rename to web/core/modules/system/src/Plugin/Derivative/ThemeLocalTask.php diff --git a/core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php b/web/core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php similarity index 100% rename from core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php rename to web/core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php diff --git a/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Convert.php b/web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Convert.php similarity index 100% rename from core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Convert.php rename to web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Convert.php diff --git a/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/CreateNew.php b/web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/CreateNew.php similarity index 100% rename from core/modules/system/src/Plugin/ImageToolkit/Operation/gd/CreateNew.php rename to web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/CreateNew.php diff --git a/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Crop.php b/web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Crop.php similarity index 100% rename from core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Crop.php rename to web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Crop.php diff --git a/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Desaturate.php b/web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Desaturate.php similarity index 100% rename from core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Desaturate.php rename to web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Desaturate.php diff --git a/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php b/web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php similarity index 100% rename from core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php rename to web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php diff --git a/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php b/web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php similarity index 100% rename from core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php rename to web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Resize.php diff --git a/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Rotate.php b/web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Rotate.php similarity index 100% rename from core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Rotate.php rename to web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Rotate.php diff --git a/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php b/web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php similarity index 100% rename from core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php rename to web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Scale.php diff --git a/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php b/web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php similarity index 100% rename from core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php rename to web/core/modules/system/src/Plugin/ImageToolkit/Operation/gd/ScaleAndCrop.php diff --git a/core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php b/web/core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php similarity index 100% rename from core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php rename to web/core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php diff --git a/core/modules/system/src/Plugin/migrate/process/d6/SystemUpdate7000.php b/web/core/modules/system/src/Plugin/migrate/process/d6/SystemUpdate7000.php similarity index 100% rename from core/modules/system/src/Plugin/migrate/process/d6/SystemUpdate7000.php rename to web/core/modules/system/src/Plugin/migrate/process/d6/SystemUpdate7000.php diff --git a/core/modules/system/src/Plugin/migrate/process/d6/TimeZone.php b/web/core/modules/system/src/Plugin/migrate/process/d6/TimeZone.php similarity index 100% rename from core/modules/system/src/Plugin/migrate/process/d6/TimeZone.php rename to web/core/modules/system/src/Plugin/migrate/process/d6/TimeZone.php diff --git a/core/modules/system/src/Plugin/migrate/source/Menu.php b/web/core/modules/system/src/Plugin/migrate/source/Menu.php similarity index 100% rename from core/modules/system/src/Plugin/migrate/source/Menu.php rename to web/core/modules/system/src/Plugin/migrate/source/Menu.php diff --git a/core/modules/system/src/Plugin/views/field/BulkForm.php b/web/core/modules/system/src/Plugin/views/field/BulkForm.php similarity index 100% rename from core/modules/system/src/Plugin/views/field/BulkForm.php rename to web/core/modules/system/src/Plugin/views/field/BulkForm.php diff --git a/core/modules/system/src/SystemConfigSubscriber.php b/web/core/modules/system/src/SystemConfigSubscriber.php similarity index 100% rename from core/modules/system/src/SystemConfigSubscriber.php rename to web/core/modules/system/src/SystemConfigSubscriber.php diff --git a/core/modules/system/src/SystemManager.php b/web/core/modules/system/src/SystemManager.php similarity index 100% rename from core/modules/system/src/SystemManager.php rename to web/core/modules/system/src/SystemManager.php diff --git a/core/modules/system/src/SystemRequirements.php b/web/core/modules/system/src/SystemRequirements.php similarity index 100% rename from core/modules/system/src/SystemRequirements.php rename to web/core/modules/system/src/SystemRequirements.php diff --git a/core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php b/web/core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php similarity index 100% rename from core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php rename to web/core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php diff --git a/core/modules/system/src/Tests/Ajax/AjaxFormPageCacheTest.php b/web/core/modules/system/src/Tests/Ajax/AjaxFormPageCacheTest.php similarity index 100% rename from core/modules/system/src/Tests/Ajax/AjaxFormPageCacheTest.php rename to web/core/modules/system/src/Tests/Ajax/AjaxFormPageCacheTest.php diff --git a/core/modules/system/src/Tests/Ajax/AjaxInGroupTest.php b/web/core/modules/system/src/Tests/Ajax/AjaxInGroupTest.php similarity index 100% rename from core/modules/system/src/Tests/Ajax/AjaxInGroupTest.php rename to web/core/modules/system/src/Tests/Ajax/AjaxInGroupTest.php diff --git a/core/modules/system/src/Tests/Ajax/AjaxTestBase.php b/web/core/modules/system/src/Tests/Ajax/AjaxTestBase.php similarity index 100% rename from core/modules/system/src/Tests/Ajax/AjaxTestBase.php rename to web/core/modules/system/src/Tests/Ajax/AjaxTestBase.php diff --git a/core/modules/system/src/Tests/Ajax/CommandsTest.php b/web/core/modules/system/src/Tests/Ajax/CommandsTest.php similarity index 100% rename from core/modules/system/src/Tests/Ajax/CommandsTest.php rename to web/core/modules/system/src/Tests/Ajax/CommandsTest.php diff --git a/core/modules/system/src/Tests/Ajax/DialogTest.php b/web/core/modules/system/src/Tests/Ajax/DialogTest.php similarity index 100% rename from core/modules/system/src/Tests/Ajax/DialogTest.php rename to web/core/modules/system/src/Tests/Ajax/DialogTest.php diff --git a/core/modules/system/src/Tests/Ajax/ElementValidationTest.php b/web/core/modules/system/src/Tests/Ajax/ElementValidationTest.php similarity index 100% rename from core/modules/system/src/Tests/Ajax/ElementValidationTest.php rename to web/core/modules/system/src/Tests/Ajax/ElementValidationTest.php diff --git a/core/modules/system/src/Tests/Ajax/FormValuesTest.php b/web/core/modules/system/src/Tests/Ajax/FormValuesTest.php similarity index 100% rename from core/modules/system/src/Tests/Ajax/FormValuesTest.php rename to web/core/modules/system/src/Tests/Ajax/FormValuesTest.php diff --git a/core/modules/system/src/Tests/Ajax/FrameworkTest.php b/web/core/modules/system/src/Tests/Ajax/FrameworkTest.php similarity index 100% rename from core/modules/system/src/Tests/Ajax/FrameworkTest.php rename to web/core/modules/system/src/Tests/Ajax/FrameworkTest.php diff --git a/core/modules/system/src/Tests/Ajax/MultiFormTest.php b/web/core/modules/system/src/Tests/Ajax/MultiFormTest.php similarity index 100% rename from core/modules/system/src/Tests/Ajax/MultiFormTest.php rename to web/core/modules/system/src/Tests/Ajax/MultiFormTest.php diff --git a/core/modules/system/src/Tests/Batch/PageTest.php b/web/core/modules/system/src/Tests/Batch/PageTest.php similarity index 100% rename from core/modules/system/src/Tests/Batch/PageTest.php rename to web/core/modules/system/src/Tests/Batch/PageTest.php diff --git a/core/modules/system/src/Tests/Batch/ProcessingTest.php b/web/core/modules/system/src/Tests/Batch/ProcessingTest.php similarity index 100% rename from core/modules/system/src/Tests/Batch/ProcessingTest.php rename to web/core/modules/system/src/Tests/Batch/ProcessingTest.php diff --git a/core/modules/system/src/Tests/Bootstrap/DrupalSetMessageTest.php b/web/core/modules/system/src/Tests/Bootstrap/DrupalSetMessageTest.php similarity index 100% rename from core/modules/system/src/Tests/Bootstrap/DrupalSetMessageTest.php rename to web/core/modules/system/src/Tests/Bootstrap/DrupalSetMessageTest.php diff --git a/core/modules/system/src/Tests/Bootstrap/ErrorContainer.php b/web/core/modules/system/src/Tests/Bootstrap/ErrorContainer.php similarity index 100% rename from core/modules/system/src/Tests/Bootstrap/ErrorContainer.php rename to web/core/modules/system/src/Tests/Bootstrap/ErrorContainer.php diff --git a/core/modules/system/src/Tests/Bootstrap/ExceptionContainer.php b/web/core/modules/system/src/Tests/Bootstrap/ExceptionContainer.php similarity index 100% rename from core/modules/system/src/Tests/Bootstrap/ExceptionContainer.php rename to web/core/modules/system/src/Tests/Bootstrap/ExceptionContainer.php diff --git a/core/modules/system/src/Tests/Cache/AssertPageCacheContextsAndTagsTrait.php b/web/core/modules/system/src/Tests/Cache/AssertPageCacheContextsAndTagsTrait.php similarity index 100% rename from core/modules/system/src/Tests/Cache/AssertPageCacheContextsAndTagsTrait.php rename to web/core/modules/system/src/Tests/Cache/AssertPageCacheContextsAndTagsTrait.php diff --git a/core/modules/system/src/Tests/Cache/CacheTestBase.php b/web/core/modules/system/src/Tests/Cache/CacheTestBase.php similarity index 100% rename from core/modules/system/src/Tests/Cache/CacheTestBase.php rename to web/core/modules/system/src/Tests/Cache/CacheTestBase.php diff --git a/core/modules/system/src/Tests/Cache/ClearTest.php b/web/core/modules/system/src/Tests/Cache/ClearTest.php similarity index 100% rename from core/modules/system/src/Tests/Cache/ClearTest.php rename to web/core/modules/system/src/Tests/Cache/ClearTest.php diff --git a/core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php b/web/core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php similarity index 100% rename from core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php rename to web/core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php diff --git a/core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php b/web/core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php similarity index 100% rename from core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php rename to web/core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php diff --git a/core/modules/system/src/Tests/Cache/SessionExistsCacheContextTest.php b/web/core/modules/system/src/Tests/Cache/SessionExistsCacheContextTest.php similarity index 100% rename from core/modules/system/src/Tests/Cache/SessionExistsCacheContextTest.php rename to web/core/modules/system/src/Tests/Cache/SessionExistsCacheContextTest.php diff --git a/core/modules/system/src/Tests/Common/AddFeedTest.php b/web/core/modules/system/src/Tests/Common/AddFeedTest.php similarity index 100% rename from core/modules/system/src/Tests/Common/AddFeedTest.php rename to web/core/modules/system/src/Tests/Common/AddFeedTest.php diff --git a/core/modules/system/src/Tests/Common/AlterTest.php b/web/core/modules/system/src/Tests/Common/AlterTest.php similarity index 100% rename from core/modules/system/src/Tests/Common/AlterTest.php rename to web/core/modules/system/src/Tests/Common/AlterTest.php diff --git a/core/modules/system/src/Tests/Common/EarlyRenderingControllerTest.php b/web/core/modules/system/src/Tests/Common/EarlyRenderingControllerTest.php similarity index 100% rename from core/modules/system/src/Tests/Common/EarlyRenderingControllerTest.php rename to web/core/modules/system/src/Tests/Common/EarlyRenderingControllerTest.php diff --git a/core/modules/system/src/Tests/Common/FormatDateTest.php b/web/core/modules/system/src/Tests/Common/FormatDateTest.php similarity index 100% rename from core/modules/system/src/Tests/Common/FormatDateTest.php rename to web/core/modules/system/src/Tests/Common/FormatDateTest.php diff --git a/core/modules/system/src/Tests/Common/NoJavaScriptAnonymousTest.php b/web/core/modules/system/src/Tests/Common/NoJavaScriptAnonymousTest.php similarity index 100% rename from core/modules/system/src/Tests/Common/NoJavaScriptAnonymousTest.php rename to web/core/modules/system/src/Tests/Common/NoJavaScriptAnonymousTest.php diff --git a/core/modules/system/src/Tests/Common/RenderWebTest.php b/web/core/modules/system/src/Tests/Common/RenderWebTest.php similarity index 100% rename from core/modules/system/src/Tests/Common/RenderWebTest.php rename to web/core/modules/system/src/Tests/Common/RenderWebTest.php diff --git a/core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php b/web/core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php similarity index 100% rename from core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php rename to web/core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php diff --git a/core/modules/system/src/Tests/Common/UrlTest.php b/web/core/modules/system/src/Tests/Common/UrlTest.php similarity index 100% rename from core/modules/system/src/Tests/Common/UrlTest.php rename to web/core/modules/system/src/Tests/Common/UrlTest.php diff --git a/core/modules/system/src/Tests/Condition/ConditionFormTest.php b/web/core/modules/system/src/Tests/Condition/ConditionFormTest.php similarity index 100% rename from core/modules/system/src/Tests/Condition/ConditionFormTest.php rename to web/core/modules/system/src/Tests/Condition/ConditionFormTest.php diff --git a/core/modules/system/src/Tests/Database/DatabaseWebTestBase.php b/web/core/modules/system/src/Tests/Database/DatabaseWebTestBase.php similarity index 100% rename from core/modules/system/src/Tests/Database/DatabaseWebTestBase.php rename to web/core/modules/system/src/Tests/Database/DatabaseWebTestBase.php diff --git a/core/modules/system/src/Tests/Database/FakeRecord.php b/web/core/modules/system/src/Tests/Database/FakeRecord.php similarity index 100% rename from core/modules/system/src/Tests/Database/FakeRecord.php rename to web/core/modules/system/src/Tests/Database/FakeRecord.php diff --git a/core/modules/system/src/Tests/Database/SelectPagerDefaultTest.php b/web/core/modules/system/src/Tests/Database/SelectPagerDefaultTest.php similarity index 100% rename from core/modules/system/src/Tests/Database/SelectPagerDefaultTest.php rename to web/core/modules/system/src/Tests/Database/SelectPagerDefaultTest.php diff --git a/core/modules/system/src/Tests/Database/SelectTableSortDefaultTest.php b/web/core/modules/system/src/Tests/Database/SelectTableSortDefaultTest.php similarity index 100% rename from core/modules/system/src/Tests/Database/SelectTableSortDefaultTest.php rename to web/core/modules/system/src/Tests/Database/SelectTableSortDefaultTest.php diff --git a/core/modules/system/src/Tests/Database/TemporaryQueryTest.php b/web/core/modules/system/src/Tests/Database/TemporaryQueryTest.php similarity index 100% rename from core/modules/system/src/Tests/Database/TemporaryQueryTest.php rename to web/core/modules/system/src/Tests/Database/TemporaryQueryTest.php diff --git a/core/modules/system/src/Tests/Datetime/DrupalDateTimeTest.php b/web/core/modules/system/src/Tests/Datetime/DrupalDateTimeTest.php similarity index 100% rename from core/modules/system/src/Tests/Datetime/DrupalDateTimeTest.php rename to web/core/modules/system/src/Tests/Datetime/DrupalDateTimeTest.php diff --git a/core/modules/system/src/Tests/DrupalKernel/ContainerRebuildWebTest.php b/web/core/modules/system/src/Tests/DrupalKernel/ContainerRebuildWebTest.php similarity index 100% rename from core/modules/system/src/Tests/DrupalKernel/ContainerRebuildWebTest.php rename to web/core/modules/system/src/Tests/DrupalKernel/ContainerRebuildWebTest.php diff --git a/core/modules/system/src/Tests/DrupalKernel/ContentNegotiationTest.php b/web/core/modules/system/src/Tests/DrupalKernel/ContentNegotiationTest.php similarity index 100% rename from core/modules/system/src/Tests/DrupalKernel/ContentNegotiationTest.php rename to web/core/modules/system/src/Tests/DrupalKernel/ContentNegotiationTest.php diff --git a/core/modules/system/src/Tests/Entity/ConfigEntityImportTest.php b/web/core/modules/system/src/Tests/Entity/ConfigEntityImportTest.php similarity index 100% rename from core/modules/system/src/Tests/Entity/ConfigEntityImportTest.php rename to web/core/modules/system/src/Tests/Entity/ConfigEntityImportTest.php diff --git a/core/modules/system/src/Tests/Entity/EntityAddUITest.php b/web/core/modules/system/src/Tests/Entity/EntityAddUITest.php similarity index 100% rename from core/modules/system/src/Tests/Entity/EntityAddUITest.php rename to web/core/modules/system/src/Tests/Entity/EntityAddUITest.php diff --git a/core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php b/web/core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php similarity index 100% rename from core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php rename to web/core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php diff --git a/core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php b/web/core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php similarity index 100% rename from core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php rename to web/core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php diff --git a/core/modules/system/src/Tests/Entity/EntityFormTest.php b/web/core/modules/system/src/Tests/Entity/EntityFormTest.php similarity index 100% rename from core/modules/system/src/Tests/Entity/EntityFormTest.php rename to web/core/modules/system/src/Tests/Entity/EntityFormTest.php diff --git a/core/modules/system/src/Tests/Entity/EntityListBuilderTest.php b/web/core/modules/system/src/Tests/Entity/EntityListBuilderTest.php similarity index 100% rename from core/modules/system/src/Tests/Entity/EntityListBuilderTest.php rename to web/core/modules/system/src/Tests/Entity/EntityListBuilderTest.php diff --git a/core/modules/system/src/Tests/Entity/EntityOperationsTest.php b/web/core/modules/system/src/Tests/Entity/EntityOperationsTest.php similarity index 100% rename from core/modules/system/src/Tests/Entity/EntityOperationsTest.php rename to web/core/modules/system/src/Tests/Entity/EntityOperationsTest.php diff --git a/core/modules/system/src/Tests/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php b/web/core/modules/system/src/Tests/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php similarity index 100% rename from core/modules/system/src/Tests/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php rename to web/core/modules/system/src/Tests/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php diff --git a/core/modules/system/src/Tests/Entity/EntityRevisionsTest.php b/web/core/modules/system/src/Tests/Entity/EntityRevisionsTest.php similarity index 100% rename from core/modules/system/src/Tests/Entity/EntityRevisionsTest.php rename to web/core/modules/system/src/Tests/Entity/EntityRevisionsTest.php diff --git a/core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php b/web/core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php similarity index 100% rename from core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php rename to web/core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php diff --git a/core/modules/system/src/Tests/Entity/EntityUnitTestBase.php b/web/core/modules/system/src/Tests/Entity/EntityUnitTestBase.php similarity index 100% rename from core/modules/system/src/Tests/Entity/EntityUnitTestBase.php rename to web/core/modules/system/src/Tests/Entity/EntityUnitTestBase.php diff --git a/core/modules/system/src/Tests/Entity/EntityViewControllerTest.php b/web/core/modules/system/src/Tests/Entity/EntityViewControllerTest.php similarity index 100% rename from core/modules/system/src/Tests/Entity/EntityViewControllerTest.php rename to web/core/modules/system/src/Tests/Entity/EntityViewControllerTest.php diff --git a/core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php b/web/core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php similarity index 100% rename from core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php rename to web/core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php diff --git a/core/modules/system/src/Tests/Entity/Update/LangcodeToAsciiUpdateFilledTest.php b/web/core/modules/system/src/Tests/Entity/Update/LangcodeToAsciiUpdateFilledTest.php similarity index 100% rename from core/modules/system/src/Tests/Entity/Update/LangcodeToAsciiUpdateFilledTest.php rename to web/core/modules/system/src/Tests/Entity/Update/LangcodeToAsciiUpdateFilledTest.php diff --git a/core/modules/system/src/Tests/Entity/Update/LangcodeToAsciiUpdateTest.php b/web/core/modules/system/src/Tests/Entity/Update/LangcodeToAsciiUpdateTest.php similarity index 100% rename from core/modules/system/src/Tests/Entity/Update/LangcodeToAsciiUpdateTest.php rename to web/core/modules/system/src/Tests/Entity/Update/LangcodeToAsciiUpdateTest.php diff --git a/core/modules/system/src/Tests/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php b/web/core/modules/system/src/Tests/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php similarity index 100% rename from core/modules/system/src/Tests/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php rename to web/core/modules/system/src/Tests/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php diff --git a/core/modules/system/src/Tests/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php b/web/core/modules/system/src/Tests/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php similarity index 100% rename from core/modules/system/src/Tests/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php rename to web/core/modules/system/src/Tests/Entity/Update/SqlContentEntityStorageSchemaIndexTest.php diff --git a/core/modules/system/src/Tests/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php b/web/core/modules/system/src/Tests/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php similarity index 100% rename from core/modules/system/src/Tests/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php rename to web/core/modules/system/src/Tests/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php diff --git a/core/modules/system/src/Tests/File/ConfigTest.php b/web/core/modules/system/src/Tests/File/ConfigTest.php similarity index 100% rename from core/modules/system/src/Tests/File/ConfigTest.php rename to web/core/modules/system/src/Tests/File/ConfigTest.php diff --git a/core/modules/system/src/Tests/File/FileSaveHtaccessLoggingTest.php b/web/core/modules/system/src/Tests/File/FileSaveHtaccessLoggingTest.php similarity index 100% rename from core/modules/system/src/Tests/File/FileSaveHtaccessLoggingTest.php rename to web/core/modules/system/src/Tests/File/FileSaveHtaccessLoggingTest.php diff --git a/core/modules/system/src/Tests/FileTransfer/FileTransferTest.php b/web/core/modules/system/src/Tests/FileTransfer/FileTransferTest.php similarity index 100% rename from core/modules/system/src/Tests/FileTransfer/FileTransferTest.php rename to web/core/modules/system/src/Tests/FileTransfer/FileTransferTest.php diff --git a/core/modules/system/src/Tests/FileTransfer/MockTestConnection.php b/web/core/modules/system/src/Tests/FileTransfer/MockTestConnection.php similarity index 100% rename from core/modules/system/src/Tests/FileTransfer/MockTestConnection.php rename to web/core/modules/system/src/Tests/FileTransfer/MockTestConnection.php diff --git a/core/modules/system/src/Tests/FileTransfer/TestFileTransfer.php b/web/core/modules/system/src/Tests/FileTransfer/TestFileTransfer.php similarity index 100% rename from core/modules/system/src/Tests/FileTransfer/TestFileTransfer.php rename to web/core/modules/system/src/Tests/FileTransfer/TestFileTransfer.php diff --git a/core/modules/system/src/Tests/Form/AlterTest.php b/web/core/modules/system/src/Tests/Form/AlterTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/AlterTest.php rename to web/core/modules/system/src/Tests/Form/AlterTest.php diff --git a/core/modules/system/src/Tests/Form/ArbitraryRebuildTest.php b/web/core/modules/system/src/Tests/Form/ArbitraryRebuildTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/ArbitraryRebuildTest.php rename to web/core/modules/system/src/Tests/Form/ArbitraryRebuildTest.php diff --git a/core/modules/system/src/Tests/Form/CheckboxTest.php b/web/core/modules/system/src/Tests/Form/CheckboxTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/CheckboxTest.php rename to web/core/modules/system/src/Tests/Form/CheckboxTest.php diff --git a/core/modules/system/src/Tests/Form/ConfirmFormTest.php b/web/core/modules/system/src/Tests/Form/ConfirmFormTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/ConfirmFormTest.php rename to web/core/modules/system/src/Tests/Form/ConfirmFormTest.php diff --git a/core/modules/system/src/Tests/Form/ElementTest.php b/web/core/modules/system/src/Tests/Form/ElementTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/ElementTest.php rename to web/core/modules/system/src/Tests/Form/ElementTest.php diff --git a/core/modules/system/src/Tests/Form/ElementsAccessTest.php b/web/core/modules/system/src/Tests/Form/ElementsAccessTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/ElementsAccessTest.php rename to web/core/modules/system/src/Tests/Form/ElementsAccessTest.php diff --git a/core/modules/system/src/Tests/Form/ElementsLabelsTest.php b/web/core/modules/system/src/Tests/Form/ElementsLabelsTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/ElementsLabelsTest.php rename to web/core/modules/system/src/Tests/Form/ElementsLabelsTest.php diff --git a/core/modules/system/src/Tests/Form/ElementsTableSelectTest.php b/web/core/modules/system/src/Tests/Form/ElementsTableSelectTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/ElementsTableSelectTest.php rename to web/core/modules/system/src/Tests/Form/ElementsTableSelectTest.php diff --git a/core/modules/system/src/Tests/Form/ElementsVerticalTabsTest.php b/web/core/modules/system/src/Tests/Form/ElementsVerticalTabsTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/ElementsVerticalTabsTest.php rename to web/core/modules/system/src/Tests/Form/ElementsVerticalTabsTest.php diff --git a/core/modules/system/src/Tests/Form/EmailTest.php b/web/core/modules/system/src/Tests/Form/EmailTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/EmailTest.php rename to web/core/modules/system/src/Tests/Form/EmailTest.php diff --git a/core/modules/system/src/Tests/Form/FormObjectTest.php b/web/core/modules/system/src/Tests/Form/FormObjectTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/FormObjectTest.php rename to web/core/modules/system/src/Tests/Form/FormObjectTest.php diff --git a/core/modules/system/src/Tests/Form/FormStoragePageCacheTest.php b/web/core/modules/system/src/Tests/Form/FormStoragePageCacheTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/FormStoragePageCacheTest.php rename to web/core/modules/system/src/Tests/Form/FormStoragePageCacheTest.php diff --git a/core/modules/system/src/Tests/Form/FormTest.php b/web/core/modules/system/src/Tests/Form/FormTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/FormTest.php rename to web/core/modules/system/src/Tests/Form/FormTest.php diff --git a/core/modules/system/src/Tests/Form/LanguageSelectElementTest.php b/web/core/modules/system/src/Tests/Form/LanguageSelectElementTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/LanguageSelectElementTest.php rename to web/core/modules/system/src/Tests/Form/LanguageSelectElementTest.php diff --git a/core/modules/system/src/Tests/Form/ModulesListFormWebTest.php b/web/core/modules/system/src/Tests/Form/ModulesListFormWebTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/ModulesListFormWebTest.php rename to web/core/modules/system/src/Tests/Form/ModulesListFormWebTest.php diff --git a/core/modules/system/src/Tests/Form/ProgrammaticTest.php b/web/core/modules/system/src/Tests/Form/ProgrammaticTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/ProgrammaticTest.php rename to web/core/modules/system/src/Tests/Form/ProgrammaticTest.php diff --git a/core/modules/system/src/Tests/Form/RebuildTest.php b/web/core/modules/system/src/Tests/Form/RebuildTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/RebuildTest.php rename to web/core/modules/system/src/Tests/Form/RebuildTest.php diff --git a/core/modules/system/src/Tests/Form/RedirectTest.php b/web/core/modules/system/src/Tests/Form/RedirectTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/RedirectTest.php rename to web/core/modules/system/src/Tests/Form/RedirectTest.php diff --git a/core/modules/system/src/Tests/Form/ResponseTest.php b/web/core/modules/system/src/Tests/Form/ResponseTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/ResponseTest.php rename to web/core/modules/system/src/Tests/Form/ResponseTest.php diff --git a/core/modules/system/src/Tests/Form/StateValuesCleanAdvancedTest.php b/web/core/modules/system/src/Tests/Form/StateValuesCleanAdvancedTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/StateValuesCleanAdvancedTest.php rename to web/core/modules/system/src/Tests/Form/StateValuesCleanAdvancedTest.php diff --git a/core/modules/system/src/Tests/Form/StateValuesCleanTest.php b/web/core/modules/system/src/Tests/Form/StateValuesCleanTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/StateValuesCleanTest.php rename to web/core/modules/system/src/Tests/Form/StateValuesCleanTest.php diff --git a/core/modules/system/src/Tests/Form/StorageTest.php b/web/core/modules/system/src/Tests/Form/StorageTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/StorageTest.php rename to web/core/modules/system/src/Tests/Form/StorageTest.php diff --git a/core/modules/system/src/Tests/Form/StubForm.php b/web/core/modules/system/src/Tests/Form/StubForm.php similarity index 100% rename from core/modules/system/src/Tests/Form/StubForm.php rename to web/core/modules/system/src/Tests/Form/StubForm.php diff --git a/core/modules/system/src/Tests/Form/SystemConfigFormTest.php b/web/core/modules/system/src/Tests/Form/SystemConfigFormTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/SystemConfigFormTest.php rename to web/core/modules/system/src/Tests/Form/SystemConfigFormTest.php diff --git a/core/modules/system/src/Tests/Form/TriggeringElementTest.php b/web/core/modules/system/src/Tests/Form/TriggeringElementTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/TriggeringElementTest.php rename to web/core/modules/system/src/Tests/Form/TriggeringElementTest.php diff --git a/core/modules/system/src/Tests/Form/UrlTest.php b/web/core/modules/system/src/Tests/Form/UrlTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/UrlTest.php rename to web/core/modules/system/src/Tests/Form/UrlTest.php diff --git a/core/modules/system/src/Tests/Form/ValidationTest.php b/web/core/modules/system/src/Tests/Form/ValidationTest.php similarity index 100% rename from core/modules/system/src/Tests/Form/ValidationTest.php rename to web/core/modules/system/src/Tests/Form/ValidationTest.php diff --git a/core/modules/system/src/Tests/Image/ToolkitSetupFormTest.php b/web/core/modules/system/src/Tests/Image/ToolkitSetupFormTest.php similarity index 100% rename from core/modules/system/src/Tests/Image/ToolkitSetupFormTest.php rename to web/core/modules/system/src/Tests/Image/ToolkitSetupFormTest.php diff --git a/core/modules/system/src/Tests/Image/ToolkitTest.php b/web/core/modules/system/src/Tests/Image/ToolkitTest.php similarity index 100% rename from core/modules/system/src/Tests/Image/ToolkitTest.php rename to web/core/modules/system/src/Tests/Image/ToolkitTest.php diff --git a/core/modules/system/src/Tests/Image/ToolkitTestBase.php b/web/core/modules/system/src/Tests/Image/ToolkitTestBase.php similarity index 100% rename from core/modules/system/src/Tests/Image/ToolkitTestBase.php rename to web/core/modules/system/src/Tests/Image/ToolkitTestBase.php diff --git a/core/modules/system/src/Tests/Installer/ConfigAfterInstallerTestBase.php b/web/core/modules/system/src/Tests/Installer/ConfigAfterInstallerTestBase.php similarity index 100% rename from core/modules/system/src/Tests/Installer/ConfigAfterInstallerTestBase.php rename to web/core/modules/system/src/Tests/Installer/ConfigAfterInstallerTestBase.php diff --git a/core/modules/system/src/Tests/Installer/DistributionProfileTest.php b/web/core/modules/system/src/Tests/Installer/DistributionProfileTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/DistributionProfileTest.php rename to web/core/modules/system/src/Tests/Installer/DistributionProfileTest.php diff --git a/core/modules/system/src/Tests/Installer/DistributionProfileTranslationQueryTest.php b/web/core/modules/system/src/Tests/Installer/DistributionProfileTranslationQueryTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/DistributionProfileTranslationQueryTest.php rename to web/core/modules/system/src/Tests/Installer/DistributionProfileTranslationQueryTest.php diff --git a/core/modules/system/src/Tests/Installer/DistributionProfileTranslationTest.php b/web/core/modules/system/src/Tests/Installer/DistributionProfileTranslationTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/DistributionProfileTranslationTest.php rename to web/core/modules/system/src/Tests/Installer/DistributionProfileTranslationTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php b/web/core/modules/system/src/Tests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php b/web/core/modules/system/src/Tests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerDatabaseErrorMessagesTest.php b/web/core/modules/system/src/Tests/Installer/InstallerDatabaseErrorMessagesTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerDatabaseErrorMessagesTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerDatabaseErrorMessagesTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerEmptySettingsTest.php b/web/core/modules/system/src/Tests/Installer/InstallerEmptySettingsTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerEmptySettingsTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerEmptySettingsTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerExistingConfigDirectoryTest.php b/web/core/modules/system/src/Tests/Installer/InstallerExistingConfigDirectoryTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerExistingConfigDirectoryTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerExistingConfigDirectoryTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerExistingDatabaseSettingsTest.php b/web/core/modules/system/src/Tests/Installer/InstallerExistingDatabaseSettingsTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerExistingDatabaseSettingsTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerExistingDatabaseSettingsTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerExistingInstallationTest.php b/web/core/modules/system/src/Tests/Installer/InstallerExistingInstallationTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerExistingInstallationTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerExistingInstallationTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerExistingSettingsNoProfileTest.php b/web/core/modules/system/src/Tests/Installer/InstallerExistingSettingsNoProfileTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerExistingSettingsNoProfileTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerExistingSettingsNoProfileTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerExistingSettingsTest.php b/web/core/modules/system/src/Tests/Installer/InstallerExistingSettingsTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerExistingSettingsTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerExistingSettingsTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerLanguageDirectionTest.php b/web/core/modules/system/src/Tests/Installer/InstallerLanguageDirectionTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerLanguageDirectionTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerLanguageDirectionTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerLanguagePageTest.php b/web/core/modules/system/src/Tests/Installer/InstallerLanguagePageTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerLanguagePageTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerLanguagePageTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerTest.php b/web/core/modules/system/src/Tests/Installer/InstallerTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageForeignTest.php b/web/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageForeignTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageForeignTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageForeignTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php b/web/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageTest.php b/web/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerTranslationQueryTest.php b/web/core/modules/system/src/Tests/Installer/InstallerTranslationQueryTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerTranslationQueryTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerTranslationQueryTest.php diff --git a/core/modules/system/src/Tests/Installer/InstallerTranslationTest.php b/web/core/modules/system/src/Tests/Installer/InstallerTranslationTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/InstallerTranslationTest.php rename to web/core/modules/system/src/Tests/Installer/InstallerTranslationTest.php diff --git a/core/modules/system/src/Tests/Installer/MinimalInstallerTest.php b/web/core/modules/system/src/Tests/Installer/MinimalInstallerTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/MinimalInstallerTest.php rename to web/core/modules/system/src/Tests/Installer/MinimalInstallerTest.php diff --git a/core/modules/system/src/Tests/Installer/SingleVisibleProfileTest.php b/web/core/modules/system/src/Tests/Installer/SingleVisibleProfileTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/SingleVisibleProfileTest.php rename to web/core/modules/system/src/Tests/Installer/SingleVisibleProfileTest.php diff --git a/core/modules/system/src/Tests/Installer/SiteNameTest.php b/web/core/modules/system/src/Tests/Installer/SiteNameTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/SiteNameTest.php rename to web/core/modules/system/src/Tests/Installer/SiteNameTest.php diff --git a/core/modules/system/src/Tests/Installer/StandardInstallerTest.php b/web/core/modules/system/src/Tests/Installer/StandardInstallerTest.php similarity index 100% rename from core/modules/system/src/Tests/Installer/StandardInstallerTest.php rename to web/core/modules/system/src/Tests/Installer/StandardInstallerTest.php diff --git a/core/modules/system/src/Tests/Lock/LockFunctionalTest.php b/web/core/modules/system/src/Tests/Lock/LockFunctionalTest.php similarity index 100% rename from core/modules/system/src/Tests/Lock/LockFunctionalTest.php rename to web/core/modules/system/src/Tests/Lock/LockFunctionalTest.php diff --git a/core/modules/system/src/Tests/Mail/HtmlToTextTest.php b/web/core/modules/system/src/Tests/Mail/HtmlToTextTest.php similarity index 100% rename from core/modules/system/src/Tests/Mail/HtmlToTextTest.php rename to web/core/modules/system/src/Tests/Mail/HtmlToTextTest.php diff --git a/core/modules/system/src/Tests/Mail/MailTest.php b/web/core/modules/system/src/Tests/Mail/MailTest.php similarity index 100% rename from core/modules/system/src/Tests/Mail/MailTest.php rename to web/core/modules/system/src/Tests/Mail/MailTest.php diff --git a/core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php b/web/core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php similarity index 100% rename from core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php rename to web/core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php diff --git a/core/modules/system/src/Tests/Menu/AssertMenuActiveTrailTrait.php b/web/core/modules/system/src/Tests/Menu/AssertMenuActiveTrailTrait.php similarity index 100% rename from core/modules/system/src/Tests/Menu/AssertMenuActiveTrailTrait.php rename to web/core/modules/system/src/Tests/Menu/AssertMenuActiveTrailTrait.php diff --git a/core/modules/system/src/Tests/Menu/BreadcrumbTest.php b/web/core/modules/system/src/Tests/Menu/BreadcrumbTest.php similarity index 100% rename from core/modules/system/src/Tests/Menu/BreadcrumbTest.php rename to web/core/modules/system/src/Tests/Menu/BreadcrumbTest.php diff --git a/core/modules/system/src/Tests/Menu/LocalActionTest.php b/web/core/modules/system/src/Tests/Menu/LocalActionTest.php similarity index 100% rename from core/modules/system/src/Tests/Menu/LocalActionTest.php rename to web/core/modules/system/src/Tests/Menu/LocalActionTest.php diff --git a/core/modules/system/src/Tests/Menu/LocalTasksTest.php b/web/core/modules/system/src/Tests/Menu/LocalTasksTest.php similarity index 100% rename from core/modules/system/src/Tests/Menu/LocalTasksTest.php rename to web/core/modules/system/src/Tests/Menu/LocalTasksTest.php diff --git a/core/modules/system/src/Tests/Menu/MenuAccessTest.php b/web/core/modules/system/src/Tests/Menu/MenuAccessTest.php similarity index 100% rename from core/modules/system/src/Tests/Menu/MenuAccessTest.php rename to web/core/modules/system/src/Tests/Menu/MenuAccessTest.php diff --git a/core/modules/system/src/Tests/Menu/MenuLinkSecurityTest.php b/web/core/modules/system/src/Tests/Menu/MenuLinkSecurityTest.php similarity index 100% rename from core/modules/system/src/Tests/Menu/MenuLinkSecurityTest.php rename to web/core/modules/system/src/Tests/Menu/MenuLinkSecurityTest.php diff --git a/core/modules/system/src/Tests/Menu/MenuRouterTest.php b/web/core/modules/system/src/Tests/Menu/MenuRouterTest.php similarity index 100% rename from core/modules/system/src/Tests/Menu/MenuRouterTest.php rename to web/core/modules/system/src/Tests/Menu/MenuRouterTest.php diff --git a/core/modules/system/src/Tests/Menu/MenuTestBase.php b/web/core/modules/system/src/Tests/Menu/MenuTestBase.php similarity index 100% rename from core/modules/system/src/Tests/Menu/MenuTestBase.php rename to web/core/modules/system/src/Tests/Menu/MenuTestBase.php diff --git a/core/modules/system/src/Tests/Module/ClassLoaderTest.php b/web/core/modules/system/src/Tests/Module/ClassLoaderTest.php similarity index 100% rename from core/modules/system/src/Tests/Module/ClassLoaderTest.php rename to web/core/modules/system/src/Tests/Module/ClassLoaderTest.php diff --git a/core/modules/system/src/Tests/Module/DependencyTest.php b/web/core/modules/system/src/Tests/Module/DependencyTest.php similarity index 100% rename from core/modules/system/src/Tests/Module/DependencyTest.php rename to web/core/modules/system/src/Tests/Module/DependencyTest.php diff --git a/core/modules/system/src/Tests/Module/ExperimentalModuleTest.php b/web/core/modules/system/src/Tests/Module/ExperimentalModuleTest.php similarity index 100% rename from core/modules/system/src/Tests/Module/ExperimentalModuleTest.php rename to web/core/modules/system/src/Tests/Module/ExperimentalModuleTest.php diff --git a/core/modules/system/src/Tests/Module/HookRequirementsTest.php b/web/core/modules/system/src/Tests/Module/HookRequirementsTest.php similarity index 100% rename from core/modules/system/src/Tests/Module/HookRequirementsTest.php rename to web/core/modules/system/src/Tests/Module/HookRequirementsTest.php diff --git a/core/modules/system/src/Tests/Module/InstallTest.php b/web/core/modules/system/src/Tests/Module/InstallTest.php similarity index 100% rename from core/modules/system/src/Tests/Module/InstallTest.php rename to web/core/modules/system/src/Tests/Module/InstallTest.php diff --git a/core/modules/system/src/Tests/Module/InstallUninstallTest.php b/web/core/modules/system/src/Tests/Module/InstallUninstallTest.php similarity index 100% rename from core/modules/system/src/Tests/Module/InstallUninstallTest.php rename to web/core/modules/system/src/Tests/Module/InstallUninstallTest.php diff --git a/core/modules/system/src/Tests/Module/ModuleTestBase.php b/web/core/modules/system/src/Tests/Module/ModuleTestBase.php similarity index 100% rename from core/modules/system/src/Tests/Module/ModuleTestBase.php rename to web/core/modules/system/src/Tests/Module/ModuleTestBase.php diff --git a/core/modules/system/src/Tests/Module/PrepareUninstallTest.php b/web/core/modules/system/src/Tests/Module/PrepareUninstallTest.php similarity index 100% rename from core/modules/system/src/Tests/Module/PrepareUninstallTest.php rename to web/core/modules/system/src/Tests/Module/PrepareUninstallTest.php diff --git a/core/modules/system/src/Tests/Module/RequiredTest.php b/web/core/modules/system/src/Tests/Module/RequiredTest.php similarity index 100% rename from core/modules/system/src/Tests/Module/RequiredTest.php rename to web/core/modules/system/src/Tests/Module/RequiredTest.php diff --git a/core/modules/system/src/Tests/Module/UninstallTest.php b/web/core/modules/system/src/Tests/Module/UninstallTest.php similarity index 100% rename from core/modules/system/src/Tests/Module/UninstallTest.php rename to web/core/modules/system/src/Tests/Module/UninstallTest.php diff --git a/core/modules/system/src/Tests/Module/VersionTest.php b/web/core/modules/system/src/Tests/Module/VersionTest.php similarity index 100% rename from core/modules/system/src/Tests/Module/VersionTest.php rename to web/core/modules/system/src/Tests/Module/VersionTest.php diff --git a/core/modules/system/src/Tests/Page/DefaultMetatagsTest.php b/web/core/modules/system/src/Tests/Page/DefaultMetatagsTest.php similarity index 100% rename from core/modules/system/src/Tests/Page/DefaultMetatagsTest.php rename to web/core/modules/system/src/Tests/Page/DefaultMetatagsTest.php diff --git a/core/modules/system/src/Tests/Pager/PagerTest.php b/web/core/modules/system/src/Tests/Pager/PagerTest.php similarity index 100% rename from core/modules/system/src/Tests/Pager/PagerTest.php rename to web/core/modules/system/src/Tests/Pager/PagerTest.php diff --git a/core/modules/system/src/Tests/ParamConverter/UpcastingTest.php b/web/core/modules/system/src/Tests/ParamConverter/UpcastingTest.php similarity index 100% rename from core/modules/system/src/Tests/ParamConverter/UpcastingTest.php rename to web/core/modules/system/src/Tests/ParamConverter/UpcastingTest.php diff --git a/core/modules/system/src/Tests/Path/UrlAliasFixtures.php b/web/core/modules/system/src/Tests/Path/UrlAliasFixtures.php similarity index 100% rename from core/modules/system/src/Tests/Path/UrlAliasFixtures.php rename to web/core/modules/system/src/Tests/Path/UrlAliasFixtures.php diff --git a/core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php b/web/core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php similarity index 100% rename from core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php rename to web/core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php diff --git a/core/modules/system/src/Tests/Render/AjaxPageStateTest.php b/web/core/modules/system/src/Tests/Render/AjaxPageStateTest.php similarity index 100% rename from core/modules/system/src/Tests/Render/AjaxPageStateTest.php rename to web/core/modules/system/src/Tests/Render/AjaxPageStateTest.php diff --git a/core/modules/system/src/Tests/Render/DisplayVariantTest.php b/web/core/modules/system/src/Tests/Render/DisplayVariantTest.php similarity index 100% rename from core/modules/system/src/Tests/Render/DisplayVariantTest.php rename to web/core/modules/system/src/Tests/Render/DisplayVariantTest.php diff --git a/core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php b/web/core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php similarity index 100% rename from core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php rename to web/core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php diff --git a/core/modules/system/src/Tests/Render/UrlBubbleableMetadataBubblingTest.php b/web/core/modules/system/src/Tests/Render/UrlBubbleableMetadataBubblingTest.php similarity index 100% rename from core/modules/system/src/Tests/Render/UrlBubbleableMetadataBubblingTest.php rename to web/core/modules/system/src/Tests/Render/UrlBubbleableMetadataBubblingTest.php diff --git a/core/modules/system/src/Tests/Routing/DestinationTest.php b/web/core/modules/system/src/Tests/Routing/DestinationTest.php similarity index 100% rename from core/modules/system/src/Tests/Routing/DestinationTest.php rename to web/core/modules/system/src/Tests/Routing/DestinationTest.php diff --git a/core/modules/system/src/Tests/Routing/MockAliasManager.php b/web/core/modules/system/src/Tests/Routing/MockAliasManager.php similarity index 100% rename from core/modules/system/src/Tests/Routing/MockAliasManager.php rename to web/core/modules/system/src/Tests/Routing/MockAliasManager.php diff --git a/core/modules/system/src/Tests/Routing/MockMatcher.php b/web/core/modules/system/src/Tests/Routing/MockMatcher.php similarity index 100% rename from core/modules/system/src/Tests/Routing/MockMatcher.php rename to web/core/modules/system/src/Tests/Routing/MockMatcher.php diff --git a/core/modules/system/src/Tests/Routing/MockRouteProvider.php b/web/core/modules/system/src/Tests/Routing/MockRouteProvider.php similarity index 100% rename from core/modules/system/src/Tests/Routing/MockRouteProvider.php rename to web/core/modules/system/src/Tests/Routing/MockRouteProvider.php diff --git a/core/modules/system/src/Tests/Routing/RouterPermissionTest.php b/web/core/modules/system/src/Tests/Routing/RouterPermissionTest.php similarity index 100% rename from core/modules/system/src/Tests/Routing/RouterPermissionTest.php rename to web/core/modules/system/src/Tests/Routing/RouterPermissionTest.php diff --git a/core/modules/system/src/Tests/Routing/RouterTest.php b/web/core/modules/system/src/Tests/Routing/RouterTest.php similarity index 100% rename from core/modules/system/src/Tests/Routing/RouterTest.php rename to web/core/modules/system/src/Tests/Routing/RouterTest.php diff --git a/core/modules/system/src/Tests/ServiceProvider/ServiceProviderWebTest.php b/web/core/modules/system/src/Tests/ServiceProvider/ServiceProviderWebTest.php similarity index 100% rename from core/modules/system/src/Tests/ServiceProvider/ServiceProviderWebTest.php rename to web/core/modules/system/src/Tests/ServiceProvider/ServiceProviderWebTest.php diff --git a/core/modules/system/src/Tests/Session/SessionAuthenticationTest.php b/web/core/modules/system/src/Tests/Session/SessionAuthenticationTest.php similarity index 100% rename from core/modules/system/src/Tests/Session/SessionAuthenticationTest.php rename to web/core/modules/system/src/Tests/Session/SessionAuthenticationTest.php diff --git a/core/modules/system/src/Tests/Session/SessionHttpsTest.php b/web/core/modules/system/src/Tests/Session/SessionHttpsTest.php similarity index 100% rename from core/modules/system/src/Tests/Session/SessionHttpsTest.php rename to web/core/modules/system/src/Tests/Session/SessionHttpsTest.php diff --git a/core/modules/system/src/Tests/Session/SessionTest.php b/web/core/modules/system/src/Tests/Session/SessionTest.php similarity index 100% rename from core/modules/system/src/Tests/Session/SessionTest.php rename to web/core/modules/system/src/Tests/Session/SessionTest.php diff --git a/core/modules/system/src/Tests/Session/StackSessionHandlerIntegrationTest.php b/web/core/modules/system/src/Tests/Session/StackSessionHandlerIntegrationTest.php similarity index 100% rename from core/modules/system/src/Tests/Session/StackSessionHandlerIntegrationTest.php rename to web/core/modules/system/src/Tests/Session/StackSessionHandlerIntegrationTest.php diff --git a/core/modules/system/src/Tests/System/AccessDeniedTest.php b/web/core/modules/system/src/Tests/System/AccessDeniedTest.php similarity index 100% rename from core/modules/system/src/Tests/System/AccessDeniedTest.php rename to web/core/modules/system/src/Tests/System/AccessDeniedTest.php diff --git a/core/modules/system/src/Tests/System/AdminMetaTagTest.php b/web/core/modules/system/src/Tests/System/AdminMetaTagTest.php similarity index 100% rename from core/modules/system/src/Tests/System/AdminMetaTagTest.php rename to web/core/modules/system/src/Tests/System/AdminMetaTagTest.php diff --git a/core/modules/system/src/Tests/System/AdminTest.php b/web/core/modules/system/src/Tests/System/AdminTest.php similarity index 100% rename from core/modules/system/src/Tests/System/AdminTest.php rename to web/core/modules/system/src/Tests/System/AdminTest.php diff --git a/core/modules/system/src/Tests/System/CronRunTest.php b/web/core/modules/system/src/Tests/System/CronRunTest.php similarity index 100% rename from core/modules/system/src/Tests/System/CronRunTest.php rename to web/core/modules/system/src/Tests/System/CronRunTest.php diff --git a/core/modules/system/src/Tests/System/DateFormatsLockedTest.php b/web/core/modules/system/src/Tests/System/DateFormatsLockedTest.php similarity index 100% rename from core/modules/system/src/Tests/System/DateFormatsLockedTest.php rename to web/core/modules/system/src/Tests/System/DateFormatsLockedTest.php diff --git a/core/modules/system/src/Tests/System/DateFormatsMachineNameTest.php b/web/core/modules/system/src/Tests/System/DateFormatsMachineNameTest.php similarity index 100% rename from core/modules/system/src/Tests/System/DateFormatsMachineNameTest.php rename to web/core/modules/system/src/Tests/System/DateFormatsMachineNameTest.php diff --git a/core/modules/system/src/Tests/System/DateTimeTest.php b/web/core/modules/system/src/Tests/System/DateTimeTest.php similarity index 100% rename from core/modules/system/src/Tests/System/DateTimeTest.php rename to web/core/modules/system/src/Tests/System/DateTimeTest.php diff --git a/core/modules/system/src/Tests/System/DefaultMobileMetaTagsTest.php b/web/core/modules/system/src/Tests/System/DefaultMobileMetaTagsTest.php similarity index 100% rename from core/modules/system/src/Tests/System/DefaultMobileMetaTagsTest.php rename to web/core/modules/system/src/Tests/System/DefaultMobileMetaTagsTest.php diff --git a/core/modules/system/src/Tests/System/ErrorHandlerTest.php b/web/core/modules/system/src/Tests/System/ErrorHandlerTest.php similarity index 100% rename from core/modules/system/src/Tests/System/ErrorHandlerTest.php rename to web/core/modules/system/src/Tests/System/ErrorHandlerTest.php diff --git a/core/modules/system/src/Tests/System/FloodTest.php b/web/core/modules/system/src/Tests/System/FloodTest.php similarity index 100% rename from core/modules/system/src/Tests/System/FloodTest.php rename to web/core/modules/system/src/Tests/System/FloodTest.php diff --git a/core/modules/system/src/Tests/System/FrontPageTest.php b/web/core/modules/system/src/Tests/System/FrontPageTest.php similarity index 100% rename from core/modules/system/src/Tests/System/FrontPageTest.php rename to web/core/modules/system/src/Tests/System/FrontPageTest.php diff --git a/core/modules/system/src/Tests/System/HtaccessTest.php b/web/core/modules/system/src/Tests/System/HtaccessTest.php similarity index 100% rename from core/modules/system/src/Tests/System/HtaccessTest.php rename to web/core/modules/system/src/Tests/System/HtaccessTest.php diff --git a/core/modules/system/src/Tests/System/IndexPhpTest.php b/web/core/modules/system/src/Tests/System/IndexPhpTest.php similarity index 100% rename from core/modules/system/src/Tests/System/IndexPhpTest.php rename to web/core/modules/system/src/Tests/System/IndexPhpTest.php diff --git a/core/modules/system/src/Tests/System/MainContentFallbackTest.php b/web/core/modules/system/src/Tests/System/MainContentFallbackTest.php similarity index 100% rename from core/modules/system/src/Tests/System/MainContentFallbackTest.php rename to web/core/modules/system/src/Tests/System/MainContentFallbackTest.php diff --git a/core/modules/system/src/Tests/System/PageNotFoundTest.php b/web/core/modules/system/src/Tests/System/PageNotFoundTest.php similarity index 100% rename from core/modules/system/src/Tests/System/PageNotFoundTest.php rename to web/core/modules/system/src/Tests/System/PageNotFoundTest.php diff --git a/core/modules/system/src/Tests/System/PageTitleTest.php b/web/core/modules/system/src/Tests/System/PageTitleTest.php similarity index 100% rename from core/modules/system/src/Tests/System/PageTitleTest.php rename to web/core/modules/system/src/Tests/System/PageTitleTest.php diff --git a/core/modules/system/src/Tests/System/ResponseGeneratorTest.php b/web/core/modules/system/src/Tests/System/ResponseGeneratorTest.php similarity index 100% rename from core/modules/system/src/Tests/System/ResponseGeneratorTest.php rename to web/core/modules/system/src/Tests/System/ResponseGeneratorTest.php diff --git a/core/modules/system/src/Tests/System/RetrieveFileTest.php b/web/core/modules/system/src/Tests/System/RetrieveFileTest.php similarity index 100% rename from core/modules/system/src/Tests/System/RetrieveFileTest.php rename to web/core/modules/system/src/Tests/System/RetrieveFileTest.php diff --git a/core/modules/system/src/Tests/System/ShutdownFunctionsTest.php b/web/core/modules/system/src/Tests/System/ShutdownFunctionsTest.php similarity index 100% rename from core/modules/system/src/Tests/System/ShutdownFunctionsTest.php rename to web/core/modules/system/src/Tests/System/ShutdownFunctionsTest.php diff --git a/core/modules/system/src/Tests/System/SiteMaintenanceTest.php b/web/core/modules/system/src/Tests/System/SiteMaintenanceTest.php similarity index 100% rename from core/modules/system/src/Tests/System/SiteMaintenanceTest.php rename to web/core/modules/system/src/Tests/System/SiteMaintenanceTest.php diff --git a/core/modules/system/src/Tests/System/SitesDirectoryHardeningTest.php b/web/core/modules/system/src/Tests/System/SitesDirectoryHardeningTest.php similarity index 100% rename from core/modules/system/src/Tests/System/SitesDirectoryHardeningTest.php rename to web/core/modules/system/src/Tests/System/SitesDirectoryHardeningTest.php diff --git a/core/modules/system/src/Tests/System/StatusTest.php b/web/core/modules/system/src/Tests/System/StatusTest.php similarity index 100% rename from core/modules/system/src/Tests/System/StatusTest.php rename to web/core/modules/system/src/Tests/System/StatusTest.php diff --git a/core/modules/system/src/Tests/System/SystemAuthorizeTest.php b/web/core/modules/system/src/Tests/System/SystemAuthorizeTest.php similarity index 100% rename from core/modules/system/src/Tests/System/SystemAuthorizeTest.php rename to web/core/modules/system/src/Tests/System/SystemAuthorizeTest.php diff --git a/core/modules/system/src/Tests/System/SystemConfigFormTestBase.php b/web/core/modules/system/src/Tests/System/SystemConfigFormTestBase.php similarity index 100% rename from core/modules/system/src/Tests/System/SystemConfigFormTestBase.php rename to web/core/modules/system/src/Tests/System/SystemConfigFormTestBase.php diff --git a/core/modules/system/src/Tests/System/ThemeTest.php b/web/core/modules/system/src/Tests/System/ThemeTest.php similarity index 100% rename from core/modules/system/src/Tests/System/ThemeTest.php rename to web/core/modules/system/src/Tests/System/ThemeTest.php diff --git a/core/modules/system/src/Tests/System/TokenReplaceWebTest.php b/web/core/modules/system/src/Tests/System/TokenReplaceWebTest.php similarity index 100% rename from core/modules/system/src/Tests/System/TokenReplaceWebTest.php rename to web/core/modules/system/src/Tests/System/TokenReplaceWebTest.php diff --git a/core/modules/system/src/Tests/System/TokenScanTest.php b/web/core/modules/system/src/Tests/System/TokenScanTest.php similarity index 100% rename from core/modules/system/src/Tests/System/TokenScanTest.php rename to web/core/modules/system/src/Tests/System/TokenScanTest.php diff --git a/core/modules/system/src/Tests/System/TrustedHostsTest.php b/web/core/modules/system/src/Tests/System/TrustedHostsTest.php similarity index 100% rename from core/modules/system/src/Tests/System/TrustedHostsTest.php rename to web/core/modules/system/src/Tests/System/TrustedHostsTest.php diff --git a/core/modules/system/src/Tests/System/UncaughtExceptionTest.php b/web/core/modules/system/src/Tests/System/UncaughtExceptionTest.php similarity index 100% rename from core/modules/system/src/Tests/System/UncaughtExceptionTest.php rename to web/core/modules/system/src/Tests/System/UncaughtExceptionTest.php diff --git a/core/modules/system/src/Tests/Theme/EngineNyanCatTest.php b/web/core/modules/system/src/Tests/Theme/EngineNyanCatTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/EngineNyanCatTest.php rename to web/core/modules/system/src/Tests/Theme/EngineNyanCatTest.php diff --git a/core/modules/system/src/Tests/Theme/EngineTwigTest.php b/web/core/modules/system/src/Tests/Theme/EngineTwigTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/EngineTwigTest.php rename to web/core/modules/system/src/Tests/Theme/EngineTwigTest.php diff --git a/core/modules/system/src/Tests/Theme/EntityFilteringThemeTest.php b/web/core/modules/system/src/Tests/Theme/EntityFilteringThemeTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/EntityFilteringThemeTest.php rename to web/core/modules/system/src/Tests/Theme/EntityFilteringThemeTest.php diff --git a/core/modules/system/src/Tests/Theme/FastTest.php b/web/core/modules/system/src/Tests/Theme/FastTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/FastTest.php rename to web/core/modules/system/src/Tests/Theme/FastTest.php diff --git a/core/modules/system/src/Tests/Theme/FunctionsTest.php b/web/core/modules/system/src/Tests/Theme/FunctionsTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/FunctionsTest.php rename to web/core/modules/system/src/Tests/Theme/FunctionsTest.php diff --git a/core/modules/system/src/Tests/Theme/HtmlAttributesTest.php b/web/core/modules/system/src/Tests/Theme/HtmlAttributesTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/HtmlAttributesTest.php rename to web/core/modules/system/src/Tests/Theme/HtmlAttributesTest.php diff --git a/core/modules/system/src/Tests/Theme/ThemeEarlyInitializationTest.php b/web/core/modules/system/src/Tests/Theme/ThemeEarlyInitializationTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/ThemeEarlyInitializationTest.php rename to web/core/modules/system/src/Tests/Theme/ThemeEarlyInitializationTest.php diff --git a/core/modules/system/src/Tests/Theme/ThemeInfoTest.php b/web/core/modules/system/src/Tests/Theme/ThemeInfoTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/ThemeInfoTest.php rename to web/core/modules/system/src/Tests/Theme/ThemeInfoTest.php diff --git a/core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php b/web/core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php rename to web/core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php diff --git a/core/modules/system/src/Tests/Theme/ThemeTest.php b/web/core/modules/system/src/Tests/Theme/ThemeTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/ThemeTest.php rename to web/core/modules/system/src/Tests/Theme/ThemeTest.php diff --git a/core/modules/system/src/Tests/Theme/ThemeTokenTest.php b/web/core/modules/system/src/Tests/Theme/ThemeTokenTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/ThemeTokenTest.php rename to web/core/modules/system/src/Tests/Theme/ThemeTokenTest.php diff --git a/core/modules/system/src/Tests/Theme/TwigDebugMarkupTest.php b/web/core/modules/system/src/Tests/Theme/TwigDebugMarkupTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/TwigDebugMarkupTest.php rename to web/core/modules/system/src/Tests/Theme/TwigDebugMarkupTest.php diff --git a/core/modules/system/src/Tests/Theme/TwigExtensionTest.php b/web/core/modules/system/src/Tests/Theme/TwigExtensionTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/TwigExtensionTest.php rename to web/core/modules/system/src/Tests/Theme/TwigExtensionTest.php diff --git a/core/modules/system/src/Tests/Theme/TwigFilterTest.php b/web/core/modules/system/src/Tests/Theme/TwigFilterTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/TwigFilterTest.php rename to web/core/modules/system/src/Tests/Theme/TwigFilterTest.php diff --git a/core/modules/system/src/Tests/Theme/TwigLoaderTest.php b/web/core/modules/system/src/Tests/Theme/TwigLoaderTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/TwigLoaderTest.php rename to web/core/modules/system/src/Tests/Theme/TwigLoaderTest.php diff --git a/core/modules/system/src/Tests/Theme/TwigNamespaceTest.php b/web/core/modules/system/src/Tests/Theme/TwigNamespaceTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/TwigNamespaceTest.php rename to web/core/modules/system/src/Tests/Theme/TwigNamespaceTest.php diff --git a/core/modules/system/src/Tests/Theme/TwigRawTest.php b/web/core/modules/system/src/Tests/Theme/TwigRawTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/TwigRawTest.php rename to web/core/modules/system/src/Tests/Theme/TwigRawTest.php diff --git a/core/modules/system/src/Tests/Theme/TwigRegistryLoaderTest.php b/web/core/modules/system/src/Tests/Theme/TwigRegistryLoaderTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/TwigRegistryLoaderTest.php rename to web/core/modules/system/src/Tests/Theme/TwigRegistryLoaderTest.php diff --git a/core/modules/system/src/Tests/Theme/TwigSettingsTest.php b/web/core/modules/system/src/Tests/Theme/TwigSettingsTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/TwigSettingsTest.php rename to web/core/modules/system/src/Tests/Theme/TwigSettingsTest.php diff --git a/core/modules/system/src/Tests/Theme/TwigTransTest.php b/web/core/modules/system/src/Tests/Theme/TwigTransTest.php similarity index 100% rename from core/modules/system/src/Tests/Theme/TwigTransTest.php rename to web/core/modules/system/src/Tests/Theme/TwigTransTest.php diff --git a/core/modules/system/src/Tests/Update/AutomatedCronUpdateWithAutomatedCronTest.php b/web/core/modules/system/src/Tests/Update/AutomatedCronUpdateWithAutomatedCronTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/AutomatedCronUpdateWithAutomatedCronTest.php rename to web/core/modules/system/src/Tests/Update/AutomatedCronUpdateWithAutomatedCronTest.php diff --git a/core/modules/system/src/Tests/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php b/web/core/modules/system/src/Tests/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php rename to web/core/modules/system/src/Tests/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php diff --git a/core/modules/system/src/Tests/Update/ConfigOverridesUpdateTest.php b/web/core/modules/system/src/Tests/Update/ConfigOverridesUpdateTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/ConfigOverridesUpdateTest.php rename to web/core/modules/system/src/Tests/Update/ConfigOverridesUpdateTest.php diff --git a/core/modules/system/src/Tests/Update/DbUpdatesTrait.php b/web/core/modules/system/src/Tests/Update/DbUpdatesTrait.php similarity index 100% rename from core/modules/system/src/Tests/Update/DbUpdatesTrait.php rename to web/core/modules/system/src/Tests/Update/DbUpdatesTrait.php diff --git a/core/modules/system/src/Tests/Update/DependencyHookInvocationTest.php b/web/core/modules/system/src/Tests/Update/DependencyHookInvocationTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/DependencyHookInvocationTest.php rename to web/core/modules/system/src/Tests/Update/DependencyHookInvocationTest.php diff --git a/core/modules/system/src/Tests/Update/DependencyMissingTest.php b/web/core/modules/system/src/Tests/Update/DependencyMissingTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/DependencyMissingTest.php rename to web/core/modules/system/src/Tests/Update/DependencyMissingTest.php diff --git a/core/modules/system/src/Tests/Update/DependencyOrderingTest.php b/web/core/modules/system/src/Tests/Update/DependencyOrderingTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/DependencyOrderingTest.php rename to web/core/modules/system/src/Tests/Update/DependencyOrderingTest.php diff --git a/core/modules/system/src/Tests/Update/FieldSchemaDataUninstallUpdateTest.php b/web/core/modules/system/src/Tests/Update/FieldSchemaDataUninstallUpdateTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/FieldSchemaDataUninstallUpdateTest.php rename to web/core/modules/system/src/Tests/Update/FieldSchemaDataUninstallUpdateTest.php diff --git a/core/modules/system/src/Tests/Update/FilterHtmlUpdateTest.php b/web/core/modules/system/src/Tests/Update/FilterHtmlUpdateTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/FilterHtmlUpdateTest.php rename to web/core/modules/system/src/Tests/Update/FilterHtmlUpdateTest.php diff --git a/core/modules/system/src/Tests/Update/InvalidUpdateHookTest.php b/web/core/modules/system/src/Tests/Update/InvalidUpdateHookTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/InvalidUpdateHookTest.php rename to web/core/modules/system/src/Tests/Update/InvalidUpdateHookTest.php diff --git a/core/modules/system/src/Tests/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php b/web/core/modules/system/src/Tests/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php rename to web/core/modules/system/src/Tests/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php diff --git a/core/modules/system/src/Tests/Update/MenuTreeSerializationTitleFilledTest.php b/web/core/modules/system/src/Tests/Update/MenuTreeSerializationTitleFilledTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/MenuTreeSerializationTitleFilledTest.php rename to web/core/modules/system/src/Tests/Update/MenuTreeSerializationTitleFilledTest.php diff --git a/core/modules/system/src/Tests/Update/MenuTreeSerializationTitleTest.php b/web/core/modules/system/src/Tests/Update/MenuTreeSerializationTitleTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/MenuTreeSerializationTitleTest.php rename to web/core/modules/system/src/Tests/Update/MenuTreeSerializationTitleTest.php diff --git a/core/modules/system/src/Tests/Update/PageTitleConvertedIntoBlockUpdateTest.php b/web/core/modules/system/src/Tests/Update/PageTitleConvertedIntoBlockUpdateTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/PageTitleConvertedIntoBlockUpdateTest.php rename to web/core/modules/system/src/Tests/Update/PageTitleConvertedIntoBlockUpdateTest.php diff --git a/core/modules/system/src/Tests/Update/RecalculatedDependencyTest.php b/web/core/modules/system/src/Tests/Update/RecalculatedDependencyTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/RecalculatedDependencyTest.php rename to web/core/modules/system/src/Tests/Update/RecalculatedDependencyTest.php diff --git a/core/modules/system/src/Tests/Update/RouterIndexOptimizationFilledTest.php b/web/core/modules/system/src/Tests/Update/RouterIndexOptimizationFilledTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/RouterIndexOptimizationFilledTest.php rename to web/core/modules/system/src/Tests/Update/RouterIndexOptimizationFilledTest.php diff --git a/core/modules/system/src/Tests/Update/RouterIndexOptimizationTest.php b/web/core/modules/system/src/Tests/Update/RouterIndexOptimizationTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/RouterIndexOptimizationTest.php rename to web/core/modules/system/src/Tests/Update/RouterIndexOptimizationTest.php diff --git a/core/modules/system/src/Tests/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php b/web/core/modules/system/src/Tests/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php rename to web/core/modules/system/src/Tests/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php diff --git a/core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php b/web/core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php rename to web/core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php diff --git a/core/modules/system/src/Tests/Update/StableBaseThemeUpdateTest.php b/web/core/modules/system/src/Tests/Update/StableBaseThemeUpdateTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/StableBaseThemeUpdateTest.php rename to web/core/modules/system/src/Tests/Update/StableBaseThemeUpdateTest.php diff --git a/core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseFilledTest.php b/web/core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseFilledTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseFilledTest.php rename to web/core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseFilledTest.php diff --git a/core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php b/web/core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php rename to web/core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseTest.php diff --git a/core/modules/system/src/Tests/Update/UpdatePathTestBase.php b/web/core/modules/system/src/Tests/Update/UpdatePathTestBase.php similarity index 100% rename from core/modules/system/src/Tests/Update/UpdatePathTestBase.php rename to web/core/modules/system/src/Tests/Update/UpdatePathTestBase.php diff --git a/core/modules/system/src/Tests/Update/UpdatePathTestBaseFilledTest.php b/web/core/modules/system/src/Tests/Update/UpdatePathTestBaseFilledTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/UpdatePathTestBaseFilledTest.php rename to web/core/modules/system/src/Tests/Update/UpdatePathTestBaseFilledTest.php diff --git a/core/modules/system/src/Tests/Update/UpdatePathTestBaseTest.php b/web/core/modules/system/src/Tests/Update/UpdatePathTestBaseTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/UpdatePathTestBaseTest.php rename to web/core/modules/system/src/Tests/Update/UpdatePathTestBaseTest.php diff --git a/core/modules/system/src/Tests/Update/UpdatePathTestJavaScriptTest.php b/web/core/modules/system/src/Tests/Update/UpdatePathTestJavaScriptTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/UpdatePathTestJavaScriptTest.php rename to web/core/modules/system/src/Tests/Update/UpdatePathTestJavaScriptTest.php diff --git a/core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingFilledTest.php b/web/core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingFilledTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingFilledTest.php rename to web/core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingFilledTest.php diff --git a/core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php b/web/core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php rename to web/core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php diff --git a/core/modules/system/src/Tests/Update/UpdatePostUpdateFailingTest.php b/web/core/modules/system/src/Tests/Update/UpdatePostUpdateFailingTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/UpdatePostUpdateFailingTest.php rename to web/core/modules/system/src/Tests/Update/UpdatePostUpdateFailingTest.php diff --git a/core/modules/system/src/Tests/Update/UpdatePostUpdateTest.php b/web/core/modules/system/src/Tests/Update/UpdatePostUpdateTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/UpdatePostUpdateTest.php rename to web/core/modules/system/src/Tests/Update/UpdatePostUpdateTest.php diff --git a/core/modules/system/src/Tests/Update/UpdateSchemaTest.php b/web/core/modules/system/src/Tests/Update/UpdateSchemaTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/UpdateSchemaTest.php rename to web/core/modules/system/src/Tests/Update/UpdateSchemaTest.php diff --git a/core/modules/system/src/Tests/Update/UpdateScriptTest.php b/web/core/modules/system/src/Tests/Update/UpdateScriptTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/UpdateScriptTest.php rename to web/core/modules/system/src/Tests/Update/UpdateScriptTest.php diff --git a/core/modules/system/src/Tests/Update/UpdatesWith7xTest.php b/web/core/modules/system/src/Tests/Update/UpdatesWith7xTest.php similarity index 100% rename from core/modules/system/src/Tests/Update/UpdatesWith7xTest.php rename to web/core/modules/system/src/Tests/Update/UpdatesWith7xTest.php diff --git a/core/modules/system/src/Theme/BatchNegotiator.php b/web/core/modules/system/src/Theme/BatchNegotiator.php similarity index 100% rename from core/modules/system/src/Theme/BatchNegotiator.php rename to web/core/modules/system/src/Theme/BatchNegotiator.php diff --git a/core/modules/system/src/Theme/DbUpdateNegotiator.php b/web/core/modules/system/src/Theme/DbUpdateNegotiator.php similarity index 100% rename from core/modules/system/src/Theme/DbUpdateNegotiator.php rename to web/core/modules/system/src/Theme/DbUpdateNegotiator.php diff --git a/core/modules/system/system.admin.inc b/web/core/modules/system/system.admin.inc similarity index 100% rename from core/modules/system/system.admin.inc rename to web/core/modules/system/system.admin.inc diff --git a/core/modules/system/system.api.php b/web/core/modules/system/system.api.php similarity index 100% rename from core/modules/system/system.api.php rename to web/core/modules/system/system.api.php diff --git a/core/modules/system/system.config_translation.yml b/web/core/modules/system/system.config_translation.yml similarity index 100% rename from core/modules/system/system.config_translation.yml rename to web/core/modules/system/system.config_translation.yml diff --git a/core/modules/system/system.info.yml b/web/core/modules/system/system.info.yml similarity index 100% rename from core/modules/system/system.info.yml rename to web/core/modules/system/system.info.yml diff --git a/core/modules/system/system.install b/web/core/modules/system/system.install similarity index 100% rename from core/modules/system/system.install rename to web/core/modules/system/system.install diff --git a/core/modules/system/system.libraries.yml b/web/core/modules/system/system.libraries.yml similarity index 100% rename from core/modules/system/system.libraries.yml rename to web/core/modules/system/system.libraries.yml diff --git a/core/modules/system/system.links.action.yml b/web/core/modules/system/system.links.action.yml similarity index 100% rename from core/modules/system/system.links.action.yml rename to web/core/modules/system/system.links.action.yml diff --git a/core/modules/system/system.links.menu.yml b/web/core/modules/system/system.links.menu.yml similarity index 100% rename from core/modules/system/system.links.menu.yml rename to web/core/modules/system/system.links.menu.yml diff --git a/core/modules/system/system.links.task.yml b/web/core/modules/system/system.links.task.yml similarity index 100% rename from core/modules/system/system.links.task.yml rename to web/core/modules/system/system.links.task.yml diff --git a/core/modules/system/system.module b/web/core/modules/system/system.module similarity index 100% rename from core/modules/system/system.module rename to web/core/modules/system/system.module diff --git a/core/modules/system/system.permissions.yml b/web/core/modules/system/system.permissions.yml similarity index 100% rename from core/modules/system/system.permissions.yml rename to web/core/modules/system/system.permissions.yml diff --git a/core/modules/system/system.post_update.php b/web/core/modules/system/system.post_update.php similarity index 100% rename from core/modules/system/system.post_update.php rename to web/core/modules/system/system.post_update.php diff --git a/core/modules/system/system.routing.yml b/web/core/modules/system/system.routing.yml similarity index 100% rename from core/modules/system/system.routing.yml rename to web/core/modules/system/system.routing.yml diff --git a/core/modules/system/system.services.yml b/web/core/modules/system/system.services.yml similarity index 100% rename from core/modules/system/system.services.yml rename to web/core/modules/system/system.services.yml diff --git a/core/modules/system/system.tokens.inc b/web/core/modules/system/system.tokens.inc similarity index 100% rename from core/modules/system/system.tokens.inc rename to web/core/modules/system/system.tokens.inc diff --git a/core/modules/system/templates/admin-block-content.html.twig b/web/core/modules/system/templates/admin-block-content.html.twig similarity index 100% rename from core/modules/system/templates/admin-block-content.html.twig rename to web/core/modules/system/templates/admin-block-content.html.twig diff --git a/core/modules/system/templates/admin-block.html.twig b/web/core/modules/system/templates/admin-block.html.twig similarity index 100% rename from core/modules/system/templates/admin-block.html.twig rename to web/core/modules/system/templates/admin-block.html.twig diff --git a/core/modules/system/templates/admin-page.html.twig b/web/core/modules/system/templates/admin-page.html.twig similarity index 100% rename from core/modules/system/templates/admin-page.html.twig rename to web/core/modules/system/templates/admin-page.html.twig diff --git a/core/modules/system/templates/authorize-report.html.twig b/web/core/modules/system/templates/authorize-report.html.twig similarity index 100% rename from core/modules/system/templates/authorize-report.html.twig rename to web/core/modules/system/templates/authorize-report.html.twig diff --git a/core/modules/system/templates/block--local-actions-block.html.twig b/web/core/modules/system/templates/block--local-actions-block.html.twig similarity index 100% rename from core/modules/system/templates/block--local-actions-block.html.twig rename to web/core/modules/system/templates/block--local-actions-block.html.twig diff --git a/core/modules/system/templates/block--system-branding-block.html.twig b/web/core/modules/system/templates/block--system-branding-block.html.twig similarity index 100% rename from core/modules/system/templates/block--system-branding-block.html.twig rename to web/core/modules/system/templates/block--system-branding-block.html.twig diff --git a/core/modules/system/templates/block--system-menu-block.html.twig b/web/core/modules/system/templates/block--system-menu-block.html.twig similarity index 100% rename from core/modules/system/templates/block--system-menu-block.html.twig rename to web/core/modules/system/templates/block--system-menu-block.html.twig diff --git a/core/modules/system/templates/block--system-messages-block.html.twig b/web/core/modules/system/templates/block--system-messages-block.html.twig similarity index 100% rename from core/modules/system/templates/block--system-messages-block.html.twig rename to web/core/modules/system/templates/block--system-messages-block.html.twig diff --git a/core/modules/system/templates/breadcrumb.html.twig b/web/core/modules/system/templates/breadcrumb.html.twig similarity index 100% rename from core/modules/system/templates/breadcrumb.html.twig rename to web/core/modules/system/templates/breadcrumb.html.twig diff --git a/core/modules/system/templates/checkboxes.html.twig b/web/core/modules/system/templates/checkboxes.html.twig similarity index 100% rename from core/modules/system/templates/checkboxes.html.twig rename to web/core/modules/system/templates/checkboxes.html.twig diff --git a/core/modules/system/templates/confirm-form.html.twig b/web/core/modules/system/templates/confirm-form.html.twig similarity index 100% rename from core/modules/system/templates/confirm-form.html.twig rename to web/core/modules/system/templates/confirm-form.html.twig diff --git a/core/modules/system/templates/container.html.twig b/web/core/modules/system/templates/container.html.twig similarity index 100% rename from core/modules/system/templates/container.html.twig rename to web/core/modules/system/templates/container.html.twig diff --git a/core/modules/system/templates/datetime-form.html.twig b/web/core/modules/system/templates/datetime-form.html.twig similarity index 100% rename from core/modules/system/templates/datetime-form.html.twig rename to web/core/modules/system/templates/datetime-form.html.twig diff --git a/core/modules/system/templates/datetime-wrapper.html.twig b/web/core/modules/system/templates/datetime-wrapper.html.twig similarity index 100% rename from core/modules/system/templates/datetime-wrapper.html.twig rename to web/core/modules/system/templates/datetime-wrapper.html.twig diff --git a/core/modules/system/templates/details.html.twig b/web/core/modules/system/templates/details.html.twig similarity index 100% rename from core/modules/system/templates/details.html.twig rename to web/core/modules/system/templates/details.html.twig diff --git a/core/modules/system/templates/dropbutton-wrapper.html.twig b/web/core/modules/system/templates/dropbutton-wrapper.html.twig similarity index 100% rename from core/modules/system/templates/dropbutton-wrapper.html.twig rename to web/core/modules/system/templates/dropbutton-wrapper.html.twig diff --git a/core/modules/system/templates/entity-add-list.html.twig b/web/core/modules/system/templates/entity-add-list.html.twig similarity index 100% rename from core/modules/system/templates/entity-add-list.html.twig rename to web/core/modules/system/templates/entity-add-list.html.twig diff --git a/core/modules/system/templates/feed-icon.html.twig b/web/core/modules/system/templates/feed-icon.html.twig similarity index 100% rename from core/modules/system/templates/feed-icon.html.twig rename to web/core/modules/system/templates/feed-icon.html.twig diff --git a/core/modules/system/templates/field-multiple-value-form.html.twig b/web/core/modules/system/templates/field-multiple-value-form.html.twig similarity index 100% rename from core/modules/system/templates/field-multiple-value-form.html.twig rename to web/core/modules/system/templates/field-multiple-value-form.html.twig diff --git a/core/modules/system/templates/field.html.twig b/web/core/modules/system/templates/field.html.twig similarity index 100% rename from core/modules/system/templates/field.html.twig rename to web/core/modules/system/templates/field.html.twig diff --git a/core/modules/system/templates/fieldset.html.twig b/web/core/modules/system/templates/fieldset.html.twig similarity index 100% rename from core/modules/system/templates/fieldset.html.twig rename to web/core/modules/system/templates/fieldset.html.twig diff --git a/core/modules/system/templates/form-element-label.html.twig b/web/core/modules/system/templates/form-element-label.html.twig similarity index 100% rename from core/modules/system/templates/form-element-label.html.twig rename to web/core/modules/system/templates/form-element-label.html.twig diff --git a/core/modules/system/templates/form-element.html.twig b/web/core/modules/system/templates/form-element.html.twig similarity index 100% rename from core/modules/system/templates/form-element.html.twig rename to web/core/modules/system/templates/form-element.html.twig diff --git a/core/modules/system/templates/form.html.twig b/web/core/modules/system/templates/form.html.twig similarity index 100% rename from core/modules/system/templates/form.html.twig rename to web/core/modules/system/templates/form.html.twig diff --git a/core/modules/system/templates/html.html.twig b/web/core/modules/system/templates/html.html.twig similarity index 100% rename from core/modules/system/templates/html.html.twig rename to web/core/modules/system/templates/html.html.twig diff --git a/core/modules/system/templates/image.html.twig b/web/core/modules/system/templates/image.html.twig similarity index 100% rename from core/modules/system/templates/image.html.twig rename to web/core/modules/system/templates/image.html.twig diff --git a/core/modules/system/templates/indentation.html.twig b/web/core/modules/system/templates/indentation.html.twig similarity index 100% rename from core/modules/system/templates/indentation.html.twig rename to web/core/modules/system/templates/indentation.html.twig diff --git a/core/modules/system/templates/input.html.twig b/web/core/modules/system/templates/input.html.twig similarity index 100% rename from core/modules/system/templates/input.html.twig rename to web/core/modules/system/templates/input.html.twig diff --git a/core/modules/system/templates/install-page.html.twig b/web/core/modules/system/templates/install-page.html.twig similarity index 100% rename from core/modules/system/templates/install-page.html.twig rename to web/core/modules/system/templates/install-page.html.twig diff --git a/core/modules/system/templates/item-list.html.twig b/web/core/modules/system/templates/item-list.html.twig similarity index 100% rename from core/modules/system/templates/item-list.html.twig rename to web/core/modules/system/templates/item-list.html.twig diff --git a/core/modules/system/templates/links.html.twig b/web/core/modules/system/templates/links.html.twig similarity index 100% rename from core/modules/system/templates/links.html.twig rename to web/core/modules/system/templates/links.html.twig diff --git a/core/modules/system/templates/maintenance-page.html.twig b/web/core/modules/system/templates/maintenance-page.html.twig similarity index 100% rename from core/modules/system/templates/maintenance-page.html.twig rename to web/core/modules/system/templates/maintenance-page.html.twig diff --git a/core/modules/system/templates/maintenance-task-list.html.twig b/web/core/modules/system/templates/maintenance-task-list.html.twig similarity index 100% rename from core/modules/system/templates/maintenance-task-list.html.twig rename to web/core/modules/system/templates/maintenance-task-list.html.twig diff --git a/core/modules/system/templates/mark.html.twig b/web/core/modules/system/templates/mark.html.twig similarity index 100% rename from core/modules/system/templates/mark.html.twig rename to web/core/modules/system/templates/mark.html.twig diff --git a/core/modules/system/templates/menu-local-action.html.twig b/web/core/modules/system/templates/menu-local-action.html.twig similarity index 100% rename from core/modules/system/templates/menu-local-action.html.twig rename to web/core/modules/system/templates/menu-local-action.html.twig diff --git a/core/modules/system/templates/menu-local-task.html.twig b/web/core/modules/system/templates/menu-local-task.html.twig similarity index 100% rename from core/modules/system/templates/menu-local-task.html.twig rename to web/core/modules/system/templates/menu-local-task.html.twig diff --git a/core/modules/system/templates/menu-local-tasks.html.twig b/web/core/modules/system/templates/menu-local-tasks.html.twig similarity index 100% rename from core/modules/system/templates/menu-local-tasks.html.twig rename to web/core/modules/system/templates/menu-local-tasks.html.twig diff --git a/core/modules/system/templates/menu.html.twig b/web/core/modules/system/templates/menu.html.twig similarity index 100% rename from core/modules/system/templates/menu.html.twig rename to web/core/modules/system/templates/menu.html.twig diff --git a/core/modules/system/templates/page-title.html.twig b/web/core/modules/system/templates/page-title.html.twig similarity index 100% rename from core/modules/system/templates/page-title.html.twig rename to web/core/modules/system/templates/page-title.html.twig diff --git a/core/modules/system/templates/page.html.twig b/web/core/modules/system/templates/page.html.twig similarity index 100% rename from core/modules/system/templates/page.html.twig rename to web/core/modules/system/templates/page.html.twig diff --git a/core/modules/system/templates/pager.html.twig b/web/core/modules/system/templates/pager.html.twig similarity index 100% rename from core/modules/system/templates/pager.html.twig rename to web/core/modules/system/templates/pager.html.twig diff --git a/core/modules/system/templates/progress-bar.html.twig b/web/core/modules/system/templates/progress-bar.html.twig similarity index 100% rename from core/modules/system/templates/progress-bar.html.twig rename to web/core/modules/system/templates/progress-bar.html.twig diff --git a/core/modules/system/templates/radios.html.twig b/web/core/modules/system/templates/radios.html.twig similarity index 100% rename from core/modules/system/templates/radios.html.twig rename to web/core/modules/system/templates/radios.html.twig diff --git a/core/modules/system/templates/region.html.twig b/web/core/modules/system/templates/region.html.twig similarity index 100% rename from core/modules/system/templates/region.html.twig rename to web/core/modules/system/templates/region.html.twig diff --git a/core/modules/system/templates/select.html.twig b/web/core/modules/system/templates/select.html.twig similarity index 100% rename from core/modules/system/templates/select.html.twig rename to web/core/modules/system/templates/select.html.twig diff --git a/core/modules/system/templates/status-messages.html.twig b/web/core/modules/system/templates/status-messages.html.twig similarity index 100% rename from core/modules/system/templates/status-messages.html.twig rename to web/core/modules/system/templates/status-messages.html.twig diff --git a/core/modules/system/templates/status-report.html.twig b/web/core/modules/system/templates/status-report.html.twig similarity index 100% rename from core/modules/system/templates/status-report.html.twig rename to web/core/modules/system/templates/status-report.html.twig diff --git a/core/modules/system/templates/system-admin-index.html.twig b/web/core/modules/system/templates/system-admin-index.html.twig similarity index 100% rename from core/modules/system/templates/system-admin-index.html.twig rename to web/core/modules/system/templates/system-admin-index.html.twig diff --git a/core/modules/system/templates/system-config-form.html.twig b/web/core/modules/system/templates/system-config-form.html.twig similarity index 100% rename from core/modules/system/templates/system-config-form.html.twig rename to web/core/modules/system/templates/system-config-form.html.twig diff --git a/core/modules/system/templates/system-modules-details.html.twig b/web/core/modules/system/templates/system-modules-details.html.twig similarity index 100% rename from core/modules/system/templates/system-modules-details.html.twig rename to web/core/modules/system/templates/system-modules-details.html.twig diff --git a/core/modules/system/templates/system-modules-uninstall.html.twig b/web/core/modules/system/templates/system-modules-uninstall.html.twig similarity index 100% rename from core/modules/system/templates/system-modules-uninstall.html.twig rename to web/core/modules/system/templates/system-modules-uninstall.html.twig diff --git a/core/modules/system/templates/system-themes-page.html.twig b/web/core/modules/system/templates/system-themes-page.html.twig similarity index 100% rename from core/modules/system/templates/system-themes-page.html.twig rename to web/core/modules/system/templates/system-themes-page.html.twig diff --git a/core/modules/system/templates/table.html.twig b/web/core/modules/system/templates/table.html.twig similarity index 100% rename from core/modules/system/templates/table.html.twig rename to web/core/modules/system/templates/table.html.twig diff --git a/core/modules/system/templates/tablesort-indicator.html.twig b/web/core/modules/system/templates/tablesort-indicator.html.twig similarity index 100% rename from core/modules/system/templates/tablesort-indicator.html.twig rename to web/core/modules/system/templates/tablesort-indicator.html.twig diff --git a/core/modules/system/templates/textarea.html.twig b/web/core/modules/system/templates/textarea.html.twig similarity index 100% rename from core/modules/system/templates/textarea.html.twig rename to web/core/modules/system/templates/textarea.html.twig diff --git a/core/modules/system/templates/time.html.twig b/web/core/modules/system/templates/time.html.twig similarity index 100% rename from core/modules/system/templates/time.html.twig rename to web/core/modules/system/templates/time.html.twig diff --git a/core/modules/system/templates/vertical-tabs.html.twig b/web/core/modules/system/templates/vertical-tabs.html.twig similarity index 100% rename from core/modules/system/templates/vertical-tabs.html.twig rename to web/core/modules/system/templates/vertical-tabs.html.twig diff --git a/core/modules/system/tests/css/system.module.css b/web/core/modules/system/tests/css/system.module.css similarity index 100% rename from core/modules/system/tests/css/system.module.css rename to web/core/modules/system/tests/css/system.module.css diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.engine b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.engine similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.engine rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.engine diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.inc b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.inc similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.inc rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.inc diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.install b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.install similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.install rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.install diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.make b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.make similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.make rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.make diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.module b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.module similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.module rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.module diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.bak b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.bak similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.module.bak rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.bak diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.orig b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.orig similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.module.orig rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.orig diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.save b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.save similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.module.save rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.save diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.swo b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.swo similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.module.swo rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.swo diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.swp b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.swp similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.module.swp rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.module.swp diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.module~ b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.module~ similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.module~ rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.module~ diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.php-info.txt b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.php-info.txt similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.php-info.txt rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.php-info.txt diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.bak b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.bak similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.php.bak rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.bak diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.orig b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.orig similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.php.orig rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.orig diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.save b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.save similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.php.save rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.save diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.swo b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.swo similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.php.swo rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.swo diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.swp b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.swp similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.php.swp rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.php.swp diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.php~ b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.php~ similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.php~ rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.php~ diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.po b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.po similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.po rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.po diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.profile b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.profile similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.profile rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.profile diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.sh b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.sh similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.sh rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.sh diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.sql b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.sql similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.sql rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.sql diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.theme b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.theme similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.theme rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.theme diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.tpl.php b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.tpl.php similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.tpl.php rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.tpl.php diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.twig b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.twig similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.twig rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.twig diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.xtmpl b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.xtmpl similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.xtmpl rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.xtmpl diff --git a/core/modules/system/tests/fixtures/HtaccessTest/access_test.yml b/web/core/modules/system/tests/fixtures/HtaccessTest/access_test.yml similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/access_test.yml rename to web/core/modules/system/tests/fixtures/HtaccessTest/access_test.yml diff --git a/core/modules/system/tests/fixtures/HtaccessTest/composer.json b/web/core/modules/system/tests/fixtures/HtaccessTest/composer.json similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/composer.json rename to web/core/modules/system/tests/fixtures/HtaccessTest/composer.json diff --git a/core/modules/system/tests/fixtures/HtaccessTest/composer.lock b/web/core/modules/system/tests/fixtures/HtaccessTest/composer.lock similarity index 100% rename from core/modules/system/tests/fixtures/HtaccessTest/composer.lock rename to web/core/modules/system/tests/fixtures/HtaccessTest/composer.lock diff --git a/core/modules/system/tests/fixtures/IgnoreDirectories/a.txt b/web/core/modules/system/tests/fixtures/IgnoreDirectories/a.txt similarity index 100% rename from core/modules/system/tests/fixtures/IgnoreDirectories/a.txt rename to web/core/modules/system/tests/fixtures/IgnoreDirectories/a.txt diff --git a/core/modules/system/tests/fixtures/IgnoreDirectories/frontend_framework/b.txt b/web/core/modules/system/tests/fixtures/IgnoreDirectories/frontend_framework/b.txt similarity index 100% rename from core/modules/system/tests/fixtures/IgnoreDirectories/frontend_framework/b.txt rename to web/core/modules/system/tests/fixtures/IgnoreDirectories/frontend_framework/b.txt diff --git a/core/modules/system/tests/fixtures/update/block.block.secondtestfor2354889.yml b/web/core/modules/system/tests/fixtures/update/block.block.secondtestfor2354889.yml similarity index 100% rename from core/modules/system/tests/fixtures/update/block.block.secondtestfor2354889.yml rename to web/core/modules/system/tests/fixtures/update/block.block.secondtestfor2354889.yml diff --git a/core/modules/system/tests/fixtures/update/block.block.testfor2005546.yml b/web/core/modules/system/tests/fixtures/update/block.block.testfor2005546.yml similarity index 100% rename from core/modules/system/tests/fixtures/update/block.block.testfor2005546.yml rename to web/core/modules/system/tests/fixtures/update/block.block.testfor2005546.yml diff --git a/core/modules/system/tests/fixtures/update/block.block.testfor2354889.yml b/web/core/modules/system/tests/fixtures/update/block.block.testfor2354889.yml similarity index 100% rename from core/modules/system/tests/fixtures/update/block.block.testfor2354889.yml rename to web/core/modules/system/tests/fixtures/update/block.block.testfor2354889.yml diff --git a/core/modules/system/tests/fixtures/update/block.block.testfor2476947.yml b/web/core/modules/system/tests/fixtures/update/block.block.testfor2476947.yml similarity index 100% rename from core/modules/system/tests/fixtures/update/block.block.testfor2476947.yml rename to web/core/modules/system/tests/fixtures/update/block.block.testfor2476947.yml diff --git a/core/modules/system/tests/fixtures/update/block.block.testfor2569529.yml b/web/core/modules/system/tests/fixtures/update/block.block.testfor2569529.yml similarity index 100% rename from core/modules/system/tests/fixtures/update/block.block.testfor2569529.yml rename to web/core/modules/system/tests/fixtures/update/block.block.testfor2569529.yml diff --git a/core/modules/system/tests/fixtures/update/block.block.testfor507488.yml b/web/core/modules/system/tests/fixtures/update/block.block.testfor507488.yml similarity index 100% rename from core/modules/system/tests/fixtures/update/block.block.testfor507488.yml rename to web/core/modules/system/tests/fixtures/update/block.block.testfor507488.yml diff --git a/core/modules/system/tests/fixtures/update/block.block.thirdtestfor2354889.yml b/web/core/modules/system/tests/fixtures/update/block.block.thirdtestfor2354889.yml similarity index 100% rename from core/modules/system/tests/fixtures/update/block.block.thirdtestfor2354889.yml rename to web/core/modules/system/tests/fixtures/update/block.block.thirdtestfor2354889.yml diff --git a/core/modules/system/tests/fixtures/update/drupal-8-rc1.bare.standard.php.gz b/web/core/modules/system/tests/fixtures/update/drupal-8-rc1.bare.standard.php.gz similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8-rc1.bare.standard.php.gz rename to web/core/modules/system/tests/fixtures/update/drupal-8-rc1.bare.standard.php.gz diff --git a/core/modules/system/tests/fixtures/update/drupal-8-rc1.filled.standard.php.gz b/web/core/modules/system/tests/fixtures/update/drupal-8-rc1.filled.standard.php.gz similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8-rc1.filled.standard.php.gz rename to web/core/modules/system/tests/fixtures/update/drupal-8-rc1.filled.standard.php.gz diff --git a/core/modules/system/tests/fixtures/update/drupal-8.bare.standard.php.gz b/web/core/modules/system/tests/fixtures/update/drupal-8.bare.standard.php.gz similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.bare.standard.php.gz rename to web/core/modules/system/tests/fixtures/update/drupal-8.bare.standard.php.gz diff --git a/core/modules/system/tests/fixtures/update/drupal-8.block-content-uninstall.php b/web/core/modules/system/tests/fixtures/update/drupal-8.block-content-uninstall.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.block-content-uninstall.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.block-content-uninstall.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.block-context-manager-2354889.php b/web/core/modules/system/tests/fixtures/update/drupal-8.block-context-manager-2354889.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.block-context-manager-2354889.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.block-context-manager-2354889.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.block-test-enabled.php b/web/core/modules/system/tests/fixtures/update/drupal-8.block-test-enabled.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.block-test-enabled.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.block-test-enabled.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.broken_routing.php b/web/core/modules/system/tests/fixtures/update/drupal-8.broken_routing.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.broken_routing.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.broken_routing.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.config-override-fix.php b/web/core/modules/system/tests/fixtures/update/drupal-8.config-override-fix.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.config-override-fix.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.config-override-fix.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.editor-editor_update_8001.php b/web/core/modules/system/tests/fixtures/update/drupal-8.editor-editor_update_8001.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.editor-editor_update_8001.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.editor-editor_update_8001.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.field-schema-data-uninstall-2573667.php b/web/core/modules/system/tests/fixtures/update/drupal-8.field-schema-data-uninstall-2573667.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.field-schema-data-uninstall-2573667.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.field-schema-data-uninstall-2573667.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.filled.standard.php.gz b/web/core/modules/system/tests/fixtures/update/drupal-8.filled.standard.php.gz similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.filled.standard.php.gz rename to web/core/modules/system/tests/fixtures/update/drupal-8.filled.standard.php.gz diff --git a/core/modules/system/tests/fixtures/update/drupal-8.language-enabled.php b/web/core/modules/system/tests/fixtures/update/drupal-8.language-enabled.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.language-enabled.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.language-enabled.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.local-actions-tasks-into-blocks-507488.php b/web/core/modules/system/tests/fixtures/update/drupal-8.local-actions-tasks-into-blocks-507488.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.local-actions-tasks-into-blocks-507488.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.local-actions-tasks-into-blocks-507488.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.page-title-into-block-2476947.php b/web/core/modules/system/tests/fixtures/update/drupal-8.page-title-into-block-2476947.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.page-title-into-block-2476947.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.page-title-into-block-2476947.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.seven-secondary-local-tasks-block-2569529.php b/web/core/modules/system/tests/fixtures/update/drupal-8.seven-secondary-local-tasks-block-2569529.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.seven-secondary-local-tasks-block-2569529.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.seven-secondary-local-tasks-block-2569529.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.site-branding-into-block-2005546.php b/web/core/modules/system/tests/fixtures/update/drupal-8.site-branding-into-block-2005546.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.site-branding-into-block-2005546.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.site-branding-into-block-2005546.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.stable-base-theme-2575421.php b/web/core/modules/system/tests/fixtures/update/drupal-8.stable-base-theme-2575421.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.stable-base-theme-2575421.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.stable-base-theme-2575421.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-enabled.php b/web/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-enabled.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-enabled.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-enabled.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-failing-enabled.php b/web/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-failing-enabled.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-failing-enabled.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.update-test-postupdate-failing-enabled.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php b/web/core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.php b/web/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.php diff --git a/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.yml b/web/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.yml similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.yml rename to web/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.yml diff --git a/core/modules/system/tests/fixtures/update/drupal-8.without_automated_cron.php b/web/core/modules/system/tests/fixtures/update/drupal-8.without_automated_cron.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal-8.without_automated_cron.php rename to web/core/modules/system/tests/fixtures/update/drupal-8.without_automated_cron.php diff --git a/core/modules/system/tests/fixtures/update/drupal8.views-image-style-dependency-2649914.php b/web/core/modules/system/tests/fixtures/update/drupal8.views-image-style-dependency-2649914.php similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal8.views-image-style-dependency-2649914.php rename to web/core/modules/system/tests/fixtures/update/drupal8.views-image-style-dependency-2649914.php diff --git a/core/modules/system/tests/fixtures/update/drupal8.views-image-style-dependency-2649914.yml b/web/core/modules/system/tests/fixtures/update/drupal8.views-image-style-dependency-2649914.yml similarity index 100% rename from core/modules/system/tests/fixtures/update/drupal8.views-image-style-dependency-2649914.yml rename to web/core/modules/system/tests/fixtures/update/drupal8.views-image-style-dependency-2649914.yml diff --git a/core/modules/system/tests/fixtures/update/es-system.cron.yml b/web/core/modules/system/tests/fixtures/update/es-system.cron.yml similarity index 100% rename from core/modules/system/tests/fixtures/update/es-system.cron.yml rename to web/core/modules/system/tests/fixtures/update/es-system.cron.yml diff --git a/core/modules/system/tests/fixtures/update/es-views.view.content.yml b/web/core/modules/system/tests/fixtures/update/es-views.view.content.yml similarity index 100% rename from core/modules/system/tests/fixtures/update/es-views.view.content.yml rename to web/core/modules/system/tests/fixtures/update/es-views.view.content.yml diff --git a/core/modules/system/tests/http.php b/web/core/modules/system/tests/http.php similarity index 100% rename from core/modules/system/tests/http.php rename to web/core/modules/system/tests/http.php diff --git a/core/modules/system/tests/https.php b/web/core/modules/system/tests/https.php similarity index 100% rename from core/modules/system/tests/https.php rename to web/core/modules/system/tests/https.php diff --git a/core/modules/system/tests/logo.svgz b/web/core/modules/system/tests/logo.svgz similarity index 100% rename from core/modules/system/tests/logo.svgz rename to web/core/modules/system/tests/logo.svgz diff --git a/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml b/web/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml rename to web/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml diff --git a/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml b/web/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml rename to web/core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml diff --git a/core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php b/web/core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php similarity index 100% rename from core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php rename to web/core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php diff --git a/core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php b/web/core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php similarity index 100% rename from core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php rename to web/core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php diff --git a/core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php b/web/core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php similarity index 100% rename from core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php rename to web/core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php diff --git a/core/modules/system/tests/modules/accept_header_routing_test/tests/Unit/AcceptHeaderMatcherTest.php b/web/core/modules/system/tests/modules/accept_header_routing_test/tests/Unit/AcceptHeaderMatcherTest.php similarity index 100% rename from core/modules/system/tests/modules/accept_header_routing_test/tests/Unit/AcceptHeaderMatcherTest.php rename to web/core/modules/system/tests/modules/accept_header_routing_test/tests/Unit/AcceptHeaderMatcherTest.php diff --git a/core/modules/system/tests/modules/action_test/action_test.info.yml b/web/core/modules/system/tests/modules/action_test/action_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/action_test/action_test.info.yml rename to web/core/modules/system/tests/modules/action_test/action_test.info.yml diff --git a/core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php b/web/core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php similarity index 100% rename from core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php rename to web/core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php diff --git a/core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php b/web/core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php similarity index 100% rename from core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php rename to web/core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php diff --git a/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml b/web/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml rename to web/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.info.yml diff --git a/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module b/web/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module similarity index 100% rename from core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module rename to web/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module diff --git a/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml b/web/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml rename to web/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.routing.yml diff --git a/core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php b/web/core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php similarity index 100% rename from core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php rename to web/core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php diff --git a/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestCommandsForm.php b/web/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestCommandsForm.php similarity index 100% rename from core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestCommandsForm.php rename to web/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestCommandsForm.php diff --git a/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestLazyLoadForm.php b/web/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestLazyLoadForm.php similarity index 100% rename from core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestLazyLoadForm.php rename to web/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestLazyLoadForm.php diff --git a/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php b/web/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php similarity index 100% rename from core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php rename to web/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php diff --git a/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php b/web/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php similarity index 100% rename from core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php rename to web/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestValidationForm.php diff --git a/core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php b/web/core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php similarity index 100% rename from core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php rename to web/core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php diff --git a/core/modules/system/tests/modules/ajax_test/ajax_test.info.yml b/web/core/modules/system/tests/modules/ajax_test/ajax_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/ajax_test/ajax_test.info.yml rename to web/core/modules/system/tests/modules/ajax_test/ajax_test.info.yml diff --git a/core/modules/system/tests/modules/ajax_test/ajax_test.libraries.yml b/web/core/modules/system/tests/modules/ajax_test/ajax_test.libraries.yml similarity index 100% rename from core/modules/system/tests/modules/ajax_test/ajax_test.libraries.yml rename to web/core/modules/system/tests/modules/ajax_test/ajax_test.libraries.yml diff --git a/core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml b/web/core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml rename to web/core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml diff --git a/core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php b/web/core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php similarity index 100% rename from core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php rename to web/core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php diff --git a/core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php b/web/core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php similarity index 100% rename from core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php rename to web/core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php diff --git a/core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php b/web/core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php similarity index 100% rename from core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php rename to web/core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php diff --git a/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc b/web/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc similarity index 100% rename from core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc rename to web/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc diff --git a/core/modules/system/tests/modules/batch_test/batch_test.info.yml b/web/core/modules/system/tests/modules/batch_test/batch_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/batch_test/batch_test.info.yml rename to web/core/modules/system/tests/modules/batch_test/batch_test.info.yml diff --git a/core/modules/system/tests/modules/batch_test/batch_test.links.task.yml b/web/core/modules/system/tests/modules/batch_test/batch_test.links.task.yml similarity index 100% rename from core/modules/system/tests/modules/batch_test/batch_test.links.task.yml rename to web/core/modules/system/tests/modules/batch_test/batch_test.links.task.yml diff --git a/core/modules/system/tests/modules/batch_test/batch_test.module b/web/core/modules/system/tests/modules/batch_test/batch_test.module similarity index 100% rename from core/modules/system/tests/modules/batch_test/batch_test.module rename to web/core/modules/system/tests/modules/batch_test/batch_test.module diff --git a/core/modules/system/tests/modules/batch_test/batch_test.routing.yml b/web/core/modules/system/tests/modules/batch_test/batch_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/batch_test/batch_test.routing.yml rename to web/core/modules/system/tests/modules/batch_test/batch_test.routing.yml diff --git a/core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php b/web/core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php similarity index 100% rename from core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php rename to web/core/modules/system/tests/modules/batch_test/src/Controller/BatchTestController.php diff --git a/core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php b/web/core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php similarity index 100% rename from core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php rename to web/core/modules/system/tests/modules/batch_test/src/Form/BatchTestChainedForm.php diff --git a/core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php b/web/core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php similarity index 100% rename from core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php rename to web/core/modules/system/tests/modules/batch_test/src/Form/BatchTestMockForm.php diff --git a/core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php b/web/core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php similarity index 100% rename from core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php rename to web/core/modules/system/tests/modules/batch_test/src/Form/BatchTestMultiStepForm.php diff --git a/core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php b/web/core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php similarity index 100% rename from core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php rename to web/core/modules/system/tests/modules/batch_test/src/Form/BatchTestSimpleForm.php diff --git a/core/modules/system/tests/modules/cache_test/cache_test.info.yml b/web/core/modules/system/tests/modules/cache_test/cache_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/cache_test/cache_test.info.yml rename to web/core/modules/system/tests/modules/cache_test/cache_test.info.yml diff --git a/core/modules/system/tests/modules/cache_test/cache_test.routing.yml b/web/core/modules/system/tests/modules/cache_test/cache_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/cache_test/cache_test.routing.yml rename to web/core/modules/system/tests/modules/cache_test/cache_test.routing.yml diff --git a/core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php b/web/core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php similarity index 100% rename from core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php rename to web/core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php diff --git a/core/modules/system/tests/modules/common_test/common_test.css b/web/core/modules/system/tests/modules/common_test/common_test.css similarity index 100% rename from core/modules/system/tests/modules/common_test/common_test.css rename to web/core/modules/system/tests/modules/common_test/common_test.css diff --git a/core/modules/system/tests/modules/common_test/common_test.info.yml b/web/core/modules/system/tests/modules/common_test/common_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/common_test/common_test.info.yml rename to web/core/modules/system/tests/modules/common_test/common_test.info.yml diff --git a/core/modules/system/tests/modules/common_test/common_test.libraries.yml b/web/core/modules/system/tests/modules/common_test/common_test.libraries.yml similarity index 100% rename from core/modules/system/tests/modules/common_test/common_test.libraries.yml rename to web/core/modules/system/tests/modules/common_test/common_test.libraries.yml diff --git a/core/modules/system/tests/modules/common_test/common_test.module b/web/core/modules/system/tests/modules/common_test/common_test.module similarity index 100% rename from core/modules/system/tests/modules/common_test/common_test.module rename to web/core/modules/system/tests/modules/common_test/common_test.module diff --git a/core/modules/system/tests/modules/common_test/common_test.print.css b/web/core/modules/system/tests/modules/common_test/common_test.print.css similarity index 100% rename from core/modules/system/tests/modules/common_test/common_test.print.css rename to web/core/modules/system/tests/modules/common_test/common_test.print.css diff --git a/core/modules/system/tests/modules/common_test/common_test.routing.yml b/web/core/modules/system/tests/modules/common_test/common_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/common_test/common_test.routing.yml rename to web/core/modules/system/tests/modules/common_test/common_test.routing.yml diff --git a/core/modules/system/tests/modules/common_test/common_test.services.yml b/web/core/modules/system/tests/modules/common_test/common_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/common_test/common_test.services.yml rename to web/core/modules/system/tests/modules/common_test/common_test.services.yml diff --git a/core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php b/web/core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php similarity index 100% rename from core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php rename to web/core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php diff --git a/core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php b/web/core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php similarity index 100% rename from core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php rename to web/core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php diff --git a/core/modules/system/tests/modules/common_test/templates/common-test-foo.html.twig b/web/core/modules/system/tests/modules/common_test/templates/common-test-foo.html.twig similarity index 100% rename from core/modules/system/tests/modules/common_test/templates/common-test-foo.html.twig rename to web/core/modules/system/tests/modules/common_test/templates/common-test-foo.html.twig diff --git a/core/modules/system/tests/modules/common_test/templates/common-test-render-element.html.twig b/web/core/modules/system/tests/modules/common_test/templates/common-test-render-element.html.twig similarity index 100% rename from core/modules/system/tests/modules/common_test/templates/common-test-render-element.html.twig rename to web/core/modules/system/tests/modules/common_test/templates/common-test-render-element.html.twig diff --git a/core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml b/web/core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml similarity index 100% rename from core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml rename to web/core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.info.yml diff --git a/core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module b/web/core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module similarity index 100% rename from core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module rename to web/core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module diff --git a/core/modules/system/tests/modules/condition_test/condition_test.info.yml b/web/core/modules/system/tests/modules/condition_test/condition_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/condition_test/condition_test.info.yml rename to web/core/modules/system/tests/modules/condition_test/condition_test.info.yml diff --git a/core/modules/system/tests/modules/condition_test/condition_test.routing.yml b/web/core/modules/system/tests/modules/condition_test/condition_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/condition_test/condition_test.routing.yml rename to web/core/modules/system/tests/modules/condition_test/condition_test.routing.yml diff --git a/core/modules/system/tests/modules/condition_test/src/FormController.php b/web/core/modules/system/tests/modules/condition_test/src/FormController.php similarity index 100% rename from core/modules/system/tests/modules/condition_test/src/FormController.php rename to web/core/modules/system/tests/modules/condition_test/src/FormController.php diff --git a/core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php b/web/core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php similarity index 100% rename from core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php rename to web/core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php diff --git a/core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestNoExistingType.php b/web/core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestNoExistingType.php similarity index 100% rename from core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestNoExistingType.php rename to web/core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestNoExistingType.php diff --git a/core/modules/system/tests/modules/condition_test/src/Plugin/Condition/OptionalContextCondition.php b/web/core/modules/system/tests/modules/condition_test/src/Plugin/Condition/OptionalContextCondition.php similarity index 100% rename from core/modules/system/tests/modules/condition_test/src/Plugin/Condition/OptionalContextCondition.php rename to web/core/modules/system/tests/modules/condition_test/src/Plugin/Condition/OptionalContextCondition.php diff --git a/core/modules/system/tests/modules/conneg_test/conneg_test.info.yml b/web/core/modules/system/tests/modules/conneg_test/conneg_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/conneg_test/conneg_test.info.yml rename to web/core/modules/system/tests/modules/conneg_test/conneg_test.info.yml diff --git a/core/modules/system/tests/modules/conneg_test/conneg_test.routing.yml b/web/core/modules/system/tests/modules/conneg_test/conneg_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/conneg_test/conneg_test.routing.yml rename to web/core/modules/system/tests/modules/conneg_test/conneg_test.routing.yml diff --git a/core/modules/system/tests/modules/conneg_test/src/Controller/TestController.php b/web/core/modules/system/tests/modules/conneg_test/src/Controller/TestController.php similarity index 100% rename from core/modules/system/tests/modules/conneg_test/src/Controller/TestController.php rename to web/core/modules/system/tests/modules/conneg_test/src/Controller/TestController.php diff --git a/core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml b/web/core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml rename to web/core/modules/system/tests/modules/cron_queue_test/cron_queue_test.info.yml diff --git a/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php b/web/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php similarity index 100% rename from core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php rename to web/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestBrokenQueue.php diff --git a/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php b/web/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php similarity index 100% rename from core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php rename to web/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestException.php diff --git a/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php b/web/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php similarity index 100% rename from core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php rename to web/core/modules/system/tests/modules/cron_queue_test/src/Plugin/QueueWorker/CronQueueTestRequeueException.php diff --git a/core/modules/system/tests/modules/csrf_test/csrf_test.info.yml b/web/core/modules/system/tests/modules/csrf_test/csrf_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/csrf_test/csrf_test.info.yml rename to web/core/modules/system/tests/modules/csrf_test/csrf_test.info.yml diff --git a/core/modules/system/tests/modules/csrf_test/csrf_test.routing.yml b/web/core/modules/system/tests/modules/csrf_test/csrf_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/csrf_test/csrf_test.routing.yml rename to web/core/modules/system/tests/modules/csrf_test/csrf_test.routing.yml diff --git a/core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php b/web/core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php similarity index 100% rename from core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php rename to web/core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php diff --git a/core/modules/system/tests/modules/csrf_test/src/Controller/TestController.php b/web/core/modules/system/tests/modules/csrf_test/src/Controller/TestController.php similarity index 100% rename from core/modules/system/tests/modules/csrf_test/src/Controller/TestController.php rename to web/core/modules/system/tests/modules/csrf_test/src/Controller/TestController.php diff --git a/core/modules/system/tests/modules/database_test/database_test.info.yml b/web/core/modules/system/tests/modules/database_test/database_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/database_test/database_test.info.yml rename to web/core/modules/system/tests/modules/database_test/database_test.info.yml diff --git a/core/modules/system/tests/modules/database_test/database_test.install b/web/core/modules/system/tests/modules/database_test/database_test.install similarity index 100% rename from core/modules/system/tests/modules/database_test/database_test.install rename to web/core/modules/system/tests/modules/database_test/database_test.install diff --git a/core/modules/system/tests/modules/database_test/database_test.module b/web/core/modules/system/tests/modules/database_test/database_test.module similarity index 100% rename from core/modules/system/tests/modules/database_test/database_test.module rename to web/core/modules/system/tests/modules/database_test/database_test.module diff --git a/core/modules/system/tests/modules/database_test/database_test.routing.yml b/web/core/modules/system/tests/modules/database_test/database_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/database_test/database_test.routing.yml rename to web/core/modules/system/tests/modules/database_test/database_test.routing.yml diff --git a/core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php b/web/core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php similarity index 100% rename from core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php rename to web/core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php diff --git a/core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php b/web/core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php similarity index 100% rename from core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php rename to web/core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php diff --git a/core/modules/system/tests/modules/display_variant_test/display_variant_test.info.yml b/web/core/modules/system/tests/modules/display_variant_test/display_variant_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/display_variant_test/display_variant_test.info.yml rename to web/core/modules/system/tests/modules/display_variant_test/display_variant_test.info.yml diff --git a/core/modules/system/tests/modules/display_variant_test/display_variant_test.services.yml b/web/core/modules/system/tests/modules/display_variant_test/display_variant_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/display_variant_test/display_variant_test.services.yml rename to web/core/modules/system/tests/modules/display_variant_test/display_variant_test.services.yml diff --git a/core/modules/system/tests/modules/display_variant_test/src/EventSubscriber/TestPageDisplayVariantSubscriber.php b/web/core/modules/system/tests/modules/display_variant_test/src/EventSubscriber/TestPageDisplayVariantSubscriber.php similarity index 100% rename from core/modules/system/tests/modules/display_variant_test/src/EventSubscriber/TestPageDisplayVariantSubscriber.php rename to web/core/modules/system/tests/modules/display_variant_test/src/EventSubscriber/TestPageDisplayVariantSubscriber.php diff --git a/core/modules/system/tests/modules/display_variant_test/src/Plugin/DisplayVariant/TestDisplayVariant.php b/web/core/modules/system/tests/modules/display_variant_test/src/Plugin/DisplayVariant/TestDisplayVariant.php similarity index 100% rename from core/modules/system/tests/modules/display_variant_test/src/Plugin/DisplayVariant/TestDisplayVariant.php rename to web/core/modules/system/tests/modules/display_variant_test/src/Plugin/DisplayVariant/TestDisplayVariant.php diff --git a/core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml b/web/core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml rename to web/core/modules/system/tests/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml diff --git a/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml b/web/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml rename to web/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml diff --git a/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.routing.yml b/web/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.routing.yml rename to web/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.routing.yml diff --git a/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.services.yml b/web/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.services.yml rename to web/core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.services.yml diff --git a/core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestDomainObject.php b/web/core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestDomainObject.php similarity index 100% rename from core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestDomainObject.php rename to web/core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestDomainObject.php diff --git a/core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php b/web/core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php similarity index 100% rename from core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php rename to web/core/modules/system/tests/modules/early_rendering_controller_test/src/AttachmentsTestResponse.php diff --git a/core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php b/web/core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php similarity index 100% rename from core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php rename to web/core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestDomainObject.php diff --git a/core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestResponse.php b/web/core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestResponse.php similarity index 100% rename from core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestResponse.php rename to web/core/modules/system/tests/modules/early_rendering_controller_test/src/CacheableTestResponse.php diff --git a/core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php b/web/core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php similarity index 100% rename from core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php rename to web/core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php diff --git a/core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObject.php b/web/core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObject.php similarity index 100% rename from core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObject.php rename to web/core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObject.php diff --git a/core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObjectViewSubscriber.php b/web/core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObjectViewSubscriber.php similarity index 100% rename from core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObjectViewSubscriber.php rename to web/core/modules/system/tests/modules/early_rendering_controller_test/src/TestDomainObjectViewSubscriber.php diff --git a/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.info.yml b/web/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.info.yml rename to web/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.info.yml diff --git a/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module b/web/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module similarity index 100% rename from core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module rename to web/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module diff --git a/core/modules/system/tests/modules/entity_reference_test/config/install/views.view.test_entity_reference.yml b/web/core/modules/system/tests/modules/entity_reference_test/config/install/views.view.test_entity_reference.yml similarity index 100% rename from core/modules/system/tests/modules/entity_reference_test/config/install/views.view.test_entity_reference.yml rename to web/core/modules/system/tests/modules/entity_reference_test/config/install/views.view.test_entity_reference.yml diff --git a/core/modules/system/tests/modules/entity_reference_test/config/install/views.view.test_entity_reference_entity_test.yml b/web/core/modules/system/tests/modules/entity_reference_test/config/install/views.view.test_entity_reference_entity_test.yml similarity index 100% rename from core/modules/system/tests/modules/entity_reference_test/config/install/views.view.test_entity_reference_entity_test.yml rename to web/core/modules/system/tests/modules/entity_reference_test/config/install/views.view.test_entity_reference_entity_test.yml diff --git a/core/modules/system/tests/modules/entity_reference_test/entity_reference_test.info.yml b/web/core/modules/system/tests/modules/entity_reference_test/entity_reference_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/entity_reference_test/entity_reference_test.info.yml rename to web/core/modules/system/tests/modules/entity_reference_test/entity_reference_test.info.yml diff --git a/core/modules/system/tests/modules/entity_reference_test/entity_reference_test.module b/web/core/modules/system/tests/modules/entity_reference_test/entity_reference_test.module similarity index 100% rename from core/modules/system/tests/modules/entity_reference_test/entity_reference_test.module rename to web/core/modules/system/tests/modules/entity_reference_test/entity_reference_test.module diff --git a/core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml b/web/core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml similarity index 100% rename from core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml rename to web/core/modules/system/tests/modules/entity_reference_test_views/entity_reference_test_views.info.yml diff --git a/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_entity_test_mul_view.yml b/web/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_entity_test_mul_view.yml similarity index 100% rename from core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_entity_test_mul_view.yml rename to web/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_entity_test_mul_view.yml diff --git a/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_entity_test_view.yml b/web/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_entity_test_view.yml similarity index 100% rename from core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_entity_test_view.yml rename to web/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_entity_test_view.yml diff --git a/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_entity_test_view_long.yml b/web/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_entity_test_view_long.yml similarity index 100% rename from core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_entity_test_view_long.yml rename to web/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_entity_test_view_long.yml diff --git a/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_reverse_entity_test_mul_view.yml b/web/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_reverse_entity_test_mul_view.yml similarity index 100% rename from core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_reverse_entity_test_mul_view.yml rename to web/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_reverse_entity_test_mul_view.yml diff --git a/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_reverse_entity_test_view.yml b/web/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_reverse_entity_test_view.yml similarity index 100% rename from core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_reverse_entity_test_view.yml rename to web/core/modules/system/tests/modules/entity_reference_test_views/test_views/views.view.test_entity_reference_reverse_entity_test_view.yml diff --git a/core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml b/web/core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml rename to web/core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml diff --git a/core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module b/web/core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module similarity index 100% rename from core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module rename to web/core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module diff --git a/core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.full.yml b/web/core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.full.yml similarity index 100% rename from core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.full.yml rename to web/core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.full.yml diff --git a/core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.test.yml b/web/core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.test.yml similarity index 100% rename from core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.test.yml rename to web/core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.test.yml diff --git a/core/modules/system/tests/modules/entity_test/config/schema/entity_test.schema.yml b/web/core/modules/system/tests/modules/entity_test/config/schema/entity_test.schema.yml similarity index 100% rename from core/modules/system/tests/modules/entity_test/config/schema/entity_test.schema.yml rename to web/core/modules/system/tests/modules/entity_test/config/schema/entity_test.schema.yml diff --git a/core/modules/system/tests/modules/entity_test/entity_test.info.yml b/web/core/modules/system/tests/modules/entity_test/entity_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/entity_test/entity_test.info.yml rename to web/core/modules/system/tests/modules/entity_test/entity_test.info.yml diff --git a/core/modules/system/tests/modules/entity_test/entity_test.install b/web/core/modules/system/tests/modules/entity_test/entity_test.install similarity index 100% rename from core/modules/system/tests/modules/entity_test/entity_test.install rename to web/core/modules/system/tests/modules/entity_test/entity_test.install diff --git a/core/modules/system/tests/modules/entity_test/entity_test.links.task.yml b/web/core/modules/system/tests/modules/entity_test/entity_test.links.task.yml similarity index 100% rename from core/modules/system/tests/modules/entity_test/entity_test.links.task.yml rename to web/core/modules/system/tests/modules/entity_test/entity_test.links.task.yml diff --git a/core/modules/system/tests/modules/entity_test/entity_test.module b/web/core/modules/system/tests/modules/entity_test/entity_test.module similarity index 100% rename from core/modules/system/tests/modules/entity_test/entity_test.module rename to web/core/modules/system/tests/modules/entity_test/entity_test.module diff --git a/core/modules/system/tests/modules/entity_test/entity_test.permissions.yml b/web/core/modules/system/tests/modules/entity_test/entity_test.permissions.yml similarity index 100% rename from core/modules/system/tests/modules/entity_test/entity_test.permissions.yml rename to web/core/modules/system/tests/modules/entity_test/entity_test.permissions.yml diff --git a/core/modules/system/tests/modules/entity_test/entity_test.routing.yml b/web/core/modules/system/tests/modules/entity_test/entity_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/entity_test/entity_test.routing.yml rename to web/core/modules/system/tests/modules/entity_test/entity_test.routing.yml diff --git a/core/modules/system/tests/modules/entity_test/entity_test.services.yml b/web/core/modules/system/tests/modules/entity_test/entity_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/entity_test/entity_test.services.yml rename to web/core/modules/system/tests/modules/entity_test/entity_test.services.yml diff --git a/core/modules/system/tests/modules/entity_test/entity_test.views.inc b/web/core/modules/system/tests/modules/entity_test/entity_test.views.inc similarity index 100% rename from core/modules/system/tests/modules/entity_test/entity_test.views.inc rename to web/core/modules/system/tests/modules/entity_test/entity_test.views.inc diff --git a/core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php b/web/core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php rename to web/core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php diff --git a/core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php b/web/core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php rename to web/core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTest.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAdminRoutes.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAdminRoutes.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAdminRoutes.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestAdminRoutes.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBaseFieldDisplay.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBaseFieldDisplay.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBaseFieldDisplay.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBaseFieldDisplay.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestCache.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestCache.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestCache.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestCache.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestCompositeConstraint.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestCompositeConstraint.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestCompositeConstraint.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestCompositeConstraint.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraintViolation.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraintViolation.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraintViolation.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraintViolation.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraints.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraints.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraints.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestConstraints.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultAccess.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultAccess.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultAccess.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultAccess.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultValue.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultValue.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultValue.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestDefaultValue.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestLabel.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestLabel.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestLabel.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestLabel.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestLabelCallback.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestLabelCallback.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestLabelCallback.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestLabelCallback.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMul.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMul.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMul.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMul.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulChanged.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulChanged.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulChanged.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulChanged.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulDefaultValue.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulDefaultValue.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulDefaultValue.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulDefaultValue.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulLangcodeKey.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulLangcodeKey.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulLangcodeKey.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulLangcodeKey.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRev.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRev.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRev.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRev.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChanged.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChanged.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChanged.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulRevChanged.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMultiValueBasefield.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMultiValueBasefield.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMultiValueBasefield.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMultiValueBasefield.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNew.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNew.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNew.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNew.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoId.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoId.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoId.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoId.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoLabel.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoLabel.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoLabel.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoLabel.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRev.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRev.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRev.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestRev.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestStringId.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestStringId.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestStringId.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestStringId.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUpdate.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUpdate.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUpdate.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestUpdate.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestViewBuilder.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestViewBuilder.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestViewBuilder.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestViewBuilder.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithBundle.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithBundle.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithBundle.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithBundle.php diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithRevisionLog.php b/web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithRevisionLog.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithRevisionLog.php rename to web/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestWithRevisionLog.php diff --git a/core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php b/web/core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php rename to web/core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php diff --git a/core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php b/web/core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php rename to web/core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php diff --git a/core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php b/web/core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php rename to web/core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php diff --git a/core/modules/system/tests/modules/entity_test/src/EntityTestForm.php b/web/core/modules/system/tests/modules/entity_test/src/EntityTestForm.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/EntityTestForm.php rename to web/core/modules/system/tests/modules/entity_test/src/EntityTestForm.php diff --git a/core/modules/system/tests/modules/entity_test/src/EntityTestListBuilder.php b/web/core/modules/system/tests/modules/entity_test/src/EntityTestListBuilder.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/EntityTestListBuilder.php rename to web/core/modules/system/tests/modules/entity_test/src/EntityTestListBuilder.php diff --git a/core/modules/system/tests/modules/entity_test/src/EntityTestNoLoadStorage.php b/web/core/modules/system/tests/modules/entity_test/src/EntityTestNoLoadStorage.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/EntityTestNoLoadStorage.php rename to web/core/modules/system/tests/modules/entity_test/src/EntityTestNoLoadStorage.php diff --git a/core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php b/web/core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php rename to web/core/modules/system/tests/modules/entity_test/src/EntityTestPermissions.php diff --git a/core/modules/system/tests/modules/entity_test/src/EntityTestStorageSchema.php b/web/core/modules/system/tests/modules/entity_test/src/EntityTestStorageSchema.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/EntityTestStorageSchema.php rename to web/core/modules/system/tests/modules/entity_test/src/EntityTestStorageSchema.php diff --git a/core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php b/web/core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php rename to web/core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilder.php diff --git a/core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php b/web/core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php rename to web/core/modules/system/tests/modules/entity_test/src/EntityTestViewBuilderOverriddenView.php diff --git a/core/modules/system/tests/modules/entity_test/src/EntityTestViewsData.php b/web/core/modules/system/tests/modules/entity_test/src/EntityTestViewsData.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/EntityTestViewsData.php rename to web/core/modules/system/tests/modules/entity_test/src/EntityTestViewsData.php diff --git a/core/modules/system/tests/modules/entity_test/src/FieldStorageDefinition.php b/web/core/modules/system/tests/modules/entity_test/src/FieldStorageDefinition.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/FieldStorageDefinition.php rename to web/core/modules/system/tests/modules/entity_test/src/FieldStorageDefinition.php diff --git a/core/modules/system/tests/modules/entity_test/src/Plugin/Derivative/EntityTestLocalTasks.php b/web/core/modules/system/tests/modules/entity_test/src/Plugin/Derivative/EntityTestLocalTasks.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Plugin/Derivative/EntityTestLocalTasks.php rename to web/core/modules/system/tests/modules/entity_test/src/Plugin/Derivative/EntityTestLocalTasks.php diff --git a/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php b/web/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php rename to web/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php diff --git a/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php b/web/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php rename to web/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php diff --git a/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php b/web/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php rename to web/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php diff --git a/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php b/web/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php rename to web/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php diff --git a/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItemRequired.php b/web/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItemRequired.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItemRequired.php rename to web/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItemRequired.php diff --git a/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php b/web/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php rename to web/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php diff --git a/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraint.php b/web/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraint.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraint.php rename to web/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraint.php diff --git a/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraintValidator.php b/web/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraintValidator.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraintValidator.php rename to web/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraintValidator.php diff --git a/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevel.php b/web/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevel.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevel.php rename to web/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevel.php diff --git a/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php b/web/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php rename to web/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php diff --git a/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraint.php b/web/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraint.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraint.php rename to web/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraint.php diff --git a/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraintValidator.php b/web/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraintValidator.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraintValidator.php rename to web/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraintValidator.php diff --git a/core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php b/web/core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php similarity index 100% rename from core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php rename to web/core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php diff --git a/core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8001.inc b/web/core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8001.inc similarity index 100% rename from core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8001.inc rename to web/core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8001.inc diff --git a/core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8002.inc b/web/core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8002.inc similarity index 100% rename from core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8002.inc rename to web/core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8002.inc diff --git a/core/modules/system/tests/modules/entity_test/update/status_report_8001.inc b/web/core/modules/system/tests/modules/entity_test/update/status_report_8001.inc similarity index 100% rename from core/modules/system/tests/modules/entity_test/update/status_report_8001.inc rename to web/core/modules/system/tests/modules/entity_test/update/status_report_8001.inc diff --git a/core/modules/system/tests/modules/entity_test/update/status_report_8002.inc b/web/core/modules/system/tests/modules/entity_test/update/status_report_8002.inc similarity index 100% rename from core/modules/system/tests/modules/entity_test/update/status_report_8002.inc rename to web/core/modules/system/tests/modules/entity_test/update/status_report_8002.inc diff --git a/core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.info.yml b/web/core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.info.yml similarity index 100% rename from core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.info.yml rename to web/core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.info.yml diff --git a/core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.module b/web/core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.module similarity index 100% rename from core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.module rename to web/core/modules/system/tests/modules/entity_test_constraints/entity_test_constraints.module diff --git a/core/modules/system/tests/modules/entity_test_extra/entity_test_extra.info.yml b/web/core/modules/system/tests/modules/entity_test_extra/entity_test_extra.info.yml similarity index 100% rename from core/modules/system/tests/modules/entity_test_extra/entity_test_extra.info.yml rename to web/core/modules/system/tests/modules/entity_test_extra/entity_test_extra.info.yml diff --git a/core/modules/system/tests/modules/entity_test_extra/entity_test_extra.module b/web/core/modules/system/tests/modules/entity_test_extra/entity_test_extra.module similarity index 100% rename from core/modules/system/tests/modules/entity_test_extra/entity_test_extra.module rename to web/core/modules/system/tests/modules/entity_test_extra/entity_test_extra.module diff --git a/core/modules/system/tests/modules/entity_test_operation/entity_test_operation.info.yml b/web/core/modules/system/tests/modules/entity_test_operation/entity_test_operation.info.yml similarity index 100% rename from core/modules/system/tests/modules/entity_test_operation/entity_test_operation.info.yml rename to web/core/modules/system/tests/modules/entity_test_operation/entity_test_operation.info.yml diff --git a/core/modules/system/tests/modules/entity_test_operation/entity_test_operation.module b/web/core/modules/system/tests/modules/entity_test_operation/entity_test_operation.module similarity index 100% rename from core/modules/system/tests/modules/entity_test_operation/entity_test_operation.module rename to web/core/modules/system/tests/modules/entity_test_operation/entity_test_operation.module diff --git a/core/modules/system/tests/modules/entity_test_third_party/config/schema/entity_test_third_party.schema.yml b/web/core/modules/system/tests/modules/entity_test_third_party/config/schema/entity_test_third_party.schema.yml similarity index 100% rename from core/modules/system/tests/modules/entity_test_third_party/config/schema/entity_test_third_party.schema.yml rename to web/core/modules/system/tests/modules/entity_test_third_party/config/schema/entity_test_third_party.schema.yml diff --git a/core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml b/web/core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml similarity index 100% rename from core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml rename to web/core/modules/system/tests/modules/entity_test_third_party/entity_test_third_party.info.yml diff --git a/core/modules/system/tests/modules/error_service_test/error_service_test.info.yml b/web/core/modules/system/tests/modules/error_service_test/error_service_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/error_service_test/error_service_test.info.yml rename to web/core/modules/system/tests/modules/error_service_test/error_service_test.info.yml diff --git a/core/modules/system/tests/modules/error_service_test/error_service_test.routing.yml b/web/core/modules/system/tests/modules/error_service_test/error_service_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/error_service_test/error_service_test.routing.yml rename to web/core/modules/system/tests/modules/error_service_test/error_service_test.routing.yml diff --git a/core/modules/system/tests/modules/error_service_test/error_service_test.services.yml b/web/core/modules/system/tests/modules/error_service_test/error_service_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/error_service_test/error_service_test.services.yml rename to web/core/modules/system/tests/modules/error_service_test/error_service_test.services.yml diff --git a/core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php b/web/core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php similarity index 100% rename from core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php rename to web/core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php diff --git a/core/modules/system/tests/modules/error_service_test/src/ErrorServiceTestServiceProvider.php b/web/core/modules/system/tests/modules/error_service_test/src/ErrorServiceTestServiceProvider.php similarity index 100% rename from core/modules/system/tests/modules/error_service_test/src/ErrorServiceTestServiceProvider.php rename to web/core/modules/system/tests/modules/error_service_test/src/ErrorServiceTestServiceProvider.php diff --git a/core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php b/web/core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php similarity index 100% rename from core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php rename to web/core/modules/system/tests/modules/error_service_test/src/Logger/TestLog.php diff --git a/core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php b/web/core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php similarity index 100% rename from core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php rename to web/core/modules/system/tests/modules/error_service_test/src/LonelyMonkeyClass.php diff --git a/core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php b/web/core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php similarity index 100% rename from core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php rename to web/core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php diff --git a/core/modules/system/tests/modules/error_test/error_test.info.yml b/web/core/modules/system/tests/modules/error_test/error_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/error_test/error_test.info.yml rename to web/core/modules/system/tests/modules/error_test/error_test.info.yml diff --git a/core/modules/system/tests/modules/error_test/error_test.routing.yml b/web/core/modules/system/tests/modules/error_test/error_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/error_test/error_test.routing.yml rename to web/core/modules/system/tests/modules/error_test/error_test.routing.yml diff --git a/core/modules/system/tests/modules/error_test/src/Controller/ErrorTestController.php b/web/core/modules/system/tests/modules/error_test/src/Controller/ErrorTestController.php similarity index 100% rename from core/modules/system/tests/modules/error_test/src/Controller/ErrorTestController.php rename to web/core/modules/system/tests/modules/error_test/src/Controller/ErrorTestController.php diff --git a/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml b/web/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml rename to web/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.info.yml diff --git a/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.module b/web/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.module similarity index 100% rename from core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.module rename to web/core/modules/system/tests/modules/experimental_module_dependency_test/experimental_module_dependency_test.module diff --git a/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml b/web/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml rename to web/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.info.yml diff --git a/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.install b/web/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.install similarity index 100% rename from core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.install rename to web/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.install diff --git a/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.module b/web/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.module similarity index 100% rename from core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.module rename to web/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.module diff --git a/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.info.yml b/web/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/experimental_module_test/experimental_module_test.info.yml rename to web/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.info.yml diff --git a/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.module b/web/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.module similarity index 100% rename from core/modules/system/tests/modules/experimental_module_test/experimental_module_test.module rename to web/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.module diff --git a/core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml b/web/core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml similarity index 100% rename from core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml rename to web/core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml diff --git a/core/modules/system/tests/modules/form_test/form_test.info.yml b/web/core/modules/system/tests/modules/form_test/form_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/form_test/form_test.info.yml rename to web/core/modules/system/tests/modules/form_test/form_test.info.yml diff --git a/core/modules/system/tests/modules/form_test/form_test.module b/web/core/modules/system/tests/modules/form_test/form_test.module similarity index 100% rename from core/modules/system/tests/modules/form_test/form_test.module rename to web/core/modules/system/tests/modules/form_test/form_test.module diff --git a/core/modules/system/tests/modules/form_test/form_test.permissions.yml b/web/core/modules/system/tests/modules/form_test/form_test.permissions.yml similarity index 100% rename from core/modules/system/tests/modules/form_test/form_test.permissions.yml rename to web/core/modules/system/tests/modules/form_test/form_test.permissions.yml diff --git a/core/modules/system/tests/modules/form_test/form_test.routing.yml b/web/core/modules/system/tests/modules/form_test/form_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/form_test/form_test.routing.yml rename to web/core/modules/system/tests/modules/form_test/form_test.routing.yml diff --git a/core/modules/system/tests/modules/form_test/form_test.services.yml b/web/core/modules/system/tests/modules/form_test/form_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/form_test/form_test.services.yml rename to web/core/modules/system/tests/modules/form_test/form_test.services.yml diff --git a/core/modules/system/tests/modules/form_test/src/AutocompleteController.php b/web/core/modules/system/tests/modules/form_test/src/AutocompleteController.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/AutocompleteController.php rename to web/core/modules/system/tests/modules/form_test/src/AutocompleteController.php diff --git a/core/modules/system/tests/modules/form_test/src/Callbacks.php b/web/core/modules/system/tests/modules/form_test/src/Callbacks.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Callbacks.php rename to web/core/modules/system/tests/modules/form_test/src/Callbacks.php diff --git a/core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php b/web/core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php rename to web/core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php diff --git a/core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php b/web/core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php rename to web/core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Controller/FormTestController.php b/web/core/modules/system/tests/modules/form_test/src/Controller/FormTestController.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Controller/FormTestController.php rename to web/core/modules/system/tests/modules/form_test/src/Controller/FormTestController.php diff --git a/core/modules/system/tests/modules/form_test/src/EventSubscriber/FormTestEventSubscriber.php b/web/core/modules/system/tests/modules/form_test/src/EventSubscriber/FormTestEventSubscriber.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/EventSubscriber/FormTestEventSubscriber.php rename to web/core/modules/system/tests/modules/form_test/src/EventSubscriber/FormTestEventSubscriber.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestButtonClassForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestButtonClassForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestButtonClassForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestButtonClassForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestColorForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestColorForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestColorForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestColorForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestGetForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestGetForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestGetForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestGetForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestRangeInvalidForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestRedirectForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestRedirectForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestRedirectForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestRedirectForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestRequiredAttributeForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestRequiredAttributeForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestRequiredAttributeForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestRequiredAttributeForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestResponseForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestResponseForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestResponseForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestResponseForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestSelectForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestSelectForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestSelectForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestSelectForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestStatePersistForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectColspanForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectEmptyForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectFormBase.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectJsSelectForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateNoToken.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateNoToken.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestValidateNoToken.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateNoToken.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateRequiredNoTitleForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsAccessForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/FormTestVerticalTabsForm.php diff --git a/core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php rename to web/core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php diff --git a/core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php b/web/core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php rename to web/core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php diff --git a/core/modules/system/tests/modules/form_test/src/FormTestAutocompleteForm.php b/web/core/modules/system/tests/modules/form_test/src/FormTestAutocompleteForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/FormTestAutocompleteForm.php rename to web/core/modules/system/tests/modules/form_test/src/FormTestAutocompleteForm.php diff --git a/core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php b/web/core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php rename to web/core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php diff --git a/core/modules/system/tests/modules/form_test/src/FormTestObject.php b/web/core/modules/system/tests/modules/form_test/src/FormTestObject.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/FormTestObject.php rename to web/core/modules/system/tests/modules/form_test/src/FormTestObject.php diff --git a/core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php b/web/core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php rename to web/core/modules/system/tests/modules/form_test/src/FormTestServiceObject.php diff --git a/core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php b/web/core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php rename to web/core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php diff --git a/core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php b/web/core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php rename to web/core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php diff --git a/core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php b/web/core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php similarity index 100% rename from core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php rename to web/core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php diff --git a/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.info.yml b/web/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/httpkernel_test/httpkernel_test.info.yml rename to web/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.info.yml diff --git a/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.routing.yml b/web/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/httpkernel_test/httpkernel_test.routing.yml rename to web/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.routing.yml diff --git a/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.services.yml b/web/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/httpkernel_test/httpkernel_test.services.yml rename to web/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.services.yml diff --git a/core/modules/system/tests/modules/httpkernel_test/src/Controller/TestController.php b/web/core/modules/system/tests/modules/httpkernel_test/src/Controller/TestController.php similarity index 100% rename from core/modules/system/tests/modules/httpkernel_test/src/Controller/TestController.php rename to web/core/modules/system/tests/modules/httpkernel_test/src/Controller/TestController.php diff --git a/core/modules/system/tests/modules/httpkernel_test/src/HttpKernel/TestMiddleware.php b/web/core/modules/system/tests/modules/httpkernel_test/src/HttpKernel/TestMiddleware.php similarity index 100% rename from core/modules/system/tests/modules/httpkernel_test/src/HttpKernel/TestMiddleware.php rename to web/core/modules/system/tests/modules/httpkernel_test/src/HttpKernel/TestMiddleware.php diff --git a/core/modules/system/tests/modules/image_test/config/install/system.image.test_toolkit.yml b/web/core/modules/system/tests/modules/image_test/config/install/system.image.test_toolkit.yml similarity index 100% rename from core/modules/system/tests/modules/image_test/config/install/system.image.test_toolkit.yml rename to web/core/modules/system/tests/modules/image_test/config/install/system.image.test_toolkit.yml diff --git a/core/modules/system/tests/modules/image_test/config/schema/image_test.schema.yml b/web/core/modules/system/tests/modules/image_test/config/schema/image_test.schema.yml similarity index 100% rename from core/modules/system/tests/modules/image_test/config/schema/image_test.schema.yml rename to web/core/modules/system/tests/modules/image_test/config/schema/image_test.schema.yml diff --git a/core/modules/system/tests/modules/image_test/image_test.info.yml b/web/core/modules/system/tests/modules/image_test/image_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/image_test/image_test.info.yml rename to web/core/modules/system/tests/modules/image_test/image_test.info.yml diff --git a/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/BrokenToolkit.php b/web/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/BrokenToolkit.php similarity index 100% rename from core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/BrokenToolkit.php rename to web/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/BrokenToolkit.php diff --git a/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php b/web/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php similarity index 100% rename from core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php rename to web/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php diff --git a/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Bar.php b/web/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Bar.php similarity index 100% rename from core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Bar.php rename to web/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Bar.php diff --git a/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Foo.php b/web/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Foo.php similarity index 100% rename from core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Foo.php rename to web/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Foo.php diff --git a/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/FooDerived.php b/web/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/FooDerived.php similarity index 100% rename from core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/FooDerived.php rename to web/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/FooDerived.php diff --git a/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php b/web/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php similarity index 100% rename from core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php rename to web/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php diff --git a/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php b/web/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php similarity index 100% rename from core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php rename to web/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php diff --git a/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml b/web/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml similarity index 100% rename from core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml rename to web/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml diff --git a/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_ajax_request.js b/web/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_ajax_request.js similarity index 100% rename from core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_ajax_request.js rename to web/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_ajax_request.js diff --git a/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_element.js b/web/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_element.js similarity index 100% rename from core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_element.js rename to web/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_element.js diff --git a/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.info.yml b/web/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/js_webassert_test/js_webassert_test.info.yml rename to web/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.info.yml diff --git a/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.libraries.yml b/web/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.libraries.yml similarity index 100% rename from core/modules/system/tests/modules/js_webassert_test/js_webassert_test.libraries.yml rename to web/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.libraries.yml diff --git a/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.routing.yml b/web/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/js_webassert_test/js_webassert_test.routing.yml rename to web/core/modules/system/tests/modules/js_webassert_test/js_webassert_test.routing.yml diff --git a/core/modules/system/tests/modules/js_webassert_test/src/Form/JsWebAssertTestForm.php b/web/core/modules/system/tests/modules/js_webassert_test/src/Form/JsWebAssertTestForm.php similarity index 100% rename from core/modules/system/tests/modules/js_webassert_test/src/Form/JsWebAssertTestForm.php rename to web/core/modules/system/tests/modules/js_webassert_test/src/Form/JsWebAssertTestForm.php diff --git a/core/modules/system/tests/modules/keyvalue_test/keyvalue_test.info.yml b/web/core/modules/system/tests/modules/keyvalue_test/keyvalue_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/keyvalue_test/keyvalue_test.info.yml rename to web/core/modules/system/tests/modules/keyvalue_test/keyvalue_test.info.yml diff --git a/core/modules/system/tests/modules/keyvalue_test/keyvalue_test.module b/web/core/modules/system/tests/modules/keyvalue_test/keyvalue_test.module similarity index 100% rename from core/modules/system/tests/modules/keyvalue_test/keyvalue_test.module rename to web/core/modules/system/tests/modules/keyvalue_test/keyvalue_test.module diff --git a/core/modules/system/tests/modules/link_generation_test/link_generation_test.info.yml b/web/core/modules/system/tests/modules/link_generation_test/link_generation_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/link_generation_test/link_generation_test.info.yml rename to web/core/modules/system/tests/modules/link_generation_test/link_generation_test.info.yml diff --git a/core/modules/system/tests/modules/link_generation_test/link_generation_test.module b/web/core/modules/system/tests/modules/link_generation_test/link_generation_test.module similarity index 100% rename from core/modules/system/tests/modules/link_generation_test/link_generation_test.module rename to web/core/modules/system/tests/modules/link_generation_test/link_generation_test.module diff --git a/core/modules/system/tests/modules/menu_test/config/install/language/nl/menu_test.menu_item.yml b/web/core/modules/system/tests/modules/menu_test/config/install/language/nl/menu_test.menu_item.yml similarity index 100% rename from core/modules/system/tests/modules/menu_test/config/install/language/nl/menu_test.menu_item.yml rename to web/core/modules/system/tests/modules/menu_test/config/install/language/nl/menu_test.menu_item.yml diff --git a/core/modules/system/tests/modules/menu_test/config/install/menu_test.links.action.yml b/web/core/modules/system/tests/modules/menu_test/config/install/menu_test.links.action.yml similarity index 100% rename from core/modules/system/tests/modules/menu_test/config/install/menu_test.links.action.yml rename to web/core/modules/system/tests/modules/menu_test/config/install/menu_test.links.action.yml diff --git a/core/modules/system/tests/modules/menu_test/config/install/menu_test.menu_item.yml b/web/core/modules/system/tests/modules/menu_test/config/install/menu_test.menu_item.yml similarity index 100% rename from core/modules/system/tests/modules/menu_test/config/install/menu_test.menu_item.yml rename to web/core/modules/system/tests/modules/menu_test/config/install/menu_test.menu_item.yml diff --git a/core/modules/system/tests/modules/menu_test/config/install/system.menu.changed.yml b/web/core/modules/system/tests/modules/menu_test/config/install/system.menu.changed.yml similarity index 100% rename from core/modules/system/tests/modules/menu_test/config/install/system.menu.changed.yml rename to web/core/modules/system/tests/modules/menu_test/config/install/system.menu.changed.yml diff --git a/core/modules/system/tests/modules/menu_test/config/install/system.menu.original.yml b/web/core/modules/system/tests/modules/menu_test/config/install/system.menu.original.yml similarity index 100% rename from core/modules/system/tests/modules/menu_test/config/install/system.menu.original.yml rename to web/core/modules/system/tests/modules/menu_test/config/install/system.menu.original.yml diff --git a/core/modules/system/tests/modules/menu_test/config/schema/menu_test.schema.yml b/web/core/modules/system/tests/modules/menu_test/config/schema/menu_test.schema.yml similarity index 100% rename from core/modules/system/tests/modules/menu_test/config/schema/menu_test.schema.yml rename to web/core/modules/system/tests/modules/menu_test/config/schema/menu_test.schema.yml diff --git a/core/modules/system/tests/modules/menu_test/menu_test.info.yml b/web/core/modules/system/tests/modules/menu_test/menu_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/menu_test/menu_test.info.yml rename to web/core/modules/system/tests/modules/menu_test/menu_test.info.yml diff --git a/core/modules/system/tests/modules/menu_test/menu_test.links.action.yml b/web/core/modules/system/tests/modules/menu_test/menu_test.links.action.yml similarity index 100% rename from core/modules/system/tests/modules/menu_test/menu_test.links.action.yml rename to web/core/modules/system/tests/modules/menu_test/menu_test.links.action.yml diff --git a/core/modules/system/tests/modules/menu_test/menu_test.links.contextual.yml b/web/core/modules/system/tests/modules/menu_test/menu_test.links.contextual.yml similarity index 100% rename from core/modules/system/tests/modules/menu_test/menu_test.links.contextual.yml rename to web/core/modules/system/tests/modules/menu_test/menu_test.links.contextual.yml diff --git a/core/modules/system/tests/modules/menu_test/menu_test.links.menu.yml b/web/core/modules/system/tests/modules/menu_test/menu_test.links.menu.yml similarity index 100% rename from core/modules/system/tests/modules/menu_test/menu_test.links.menu.yml rename to web/core/modules/system/tests/modules/menu_test/menu_test.links.menu.yml diff --git a/core/modules/system/tests/modules/menu_test/menu_test.links.task.yml b/web/core/modules/system/tests/modules/menu_test/menu_test.links.task.yml similarity index 100% rename from core/modules/system/tests/modules/menu_test/menu_test.links.task.yml rename to web/core/modules/system/tests/modules/menu_test/menu_test.links.task.yml diff --git a/core/modules/system/tests/modules/menu_test/menu_test.module b/web/core/modules/system/tests/modules/menu_test/menu_test.module similarity index 100% rename from core/modules/system/tests/modules/menu_test/menu_test.module rename to web/core/modules/system/tests/modules/menu_test/menu_test.module diff --git a/core/modules/system/tests/modules/menu_test/menu_test.routing.yml b/web/core/modules/system/tests/modules/menu_test/menu_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/menu_test/menu_test.routing.yml rename to web/core/modules/system/tests/modules/menu_test/menu_test.routing.yml diff --git a/core/modules/system/tests/modules/menu_test/menu_test.services.yml b/web/core/modules/system/tests/modules/menu_test/menu_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/menu_test/menu_test.services.yml rename to web/core/modules/system/tests/modules/menu_test/menu_test.services.yml diff --git a/core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php b/web/core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php similarity index 100% rename from core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php rename to web/core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php diff --git a/core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php b/web/core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php similarity index 100% rename from core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php rename to web/core/modules/system/tests/modules/menu_test/src/Controller/MenuTestController.php diff --git a/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php b/web/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php similarity index 100% rename from core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php rename to web/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php diff --git a/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTest.php b/web/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTest.php similarity index 100% rename from core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTest.php rename to web/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTest.php diff --git a/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTestWithUnsafeTitle.php b/web/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTestWithUnsafeTitle.php similarity index 100% rename from core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTestWithUnsafeTitle.php rename to web/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTestWithUnsafeTitle.php diff --git a/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/MenuLinkTestWithUnsafeTitle.php b/web/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/MenuLinkTestWithUnsafeTitle.php similarity index 100% rename from core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/MenuLinkTestWithUnsafeTitle.php rename to web/core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/MenuLinkTestWithUnsafeTitle.php diff --git a/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/ContextualLink/TestContextualLink.php b/web/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/ContextualLink/TestContextualLink.php similarity index 100% rename from core/modules/system/tests/modules/menu_test/src/Plugin/Menu/ContextualLink/TestContextualLink.php rename to web/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/ContextualLink/TestContextualLink.php diff --git a/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction.php b/web/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction.php similarity index 100% rename from core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction.php rename to web/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction.php diff --git a/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction4.php b/web/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction4.php similarity index 100% rename from core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction4.php rename to web/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction4.php diff --git a/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction5.php b/web/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction5.php similarity index 100% rename from core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction5.php rename to web/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction5.php diff --git a/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php b/web/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php similarity index 100% rename from core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php rename to web/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php diff --git a/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTaskWithUserInput.php b/web/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTaskWithUserInput.php similarity index 100% rename from core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTaskWithUserInput.php rename to web/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTaskWithUserInput.php diff --git a/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php b/web/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php similarity index 100% rename from core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php rename to web/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php diff --git a/core/modules/system/tests/modules/menu_test/src/TestControllers.php b/web/core/modules/system/tests/modules/menu_test/src/TestControllers.php similarity index 100% rename from core/modules/system/tests/modules/menu_test/src/TestControllers.php rename to web/core/modules/system/tests/modules/menu_test/src/TestControllers.php diff --git a/core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php b/web/core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php similarity index 100% rename from core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php rename to web/core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php diff --git a/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml b/web/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml rename to web/core/modules/system/tests/modules/module_autoload_test/module_autoload_test.info.yml diff --git a/core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php b/web/core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php similarity index 100% rename from core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php rename to web/core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php diff --git a/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.info.yml b/web/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.info.yml similarity index 100% rename from core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.info.yml rename to web/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.info.yml diff --git a/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml b/web/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml similarity index 100% rename from core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml rename to web/core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.info.yml diff --git a/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.info.yml b/web/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.info.yml similarity index 100% rename from core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.info.yml rename to web/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.info.yml diff --git a/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml b/web/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml similarity index 100% rename from core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml rename to web/core/modules/system/tests/modules/module_install_class_loader_test1/module_install_class_loader_test1.services.yml diff --git a/core/modules/system/tests/modules/module_install_class_loader_test1/src/EventSubscriber.php b/web/core/modules/system/tests/modules/module_install_class_loader_test1/src/EventSubscriber.php similarity index 100% rename from core/modules/system/tests/modules/module_install_class_loader_test1/src/EventSubscriber.php rename to web/core/modules/system/tests/modules/module_install_class_loader_test1/src/EventSubscriber.php diff --git a/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml b/web/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml similarity index 100% rename from core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml rename to web/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.info.yml diff --git a/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.services.yml b/web/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.services.yml similarity index 100% rename from core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.services.yml rename to web/core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.services.yml diff --git a/core/modules/system/tests/modules/module_install_class_loader_test2/src/EventSubscriber.php b/web/core/modules/system/tests/modules/module_install_class_loader_test2/src/EventSubscriber.php similarity index 100% rename from core/modules/system/tests/modules/module_install_class_loader_test2/src/EventSubscriber.php rename to web/core/modules/system/tests/modules/module_install_class_loader_test2/src/EventSubscriber.php diff --git a/core/modules/system/tests/modules/module_installer_config_test/config/install/module_installer_config_test.type.missing_id.yml b/web/core/modules/system/tests/modules/module_installer_config_test/config/install/module_installer_config_test.type.missing_id.yml similarity index 100% rename from core/modules/system/tests/modules/module_installer_config_test/config/install/module_installer_config_test.type.missing_id.yml rename to web/core/modules/system/tests/modules/module_installer_config_test/config/install/module_installer_config_test.type.missing_id.yml diff --git a/core/modules/system/tests/modules/module_installer_config_test/config/schema/module_installer_config_test.schema.yml b/web/core/modules/system/tests/modules/module_installer_config_test/config/schema/module_installer_config_test.schema.yml similarity index 100% rename from core/modules/system/tests/modules/module_installer_config_test/config/schema/module_installer_config_test.schema.yml rename to web/core/modules/system/tests/modules/module_installer_config_test/config/schema/module_installer_config_test.schema.yml diff --git a/core/modules/system/tests/modules/module_installer_config_test/module_installer_config_test.info.yml b/web/core/modules/system/tests/modules/module_installer_config_test/module_installer_config_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/module_installer_config_test/module_installer_config_test.info.yml rename to web/core/modules/system/tests/modules/module_installer_config_test/module_installer_config_test.info.yml diff --git a/core/modules/system/tests/modules/module_installer_config_test/src/Entity/TestConfigType.php b/web/core/modules/system/tests/modules/module_installer_config_test/src/Entity/TestConfigType.php similarity index 100% rename from core/modules/system/tests/modules/module_installer_config_test/src/Entity/TestConfigType.php rename to web/core/modules/system/tests/modules/module_installer_config_test/src/Entity/TestConfigType.php diff --git a/core/modules/system/tests/modules/module_required_test/module_required_test.info.yml b/web/core/modules/system/tests/modules/module_required_test/module_required_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/module_required_test/module_required_test.info.yml rename to web/core/modules/system/tests/modules/module_required_test/module_required_test.info.yml diff --git a/core/modules/system/tests/modules/module_required_test/module_required_test.module b/web/core/modules/system/tests/modules/module_required_test/module_required_test.module similarity index 100% rename from core/modules/system/tests/modules/module_required_test/module_required_test.module rename to web/core/modules/system/tests/modules/module_required_test/module_required_test.module diff --git a/core/modules/system/tests/modules/module_test/config/schema/module_test.schema.yml b/web/core/modules/system/tests/modules/module_test/config/schema/module_test.schema.yml similarity index 100% rename from core/modules/system/tests/modules/module_test/config/schema/module_test.schema.yml rename to web/core/modules/system/tests/modules/module_test/config/schema/module_test.schema.yml diff --git a/core/modules/system/tests/modules/module_test/module_test.file.inc b/web/core/modules/system/tests/modules/module_test/module_test.file.inc similarity index 100% rename from core/modules/system/tests/modules/module_test/module_test.file.inc rename to web/core/modules/system/tests/modules/module_test/module_test.file.inc diff --git a/core/modules/system/tests/modules/module_test/module_test.implementations.inc b/web/core/modules/system/tests/modules/module_test/module_test.implementations.inc similarity index 100% rename from core/modules/system/tests/modules/module_test/module_test.implementations.inc rename to web/core/modules/system/tests/modules/module_test/module_test.implementations.inc diff --git a/core/modules/system/tests/modules/module_test/module_test.info.yml b/web/core/modules/system/tests/modules/module_test/module_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/module_test/module_test.info.yml rename to web/core/modules/system/tests/modules/module_test/module_test.info.yml diff --git a/core/modules/system/tests/modules/module_test/module_test.install b/web/core/modules/system/tests/modules/module_test/module_test.install similarity index 100% rename from core/modules/system/tests/modules/module_test/module_test.install rename to web/core/modules/system/tests/modules/module_test/module_test.install diff --git a/core/modules/system/tests/modules/module_test/module_test.module b/web/core/modules/system/tests/modules/module_test/module_test.module similarity index 100% rename from core/modules/system/tests/modules/module_test/module_test.module rename to web/core/modules/system/tests/modules/module_test/module_test.module diff --git a/core/modules/system/tests/modules/module_test/module_test.permissions.yml b/web/core/modules/system/tests/modules/module_test/module_test.permissions.yml similarity index 100% rename from core/modules/system/tests/modules/module_test/module_test.permissions.yml rename to web/core/modules/system/tests/modules/module_test/module_test.permissions.yml diff --git a/core/modules/system/tests/modules/module_test/module_test.post_update.php b/web/core/modules/system/tests/modules/module_test/module_test.post_update.php similarity index 100% rename from core/modules/system/tests/modules/module_test/module_test.post_update.php rename to web/core/modules/system/tests/modules/module_test/module_test.post_update.php diff --git a/core/modules/system/tests/modules/module_test/module_test.routing.yml b/web/core/modules/system/tests/modules/module_test/module_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/module_test/module_test.routing.yml rename to web/core/modules/system/tests/modules/module_test/module_test.routing.yml diff --git a/core/modules/system/tests/modules/module_test/src/Controller/ModuleTestController.php b/web/core/modules/system/tests/modules/module_test/src/Controller/ModuleTestController.php similarity index 100% rename from core/modules/system/tests/modules/module_test/src/Controller/ModuleTestController.php rename to web/core/modules/system/tests/modules/module_test/src/Controller/ModuleTestController.php diff --git a/core/modules/system/tests/modules/pager_test/pager_test.info.yml b/web/core/modules/system/tests/modules/pager_test/pager_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/pager_test/pager_test.info.yml rename to web/core/modules/system/tests/modules/pager_test/pager_test.info.yml diff --git a/core/modules/system/tests/modules/pager_test/pager_test.routing.yml b/web/core/modules/system/tests/modules/pager_test/pager_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/pager_test/pager_test.routing.yml rename to web/core/modules/system/tests/modules/pager_test/pager_test.routing.yml diff --git a/core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php b/web/core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php similarity index 100% rename from core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php rename to web/core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php diff --git a/core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml b/web/core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml rename to web/core/modules/system/tests/modules/paramconverter_test/paramconverter_test.info.yml diff --git a/core/modules/system/tests/modules/paramconverter_test/paramconverter_test.routing.yml b/web/core/modules/system/tests/modules/paramconverter_test/paramconverter_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/paramconverter_test/paramconverter_test.routing.yml rename to web/core/modules/system/tests/modules/paramconverter_test/paramconverter_test.routing.yml diff --git a/core/modules/system/tests/modules/paramconverter_test/src/TestControllers.php b/web/core/modules/system/tests/modules/paramconverter_test/src/TestControllers.php similarity index 100% rename from core/modules/system/tests/modules/paramconverter_test/src/TestControllers.php rename to web/core/modules/system/tests/modules/paramconverter_test/src/TestControllers.php diff --git a/core/modules/system/tests/modules/path_test/path_test.info.yml b/web/core/modules/system/tests/modules/path_test/path_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/path_test/path_test.info.yml rename to web/core/modules/system/tests/modules/path_test/path_test.info.yml diff --git a/core/modules/system/tests/modules/path_test/path_test.module b/web/core/modules/system/tests/modules/path_test/path_test.module similarity index 100% rename from core/modules/system/tests/modules/path_test/path_test.module rename to web/core/modules/system/tests/modules/path_test/path_test.module diff --git a/core/modules/system/tests/modules/plugin_test/plugin_test.info.yml b/web/core/modules/system/tests/modules/plugin_test/plugin_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/plugin_test/plugin_test.info.yml rename to web/core/modules/system/tests/modules/plugin_test/plugin_test.info.yml diff --git a/core/modules/system/tests/modules/plugin_test/plugin_test.module b/web/core/modules/system/tests/modules/plugin_test/plugin_test.module similarity index 100% rename from core/modules/system/tests/modules/plugin_test/plugin_test.module rename to web/core/modules/system/tests/modules/plugin_test/plugin_test.module diff --git a/core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample1.php b/web/core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample1.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample1.php rename to web/core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample1.php diff --git a/core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample2.php b/web/core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample2.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample2.php rename to web/core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample2.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/DefaultsTestPluginManager.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/DefaultsTestPluginManager.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/DefaultsTestPluginManager.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/DefaultsTestPluginManager.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/MockBlockManager.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example1.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example1.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example1.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example1.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example2.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example2.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example2.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/custom_annotation/Example2.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Apple.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Apple.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Apple.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Apple.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Banana.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Banana.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Banana.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Banana.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Cherry.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Cherry.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Cherry.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Cherry.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/FruitInterface.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Kale.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/NonAnnotatedClass.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/NonAnnotatedClass.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/NonAnnotatedClass.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/NonAnnotatedClass.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Orange.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Orange.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Orange.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Orange.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/README.txt b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/README.txt similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/README.txt rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/README.txt diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockComplexContextBlock.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockComplexContextBlock.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockComplexContextBlock.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockComplexContextBlock.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlock.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlock.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlock.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlock.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlock.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlock.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlock.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlock.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockTestBlock.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockTestBlock.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockTestBlock.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockTestBlock.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserLoginBlock.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserNameBlock.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserNameBlock.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserNameBlock.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/MockUserNameBlock.php diff --git a/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/TypedDataStringBlock.php b/web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/TypedDataStringBlock.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/TypedDataStringBlock.php rename to web/core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/mock_block/TypedDataStringBlock.php diff --git a/core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml b/web/core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml similarity index 100% rename from core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml rename to web/core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml diff --git a/core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php b/web/core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php rename to web/core/modules/system/tests/modules/plugin_test_extended/src/Plugin/Annotation/PluginExtended.php diff --git a/core/modules/system/tests/modules/plugin_test_extended/src/Plugin/plugin_test/fruit/BigApple.php b/web/core/modules/system/tests/modules/plugin_test_extended/src/Plugin/plugin_test/fruit/BigApple.php similarity index 100% rename from core/modules/system/tests/modules/plugin_test_extended/src/Plugin/plugin_test/fruit/BigApple.php rename to web/core/modules/system/tests/modules/plugin_test_extended/src/Plugin/plugin_test/fruit/BigApple.php diff --git a/core/modules/system/tests/modules/render_attached_test/render_attached_test.info.yml b/web/core/modules/system/tests/modules/render_attached_test/render_attached_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/render_attached_test/render_attached_test.info.yml rename to web/core/modules/system/tests/modules/render_attached_test/render_attached_test.info.yml diff --git a/core/modules/system/tests/modules/render_attached_test/render_attached_test.routing.yml b/web/core/modules/system/tests/modules/render_attached_test/render_attached_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/render_attached_test/render_attached_test.routing.yml rename to web/core/modules/system/tests/modules/render_attached_test/render_attached_test.routing.yml diff --git a/core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php b/web/core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php similarity index 100% rename from core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php rename to web/core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php diff --git a/core/modules/system/tests/modules/render_attached_test/src/Plugin/Block/AttachedRenderingBlock.php b/web/core/modules/system/tests/modules/render_attached_test/src/Plugin/Block/AttachedRenderingBlock.php similarity index 100% rename from core/modules/system/tests/modules/render_attached_test/src/Plugin/Block/AttachedRenderingBlock.php rename to web/core/modules/system/tests/modules/render_attached_test/src/Plugin/Block/AttachedRenderingBlock.php diff --git a/core/modules/system/tests/modules/render_placeholder_message_test/render_placeholder_message_test.info.yml b/web/core/modules/system/tests/modules/render_placeholder_message_test/render_placeholder_message_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/render_placeholder_message_test/render_placeholder_message_test.info.yml rename to web/core/modules/system/tests/modules/render_placeholder_message_test/render_placeholder_message_test.info.yml diff --git a/core/modules/system/tests/modules/render_placeholder_message_test/render_placeholder_message_test.routing.yml b/web/core/modules/system/tests/modules/render_placeholder_message_test/render_placeholder_message_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/render_placeholder_message_test/render_placeholder_message_test.routing.yml rename to web/core/modules/system/tests/modules/render_placeholder_message_test/render_placeholder_message_test.routing.yml diff --git a/core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php b/web/core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php similarity index 100% rename from core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php rename to web/core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php diff --git a/core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml b/web/core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml rename to web/core/modules/system/tests/modules/requirements1_test/requirements1_test.info.yml diff --git a/core/modules/system/tests/modules/requirements1_test/requirements1_test.install b/web/core/modules/system/tests/modules/requirements1_test/requirements1_test.install similarity index 100% rename from core/modules/system/tests/modules/requirements1_test/requirements1_test.install rename to web/core/modules/system/tests/modules/requirements1_test/requirements1_test.install diff --git a/core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml b/web/core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml rename to web/core/modules/system/tests/modules/requirements2_test/requirements2_test.info.yml diff --git a/core/modules/system/tests/modules/router_test_directory/router_test.info.yml b/web/core/modules/system/tests/modules/router_test_directory/router_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/router_test_directory/router_test.info.yml rename to web/core/modules/system/tests/modules/router_test_directory/router_test.info.yml diff --git a/core/modules/system/tests/modules/router_test_directory/router_test.permissions.yml b/web/core/modules/system/tests/modules/router_test_directory/router_test.permissions.yml similarity index 100% rename from core/modules/system/tests/modules/router_test_directory/router_test.permissions.yml rename to web/core/modules/system/tests/modules/router_test_directory/router_test.permissions.yml diff --git a/core/modules/system/tests/modules/router_test_directory/router_test.routing.yml b/web/core/modules/system/tests/modules/router_test_directory/router_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/router_test_directory/router_test.routing.yml rename to web/core/modules/system/tests/modules/router_test_directory/router_test.routing.yml diff --git a/core/modules/system/tests/modules/router_test_directory/src/Access/DefinedTestAccessCheck.php b/web/core/modules/system/tests/modules/router_test_directory/src/Access/DefinedTestAccessCheck.php similarity index 100% rename from core/modules/system/tests/modules/router_test_directory/src/Access/DefinedTestAccessCheck.php rename to web/core/modules/system/tests/modules/router_test_directory/src/Access/DefinedTestAccessCheck.php diff --git a/core/modules/system/tests/modules/router_test_directory/src/Access/TestAccessCheck.php b/web/core/modules/system/tests/modules/router_test_directory/src/Access/TestAccessCheck.php similarity index 100% rename from core/modules/system/tests/modules/router_test_directory/src/Access/TestAccessCheck.php rename to web/core/modules/system/tests/modules/router_test_directory/src/Access/TestAccessCheck.php diff --git a/core/modules/system/tests/modules/router_test_directory/src/RouteTestSubscriber.php b/web/core/modules/system/tests/modules/router_test_directory/src/RouteTestSubscriber.php similarity index 100% rename from core/modules/system/tests/modules/router_test_directory/src/RouteTestSubscriber.php rename to web/core/modules/system/tests/modules/router_test_directory/src/RouteTestSubscriber.php diff --git a/core/modules/system/tests/modules/router_test_directory/src/RouterTestServiceProvider.php b/web/core/modules/system/tests/modules/router_test_directory/src/RouterTestServiceProvider.php similarity index 100% rename from core/modules/system/tests/modules/router_test_directory/src/RouterTestServiceProvider.php rename to web/core/modules/system/tests/modules/router_test_directory/src/RouterTestServiceProvider.php diff --git a/core/modules/system/tests/modules/router_test_directory/src/TestContent.php b/web/core/modules/system/tests/modules/router_test_directory/src/TestContent.php similarity index 100% rename from core/modules/system/tests/modules/router_test_directory/src/TestContent.php rename to web/core/modules/system/tests/modules/router_test_directory/src/TestContent.php diff --git a/core/modules/system/tests/modules/router_test_directory/src/TestControllers.php b/web/core/modules/system/tests/modules/router_test_directory/src/TestControllers.php similarity index 100% rename from core/modules/system/tests/modules/router_test_directory/src/TestControllers.php rename to web/core/modules/system/tests/modules/router_test_directory/src/TestControllers.php diff --git a/core/modules/system/tests/modules/service_provider_test/service_provider_test.info.yml b/web/core/modules/system/tests/modules/service_provider_test/service_provider_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/service_provider_test/service_provider_test.info.yml rename to web/core/modules/system/tests/modules/service_provider_test/service_provider_test.info.yml diff --git a/core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml b/web/core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml rename to web/core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml diff --git a/core/modules/system/tests/modules/service_provider_test/src/ServiceProviderTestServiceProvider.php b/web/core/modules/system/tests/modules/service_provider_test/src/ServiceProviderTestServiceProvider.php similarity index 100% rename from core/modules/system/tests/modules/service_provider_test/src/ServiceProviderTestServiceProvider.php rename to web/core/modules/system/tests/modules/service_provider_test/src/ServiceProviderTestServiceProvider.php diff --git a/core/modules/system/tests/modules/service_provider_test/src/TestClass.php b/web/core/modules/system/tests/modules/service_provider_test/src/TestClass.php similarity index 100% rename from core/modules/system/tests/modules/service_provider_test/src/TestClass.php rename to web/core/modules/system/tests/modules/service_provider_test/src/TestClass.php diff --git a/core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php b/web/core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php similarity index 100% rename from core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php rename to web/core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php diff --git a/core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.info.yml b/web/core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.info.yml rename to web/core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.info.yml diff --git a/core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.module b/web/core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.module similarity index 100% rename from core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.module rename to web/core/modules/system/tests/modules/session_exists_cache_context_test/session_exists_cache_context_test.module diff --git a/core/modules/system/tests/modules/session_test/session_test.info.yml b/web/core/modules/system/tests/modules/session_test/session_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/session_test/session_test.info.yml rename to web/core/modules/system/tests/modules/session_test/session_test.info.yml diff --git a/core/modules/system/tests/modules/session_test/session_test.module b/web/core/modules/system/tests/modules/session_test/session_test.module similarity index 100% rename from core/modules/system/tests/modules/session_test/session_test.module rename to web/core/modules/system/tests/modules/session_test/session_test.module diff --git a/core/modules/system/tests/modules/session_test/session_test.routing.yml b/web/core/modules/system/tests/modules/session_test/session_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/session_test/session_test.routing.yml rename to web/core/modules/system/tests/modules/session_test/session_test.routing.yml diff --git a/core/modules/system/tests/modules/session_test/session_test.services.yml b/web/core/modules/system/tests/modules/session_test/session_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/session_test/session_test.services.yml rename to web/core/modules/system/tests/modules/session_test/session_test.services.yml diff --git a/core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php b/web/core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php similarity index 100% rename from core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php rename to web/core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php diff --git a/core/modules/system/tests/modules/session_test/src/EventSubscriber/SessionTestSubscriber.php b/web/core/modules/system/tests/modules/session_test/src/EventSubscriber/SessionTestSubscriber.php similarity index 100% rename from core/modules/system/tests/modules/session_test/src/EventSubscriber/SessionTestSubscriber.php rename to web/core/modules/system/tests/modules/session_test/src/EventSubscriber/SessionTestSubscriber.php diff --git a/core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php b/web/core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php similarity index 100% rename from core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php rename to web/core/modules/system/tests/modules/session_test/src/Form/SessionTestForm.php diff --git a/core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php b/web/core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php similarity index 100% rename from core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php rename to web/core/modules/system/tests/modules/session_test/src/Session/TestSessionHandlerProxy.php diff --git a/core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml b/web/core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml rename to web/core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml diff --git a/core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml b/web/core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml rename to web/core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml diff --git a/core/modules/system/tests/modules/system_incompatible_core_version_test/system_incompatible_core_version_test.info.yml b/web/core/modules/system/tests/modules/system_incompatible_core_version_test/system_incompatible_core_version_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/system_incompatible_core_version_test/system_incompatible_core_version_test.info.yml rename to web/core/modules/system/tests/modules/system_incompatible_core_version_test/system_incompatible_core_version_test.info.yml diff --git a/core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml b/web/core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml rename to web/core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml diff --git a/core/modules/system/tests/modules/system_incompatible_module_version_test/system_incompatible_module_version_test.info.yml b/web/core/modules/system/tests/modules/system_incompatible_module_version_test/system_incompatible_module_version_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/system_incompatible_module_version_test/system_incompatible_module_version_test.info.yml rename to web/core/modules/system/tests/modules/system_incompatible_module_version_test/system_incompatible_module_version_test.info.yml diff --git a/core/modules/system/tests/modules/system_mail_failure_test/src/Plugin/Mail/TestPhpMailFailure.php b/web/core/modules/system/tests/modules/system_mail_failure_test/src/Plugin/Mail/TestPhpMailFailure.php similarity index 100% rename from core/modules/system/tests/modules/system_mail_failure_test/src/Plugin/Mail/TestPhpMailFailure.php rename to web/core/modules/system/tests/modules/system_mail_failure_test/src/Plugin/Mail/TestPhpMailFailure.php diff --git a/core/modules/system/tests/modules/system_mail_failure_test/system_mail_failure_test.info.yml b/web/core/modules/system/tests/modules/system_mail_failure_test/system_mail_failure_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/system_mail_failure_test/system_mail_failure_test.info.yml rename to web/core/modules/system/tests/modules/system_mail_failure_test/system_mail_failure_test.info.yml diff --git a/core/modules/system/tests/modules/system_module_test/system_module_test.info.yml b/web/core/modules/system/tests/modules/system_module_test/system_module_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/system_module_test/system_module_test.info.yml rename to web/core/modules/system/tests/modules/system_module_test/system_module_test.info.yml diff --git a/core/modules/system/tests/modules/system_module_test/system_module_test.module b/web/core/modules/system/tests/modules/system_module_test/system_module_test.module similarity index 100% rename from core/modules/system/tests/modules/system_module_test/system_module_test.module rename to web/core/modules/system/tests/modules/system_module_test/system_module_test.module diff --git a/core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml b/web/core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml rename to web/core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml diff --git a/core/modules/system/tests/modules/system_test/src/Controller/PageCacheAcceptHeaderController.php b/web/core/modules/system/tests/modules/system_test/src/Controller/PageCacheAcceptHeaderController.php similarity index 100% rename from core/modules/system/tests/modules/system_test/src/Controller/PageCacheAcceptHeaderController.php rename to web/core/modules/system/tests/modules/system_test/src/Controller/PageCacheAcceptHeaderController.php diff --git a/core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php b/web/core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php similarity index 100% rename from core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php rename to web/core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php diff --git a/core/modules/system/tests/modules/system_test/src/MockFileTransfer.php b/web/core/modules/system/tests/modules/system_test/src/MockFileTransfer.php similarity index 100% rename from core/modules/system/tests/modules/system_test/src/MockFileTransfer.php rename to web/core/modules/system/tests/modules/system_test/src/MockFileTransfer.php diff --git a/core/modules/system/tests/modules/system_test/system_test.info.yml b/web/core/modules/system/tests/modules/system_test/system_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/system_test/system_test.info.yml rename to web/core/modules/system/tests/modules/system_test/system_test.info.yml diff --git a/core/modules/system/tests/modules/system_test/system_test.module b/web/core/modules/system/tests/modules/system_test/system_test.module similarity index 100% rename from core/modules/system/tests/modules/system_test/system_test.module rename to web/core/modules/system/tests/modules/system_test/system_test.module diff --git a/core/modules/system/tests/modules/system_test/system_test.permissions.yml b/web/core/modules/system/tests/modules/system_test/system_test.permissions.yml similarity index 100% rename from core/modules/system/tests/modules/system_test/system_test.permissions.yml rename to web/core/modules/system/tests/modules/system_test/system_test.permissions.yml diff --git a/core/modules/system/tests/modules/system_test/system_test.routing.yml b/web/core/modules/system/tests/modules/system_test/system_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/system_test/system_test.routing.yml rename to web/core/modules/system/tests/modules/system_test/system_test.routing.yml diff --git a/core/modules/system/tests/modules/test_page_test/src/Controller/Test.php b/web/core/modules/system/tests/modules/test_page_test/src/Controller/Test.php similarity index 100% rename from core/modules/system/tests/modules/test_page_test/src/Controller/Test.php rename to web/core/modules/system/tests/modules/test_page_test/src/Controller/Test.php diff --git a/core/modules/system/tests/modules/test_page_test/src/Controller/TestPageTestController.php b/web/core/modules/system/tests/modules/test_page_test/src/Controller/TestPageTestController.php similarity index 100% rename from core/modules/system/tests/modules/test_page_test/src/Controller/TestPageTestController.php rename to web/core/modules/system/tests/modules/test_page_test/src/Controller/TestPageTestController.php diff --git a/core/modules/system/tests/modules/test_page_test/test_page_test.info.yml b/web/core/modules/system/tests/modules/test_page_test/test_page_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/test_page_test/test_page_test.info.yml rename to web/core/modules/system/tests/modules/test_page_test/test_page_test.info.yml diff --git a/core/modules/system/tests/modules/test_page_test/test_page_test.links.menu.yml b/web/core/modules/system/tests/modules/test_page_test/test_page_test.links.menu.yml similarity index 100% rename from core/modules/system/tests/modules/test_page_test/test_page_test.links.menu.yml rename to web/core/modules/system/tests/modules/test_page_test/test_page_test.links.menu.yml diff --git a/core/modules/system/tests/modules/test_page_test/test_page_test.routing.yml b/web/core/modules/system/tests/modules/test_page_test/test_page_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/test_page_test/test_page_test.routing.yml rename to web/core/modules/system/tests/modules/test_page_test/test_page_test.routing.yml diff --git a/core/modules/system/tests/modules/theme_page_test/theme_page_test.info.yml b/web/core/modules/system/tests/modules/theme_page_test/theme_page_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/theme_page_test/theme_page_test.info.yml rename to web/core/modules/system/tests/modules/theme_page_test/theme_page_test.info.yml diff --git a/core/modules/system/tests/modules/theme_page_test/theme_page_test.module b/web/core/modules/system/tests/modules/theme_page_test/theme_page_test.module similarity index 100% rename from core/modules/system/tests/modules/theme_page_test/theme_page_test.module rename to web/core/modules/system/tests/modules/theme_page_test/theme_page_test.module diff --git a/core/modules/system/tests/modules/theme_region_test/theme_region_test.info.yml b/web/core/modules/system/tests/modules/theme_region_test/theme_region_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/theme_region_test/theme_region_test.info.yml rename to web/core/modules/system/tests/modules/theme_region_test/theme_region_test.info.yml diff --git a/core/modules/system/tests/modules/theme_region_test/theme_region_test.module b/web/core/modules/system/tests/modules/theme_region_test/theme_region_test.module similarity index 100% rename from core/modules/system/tests/modules/theme_region_test/theme_region_test.module rename to web/core/modules/system/tests/modules/theme_region_test/theme_region_test.module diff --git a/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.inc b/web/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.inc similarity index 100% rename from core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.inc rename to web/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.inc diff --git a/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml b/web/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml rename to web/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.info.yml diff --git a/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.module b/web/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.module similarity index 100% rename from core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.module rename to web/core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.module diff --git a/core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php b/web/core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php similarity index 100% rename from core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php rename to web/core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php diff --git a/core/modules/system/tests/modules/theme_test/src/Theme/CustomThemeNegotiator.php b/web/core/modules/system/tests/modules/theme_test/src/Theme/CustomThemeNegotiator.php similarity index 100% rename from core/modules/system/tests/modules/theme_test/src/Theme/CustomThemeNegotiator.php rename to web/core/modules/system/tests/modules/theme_test/src/Theme/CustomThemeNegotiator.php diff --git a/core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php b/web/core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php similarity index 100% rename from core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php rename to web/core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php diff --git a/core/modules/system/tests/modules/theme_test/src/ThemeTestController.php b/web/core/modules/system/tests/modules/theme_test/src/ThemeTestController.php similarity index 100% rename from core/modules/system/tests/modules/theme_test/src/ThemeTestController.php rename to web/core/modules/system/tests/modules/theme_test/src/ThemeTestController.php diff --git a/core/modules/system/tests/modules/theme_test/templates/theme-test-general-suggestions.html.twig b/web/core/modules/system/tests/modules/theme_test/templates/theme-test-general-suggestions.html.twig similarity index 100% rename from core/modules/system/tests/modules/theme_test/templates/theme-test-general-suggestions.html.twig rename to web/core/modules/system/tests/modules/theme_test/templates/theme-test-general-suggestions.html.twig diff --git a/core/modules/system/tests/modules/theme_test/templates/theme-test-preprocess-suggestions.html.twig b/web/core/modules/system/tests/modules/theme_test/templates/theme-test-preprocess-suggestions.html.twig similarity index 100% rename from core/modules/system/tests/modules/theme_test/templates/theme-test-preprocess-suggestions.html.twig rename to web/core/modules/system/tests/modules/theme_test/templates/theme-test-preprocess-suggestions.html.twig diff --git a/core/modules/system/tests/modules/theme_test/templates/theme-test-render-element.html.twig b/web/core/modules/system/tests/modules/theme_test/templates/theme-test-render-element.html.twig similarity index 100% rename from core/modules/system/tests/modules/theme_test/templates/theme-test-render-element.html.twig rename to web/core/modules/system/tests/modules/theme_test/templates/theme-test-render-element.html.twig diff --git a/core/modules/system/tests/modules/theme_test/templates/theme-test-specific-suggestions.html.twig b/web/core/modules/system/tests/modules/theme_test/templates/theme-test-specific-suggestions.html.twig similarity index 100% rename from core/modules/system/tests/modules/theme_test/templates/theme-test-specific-suggestions.html.twig rename to web/core/modules/system/tests/modules/theme_test/templates/theme-test-specific-suggestions.html.twig diff --git a/core/modules/system/tests/modules/theme_test/templates/theme-test-suggestion-provided.html.twig b/web/core/modules/system/tests/modules/theme_test/templates/theme-test-suggestion-provided.html.twig similarity index 100% rename from core/modules/system/tests/modules/theme_test/templates/theme-test-suggestion-provided.html.twig rename to web/core/modules/system/tests/modules/theme_test/templates/theme-test-suggestion-provided.html.twig diff --git a/core/modules/system/tests/modules/theme_test/templates/theme-test-suggestions.html.twig b/web/core/modules/system/tests/modules/theme_test/templates/theme-test-suggestions.html.twig similarity index 100% rename from core/modules/system/tests/modules/theme_test/templates/theme-test-suggestions.html.twig rename to web/core/modules/system/tests/modules/theme_test/templates/theme-test-suggestions.html.twig diff --git a/core/modules/system/tests/modules/theme_test/templates/theme_test.template_test.html.twig b/web/core/modules/system/tests/modules/theme_test/templates/theme_test.template_test.html.twig similarity index 100% rename from core/modules/system/tests/modules/theme_test/templates/theme_test.template_test.html.twig rename to web/core/modules/system/tests/modules/theme_test/templates/theme_test.template_test.html.twig diff --git a/core/modules/system/tests/modules/theme_test/theme_test.inc b/web/core/modules/system/tests/modules/theme_test/theme_test.inc similarity index 100% rename from core/modules/system/tests/modules/theme_test/theme_test.inc rename to web/core/modules/system/tests/modules/theme_test/theme_test.inc diff --git a/core/modules/system/tests/modules/theme_test/theme_test.info.yml b/web/core/modules/system/tests/modules/theme_test/theme_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/theme_test/theme_test.info.yml rename to web/core/modules/system/tests/modules/theme_test/theme_test.info.yml diff --git a/core/modules/system/tests/modules/theme_test/theme_test.libraries.yml b/web/core/modules/system/tests/modules/theme_test/theme_test.libraries.yml similarity index 100% rename from core/modules/system/tests/modules/theme_test/theme_test.libraries.yml rename to web/core/modules/system/tests/modules/theme_test/theme_test.libraries.yml diff --git a/core/modules/system/tests/modules/theme_test/theme_test.module b/web/core/modules/system/tests/modules/theme_test/theme_test.module similarity index 100% rename from core/modules/system/tests/modules/theme_test/theme_test.module rename to web/core/modules/system/tests/modules/theme_test/theme_test.module diff --git a/core/modules/system/tests/modules/theme_test/theme_test.routing.yml b/web/core/modules/system/tests/modules/theme_test/theme_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/theme_test/theme_test.routing.yml rename to web/core/modules/system/tests/modules/theme_test/theme_test.routing.yml diff --git a/core/modules/system/tests/modules/theme_test/theme_test.services.yml b/web/core/modules/system/tests/modules/theme_test/theme_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/theme_test/theme_test.services.yml rename to web/core/modules/system/tests/modules/theme_test/theme_test.services.yml diff --git a/core/modules/system/tests/modules/token_test/src/Controller/TestController.php b/web/core/modules/system/tests/modules/token_test/src/Controller/TestController.php similarity index 100% rename from core/modules/system/tests/modules/token_test/src/Controller/TestController.php rename to web/core/modules/system/tests/modules/token_test/src/Controller/TestController.php diff --git a/core/modules/system/tests/modules/token_test/token_test.info.yml b/web/core/modules/system/tests/modules/token_test/token_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/token_test/token_test.info.yml rename to web/core/modules/system/tests/modules/token_test/token_test.info.yml diff --git a/core/modules/system/tests/modules/token_test/token_test.routing.yml b/web/core/modules/system/tests/modules/token_test/token_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/token_test/token_test.routing.yml rename to web/core/modules/system/tests/modules/token_test/token_test.routing.yml diff --git a/core/modules/system/tests/modules/trusted_hosts_test/src/Controller/TrustedHostsTestController.php b/web/core/modules/system/tests/modules/trusted_hosts_test/src/Controller/TrustedHostsTestController.php similarity index 100% rename from core/modules/system/tests/modules/trusted_hosts_test/src/Controller/TrustedHostsTestController.php rename to web/core/modules/system/tests/modules/trusted_hosts_test/src/Controller/TrustedHostsTestController.php diff --git a/core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.info.yml b/web/core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.info.yml rename to web/core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.info.yml diff --git a/core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.routing.yml b/web/core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.routing.yml rename to web/core/modules/system/tests/modules/trusted_hosts_test/trusted_hosts_test.routing.yml diff --git a/core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php b/web/core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php similarity index 100% rename from core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php rename to web/core/modules/system/tests/modules/twig_extension_test/src/TwigExtension/TestExtension.php diff --git a/core/modules/system/tests/modules/twig_extension_test/src/TwigExtensionTestController.php b/web/core/modules/system/tests/modules/twig_extension_test/src/TwigExtensionTestController.php similarity index 100% rename from core/modules/system/tests/modules/twig_extension_test/src/TwigExtensionTestController.php rename to web/core/modules/system/tests/modules/twig_extension_test/src/TwigExtensionTestController.php diff --git a/core/modules/system/tests/modules/twig_extension_test/templates/twig_extension_test.filter.html.twig b/web/core/modules/system/tests/modules/twig_extension_test/templates/twig_extension_test.filter.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_extension_test/templates/twig_extension_test.filter.html.twig rename to web/core/modules/system/tests/modules/twig_extension_test/templates/twig_extension_test.filter.html.twig diff --git a/core/modules/system/tests/modules/twig_extension_test/templates/twig_extension_test.function.html.twig b/web/core/modules/system/tests/modules/twig_extension_test/templates/twig_extension_test.function.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_extension_test/templates/twig_extension_test.function.html.twig rename to web/core/modules/system/tests/modules/twig_extension_test/templates/twig_extension_test.function.html.twig diff --git a/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.info.yml b/web/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/twig_extension_test/twig_extension_test.info.yml rename to web/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.info.yml diff --git a/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.module b/web/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.module similarity index 100% rename from core/modules/system/tests/modules/twig_extension_test/twig_extension_test.module rename to web/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.module diff --git a/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.routing.yml b/web/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/twig_extension_test/twig_extension_test.routing.yml rename to web/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.routing.yml diff --git a/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.services.yml b/web/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/twig_extension_test/twig_extension_test.services.yml rename to web/core/modules/system/tests/modules/twig_extension_test/twig_extension_test.services.yml diff --git a/core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php b/web/core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php similarity index 100% rename from core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php rename to web/core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php diff --git a/core/modules/system/tests/modules/twig_loader_test/twig_loader_test.info.yml b/web/core/modules/system/tests/modules/twig_loader_test/twig_loader_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/twig_loader_test/twig_loader_test.info.yml rename to web/core/modules/system/tests/modules/twig_loader_test/twig_loader_test.info.yml diff --git a/core/modules/system/tests/modules/twig_loader_test/twig_loader_test.services.yml b/web/core/modules/system/tests/modules/twig_loader_test/twig_loader_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/twig_loader_test/twig_loader_test.services.yml rename to web/core/modules/system/tests/modules/twig_loader_test/twig_loader_test.services.yml diff --git a/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/templates/test.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/templates/test.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/templates/test.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/templates/test.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/twig_namespace_a.info.yml b/web/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/twig_namespace_a.info.yml similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/twig_namespace_a.info.yml rename to web/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/twig_namespace_a.info.yml diff --git a/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/templates/test.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/templates/test.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/templates/test.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/templates/test.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/twig_namespace_b.info.yml b/web/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/twig_namespace_b.info.yml similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/twig_namespace_b.info.yml rename to web/core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/twig_namespace_b.info.yml diff --git a/core/modules/system/tests/modules/twig_theme_test/src/ExampleRenderable.php b/web/core/modules/system/tests/modules/twig_theme_test/src/ExampleRenderable.php similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/src/ExampleRenderable.php rename to web/core/modules/system/tests/modules/twig_theme_test/src/ExampleRenderable.php diff --git a/core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php b/web/core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php rename to web/core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig-autoescape-test.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig-autoescape-test.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig-autoescape-test.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig-autoescape-test.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig-raw-test.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig-raw-test.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig-raw-test.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig-raw-test.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-extend.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-extend.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-extend.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-extend.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-include.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-include.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-include.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-include.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig_namespace_test.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig_namespace_test.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig_namespace_test.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig_namespace_test.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.attach_library.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.attach_library.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.attach_library.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.attach_library.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.file_url.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.file_url.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.file_url.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.file_url.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.filter.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.filter.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.filter.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.filter.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.link_generator.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.link_generator.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.link_generator.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.link_generator.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.php_variables.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.php_variables.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.php_variables.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.php_variables.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.placeholder_outside_trans.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.placeholder_outside_trans.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.placeholder_outside_trans.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.placeholder_outside_trans.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.renderable.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.renderable.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.renderable.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.renderable.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.trans.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.trans.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.trans.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.trans.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.url_generator.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.url_generator.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.url_generator.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.url_generator.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.url_to_string.html.twig b/web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.url_to_string.html.twig similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.url_to_string.html.twig rename to web/core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.url_to_string.html.twig diff --git a/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.info.yml b/web/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/twig_theme_test.info.yml rename to web/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.info.yml diff --git a/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.js b/web/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.js similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/twig_theme_test.js rename to web/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.js diff --git a/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module b/web/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module rename to web/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module diff --git a/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml b/web/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml rename to web/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.routing.yml diff --git a/core/modules/system/tests/modules/update_script_test/config/install/update_script_test.settings.yml b/web/core/modules/system/tests/modules/update_script_test/config/install/update_script_test.settings.yml similarity index 100% rename from core/modules/system/tests/modules/update_script_test/config/install/update_script_test.settings.yml rename to web/core/modules/system/tests/modules/update_script_test/config/install/update_script_test.settings.yml diff --git a/core/modules/system/tests/modules/update_script_test/config/schema/update_script_test.schema.yml b/web/core/modules/system/tests/modules/update_script_test/config/schema/update_script_test.schema.yml similarity index 100% rename from core/modules/system/tests/modules/update_script_test/config/schema/update_script_test.schema.yml rename to web/core/modules/system/tests/modules/update_script_test/config/schema/update_script_test.schema.yml diff --git a/core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php b/web/core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php similarity index 100% rename from core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php rename to web/core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php diff --git a/core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php b/web/core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php similarity index 100% rename from core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php rename to web/core/modules/system/tests/modules/update_script_test/src/PathProcessor/BrokenInboundPathProcessor.php diff --git a/core/modules/system/tests/modules/update_script_test/update_script_test.info.yml b/web/core/modules/system/tests/modules/update_script_test/update_script_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/update_script_test/update_script_test.info.yml rename to web/core/modules/system/tests/modules/update_script_test/update_script_test.info.yml diff --git a/core/modules/system/tests/modules/update_script_test/update_script_test.install b/web/core/modules/system/tests/modules/update_script_test/update_script_test.install similarity index 100% rename from core/modules/system/tests/modules/update_script_test/update_script_test.install rename to web/core/modules/system/tests/modules/update_script_test/update_script_test.install diff --git a/core/modules/system/tests/modules/update_script_test/update_script_test.module b/web/core/modules/system/tests/modules/update_script_test/update_script_test.module similarity index 100% rename from core/modules/system/tests/modules/update_script_test/update_script_test.module rename to web/core/modules/system/tests/modules/update_script_test/update_script_test.module diff --git a/core/modules/system/tests/modules/update_script_test/update_script_test.routing.yml b/web/core/modules/system/tests/modules/update_script_test/update_script_test.routing.yml similarity index 100% rename from core/modules/system/tests/modules/update_script_test/update_script_test.routing.yml rename to web/core/modules/system/tests/modules/update_script_test/update_script_test.routing.yml diff --git a/core/modules/system/tests/modules/update_script_test/update_script_test.services.yml b/web/core/modules/system/tests/modules/update_script_test/update_script_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/update_script_test/update_script_test.services.yml rename to web/core/modules/system/tests/modules/update_script_test/update_script_test.services.yml diff --git a/core/modules/system/tests/modules/update_test_0/update_test_0.info.yml b/web/core/modules/system/tests/modules/update_test_0/update_test_0.info.yml similarity index 100% rename from core/modules/system/tests/modules/update_test_0/update_test_0.info.yml rename to web/core/modules/system/tests/modules/update_test_0/update_test_0.info.yml diff --git a/core/modules/system/tests/modules/update_test_0/update_test_0.install b/web/core/modules/system/tests/modules/update_test_0/update_test_0.install similarity index 100% rename from core/modules/system/tests/modules/update_test_0/update_test_0.install rename to web/core/modules/system/tests/modules/update_test_0/update_test_0.install diff --git a/core/modules/system/tests/modules/update_test_1/update_test_1.info.yml b/web/core/modules/system/tests/modules/update_test_1/update_test_1.info.yml similarity index 100% rename from core/modules/system/tests/modules/update_test_1/update_test_1.info.yml rename to web/core/modules/system/tests/modules/update_test_1/update_test_1.info.yml diff --git a/core/modules/system/tests/modules/update_test_1/update_test_1.install b/web/core/modules/system/tests/modules/update_test_1/update_test_1.install similarity index 100% rename from core/modules/system/tests/modules/update_test_1/update_test_1.install rename to web/core/modules/system/tests/modules/update_test_1/update_test_1.install diff --git a/core/modules/system/tests/modules/update_test_2/update_test_2.info.yml b/web/core/modules/system/tests/modules/update_test_2/update_test_2.info.yml similarity index 100% rename from core/modules/system/tests/modules/update_test_2/update_test_2.info.yml rename to web/core/modules/system/tests/modules/update_test_2/update_test_2.info.yml diff --git a/core/modules/system/tests/modules/update_test_2/update_test_2.install b/web/core/modules/system/tests/modules/update_test_2/update_test_2.install similarity index 100% rename from core/modules/system/tests/modules/update_test_2/update_test_2.install rename to web/core/modules/system/tests/modules/update_test_2/update_test_2.install diff --git a/core/modules/system/tests/modules/update_test_3/update_test_3.info.yml b/web/core/modules/system/tests/modules/update_test_3/update_test_3.info.yml similarity index 100% rename from core/modules/system/tests/modules/update_test_3/update_test_3.info.yml rename to web/core/modules/system/tests/modules/update_test_3/update_test_3.info.yml diff --git a/core/modules/system/tests/modules/update_test_3/update_test_3.install b/web/core/modules/system/tests/modules/update_test_3/update_test_3.install similarity index 100% rename from core/modules/system/tests/modules/update_test_3/update_test_3.install rename to web/core/modules/system/tests/modules/update_test_3/update_test_3.install diff --git a/core/modules/system/tests/modules/update_test_failing/update_test_failing.info.yml b/web/core/modules/system/tests/modules/update_test_failing/update_test_failing.info.yml similarity index 100% rename from core/modules/system/tests/modules/update_test_failing/update_test_failing.info.yml rename to web/core/modules/system/tests/modules/update_test_failing/update_test_failing.info.yml diff --git a/core/modules/system/tests/modules/update_test_failing/update_test_failing.install b/web/core/modules/system/tests/modules/update_test_failing/update_test_failing.install similarity index 100% rename from core/modules/system/tests/modules/update_test_failing/update_test_failing.install rename to web/core/modules/system/tests/modules/update_test_failing/update_test_failing.install diff --git a/core/modules/system/tests/modules/update_test_failing/update_test_failing.post_update.php b/web/core/modules/system/tests/modules/update_test_failing/update_test_failing.post_update.php similarity index 100% rename from core/modules/system/tests/modules/update_test_failing/update_test_failing.post_update.php rename to web/core/modules/system/tests/modules/update_test_failing/update_test_failing.post_update.php diff --git a/core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.info.yml b/web/core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.info.yml similarity index 100% rename from core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.info.yml rename to web/core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.info.yml diff --git a/core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.install b/web/core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.install similarity index 100% rename from core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.install rename to web/core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.install diff --git a/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml b/web/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml similarity index 100% rename from core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml rename to web/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.info.yml diff --git a/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install b/web/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install similarity index 100% rename from core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install rename to web/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install diff --git a/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php b/web/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php similarity index 100% rename from core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php rename to web/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php diff --git a/core/modules/system/tests/modules/update_test_schema/update_test_schema.info.yml b/web/core/modules/system/tests/modules/update_test_schema/update_test_schema.info.yml similarity index 100% rename from core/modules/system/tests/modules/update_test_schema/update_test_schema.info.yml rename to web/core/modules/system/tests/modules/update_test_schema/update_test_schema.info.yml diff --git a/core/modules/system/tests/modules/update_test_schema/update_test_schema.install b/web/core/modules/system/tests/modules/update_test_schema/update_test_schema.install similarity index 100% rename from core/modules/system/tests/modules/update_test_schema/update_test_schema.install rename to web/core/modules/system/tests/modules/update_test_schema/update_test_schema.install diff --git a/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.info.yml b/web/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.info.yml similarity index 100% rename from core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.info.yml rename to web/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.info.yml diff --git a/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install b/web/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install similarity index 100% rename from core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install rename to web/core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install diff --git a/core/modules/system/tests/modules/url_alter_test/src/PathProcessor.php b/web/core/modules/system/tests/modules/url_alter_test/src/PathProcessor.php similarity index 100% rename from core/modules/system/tests/modules/url_alter_test/src/PathProcessor.php rename to web/core/modules/system/tests/modules/url_alter_test/src/PathProcessor.php diff --git a/core/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php b/web/core/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php similarity index 100% rename from core/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php rename to web/core/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php diff --git a/core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml b/web/core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml similarity index 100% rename from core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml rename to web/core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml diff --git a/core/modules/system/tests/modules/url_alter_test/url_alter_test.install b/web/core/modules/system/tests/modules/url_alter_test/url_alter_test.install similarity index 100% rename from core/modules/system/tests/modules/url_alter_test/url_alter_test.install rename to web/core/modules/system/tests/modules/url_alter_test/url_alter_test.install diff --git a/core/modules/system/tests/modules/url_alter_test/url_alter_test.services.yml b/web/core/modules/system/tests/modules/url_alter_test/url_alter_test.services.yml similarity index 100% rename from core/modules/system/tests/modules/url_alter_test/url_alter_test.services.yml rename to web/core/modules/system/tests/modules/url_alter_test/url_alter_test.services.yml diff --git a/core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php b/web/core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php similarity index 100% rename from core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php rename to web/core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php diff --git a/core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php b/web/core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php similarity index 100% rename from core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php rename to web/core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php diff --git a/core/modules/system/tests/src/Kernel/Action/ActionTest.php b/web/core/modules/system/tests/src/Kernel/Action/ActionTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Action/ActionTest.php rename to web/core/modules/system/tests/src/Kernel/Action/ActionTest.php diff --git a/core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php b/web/core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php rename to web/core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php diff --git a/core/modules/system/tests/src/Kernel/Common/PageRenderTest.php b/web/core/modules/system/tests/src/Kernel/Common/PageRenderTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Common/PageRenderTest.php rename to web/core/modules/system/tests/src/Kernel/Common/PageRenderTest.php diff --git a/core/modules/system/tests/src/Kernel/Common/SystemListingTest.php b/web/core/modules/system/tests/src/Kernel/Common/SystemListingTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Common/SystemListingTest.php rename to web/core/modules/system/tests/src/Kernel/Common/SystemListingTest.php diff --git a/core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php b/web/core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php rename to web/core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php diff --git a/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php b/web/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php rename to web/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php diff --git a/core/modules/system/tests/src/Kernel/Form/FormElementLabelTest.php b/web/core/modules/system/tests/src/Kernel/Form/FormElementLabelTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Form/FormElementLabelTest.php rename to web/core/modules/system/tests/src/Kernel/Form/FormElementLabelTest.php diff --git a/core/modules/system/tests/src/Kernel/Installer/InstallerMissingDependenciesTest.php b/web/core/modules/system/tests/src/Kernel/Installer/InstallerMissingDependenciesTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Installer/InstallerMissingDependenciesTest.php rename to web/core/modules/system/tests/src/Kernel/Installer/InstallerMissingDependenciesTest.php diff --git a/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateDateFormatTest.php b/web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateDateFormatTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Migrate/d6/MigrateDateFormatTest.php rename to web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateDateFormatTest.php diff --git a/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateMenuTest.php b/web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateMenuTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Migrate/d6/MigrateMenuTest.php rename to web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateMenuTest.php diff --git a/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemCronTest.php b/web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemCronTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemCronTest.php rename to web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemCronTest.php diff --git a/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemDateTest.php b/web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemDateTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemDateTest.php rename to web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemDateTest.php diff --git a/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemFileTest.php b/web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemFileTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemFileTest.php rename to web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemFileTest.php diff --git a/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemImageGdTest.php b/web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemImageGdTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemImageGdTest.php rename to web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemImageGdTest.php diff --git a/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemImageTest.php b/web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemImageTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemImageTest.php rename to web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemImageTest.php diff --git a/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemLoggingTest.php b/web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemLoggingTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemLoggingTest.php rename to web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemLoggingTest.php diff --git a/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTest.php b/web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTest.php rename to web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTest.php diff --git a/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemPerformanceTest.php b/web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemPerformanceTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemPerformanceTest.php rename to web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemPerformanceTest.php diff --git a/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemRssTest.php b/web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemRssTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemRssTest.php rename to web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemRssTest.php diff --git a/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTest.php b/web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTest.php rename to web/core/modules/system/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTest.php diff --git a/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php b/web/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php rename to web/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php diff --git a/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTest.php b/web/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTest.php rename to web/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateMenuTest.php diff --git a/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php b/web/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php rename to web/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php diff --git a/core/modules/system/tests/src/Kernel/PathHooksTest.php b/web/core/modules/system/tests/src/Kernel/PathHooksTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/PathHooksTest.php rename to web/core/modules/system/tests/src/Kernel/PathHooksTest.php diff --git a/core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php b/web/core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php rename to web/core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php diff --git a/core/modules/system/tests/src/Kernel/Plugin/migrate/source/MenuTest.php b/web/core/modules/system/tests/src/Kernel/Plugin/migrate/source/MenuTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Plugin/migrate/source/MenuTest.php rename to web/core/modules/system/tests/src/Kernel/Plugin/migrate/source/MenuTest.php diff --git a/core/modules/system/tests/src/Kernel/Render/ClassyTest.php b/web/core/modules/system/tests/src/Kernel/Render/ClassyTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Render/ClassyTest.php rename to web/core/modules/system/tests/src/Kernel/Render/ClassyTest.php diff --git a/core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php b/web/core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php rename to web/core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php diff --git a/core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php b/web/core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php rename to web/core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php diff --git a/core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php b/web/core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php rename to web/core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php diff --git a/core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php b/web/core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php rename to web/core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php diff --git a/core/modules/system/tests/src/Kernel/System/CronQueueTest.php b/web/core/modules/system/tests/src/Kernel/System/CronQueueTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/System/CronQueueTest.php rename to web/core/modules/system/tests/src/Kernel/System/CronQueueTest.php diff --git a/core/modules/system/tests/src/Kernel/System/InfoAlterTest.php b/web/core/modules/system/tests/src/Kernel/System/InfoAlterTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/System/InfoAlterTest.php rename to web/core/modules/system/tests/src/Kernel/System/InfoAlterTest.php diff --git a/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php b/web/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php rename to web/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php diff --git a/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php b/web/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php similarity index 100% rename from core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php rename to web/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php diff --git a/core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php b/web/core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php similarity index 100% rename from core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php rename to web/core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php diff --git a/core/modules/system/tests/src/Unit/Installer/InstallTranslationFilePatternTest.php b/web/core/modules/system/tests/src/Unit/Installer/InstallTranslationFilePatternTest.php similarity index 100% rename from core/modules/system/tests/src/Unit/Installer/InstallTranslationFilePatternTest.php rename to web/core/modules/system/tests/src/Unit/Installer/InstallTranslationFilePatternTest.php diff --git a/core/modules/system/tests/src/Unit/Menu/MenuLinkTreeTest.php b/web/core/modules/system/tests/src/Unit/Menu/MenuLinkTreeTest.php similarity index 100% rename from core/modules/system/tests/src/Unit/Menu/MenuLinkTreeTest.php rename to web/core/modules/system/tests/src/Unit/Menu/MenuLinkTreeTest.php diff --git a/core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php b/web/core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php similarity index 100% rename from core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php rename to web/core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php diff --git a/core/modules/system/tests/src/Unit/SystemRequirementsTest.php b/web/core/modules/system/tests/src/Unit/SystemRequirementsTest.php similarity index 100% rename from core/modules/system/tests/src/Unit/SystemRequirementsTest.php rename to web/core/modules/system/tests/src/Unit/SystemRequirementsTest.php diff --git a/core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php b/web/core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php similarity index 100% rename from core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php rename to web/core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php diff --git a/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine b/web/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine similarity index 100% rename from core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine rename to web/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine diff --git a/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.info.yml b/web/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.info.yml similarity index 100% rename from core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.info.yml rename to web/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.info.yml diff --git a/core/modules/system/tests/themes/test_basetheme/config/install/core.date_format.fancy.yml b/web/core/modules/system/tests/themes/test_basetheme/config/install/core.date_format.fancy.yml similarity index 100% rename from core/modules/system/tests/themes/test_basetheme/config/install/core.date_format.fancy.yml rename to web/core/modules/system/tests/themes/test_basetheme/config/install/core.date_format.fancy.yml diff --git a/core/modules/system/tests/themes/test_basetheme/config/install/test_basetheme.settings.yml b/web/core/modules/system/tests/themes/test_basetheme/config/install/test_basetheme.settings.yml similarity index 100% rename from core/modules/system/tests/themes/test_basetheme/config/install/test_basetheme.settings.yml rename to web/core/modules/system/tests/themes/test_basetheme/config/install/test_basetheme.settings.yml diff --git a/core/modules/system/tests/themes/test_basetheme/config/schema/test_basetheme.schema.yml b/web/core/modules/system/tests/themes/test_basetheme/config/schema/test_basetheme.schema.yml similarity index 100% rename from core/modules/system/tests/themes/test_basetheme/config/schema/test_basetheme.schema.yml rename to web/core/modules/system/tests/themes/test_basetheme/config/schema/test_basetheme.schema.yml diff --git a/core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml b/web/core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml rename to web/core/modules/system/tests/themes/test_basetheme/test_basetheme.info.yml diff --git a/core/modules/system/tests/themes/test_basetheme/test_basetheme.libraries.yml b/web/core/modules/system/tests/themes/test_basetheme/test_basetheme.libraries.yml similarity index 100% rename from core/modules/system/tests/themes/test_basetheme/test_basetheme.libraries.yml rename to web/core/modules/system/tests/themes/test_basetheme/test_basetheme.libraries.yml diff --git a/core/modules/system/tests/themes/test_basetheme/test_basetheme.theme b/web/core/modules/system/tests/themes/test_basetheme/test_basetheme.theme similarity index 100% rename from core/modules/system/tests/themes/test_basetheme/test_basetheme.theme rename to web/core/modules/system/tests/themes/test_basetheme/test_basetheme.theme diff --git a/core/modules/system/tests/themes/test_ckeditor_stylesheets_external/test_ckeditor_stylesheets_external.info.yml b/web/core/modules/system/tests/themes/test_ckeditor_stylesheets_external/test_ckeditor_stylesheets_external.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_ckeditor_stylesheets_external/test_ckeditor_stylesheets_external.info.yml rename to web/core/modules/system/tests/themes/test_ckeditor_stylesheets_external/test_ckeditor_stylesheets_external.info.yml diff --git a/core/modules/system/tests/themes/test_ckeditor_stylesheets_protocol_relative/test_ckeditor_stylesheets_protocol_relative.info.yml b/web/core/modules/system/tests/themes/test_ckeditor_stylesheets_protocol_relative/test_ckeditor_stylesheets_protocol_relative.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_ckeditor_stylesheets_protocol_relative/test_ckeditor_stylesheets_protocol_relative.info.yml rename to web/core/modules/system/tests/themes/test_ckeditor_stylesheets_protocol_relative/test_ckeditor_stylesheets_protocol_relative.info.yml diff --git a/core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/css/yokotsoko.css b/web/core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/css/yokotsoko.css similarity index 100% rename from core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/css/yokotsoko.css rename to web/core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/css/yokotsoko.css diff --git a/core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/test_ckeditor_stylesheets_relative.info.yml b/web/core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/test_ckeditor_stylesheets_relative.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/test_ckeditor_stylesheets_relative.info.yml rename to web/core/modules/system/tests/themes/test_ckeditor_stylesheets_relative/test_ckeditor_stylesheets_relative.info.yml diff --git a/core/modules/system/tests/themes/test_invalid_basetheme/test_invalid_basetheme.info.yml b/web/core/modules/system/tests/themes/test_invalid_basetheme/test_invalid_basetheme.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_invalid_basetheme/test_invalid_basetheme.info.yml rename to web/core/modules/system/tests/themes/test_invalid_basetheme/test_invalid_basetheme.info.yml diff --git a/core/modules/system/tests/themes/test_invalid_basetheme_sub/test_invalid_basetheme_sub.info.yml b/web/core/modules/system/tests/themes/test_invalid_basetheme_sub/test_invalid_basetheme_sub.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_invalid_basetheme_sub/test_invalid_basetheme_sub.info.yml rename to web/core/modules/system/tests/themes/test_invalid_basetheme_sub/test_invalid_basetheme_sub.info.yml diff --git a/core/modules/system/tests/themes/test_invalid_core/test_invalid_core.info.yml b/web/core/modules/system/tests/themes/test_invalid_core/test_invalid_core.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_invalid_core/test_invalid_core.info.yml rename to web/core/modules/system/tests/themes/test_invalid_core/test_invalid_core.info.yml diff --git a/core/modules/system/tests/themes/test_invalid_engine/test_invalid_engine.info.yml b/web/core/modules/system/tests/themes/test_invalid_engine/test_invalid_engine.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_invalid_engine/test_invalid_engine.info.yml rename to web/core/modules/system/tests/themes/test_invalid_engine/test_invalid_engine.info.yml diff --git a/core/modules/system/tests/themes/test_invalid_region/test_invalid_region.info.yml b/web/core/modules/system/tests/themes/test_invalid_region/test_invalid_region.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_invalid_region/test_invalid_region.info.yml rename to web/core/modules/system/tests/themes/test_invalid_region/test_invalid_region.info.yml diff --git a/core/modules/system/tests/themes/test_stable/test_stable.info.yml b/web/core/modules/system/tests/themes/test_stable/test_stable.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_stable/test_stable.info.yml rename to web/core/modules/system/tests/themes/test_stable/test_stable.info.yml diff --git a/core/modules/system/tests/themes/test_stable/test_stable.theme b/web/core/modules/system/tests/themes/test_stable/test_stable.theme similarity index 100% rename from core/modules/system/tests/themes/test_stable/test_stable.theme rename to web/core/modules/system/tests/themes/test_stable/test_stable.theme diff --git a/core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml b/web/core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml rename to web/core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml diff --git a/core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme b/web/core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme similarity index 100% rename from core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme rename to web/core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme diff --git a/core/modules/system/tests/themes/test_subtheme/config/install/test_subtheme.settings.yml b/web/core/modules/system/tests/themes/test_subtheme/config/install/test_subtheme.settings.yml similarity index 100% rename from core/modules/system/tests/themes/test_subtheme/config/install/test_subtheme.settings.yml rename to web/core/modules/system/tests/themes/test_subtheme/config/install/test_subtheme.settings.yml diff --git a/core/modules/system/tests/themes/test_subtheme/config/schema/test_subtheme.schema.yml b/web/core/modules/system/tests/themes/test_subtheme/config/schema/test_subtheme.schema.yml similarity index 100% rename from core/modules/system/tests/themes/test_subtheme/config/schema/test_subtheme.schema.yml rename to web/core/modules/system/tests/themes/test_subtheme/config/schema/test_subtheme.schema.yml diff --git a/core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml b/web/core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml rename to web/core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml diff --git a/core/modules/system/tests/themes/test_subtheme/test_subtheme.libraries.yml b/web/core/modules/system/tests/themes/test_subtheme/test_subtheme.libraries.yml similarity index 100% rename from core/modules/system/tests/themes/test_subtheme/test_subtheme.libraries.yml rename to web/core/modules/system/tests/themes/test_subtheme/test_subtheme.libraries.yml diff --git a/core/modules/system/tests/themes/test_subtheme/test_subtheme.theme b/web/core/modules/system/tests/themes/test_subtheme/test_subtheme.theme similarity index 100% rename from core/modules/system/tests/themes/test_subtheme/test_subtheme.theme rename to web/core/modules/system/tests/themes/test_subtheme/test_subtheme.theme diff --git a/core/modules/system/tests/themes/test_theme/css/collapse.css b/web/core/modules/system/tests/themes/test_theme/css/collapse.css similarity index 100% rename from core/modules/system/tests/themes/test_theme/css/collapse.css rename to web/core/modules/system/tests/themes/test_theme/css/collapse.css diff --git a/core/modules/system/tests/themes/test_theme/js/collapse.js b/web/core/modules/system/tests/themes/test_theme/js/collapse.js similarity index 100% rename from core/modules/system/tests/themes/test_theme/js/collapse.js rename to web/core/modules/system/tests/themes/test_theme/js/collapse.js diff --git a/core/modules/system/tests/themes/test_theme/node--1.html.twig b/web/core/modules/system/tests/themes/test_theme/node--1.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme/node--1.html.twig rename to web/core/modules/system/tests/themes/test_theme/node--1.html.twig diff --git a/core/modules/system/tests/themes/test_theme/src/ThemeClass.php b/web/core/modules/system/tests/themes/test_theme/src/ThemeClass.php similarity index 100% rename from core/modules/system/tests/themes/test_theme/src/ThemeClass.php rename to web/core/modules/system/tests/themes/test_theme/src/ThemeClass.php diff --git a/core/modules/system/tests/themes/test_theme/templates/node.html.twig b/web/core/modules/system/tests/themes/test_theme/templates/node.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme/templates/node.html.twig rename to web/core/modules/system/tests/themes/test_theme/templates/node.html.twig diff --git a/core/modules/system/tests/themes/test_theme/templates/theme-test-general-suggestions--module-override.html.twig b/web/core/modules/system/tests/themes/test_theme/templates/theme-test-general-suggestions--module-override.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme/templates/theme-test-general-suggestions--module-override.html.twig rename to web/core/modules/system/tests/themes/test_theme/templates/theme-test-general-suggestions--module-override.html.twig diff --git a/core/modules/system/tests/themes/test_theme/templates/theme-test-general-suggestions--theme-override.html.twig b/web/core/modules/system/tests/themes/test_theme/templates/theme-test-general-suggestions--theme-override.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme/templates/theme-test-general-suggestions--theme-override.html.twig rename to web/core/modules/system/tests/themes/test_theme/templates/theme-test-general-suggestions--theme-override.html.twig diff --git a/core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--kitten--bearcat.html.twig b/web/core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--kitten--bearcat.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--kitten--bearcat.html.twig rename to web/core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--kitten--bearcat.html.twig diff --git a/core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--suggestion.html.twig b/web/core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--suggestion.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--suggestion.html.twig rename to web/core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--suggestion.html.twig diff --git a/core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant--foo.html.twig b/web/core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant--foo.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant--foo.html.twig rename to web/core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant--foo.html.twig diff --git a/core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant.html.twig b/web/core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant.html.twig rename to web/core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant.html.twig diff --git a/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestion-provided--foo.html.twig b/web/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestion-provided--foo.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme/templates/theme-test-suggestion-provided--foo.html.twig rename to web/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestion-provided--foo.html.twig diff --git a/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--module-override.html.twig b/web/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--module-override.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--module-override.html.twig rename to web/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--module-override.html.twig diff --git a/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--theme-override.html.twig b/web/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--theme-override.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--theme-override.html.twig rename to web/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--theme-override.html.twig diff --git a/core/modules/system/tests/themes/test_theme/test_theme.info.yml b/web/core/modules/system/tests/themes/test_theme/test_theme.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_theme/test_theme.info.yml rename to web/core/modules/system/tests/themes/test_theme/test_theme.info.yml diff --git a/core/modules/system/tests/themes/test_theme/test_theme.libraries.yml b/web/core/modules/system/tests/themes/test_theme/test_theme.libraries.yml similarity index 100% rename from core/modules/system/tests/themes/test_theme/test_theme.libraries.yml rename to web/core/modules/system/tests/themes/test_theme/test_theme.libraries.yml diff --git a/core/modules/system/tests/themes/test_theme/test_theme.theme b/web/core/modules/system/tests/themes/test_theme/test_theme.theme similarity index 100% rename from core/modules/system/tests/themes/test_theme/test_theme.theme rename to web/core/modules/system/tests/themes/test_theme/test_theme.theme diff --git a/core/modules/system/tests/themes/test_theme/theme-test-function-template-override.html.twig b/web/core/modules/system/tests/themes/test_theme/theme-test-function-template-override.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme/theme-test-function-template-override.html.twig rename to web/core/modules/system/tests/themes/test_theme/theme-test-function-template-override.html.twig diff --git a/core/modules/system/tests/themes/test_theme/theme_test.template_test.html.twig b/web/core/modules/system/tests/themes/test_theme/theme_test.template_test.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme/theme_test.template_test.html.twig rename to web/core/modules/system/tests/themes/test_theme/theme_test.template_test.html.twig diff --git a/core/modules/system/tests/themes/test_theme_having_veery_long_name_which_is_too_long/test_theme_having_veery_long_name_which_is_too_long.info.yml b/web/core/modules/system/tests/themes/test_theme_having_veery_long_name_which_is_too_long/test_theme_having_veery_long_name_which_is_too_long.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_theme_having_veery_long_name_which_is_too_long/test_theme_having_veery_long_name_which_is_too_long.info.yml rename to web/core/modules/system/tests/themes/test_theme_having_veery_long_name_which_is_too_long/test_theme_having_veery_long_name_which_is_too_long.info.yml diff --git a/core/modules/system/tests/themes/test_theme_libraries_empty/test_theme_libraries_empty.info.yml b/web/core/modules/system/tests/themes/test_theme_libraries_empty/test_theme_libraries_empty.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_theme_libraries_empty/test_theme_libraries_empty.info.yml rename to web/core/modules/system/tests/themes/test_theme_libraries_empty/test_theme_libraries_empty.info.yml diff --git a/core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.info.yml b/web/core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.info.yml rename to web/core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.info.yml diff --git a/core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.libraries.yml b/web/core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.libraries.yml similarity index 100% rename from core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.libraries.yml rename to web/core/modules/system/tests/themes/test_theme_libraries_extend/test_theme_libraries_extend.libraries.yml diff --git a/core/modules/system/tests/themes/test_theme_libraries_override_with_drupal_settings/test_theme_libraries_override_with_drupal_settings.info.yml b/web/core/modules/system/tests/themes/test_theme_libraries_override_with_drupal_settings/test_theme_libraries_override_with_drupal_settings.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_theme_libraries_override_with_drupal_settings/test_theme_libraries_override_with_drupal_settings.info.yml rename to web/core/modules/system/tests/themes/test_theme_libraries_override_with_drupal_settings/test_theme_libraries_override_with_drupal_settings.info.yml diff --git a/core/modules/system/tests/themes/test_theme_libraries_override_with_invalid_asset/test_theme_libraries_override_with_invalid_asset.info.yml b/web/core/modules/system/tests/themes/test_theme_libraries_override_with_invalid_asset/test_theme_libraries_override_with_invalid_asset.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_theme_libraries_override_with_invalid_asset/test_theme_libraries_override_with_invalid_asset.info.yml rename to web/core/modules/system/tests/themes/test_theme_libraries_override_with_invalid_asset/test_theme_libraries_override_with_invalid_asset.info.yml diff --git a/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml b/web/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml rename to web/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml diff --git a/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.theme b/web/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.theme similarity index 100% rename from core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.theme rename to web/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.theme diff --git a/core/modules/system/tests/themes/test_theme_nyan_cat_engine/theme_test.template_test.nyan-cat.html b/web/core/modules/system/tests/themes/test_theme_nyan_cat_engine/theme_test.template_test.nyan-cat.html similarity index 100% rename from core/modules/system/tests/themes/test_theme_nyan_cat_engine/theme_test.template_test.nyan-cat.html rename to web/core/modules/system/tests/themes/test_theme_nyan_cat_engine/theme_test.template_test.nyan-cat.html diff --git a/core/modules/system/tests/themes/test_theme_twig_registry_loader/templates/twig-registry-loader-test-extend.html.twig b/web/core/modules/system/tests/themes/test_theme_twig_registry_loader/templates/twig-registry-loader-test-extend.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme_twig_registry_loader/templates/twig-registry-loader-test-extend.html.twig rename to web/core/modules/system/tests/themes/test_theme_twig_registry_loader/templates/twig-registry-loader-test-extend.html.twig diff --git a/core/modules/system/tests/themes/test_theme_twig_registry_loader/templates/twig-registry-loader-test-include.html.twig b/web/core/modules/system/tests/themes/test_theme_twig_registry_loader/templates/twig-registry-loader-test-include.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme_twig_registry_loader/templates/twig-registry-loader-test-include.html.twig rename to web/core/modules/system/tests/themes/test_theme_twig_registry_loader/templates/twig-registry-loader-test-include.html.twig diff --git a/core/modules/system/tests/themes/test_theme_twig_registry_loader/test_theme_twig_registry_loader.info.yml b/web/core/modules/system/tests/themes/test_theme_twig_registry_loader/test_theme_twig_registry_loader.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_theme_twig_registry_loader/test_theme_twig_registry_loader.info.yml rename to web/core/modules/system/tests/themes/test_theme_twig_registry_loader/test_theme_twig_registry_loader.info.yml diff --git a/core/modules/system/tests/themes/test_theme_twig_registry_loader_subtheme/test_theme_twig_registry_loader_subtheme.info.yml b/web/core/modules/system/tests/themes/test_theme_twig_registry_loader_subtheme/test_theme_twig_registry_loader_subtheme.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_theme_twig_registry_loader_subtheme/test_theme_twig_registry_loader_subtheme.info.yml rename to web/core/modules/system/tests/themes/test_theme_twig_registry_loader_subtheme/test_theme_twig_registry_loader_subtheme.info.yml diff --git a/core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-extend.html.twig b/web/core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-extend.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-extend.html.twig rename to web/core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-extend.html.twig diff --git a/core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-include.html.twig b/web/core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-include.html.twig similarity index 100% rename from core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-include.html.twig rename to web/core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-include.html.twig diff --git a/core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/test_theme_twig_registry_loader_theme.info.yml b/web/core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/test_theme_twig_registry_loader_theme.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/test_theme_twig_registry_loader_theme.info.yml rename to web/core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/test_theme_twig_registry_loader_theme.info.yml diff --git a/core/modules/system/tests/themes/test_wild_west/test_wild_west.info.yml b/web/core/modules/system/tests/themes/test_wild_west/test_wild_west.info.yml similarity index 100% rename from core/modules/system/tests/themes/test_wild_west/test_wild_west.info.yml rename to web/core/modules/system/tests/themes/test_wild_west/test_wild_west.info.yml diff --git a/core/modules/taxonomy/config/install/core.entity_view_mode.taxonomy_term.full.yml b/web/core/modules/taxonomy/config/install/core.entity_view_mode.taxonomy_term.full.yml similarity index 100% rename from core/modules/taxonomy/config/install/core.entity_view_mode.taxonomy_term.full.yml rename to web/core/modules/taxonomy/config/install/core.entity_view_mode.taxonomy_term.full.yml diff --git a/core/modules/taxonomy/config/install/taxonomy.settings.yml b/web/core/modules/taxonomy/config/install/taxonomy.settings.yml similarity index 100% rename from core/modules/taxonomy/config/install/taxonomy.settings.yml rename to web/core/modules/taxonomy/config/install/taxonomy.settings.yml diff --git a/core/modules/taxonomy/config/optional/views.view.taxonomy_term.yml b/web/core/modules/taxonomy/config/optional/views.view.taxonomy_term.yml similarity index 100% rename from core/modules/taxonomy/config/optional/views.view.taxonomy_term.yml rename to web/core/modules/taxonomy/config/optional/views.view.taxonomy_term.yml diff --git a/core/modules/taxonomy/config/schema/taxonomy.schema.yml b/web/core/modules/taxonomy/config/schema/taxonomy.schema.yml similarity index 100% rename from core/modules/taxonomy/config/schema/taxonomy.schema.yml rename to web/core/modules/taxonomy/config/schema/taxonomy.schema.yml diff --git a/core/modules/taxonomy/config/schema/taxonomy.views.schema.yml b/web/core/modules/taxonomy/config/schema/taxonomy.views.schema.yml similarity index 100% rename from core/modules/taxonomy/config/schema/taxonomy.views.schema.yml rename to web/core/modules/taxonomy/config/schema/taxonomy.views.schema.yml diff --git a/core/modules/taxonomy/css/taxonomy.theme.css b/web/core/modules/taxonomy/css/taxonomy.theme.css similarity index 100% rename from core/modules/taxonomy/css/taxonomy.theme.css rename to web/core/modules/taxonomy/css/taxonomy.theme.css diff --git a/core/modules/taxonomy/migration_templates/d6_taxonomy_term.yml b/web/core/modules/taxonomy/migration_templates/d6_taxonomy_term.yml similarity index 100% rename from core/modules/taxonomy/migration_templates/d6_taxonomy_term.yml rename to web/core/modules/taxonomy/migration_templates/d6_taxonomy_term.yml diff --git a/core/modules/taxonomy/migration_templates/d6_taxonomy_vocabulary.yml b/web/core/modules/taxonomy/migration_templates/d6_taxonomy_vocabulary.yml similarity index 100% rename from core/modules/taxonomy/migration_templates/d6_taxonomy_vocabulary.yml rename to web/core/modules/taxonomy/migration_templates/d6_taxonomy_vocabulary.yml diff --git a/core/modules/taxonomy/migration_templates/d6_term_node.yml b/web/core/modules/taxonomy/migration_templates/d6_term_node.yml similarity index 100% rename from core/modules/taxonomy/migration_templates/d6_term_node.yml rename to web/core/modules/taxonomy/migration_templates/d6_term_node.yml diff --git a/core/modules/taxonomy/migration_templates/d6_term_node_revision.yml b/web/core/modules/taxonomy/migration_templates/d6_term_node_revision.yml similarity index 100% rename from core/modules/taxonomy/migration_templates/d6_term_node_revision.yml rename to web/core/modules/taxonomy/migration_templates/d6_term_node_revision.yml diff --git a/core/modules/taxonomy/migration_templates/d6_vocabulary_entity_display.yml b/web/core/modules/taxonomy/migration_templates/d6_vocabulary_entity_display.yml similarity index 100% rename from core/modules/taxonomy/migration_templates/d6_vocabulary_entity_display.yml rename to web/core/modules/taxonomy/migration_templates/d6_vocabulary_entity_display.yml diff --git a/core/modules/taxonomy/migration_templates/d6_vocabulary_entity_form_display.yml b/web/core/modules/taxonomy/migration_templates/d6_vocabulary_entity_form_display.yml similarity index 100% rename from core/modules/taxonomy/migration_templates/d6_vocabulary_entity_form_display.yml rename to web/core/modules/taxonomy/migration_templates/d6_vocabulary_entity_form_display.yml diff --git a/core/modules/taxonomy/migration_templates/d6_vocabulary_field.yml b/web/core/modules/taxonomy/migration_templates/d6_vocabulary_field.yml similarity index 100% rename from core/modules/taxonomy/migration_templates/d6_vocabulary_field.yml rename to web/core/modules/taxonomy/migration_templates/d6_vocabulary_field.yml diff --git a/core/modules/taxonomy/migration_templates/d6_vocabulary_field_instance.yml b/web/core/modules/taxonomy/migration_templates/d6_vocabulary_field_instance.yml similarity index 100% rename from core/modules/taxonomy/migration_templates/d6_vocabulary_field_instance.yml rename to web/core/modules/taxonomy/migration_templates/d6_vocabulary_field_instance.yml diff --git a/core/modules/taxonomy/migration_templates/d7_taxonomy_term.yml b/web/core/modules/taxonomy/migration_templates/d7_taxonomy_term.yml similarity index 100% rename from core/modules/taxonomy/migration_templates/d7_taxonomy_term.yml rename to web/core/modules/taxonomy/migration_templates/d7_taxonomy_term.yml diff --git a/core/modules/taxonomy/migration_templates/d7_taxonomy_vocabulary.yml b/web/core/modules/taxonomy/migration_templates/d7_taxonomy_vocabulary.yml similarity index 100% rename from core/modules/taxonomy/migration_templates/d7_taxonomy_vocabulary.yml rename to web/core/modules/taxonomy/migration_templates/d7_taxonomy_vocabulary.yml diff --git a/core/modules/taxonomy/migration_templates/taxonomy_settings.yml b/web/core/modules/taxonomy/migration_templates/taxonomy_settings.yml similarity index 100% rename from core/modules/taxonomy/migration_templates/taxonomy_settings.yml rename to web/core/modules/taxonomy/migration_templates/taxonomy_settings.yml diff --git a/core/modules/taxonomy/src/Controller/TaxonomyController.php b/web/core/modules/taxonomy/src/Controller/TaxonomyController.php similarity index 100% rename from core/modules/taxonomy/src/Controller/TaxonomyController.php rename to web/core/modules/taxonomy/src/Controller/TaxonomyController.php diff --git a/core/modules/taxonomy/src/Entity/Term.php b/web/core/modules/taxonomy/src/Entity/Term.php similarity index 100% rename from core/modules/taxonomy/src/Entity/Term.php rename to web/core/modules/taxonomy/src/Entity/Term.php diff --git a/core/modules/taxonomy/src/Entity/Vocabulary.php b/web/core/modules/taxonomy/src/Entity/Vocabulary.php similarity index 100% rename from core/modules/taxonomy/src/Entity/Vocabulary.php rename to web/core/modules/taxonomy/src/Entity/Vocabulary.php diff --git a/core/modules/taxonomy/src/Form/OverviewTerms.php b/web/core/modules/taxonomy/src/Form/OverviewTerms.php similarity index 100% rename from core/modules/taxonomy/src/Form/OverviewTerms.php rename to web/core/modules/taxonomy/src/Form/OverviewTerms.php diff --git a/core/modules/taxonomy/src/Form/TermDeleteForm.php b/web/core/modules/taxonomy/src/Form/TermDeleteForm.php similarity index 100% rename from core/modules/taxonomy/src/Form/TermDeleteForm.php rename to web/core/modules/taxonomy/src/Form/TermDeleteForm.php diff --git a/core/modules/taxonomy/src/Form/VocabularyDeleteForm.php b/web/core/modules/taxonomy/src/Form/VocabularyDeleteForm.php similarity index 100% rename from core/modules/taxonomy/src/Form/VocabularyDeleteForm.php rename to web/core/modules/taxonomy/src/Form/VocabularyDeleteForm.php diff --git a/core/modules/taxonomy/src/Form/VocabularyResetForm.php b/web/core/modules/taxonomy/src/Form/VocabularyResetForm.php similarity index 100% rename from core/modules/taxonomy/src/Form/VocabularyResetForm.php rename to web/core/modules/taxonomy/src/Form/VocabularyResetForm.php diff --git a/core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php b/web/core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php rename to web/core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php diff --git a/core/modules/taxonomy/src/Plugin/Field/FieldFormatter/EntityReferenceTaxonomyTermRssFormatter.php b/web/core/modules/taxonomy/src/Plugin/Field/FieldFormatter/EntityReferenceTaxonomyTermRssFormatter.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/Field/FieldFormatter/EntityReferenceTaxonomyTermRssFormatter.php rename to web/core/modules/taxonomy/src/Plugin/Field/FieldFormatter/EntityReferenceTaxonomyTermRssFormatter.php diff --git a/core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php b/web/core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php rename to web/core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php diff --git a/core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php b/web/core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php rename to web/core/modules/taxonomy/src/Plugin/migrate/D7TaxonomyTermDeriver.php diff --git a/core/modules/taxonomy/src/Plugin/migrate/cckfield/TaxonomyTermReference.php b/web/core/modules/taxonomy/src/Plugin/migrate/cckfield/TaxonomyTermReference.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/migrate/cckfield/TaxonomyTermReference.php rename to web/core/modules/taxonomy/src/Plugin/migrate/cckfield/TaxonomyTermReference.php diff --git a/core/modules/taxonomy/src/Plugin/migrate/source/Term.php b/web/core/modules/taxonomy/src/Plugin/migrate/source/Term.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/migrate/source/Term.php rename to web/core/modules/taxonomy/src/Plugin/migrate/source/Term.php diff --git a/core/modules/taxonomy/src/Plugin/migrate/source/d6/Term.php b/web/core/modules/taxonomy/src/Plugin/migrate/source/d6/Term.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/migrate/source/d6/Term.php rename to web/core/modules/taxonomy/src/Plugin/migrate/source/d6/Term.php diff --git a/core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php b/web/core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php rename to web/core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNode.php diff --git a/core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNodeRevision.php b/web/core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNodeRevision.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNodeRevision.php rename to web/core/modules/taxonomy/src/Plugin/migrate/source/d6/TermNodeRevision.php diff --git a/core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php b/web/core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php rename to web/core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php diff --git a/core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php b/web/core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php rename to web/core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php diff --git a/core/modules/taxonomy/src/Plugin/migrate/source/d7/Term.php b/web/core/modules/taxonomy/src/Plugin/migrate/source/d7/Term.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/migrate/source/d7/Term.php rename to web/core/modules/taxonomy/src/Plugin/migrate/source/d7/Term.php diff --git a/core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php b/web/core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php rename to web/core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php diff --git a/core/modules/taxonomy/src/Plugin/views/argument/IndexTid.php b/web/core/modules/taxonomy/src/Plugin/views/argument/IndexTid.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/views/argument/IndexTid.php rename to web/core/modules/taxonomy/src/Plugin/views/argument/IndexTid.php diff --git a/core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php b/web/core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php rename to web/core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php diff --git a/core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php b/web/core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php rename to web/core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepthModifier.php diff --git a/core/modules/taxonomy/src/Plugin/views/argument/Taxonomy.php b/web/core/modules/taxonomy/src/Plugin/views/argument/Taxonomy.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/views/argument/Taxonomy.php rename to web/core/modules/taxonomy/src/Plugin/views/argument/Taxonomy.php diff --git a/core/modules/taxonomy/src/Plugin/views/argument/VocabularyVid.php b/web/core/modules/taxonomy/src/Plugin/views/argument/VocabularyVid.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/views/argument/VocabularyVid.php rename to web/core/modules/taxonomy/src/Plugin/views/argument/VocabularyVid.php diff --git a/core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php b/web/core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php rename to web/core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php diff --git a/core/modules/taxonomy/src/Plugin/views/argument_validator/Term.php b/web/core/modules/taxonomy/src/Plugin/views/argument_validator/Term.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/views/argument_validator/Term.php rename to web/core/modules/taxonomy/src/Plugin/views/argument_validator/Term.php diff --git a/core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php b/web/core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php rename to web/core/modules/taxonomy/src/Plugin/views/argument_validator/TermName.php diff --git a/core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php b/web/core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php rename to web/core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php diff --git a/core/modules/taxonomy/src/Plugin/views/field/TermName.php b/web/core/modules/taxonomy/src/Plugin/views/field/TermName.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/views/field/TermName.php rename to web/core/modules/taxonomy/src/Plugin/views/field/TermName.php diff --git a/core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php b/web/core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php rename to web/core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php diff --git a/core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTidDepth.php b/web/core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTidDepth.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTidDepth.php rename to web/core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTidDepth.php diff --git a/core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php b/web/core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php rename to web/core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php diff --git a/core/modules/taxonomy/src/Plugin/views/wizard/TaxonomyTerm.php b/web/core/modules/taxonomy/src/Plugin/views/wizard/TaxonomyTerm.php similarity index 100% rename from core/modules/taxonomy/src/Plugin/views/wizard/TaxonomyTerm.php rename to web/core/modules/taxonomy/src/Plugin/views/wizard/TaxonomyTerm.php diff --git a/core/modules/taxonomy/src/TaxonomyPermissions.php b/web/core/modules/taxonomy/src/TaxonomyPermissions.php similarity index 100% rename from core/modules/taxonomy/src/TaxonomyPermissions.php rename to web/core/modules/taxonomy/src/TaxonomyPermissions.php diff --git a/core/modules/taxonomy/src/TermAccessControlHandler.php b/web/core/modules/taxonomy/src/TermAccessControlHandler.php similarity index 100% rename from core/modules/taxonomy/src/TermAccessControlHandler.php rename to web/core/modules/taxonomy/src/TermAccessControlHandler.php diff --git a/core/modules/taxonomy/src/TermBreadcrumbBuilder.php b/web/core/modules/taxonomy/src/TermBreadcrumbBuilder.php similarity index 100% rename from core/modules/taxonomy/src/TermBreadcrumbBuilder.php rename to web/core/modules/taxonomy/src/TermBreadcrumbBuilder.php diff --git a/core/modules/taxonomy/src/TermForm.php b/web/core/modules/taxonomy/src/TermForm.php similarity index 100% rename from core/modules/taxonomy/src/TermForm.php rename to web/core/modules/taxonomy/src/TermForm.php diff --git a/core/modules/taxonomy/src/TermInterface.php b/web/core/modules/taxonomy/src/TermInterface.php similarity index 100% rename from core/modules/taxonomy/src/TermInterface.php rename to web/core/modules/taxonomy/src/TermInterface.php diff --git a/core/modules/taxonomy/src/TermStorage.php b/web/core/modules/taxonomy/src/TermStorage.php similarity index 100% rename from core/modules/taxonomy/src/TermStorage.php rename to web/core/modules/taxonomy/src/TermStorage.php diff --git a/core/modules/taxonomy/src/TermStorageInterface.php b/web/core/modules/taxonomy/src/TermStorageInterface.php similarity index 100% rename from core/modules/taxonomy/src/TermStorageInterface.php rename to web/core/modules/taxonomy/src/TermStorageInterface.php diff --git a/core/modules/taxonomy/src/TermStorageSchema.php b/web/core/modules/taxonomy/src/TermStorageSchema.php similarity index 100% rename from core/modules/taxonomy/src/TermStorageSchema.php rename to web/core/modules/taxonomy/src/TermStorageSchema.php diff --git a/core/modules/taxonomy/src/TermTranslationHandler.php b/web/core/modules/taxonomy/src/TermTranslationHandler.php similarity index 100% rename from core/modules/taxonomy/src/TermTranslationHandler.php rename to web/core/modules/taxonomy/src/TermTranslationHandler.php diff --git a/core/modules/taxonomy/src/TermViewBuilder.php b/web/core/modules/taxonomy/src/TermViewBuilder.php similarity index 100% rename from core/modules/taxonomy/src/TermViewBuilder.php rename to web/core/modules/taxonomy/src/TermViewBuilder.php diff --git a/core/modules/taxonomy/src/TermViewsData.php b/web/core/modules/taxonomy/src/TermViewsData.php similarity index 100% rename from core/modules/taxonomy/src/TermViewsData.php rename to web/core/modules/taxonomy/src/TermViewsData.php diff --git a/core/modules/taxonomy/src/Tests/EfqTest.php b/web/core/modules/taxonomy/src/Tests/EfqTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/EfqTest.php rename to web/core/modules/taxonomy/src/Tests/EfqTest.php diff --git a/core/modules/taxonomy/src/Tests/LegacyTest.php b/web/core/modules/taxonomy/src/Tests/LegacyTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/LegacyTest.php rename to web/core/modules/taxonomy/src/Tests/LegacyTest.php diff --git a/core/modules/taxonomy/src/Tests/LoadMultipleTest.php b/web/core/modules/taxonomy/src/Tests/LoadMultipleTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/LoadMultipleTest.php rename to web/core/modules/taxonomy/src/Tests/LoadMultipleTest.php diff --git a/core/modules/taxonomy/src/Tests/RssTest.php b/web/core/modules/taxonomy/src/Tests/RssTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/RssTest.php rename to web/core/modules/taxonomy/src/Tests/RssTest.php diff --git a/core/modules/taxonomy/src/Tests/TaxonomyImageTest.php b/web/core/modules/taxonomy/src/Tests/TaxonomyImageTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TaxonomyImageTest.php rename to web/core/modules/taxonomy/src/Tests/TaxonomyImageTest.php diff --git a/core/modules/taxonomy/src/Tests/TaxonomyQueryAlterTest.php b/web/core/modules/taxonomy/src/Tests/TaxonomyQueryAlterTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TaxonomyQueryAlterTest.php rename to web/core/modules/taxonomy/src/Tests/TaxonomyQueryAlterTest.php diff --git a/core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php b/web/core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php rename to web/core/modules/taxonomy/src/Tests/TaxonomyTermIndentationTest.php diff --git a/core/modules/taxonomy/src/Tests/TaxonomyTermPagerTest.php b/web/core/modules/taxonomy/src/Tests/TaxonomyTermPagerTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TaxonomyTermPagerTest.php rename to web/core/modules/taxonomy/src/Tests/TaxonomyTermPagerTest.php diff --git a/core/modules/taxonomy/src/Tests/TaxonomyTestBase.php b/web/core/modules/taxonomy/src/Tests/TaxonomyTestBase.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TaxonomyTestBase.php rename to web/core/modules/taxonomy/src/Tests/TaxonomyTestBase.php diff --git a/core/modules/taxonomy/src/Tests/TaxonomyTestTrait.php b/web/core/modules/taxonomy/src/Tests/TaxonomyTestTrait.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TaxonomyTestTrait.php rename to web/core/modules/taxonomy/src/Tests/TaxonomyTestTrait.php diff --git a/core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php b/web/core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php rename to web/core/modules/taxonomy/src/Tests/TaxonomyTranslationTestTrait.php diff --git a/core/modules/taxonomy/src/Tests/TermAutocompleteTest.php b/web/core/modules/taxonomy/src/Tests/TermAutocompleteTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TermAutocompleteTest.php rename to web/core/modules/taxonomy/src/Tests/TermAutocompleteTest.php diff --git a/core/modules/taxonomy/src/Tests/TermCacheTagsTest.php b/web/core/modules/taxonomy/src/Tests/TermCacheTagsTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TermCacheTagsTest.php rename to web/core/modules/taxonomy/src/Tests/TermCacheTagsTest.php diff --git a/core/modules/taxonomy/src/Tests/TermEntityReferenceTest.php b/web/core/modules/taxonomy/src/Tests/TermEntityReferenceTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TermEntityReferenceTest.php rename to web/core/modules/taxonomy/src/Tests/TermEntityReferenceTest.php diff --git a/core/modules/taxonomy/src/Tests/TermIndexTest.php b/web/core/modules/taxonomy/src/Tests/TermIndexTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TermIndexTest.php rename to web/core/modules/taxonomy/src/Tests/TermIndexTest.php diff --git a/core/modules/taxonomy/src/Tests/TermLanguageTest.php b/web/core/modules/taxonomy/src/Tests/TermLanguageTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TermLanguageTest.php rename to web/core/modules/taxonomy/src/Tests/TermLanguageTest.php diff --git a/core/modules/taxonomy/src/Tests/TermTest.php b/web/core/modules/taxonomy/src/Tests/TermTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TermTest.php rename to web/core/modules/taxonomy/src/Tests/TermTest.php diff --git a/core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php b/web/core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php rename to web/core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php diff --git a/core/modules/taxonomy/src/Tests/TermTranslationTest.php b/web/core/modules/taxonomy/src/Tests/TermTranslationTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TermTranslationTest.php rename to web/core/modules/taxonomy/src/Tests/TermTranslationTest.php diff --git a/core/modules/taxonomy/src/Tests/TermTranslationUITest.php b/web/core/modules/taxonomy/src/Tests/TermTranslationUITest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TermTranslationUITest.php rename to web/core/modules/taxonomy/src/Tests/TermTranslationUITest.php diff --git a/core/modules/taxonomy/src/Tests/ThemeTest.php b/web/core/modules/taxonomy/src/Tests/ThemeTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/ThemeTest.php rename to web/core/modules/taxonomy/src/Tests/ThemeTest.php diff --git a/core/modules/taxonomy/src/Tests/TokenReplaceTest.php b/web/core/modules/taxonomy/src/Tests/TokenReplaceTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/TokenReplaceTest.php rename to web/core/modules/taxonomy/src/Tests/TokenReplaceTest.php diff --git a/core/modules/taxonomy/src/Tests/Views/ArgumentValidatorTermTest.php b/web/core/modules/taxonomy/src/Tests/Views/ArgumentValidatorTermTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/ArgumentValidatorTermTest.php rename to web/core/modules/taxonomy/src/Tests/Views/ArgumentValidatorTermTest.php diff --git a/core/modules/taxonomy/src/Tests/Views/RelationshipNodeTermDataTest.php b/web/core/modules/taxonomy/src/Tests/Views/RelationshipNodeTermDataTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/RelationshipNodeTermDataTest.php rename to web/core/modules/taxonomy/src/Tests/Views/RelationshipNodeTermDataTest.php diff --git a/core/modules/taxonomy/src/Tests/Views/RelationshipRepresentativeNodeTest.php b/web/core/modules/taxonomy/src/Tests/Views/RelationshipRepresentativeNodeTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/RelationshipRepresentativeNodeTest.php rename to web/core/modules/taxonomy/src/Tests/Views/RelationshipRepresentativeNodeTest.php diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyDefaultArgumentTest.php b/web/core/modules/taxonomy/src/Tests/Views/TaxonomyDefaultArgumentTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/TaxonomyDefaultArgumentTest.php rename to web/core/modules/taxonomy/src/Tests/Views/TaxonomyDefaultArgumentTest.php diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php b/web/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php rename to web/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldAllTermsTest.php diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldFilterTest.php b/web/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldFilterTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/TaxonomyFieldFilterTest.php rename to web/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldFilterTest.php diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldTidTest.php b/web/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldTidTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/TaxonomyFieldTidTest.php rename to web/core/modules/taxonomy/src/Tests/Views/TaxonomyFieldTidTest.php diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidFilterTest.php b/web/core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidFilterTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidFilterTest.php rename to web/core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidFilterTest.php diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidUiTest.php b/web/core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidUiTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidUiTest.php rename to web/core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidUiTest.php diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyParentUITest.php b/web/core/modules/taxonomy/src/Tests/Views/TaxonomyParentUITest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/TaxonomyParentUITest.php rename to web/core/modules/taxonomy/src/Tests/Views/TaxonomyParentUITest.php diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyRelationshipTest.php b/web/core/modules/taxonomy/src/Tests/Views/TaxonomyRelationshipTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/TaxonomyRelationshipTest.php rename to web/core/modules/taxonomy/src/Tests/Views/TaxonomyRelationshipTest.php diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyTermArgumentDepthTest.php b/web/core/modules/taxonomy/src/Tests/Views/TaxonomyTermArgumentDepthTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/TaxonomyTermArgumentDepthTest.php rename to web/core/modules/taxonomy/src/Tests/Views/TaxonomyTermArgumentDepthTest.php diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyTermFilterDepthTest.php b/web/core/modules/taxonomy/src/Tests/Views/TaxonomyTermFilterDepthTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/TaxonomyTermFilterDepthTest.php rename to web/core/modules/taxonomy/src/Tests/Views/TaxonomyTermFilterDepthTest.php diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php b/web/core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php rename to web/core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php diff --git a/core/modules/taxonomy/src/Tests/Views/TaxonomyTestBase.php b/web/core/modules/taxonomy/src/Tests/Views/TaxonomyTestBase.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/TaxonomyTestBase.php rename to web/core/modules/taxonomy/src/Tests/Views/TaxonomyTestBase.php diff --git a/core/modules/taxonomy/src/Tests/Views/TermNameFieldTest.php b/web/core/modules/taxonomy/src/Tests/Views/TermNameFieldTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/Views/TermNameFieldTest.php rename to web/core/modules/taxonomy/src/Tests/Views/TermNameFieldTest.php diff --git a/core/modules/taxonomy/src/Tests/VocabularyCrudTest.php b/web/core/modules/taxonomy/src/Tests/VocabularyCrudTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/VocabularyCrudTest.php rename to web/core/modules/taxonomy/src/Tests/VocabularyCrudTest.php diff --git a/core/modules/taxonomy/src/Tests/VocabularyLanguageTest.php b/web/core/modules/taxonomy/src/Tests/VocabularyLanguageTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/VocabularyLanguageTest.php rename to web/core/modules/taxonomy/src/Tests/VocabularyLanguageTest.php diff --git a/core/modules/taxonomy/src/Tests/VocabularyPermissionsTest.php b/web/core/modules/taxonomy/src/Tests/VocabularyPermissionsTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/VocabularyPermissionsTest.php rename to web/core/modules/taxonomy/src/Tests/VocabularyPermissionsTest.php diff --git a/core/modules/taxonomy/src/Tests/VocabularyTranslationTest.php b/web/core/modules/taxonomy/src/Tests/VocabularyTranslationTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/VocabularyTranslationTest.php rename to web/core/modules/taxonomy/src/Tests/VocabularyTranslationTest.php diff --git a/core/modules/taxonomy/src/Tests/VocabularyUiTest.php b/web/core/modules/taxonomy/src/Tests/VocabularyUiTest.php similarity index 100% rename from core/modules/taxonomy/src/Tests/VocabularyUiTest.php rename to web/core/modules/taxonomy/src/Tests/VocabularyUiTest.php diff --git a/core/modules/taxonomy/src/VocabularyForm.php b/web/core/modules/taxonomy/src/VocabularyForm.php similarity index 100% rename from core/modules/taxonomy/src/VocabularyForm.php rename to web/core/modules/taxonomy/src/VocabularyForm.php diff --git a/core/modules/taxonomy/src/VocabularyInterface.php b/web/core/modules/taxonomy/src/VocabularyInterface.php similarity index 100% rename from core/modules/taxonomy/src/VocabularyInterface.php rename to web/core/modules/taxonomy/src/VocabularyInterface.php diff --git a/core/modules/taxonomy/src/VocabularyListBuilder.php b/web/core/modules/taxonomy/src/VocabularyListBuilder.php similarity index 100% rename from core/modules/taxonomy/src/VocabularyListBuilder.php rename to web/core/modules/taxonomy/src/VocabularyListBuilder.php diff --git a/core/modules/taxonomy/src/VocabularyStorage.php b/web/core/modules/taxonomy/src/VocabularyStorage.php similarity index 100% rename from core/modules/taxonomy/src/VocabularyStorage.php rename to web/core/modules/taxonomy/src/VocabularyStorage.php diff --git a/core/modules/taxonomy/src/VocabularyStorageInterface.php b/web/core/modules/taxonomy/src/VocabularyStorageInterface.php similarity index 100% rename from core/modules/taxonomy/src/VocabularyStorageInterface.php rename to web/core/modules/taxonomy/src/VocabularyStorageInterface.php diff --git a/core/modules/taxonomy/taxonomy.info.yml b/web/core/modules/taxonomy/taxonomy.info.yml similarity index 100% rename from core/modules/taxonomy/taxonomy.info.yml rename to web/core/modules/taxonomy/taxonomy.info.yml diff --git a/core/modules/taxonomy/taxonomy.js b/web/core/modules/taxonomy/taxonomy.js similarity index 100% rename from core/modules/taxonomy/taxonomy.js rename to web/core/modules/taxonomy/taxonomy.js diff --git a/core/modules/taxonomy/taxonomy.libraries.yml b/web/core/modules/taxonomy/taxonomy.libraries.yml similarity index 100% rename from core/modules/taxonomy/taxonomy.libraries.yml rename to web/core/modules/taxonomy/taxonomy.libraries.yml diff --git a/core/modules/taxonomy/taxonomy.links.action.yml b/web/core/modules/taxonomy/taxonomy.links.action.yml similarity index 100% rename from core/modules/taxonomy/taxonomy.links.action.yml rename to web/core/modules/taxonomy/taxonomy.links.action.yml diff --git a/core/modules/taxonomy/taxonomy.links.contextual.yml b/web/core/modules/taxonomy/taxonomy.links.contextual.yml similarity index 100% rename from core/modules/taxonomy/taxonomy.links.contextual.yml rename to web/core/modules/taxonomy/taxonomy.links.contextual.yml diff --git a/core/modules/taxonomy/taxonomy.links.menu.yml b/web/core/modules/taxonomy/taxonomy.links.menu.yml similarity index 100% rename from core/modules/taxonomy/taxonomy.links.menu.yml rename to web/core/modules/taxonomy/taxonomy.links.menu.yml diff --git a/core/modules/taxonomy/taxonomy.links.task.yml b/web/core/modules/taxonomy/taxonomy.links.task.yml similarity index 100% rename from core/modules/taxonomy/taxonomy.links.task.yml rename to web/core/modules/taxonomy/taxonomy.links.task.yml diff --git a/core/modules/taxonomy/taxonomy.module b/web/core/modules/taxonomy/taxonomy.module similarity index 100% rename from core/modules/taxonomy/taxonomy.module rename to web/core/modules/taxonomy/taxonomy.module diff --git a/core/modules/taxonomy/taxonomy.permissions.yml b/web/core/modules/taxonomy/taxonomy.permissions.yml similarity index 100% rename from core/modules/taxonomy/taxonomy.permissions.yml rename to web/core/modules/taxonomy/taxonomy.permissions.yml diff --git a/core/modules/taxonomy/taxonomy.routing.yml b/web/core/modules/taxonomy/taxonomy.routing.yml similarity index 100% rename from core/modules/taxonomy/taxonomy.routing.yml rename to web/core/modules/taxonomy/taxonomy.routing.yml diff --git a/core/modules/taxonomy/taxonomy.services.yml b/web/core/modules/taxonomy/taxonomy.services.yml similarity index 100% rename from core/modules/taxonomy/taxonomy.services.yml rename to web/core/modules/taxonomy/taxonomy.services.yml diff --git a/core/modules/taxonomy/taxonomy.tokens.inc b/web/core/modules/taxonomy/taxonomy.tokens.inc similarity index 100% rename from core/modules/taxonomy/taxonomy.tokens.inc rename to web/core/modules/taxonomy/taxonomy.tokens.inc diff --git a/core/modules/taxonomy/taxonomy.views.inc b/web/core/modules/taxonomy/taxonomy.views.inc similarity index 100% rename from core/modules/taxonomy/taxonomy.views.inc rename to web/core/modules/taxonomy/taxonomy.views.inc diff --git a/core/modules/taxonomy/templates/taxonomy-term.html.twig b/web/core/modules/taxonomy/templates/taxonomy-term.html.twig similarity index 100% rename from core/modules/taxonomy/templates/taxonomy-term.html.twig rename to web/core/modules/taxonomy/templates/taxonomy-term.html.twig diff --git a/core/modules/taxonomy/tests/modules/taxonomy_crud/config/schema/taxonomy_crud.schema.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_crud/config/schema/taxonomy_crud.schema.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_crud/config/schema/taxonomy_crud.schema.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_crud/config/schema/taxonomy_crud.schema.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.info.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.info.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.info.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.info.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.module b/web/core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.module similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.module rename to web/core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.module diff --git a/core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/migrations/taxonomy_term_stub_test.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/migrations/taxonomy_term_stub_test.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/migrations/taxonomy_term_stub_test.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/migrations/taxonomy_term_stub_test.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/taxonomy_term_stub_test.info.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/taxonomy_term_stub_test.info.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/taxonomy_term_stub_test.info.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/taxonomy_term_stub_test.info.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.info.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.info.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.info.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.info.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module b/web/core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module rename to web/core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_all_terms_test.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_all_terms_test.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_all_terms_test.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_all_terms_test.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_default_argument_test.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_default_argument_test.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_default_argument_test.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_default_argument_test.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_index_tid_depth.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_index_tid_depth.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_index_tid_depth.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_index_tid_depth.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_field_filters.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_field_filters.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_field_filters.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_field_filters.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid__non_existing_dependency.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid__non_existing_dependency.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid__non_existing_dependency.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid__non_existing_dependency.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid_depth.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid_depth.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid_depth.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid_depth.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_groupwise_term.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_groupwise_term.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_groupwise_term.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_groupwise_term.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_node_term_data.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_node_term_data.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_node_term_data.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_node_term_data.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_parent.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_parent.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_parent.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_parent.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_name.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_name.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_name.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_name.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_relationship.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_relationship.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_relationship.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_relationship.yml diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_tid_field.yml b/web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_tid_field.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_tid_field.yml rename to web/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_tid_field.yml diff --git a/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularyResponse.php b/web/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularyResponse.php similarity index 100% rename from core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularyResponse.php rename to web/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularyResponse.php diff --git a/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularySerializationTestController.php b/web/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularySerializationTestController.php similarity index 100% rename from core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularySerializationTestController.php rename to web/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularySerializationTestController.php diff --git a/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml b/web/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml rename to web/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml diff --git a/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.routing.yml b/web/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.routing.yml similarity index 100% rename from core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.routing.yml rename to web/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.routing.yml diff --git a/core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php b/web/core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php rename to web/core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/ForwardRevisionTest.php b/web/core/modules/taxonomy/tests/src/Kernel/ForwardRevisionTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/ForwardRevisionTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/ForwardRevisionTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyConfigsTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyConfigsTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyConfigsTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyConfigsTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyVocabularyTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeRevisionTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermNodeTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityFormDisplayTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyTermTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateTaxonomyVocabularyTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermNodeTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermNodeTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermNodeTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermNodeTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermSourceWithVocabularyFilterTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermSourceWithVocabularyFilterTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermSourceWithVocabularyFilterTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermSourceWithVocabularyFilterTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/VocabularyTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermSourceWithVocabularyFilterTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/TermTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/VocabularyTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php b/web/core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php b/web/core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php diff --git a/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php b/web/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php rename to web/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php diff --git a/core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php b/web/core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php similarity index 100% rename from core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php rename to web/core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php diff --git a/core/modules/telephone/config/schema/telephone.schema.yml b/web/core/modules/telephone/config/schema/telephone.schema.yml similarity index 100% rename from core/modules/telephone/config/schema/telephone.schema.yml rename to web/core/modules/telephone/config/schema/telephone.schema.yml diff --git a/core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php b/web/core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php similarity index 100% rename from core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php rename to web/core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php diff --git a/core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php b/web/core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php similarity index 100% rename from core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php rename to web/core/modules/telephone/src/Plugin/Field/FieldType/TelephoneItem.php diff --git a/core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php b/web/core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php similarity index 100% rename from core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php rename to web/core/modules/telephone/src/Plugin/Field/FieldWidget/TelephoneDefaultWidget.php diff --git a/core/modules/telephone/src/Tests/TelephoneFieldTest.php b/web/core/modules/telephone/src/Tests/TelephoneFieldTest.php similarity index 100% rename from core/modules/telephone/src/Tests/TelephoneFieldTest.php rename to web/core/modules/telephone/src/Tests/TelephoneFieldTest.php diff --git a/core/modules/telephone/telephone.info.yml b/web/core/modules/telephone/telephone.info.yml similarity index 100% rename from core/modules/telephone/telephone.info.yml rename to web/core/modules/telephone/telephone.info.yml diff --git a/core/modules/telephone/telephone.module b/web/core/modules/telephone/telephone.module similarity index 100% rename from core/modules/telephone/telephone.module rename to web/core/modules/telephone/telephone.module diff --git a/core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php b/web/core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php similarity index 100% rename from core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php rename to web/core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php diff --git a/core/modules/text/config/install/text.settings.yml b/web/core/modules/text/config/install/text.settings.yml similarity index 100% rename from core/modules/text/config/install/text.settings.yml rename to web/core/modules/text/config/install/text.settings.yml diff --git a/core/modules/text/config/schema/text.schema.yml b/web/core/modules/text/config/schema/text.schema.yml similarity index 100% rename from core/modules/text/config/schema/text.schema.yml rename to web/core/modules/text/config/schema/text.schema.yml diff --git a/core/modules/text/migration_templates/text_settings.yml b/web/core/modules/text/migration_templates/text_settings.yml similarity index 100% rename from core/modules/text/migration_templates/text_settings.yml rename to web/core/modules/text/migration_templates/text_settings.yml diff --git a/core/modules/text/src/Plugin/Field/FieldFormatter/TextDefaultFormatter.php b/web/core/modules/text/src/Plugin/Field/FieldFormatter/TextDefaultFormatter.php similarity index 100% rename from core/modules/text/src/Plugin/Field/FieldFormatter/TextDefaultFormatter.php rename to web/core/modules/text/src/Plugin/Field/FieldFormatter/TextDefaultFormatter.php diff --git a/core/modules/text/src/Plugin/Field/FieldFormatter/TextSummaryOrTrimmedFormatter.php b/web/core/modules/text/src/Plugin/Field/FieldFormatter/TextSummaryOrTrimmedFormatter.php similarity index 100% rename from core/modules/text/src/Plugin/Field/FieldFormatter/TextSummaryOrTrimmedFormatter.php rename to web/core/modules/text/src/Plugin/Field/FieldFormatter/TextSummaryOrTrimmedFormatter.php diff --git a/core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php b/web/core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php similarity index 100% rename from core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php rename to web/core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php diff --git a/core/modules/text/src/Plugin/Field/FieldType/TextItem.php b/web/core/modules/text/src/Plugin/Field/FieldType/TextItem.php similarity index 100% rename from core/modules/text/src/Plugin/Field/FieldType/TextItem.php rename to web/core/modules/text/src/Plugin/Field/FieldType/TextItem.php diff --git a/core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php b/web/core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php similarity index 100% rename from core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php rename to web/core/modules/text/src/Plugin/Field/FieldType/TextItemBase.php diff --git a/core/modules/text/src/Plugin/Field/FieldType/TextLongItem.php b/web/core/modules/text/src/Plugin/Field/FieldType/TextLongItem.php similarity index 100% rename from core/modules/text/src/Plugin/Field/FieldType/TextLongItem.php rename to web/core/modules/text/src/Plugin/Field/FieldType/TextLongItem.php diff --git a/core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php b/web/core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php similarity index 100% rename from core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php rename to web/core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php diff --git a/core/modules/text/src/Plugin/Field/FieldWidget/TextareaWidget.php b/web/core/modules/text/src/Plugin/Field/FieldWidget/TextareaWidget.php similarity index 100% rename from core/modules/text/src/Plugin/Field/FieldWidget/TextareaWidget.php rename to web/core/modules/text/src/Plugin/Field/FieldWidget/TextareaWidget.php diff --git a/core/modules/text/src/Plugin/Field/FieldWidget/TextareaWithSummaryWidget.php b/web/core/modules/text/src/Plugin/Field/FieldWidget/TextareaWithSummaryWidget.php similarity index 100% rename from core/modules/text/src/Plugin/Field/FieldWidget/TextareaWithSummaryWidget.php rename to web/core/modules/text/src/Plugin/Field/FieldWidget/TextareaWithSummaryWidget.php diff --git a/core/modules/text/src/Plugin/Field/FieldWidget/TextfieldWidget.php b/web/core/modules/text/src/Plugin/Field/FieldWidget/TextfieldWidget.php similarity index 100% rename from core/modules/text/src/Plugin/Field/FieldWidget/TextfieldWidget.php rename to web/core/modules/text/src/Plugin/Field/FieldWidget/TextfieldWidget.php diff --git a/core/modules/text/src/Plugin/migrate/cckfield/TextField.php b/web/core/modules/text/src/Plugin/migrate/cckfield/TextField.php similarity index 100% rename from core/modules/text/src/Plugin/migrate/cckfield/TextField.php rename to web/core/modules/text/src/Plugin/migrate/cckfield/TextField.php diff --git a/core/modules/text/src/Tests/TextFieldTest.php b/web/core/modules/text/src/Tests/TextFieldTest.php similarity index 100% rename from core/modules/text/src/Tests/TextFieldTest.php rename to web/core/modules/text/src/Tests/TextFieldTest.php diff --git a/core/modules/text/src/TextProcessed.php b/web/core/modules/text/src/TextProcessed.php similarity index 100% rename from core/modules/text/src/TextProcessed.php rename to web/core/modules/text/src/TextProcessed.php diff --git a/core/modules/text/tests/src/Kernel/Migrate/MigrateTextConfigsTest.php b/web/core/modules/text/tests/src/Kernel/Migrate/MigrateTextConfigsTest.php similarity index 100% rename from core/modules/text/tests/src/Kernel/Migrate/MigrateTextConfigsTest.php rename to web/core/modules/text/tests/src/Kernel/Migrate/MigrateTextConfigsTest.php diff --git a/core/modules/text/tests/src/Kernel/TextFormatterTest.php b/web/core/modules/text/tests/src/Kernel/TextFormatterTest.php similarity index 100% rename from core/modules/text/tests/src/Kernel/TextFormatterTest.php rename to web/core/modules/text/tests/src/Kernel/TextFormatterTest.php diff --git a/core/modules/text/tests/src/Kernel/TextSummaryTest.php b/web/core/modules/text/tests/src/Kernel/TextSummaryTest.php similarity index 100% rename from core/modules/text/tests/src/Kernel/TextSummaryTest.php rename to web/core/modules/text/tests/src/Kernel/TextSummaryTest.php diff --git a/core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php b/web/core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php similarity index 100% rename from core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php rename to web/core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php diff --git a/core/modules/text/tests/src/Unit/Migrate/TextFieldTest.php b/web/core/modules/text/tests/src/Unit/Migrate/TextFieldTest.php similarity index 100% rename from core/modules/text/tests/src/Unit/Migrate/TextFieldTest.php rename to web/core/modules/text/tests/src/Unit/Migrate/TextFieldTest.php diff --git a/core/modules/text/text.info.yml b/web/core/modules/text/text.info.yml similarity index 100% rename from core/modules/text/text.info.yml rename to web/core/modules/text/text.info.yml diff --git a/core/modules/text/text.js b/web/core/modules/text/text.js similarity index 100% rename from core/modules/text/text.js rename to web/core/modules/text/text.js diff --git a/core/modules/text/text.libraries.yml b/web/core/modules/text/text.libraries.yml similarity index 100% rename from core/modules/text/text.libraries.yml rename to web/core/modules/text/text.libraries.yml diff --git a/core/modules/text/text.module b/web/core/modules/text/text.module similarity index 100% rename from core/modules/text/text.module rename to web/core/modules/text/text.module diff --git a/core/modules/toolbar/css/toolbar.icons.theme.css b/web/core/modules/toolbar/css/toolbar.icons.theme.css similarity index 100% rename from core/modules/toolbar/css/toolbar.icons.theme.css rename to web/core/modules/toolbar/css/toolbar.icons.theme.css diff --git a/core/modules/toolbar/css/toolbar.menu.css b/web/core/modules/toolbar/css/toolbar.menu.css similarity index 100% rename from core/modules/toolbar/css/toolbar.menu.css rename to web/core/modules/toolbar/css/toolbar.menu.css diff --git a/core/modules/toolbar/css/toolbar.module.css b/web/core/modules/toolbar/css/toolbar.module.css similarity index 100% rename from core/modules/toolbar/css/toolbar.module.css rename to web/core/modules/toolbar/css/toolbar.module.css diff --git a/core/modules/toolbar/css/toolbar.theme.css b/web/core/modules/toolbar/css/toolbar.theme.css similarity index 100% rename from core/modules/toolbar/css/toolbar.theme.css rename to web/core/modules/toolbar/css/toolbar.theme.css diff --git a/core/modules/toolbar/js/escapeAdmin.js b/web/core/modules/toolbar/js/escapeAdmin.js similarity index 100% rename from core/modules/toolbar/js/escapeAdmin.js rename to web/core/modules/toolbar/js/escapeAdmin.js diff --git a/core/modules/toolbar/js/models/MenuModel.js b/web/core/modules/toolbar/js/models/MenuModel.js similarity index 100% rename from core/modules/toolbar/js/models/MenuModel.js rename to web/core/modules/toolbar/js/models/MenuModel.js diff --git a/core/modules/toolbar/js/models/ToolbarModel.js b/web/core/modules/toolbar/js/models/ToolbarModel.js similarity index 100% rename from core/modules/toolbar/js/models/ToolbarModel.js rename to web/core/modules/toolbar/js/models/ToolbarModel.js diff --git a/core/modules/toolbar/js/toolbar.js b/web/core/modules/toolbar/js/toolbar.js similarity index 100% rename from core/modules/toolbar/js/toolbar.js rename to web/core/modules/toolbar/js/toolbar.js diff --git a/core/modules/toolbar/js/toolbar.menu.js b/web/core/modules/toolbar/js/toolbar.menu.js similarity index 100% rename from core/modules/toolbar/js/toolbar.menu.js rename to web/core/modules/toolbar/js/toolbar.menu.js diff --git a/core/modules/toolbar/js/views/BodyVisualView.js b/web/core/modules/toolbar/js/views/BodyVisualView.js similarity index 100% rename from core/modules/toolbar/js/views/BodyVisualView.js rename to web/core/modules/toolbar/js/views/BodyVisualView.js diff --git a/core/modules/toolbar/js/views/MenuVisualView.js b/web/core/modules/toolbar/js/views/MenuVisualView.js similarity index 100% rename from core/modules/toolbar/js/views/MenuVisualView.js rename to web/core/modules/toolbar/js/views/MenuVisualView.js diff --git a/core/modules/toolbar/js/views/ToolbarAuralView.js b/web/core/modules/toolbar/js/views/ToolbarAuralView.js similarity index 100% rename from core/modules/toolbar/js/views/ToolbarAuralView.js rename to web/core/modules/toolbar/js/views/ToolbarAuralView.js diff --git a/core/modules/toolbar/js/views/ToolbarVisualView.js b/web/core/modules/toolbar/js/views/ToolbarVisualView.js similarity index 100% rename from core/modules/toolbar/js/views/ToolbarVisualView.js rename to web/core/modules/toolbar/js/views/ToolbarVisualView.js diff --git a/core/modules/toolbar/src/Ajax/SetSubtreesCommand.php b/web/core/modules/toolbar/src/Ajax/SetSubtreesCommand.php similarity index 100% rename from core/modules/toolbar/src/Ajax/SetSubtreesCommand.php rename to web/core/modules/toolbar/src/Ajax/SetSubtreesCommand.php diff --git a/core/modules/toolbar/src/Controller/ToolbarController.php b/web/core/modules/toolbar/src/Controller/ToolbarController.php similarity index 100% rename from core/modules/toolbar/src/Controller/ToolbarController.php rename to web/core/modules/toolbar/src/Controller/ToolbarController.php diff --git a/core/modules/toolbar/src/Element/Toolbar.php b/web/core/modules/toolbar/src/Element/Toolbar.php similarity index 100% rename from core/modules/toolbar/src/Element/Toolbar.php rename to web/core/modules/toolbar/src/Element/Toolbar.php diff --git a/core/modules/toolbar/src/Element/ToolbarItem.php b/web/core/modules/toolbar/src/Element/ToolbarItem.php similarity index 100% rename from core/modules/toolbar/src/Element/ToolbarItem.php rename to web/core/modules/toolbar/src/Element/ToolbarItem.php diff --git a/core/modules/toolbar/src/Menu/ToolbarMenuLinkTree.php b/web/core/modules/toolbar/src/Menu/ToolbarMenuLinkTree.php similarity index 100% rename from core/modules/toolbar/src/Menu/ToolbarMenuLinkTree.php rename to web/core/modules/toolbar/src/Menu/ToolbarMenuLinkTree.php diff --git a/core/modules/toolbar/src/PageCache/AllowToolbarPath.php b/web/core/modules/toolbar/src/PageCache/AllowToolbarPath.php similarity index 100% rename from core/modules/toolbar/src/PageCache/AllowToolbarPath.php rename to web/core/modules/toolbar/src/PageCache/AllowToolbarPath.php diff --git a/core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php b/web/core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php similarity index 100% rename from core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php rename to web/core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php diff --git a/core/modules/toolbar/src/Tests/ToolbarCacheContextsTest.php b/web/core/modules/toolbar/src/Tests/ToolbarCacheContextsTest.php similarity index 100% rename from core/modules/toolbar/src/Tests/ToolbarCacheContextsTest.php rename to web/core/modules/toolbar/src/Tests/ToolbarCacheContextsTest.php diff --git a/core/modules/toolbar/src/Tests/ToolbarHookToolbarTest.php b/web/core/modules/toolbar/src/Tests/ToolbarHookToolbarTest.php similarity index 100% rename from core/modules/toolbar/src/Tests/ToolbarHookToolbarTest.php rename to web/core/modules/toolbar/src/Tests/ToolbarHookToolbarTest.php diff --git a/core/modules/toolbar/src/Tests/ToolbarMenuTranslationTest.php b/web/core/modules/toolbar/src/Tests/ToolbarMenuTranslationTest.php similarity index 100% rename from core/modules/toolbar/src/Tests/ToolbarMenuTranslationTest.php rename to web/core/modules/toolbar/src/Tests/ToolbarMenuTranslationTest.php diff --git a/core/modules/toolbar/templates/menu--toolbar.html.twig b/web/core/modules/toolbar/templates/menu--toolbar.html.twig similarity index 100% rename from core/modules/toolbar/templates/menu--toolbar.html.twig rename to web/core/modules/toolbar/templates/menu--toolbar.html.twig diff --git a/core/modules/toolbar/templates/toolbar.html.twig b/web/core/modules/toolbar/templates/toolbar.html.twig similarity index 100% rename from core/modules/toolbar/templates/toolbar.html.twig rename to web/core/modules/toolbar/templates/toolbar.html.twig diff --git a/core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.info.yml b/web/core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.info.yml similarity index 100% rename from core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.info.yml rename to web/core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.info.yml diff --git a/core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.module b/web/core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.module similarity index 100% rename from core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.module rename to web/core/modules/toolbar/tests/modules/toolbar_disable_user_toolbar/toolbar_disable_user_toolbar.module diff --git a/core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml b/web/core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml similarity index 100% rename from core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml rename to web/core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.info.yml diff --git a/core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module b/web/core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module similarity index 100% rename from core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module rename to web/core/modules/toolbar/tests/modules/toolbar_test/toolbar_test.module diff --git a/core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php b/web/core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php similarity index 100% rename from core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php rename to web/core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarIntegrationTest.php diff --git a/core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php b/web/core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php similarity index 100% rename from core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php rename to web/core/modules/toolbar/tests/src/Unit/PageCache/AllowToolbarPathTest.php diff --git a/core/modules/toolbar/toolbar.api.php b/web/core/modules/toolbar/toolbar.api.php similarity index 100% rename from core/modules/toolbar/toolbar.api.php rename to web/core/modules/toolbar/toolbar.api.php diff --git a/core/modules/toolbar/toolbar.breakpoints.yml b/web/core/modules/toolbar/toolbar.breakpoints.yml similarity index 100% rename from core/modules/toolbar/toolbar.breakpoints.yml rename to web/core/modules/toolbar/toolbar.breakpoints.yml diff --git a/core/modules/toolbar/toolbar.info.yml b/web/core/modules/toolbar/toolbar.info.yml similarity index 100% rename from core/modules/toolbar/toolbar.info.yml rename to web/core/modules/toolbar/toolbar.info.yml diff --git a/core/modules/toolbar/toolbar.libraries.yml b/web/core/modules/toolbar/toolbar.libraries.yml similarity index 100% rename from core/modules/toolbar/toolbar.libraries.yml rename to web/core/modules/toolbar/toolbar.libraries.yml diff --git a/core/modules/toolbar/toolbar.module b/web/core/modules/toolbar/toolbar.module similarity index 100% rename from core/modules/toolbar/toolbar.module rename to web/core/modules/toolbar/toolbar.module diff --git a/core/modules/toolbar/toolbar.permissions.yml b/web/core/modules/toolbar/toolbar.permissions.yml similarity index 100% rename from core/modules/toolbar/toolbar.permissions.yml rename to web/core/modules/toolbar/toolbar.permissions.yml diff --git a/core/modules/toolbar/toolbar.routing.yml b/web/core/modules/toolbar/toolbar.routing.yml similarity index 100% rename from core/modules/toolbar/toolbar.routing.yml rename to web/core/modules/toolbar/toolbar.routing.yml diff --git a/core/modules/toolbar/toolbar.services.yml b/web/core/modules/toolbar/toolbar.services.yml similarity index 100% rename from core/modules/toolbar/toolbar.services.yml rename to web/core/modules/toolbar/toolbar.services.yml diff --git a/core/modules/tour/config/schema/tour.schema.yml b/web/core/modules/tour/config/schema/tour.schema.yml similarity index 100% rename from core/modules/tour/config/schema/tour.schema.yml rename to web/core/modules/tour/config/schema/tour.schema.yml diff --git a/core/modules/tour/css/tour.module.css b/web/core/modules/tour/css/tour.module.css similarity index 100% rename from core/modules/tour/css/tour.module.css rename to web/core/modules/tour/css/tour.module.css diff --git a/core/modules/tour/js/tour.js b/web/core/modules/tour/js/tour.js similarity index 100% rename from core/modules/tour/js/tour.js rename to web/core/modules/tour/js/tour.js diff --git a/core/modules/tour/src/Annotation/Tip.php b/web/core/modules/tour/src/Annotation/Tip.php similarity index 100% rename from core/modules/tour/src/Annotation/Tip.php rename to web/core/modules/tour/src/Annotation/Tip.php diff --git a/core/modules/tour/src/Entity/Tour.php b/web/core/modules/tour/src/Entity/Tour.php similarity index 100% rename from core/modules/tour/src/Entity/Tour.php rename to web/core/modules/tour/src/Entity/Tour.php diff --git a/core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php b/web/core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php similarity index 100% rename from core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php rename to web/core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php diff --git a/core/modules/tour/src/Plugin/tour/tip/TipPluginText.php b/web/core/modules/tour/src/Plugin/tour/tip/TipPluginText.php similarity index 100% rename from core/modules/tour/src/Plugin/tour/tip/TipPluginText.php rename to web/core/modules/tour/src/Plugin/tour/tip/TipPluginText.php diff --git a/core/modules/tour/src/Tests/TourCacheTagsTest.php b/web/core/modules/tour/src/Tests/TourCacheTagsTest.php similarity index 100% rename from core/modules/tour/src/Tests/TourCacheTagsTest.php rename to web/core/modules/tour/src/Tests/TourCacheTagsTest.php diff --git a/core/modules/tour/src/Tests/TourHelpPageTest.php b/web/core/modules/tour/src/Tests/TourHelpPageTest.php similarity index 100% rename from core/modules/tour/src/Tests/TourHelpPageTest.php rename to web/core/modules/tour/src/Tests/TourHelpPageTest.php diff --git a/core/modules/tour/src/Tests/TourTest.php b/web/core/modules/tour/src/Tests/TourTest.php similarity index 100% rename from core/modules/tour/src/Tests/TourTest.php rename to web/core/modules/tour/src/Tests/TourTest.php diff --git a/core/modules/tour/src/Tests/TourTestBase.php b/web/core/modules/tour/src/Tests/TourTestBase.php similarity index 100% rename from core/modules/tour/src/Tests/TourTestBase.php rename to web/core/modules/tour/src/Tests/TourTestBase.php diff --git a/core/modules/tour/src/Tests/TourTestBasic.php b/web/core/modules/tour/src/Tests/TourTestBasic.php similarity index 100% rename from core/modules/tour/src/Tests/TourTestBasic.php rename to web/core/modules/tour/src/Tests/TourTestBasic.php diff --git a/core/modules/tour/src/TipPluginBase.php b/web/core/modules/tour/src/TipPluginBase.php similarity index 100% rename from core/modules/tour/src/TipPluginBase.php rename to web/core/modules/tour/src/TipPluginBase.php diff --git a/core/modules/tour/src/TipPluginInterface.php b/web/core/modules/tour/src/TipPluginInterface.php similarity index 100% rename from core/modules/tour/src/TipPluginInterface.php rename to web/core/modules/tour/src/TipPluginInterface.php diff --git a/core/modules/tour/src/TipPluginManager.php b/web/core/modules/tour/src/TipPluginManager.php similarity index 100% rename from core/modules/tour/src/TipPluginManager.php rename to web/core/modules/tour/src/TipPluginManager.php diff --git a/core/modules/tour/src/TipsPluginCollection.php b/web/core/modules/tour/src/TipsPluginCollection.php similarity index 100% rename from core/modules/tour/src/TipsPluginCollection.php rename to web/core/modules/tour/src/TipsPluginCollection.php diff --git a/core/modules/tour/src/TourInterface.php b/web/core/modules/tour/src/TourInterface.php similarity index 100% rename from core/modules/tour/src/TourInterface.php rename to web/core/modules/tour/src/TourInterface.php diff --git a/core/modules/tour/src/TourViewBuilder.php b/web/core/modules/tour/src/TourViewBuilder.php similarity index 100% rename from core/modules/tour/src/TourViewBuilder.php rename to web/core/modules/tour/src/TourViewBuilder.php diff --git a/core/modules/tour/tests/src/Kernel/TourPluginTest.php b/web/core/modules/tour/tests/src/Kernel/TourPluginTest.php similarity index 100% rename from core/modules/tour/tests/src/Kernel/TourPluginTest.php rename to web/core/modules/tour/tests/src/Kernel/TourPluginTest.php diff --git a/core/modules/tour/tests/src/Unit/Entity/TourTest.php b/web/core/modules/tour/tests/src/Unit/Entity/TourTest.php similarity index 100% rename from core/modules/tour/tests/src/Unit/Entity/TourTest.php rename to web/core/modules/tour/tests/src/Unit/Entity/TourTest.php diff --git a/core/modules/tour/tests/tour_test/config/install/language/it/tour.tour.tour-test.yml b/web/core/modules/tour/tests/tour_test/config/install/language/it/tour.tour.tour-test.yml similarity index 100% rename from core/modules/tour/tests/tour_test/config/install/language/it/tour.tour.tour-test.yml rename to web/core/modules/tour/tests/tour_test/config/install/language/it/tour.tour.tour-test.yml diff --git a/core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test-2.yml b/web/core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test-2.yml similarity index 100% rename from core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test-2.yml rename to web/core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test-2.yml diff --git a/core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test.yml b/web/core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test.yml similarity index 100% rename from core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test.yml rename to web/core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test.yml diff --git a/core/modules/tour/tests/tour_test/config/schema/tour_test.schema.yml b/web/core/modules/tour/tests/tour_test/config/schema/tour_test.schema.yml similarity index 100% rename from core/modules/tour/tests/tour_test/config/schema/tour_test.schema.yml rename to web/core/modules/tour/tests/tour_test/config/schema/tour_test.schema.yml diff --git a/core/modules/tour/tests/tour_test/src/Controller/TourTestController.php b/web/core/modules/tour/tests/tour_test/src/Controller/TourTestController.php similarity index 100% rename from core/modules/tour/tests/tour_test/src/Controller/TourTestController.php rename to web/core/modules/tour/tests/tour_test/src/Controller/TourTestController.php diff --git a/core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php b/web/core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php similarity index 100% rename from core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php rename to web/core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php diff --git a/core/modules/tour/tests/tour_test/tour_test.info.yml b/web/core/modules/tour/tests/tour_test/tour_test.info.yml similarity index 100% rename from core/modules/tour/tests/tour_test/tour_test.info.yml rename to web/core/modules/tour/tests/tour_test/tour_test.info.yml diff --git a/core/modules/tour/tests/tour_test/tour_test.links.action.yml b/web/core/modules/tour/tests/tour_test/tour_test.links.action.yml similarity index 100% rename from core/modules/tour/tests/tour_test/tour_test.links.action.yml rename to web/core/modules/tour/tests/tour_test/tour_test.links.action.yml diff --git a/core/modules/tour/tests/tour_test/tour_test.module b/web/core/modules/tour/tests/tour_test/tour_test.module similarity index 100% rename from core/modules/tour/tests/tour_test/tour_test.module rename to web/core/modules/tour/tests/tour_test/tour_test.module diff --git a/core/modules/tour/tests/tour_test/tour_test.routing.yml b/web/core/modules/tour/tests/tour_test/tour_test.routing.yml similarity index 100% rename from core/modules/tour/tests/tour_test/tour_test.routing.yml rename to web/core/modules/tour/tests/tour_test/tour_test.routing.yml diff --git a/core/modules/tour/tour.api.php b/web/core/modules/tour/tour.api.php similarity index 100% rename from core/modules/tour/tour.api.php rename to web/core/modules/tour/tour.api.php diff --git a/core/modules/tour/tour.info.yml b/web/core/modules/tour/tour.info.yml similarity index 100% rename from core/modules/tour/tour.info.yml rename to web/core/modules/tour/tour.info.yml diff --git a/core/modules/tour/tour.libraries.yml b/web/core/modules/tour/tour.libraries.yml similarity index 100% rename from core/modules/tour/tour.libraries.yml rename to web/core/modules/tour/tour.libraries.yml diff --git a/core/modules/tour/tour.module b/web/core/modules/tour/tour.module similarity index 100% rename from core/modules/tour/tour.module rename to web/core/modules/tour/tour.module diff --git a/core/modules/tour/tour.permissions.yml b/web/core/modules/tour/tour.permissions.yml similarity index 100% rename from core/modules/tour/tour.permissions.yml rename to web/core/modules/tour/tour.permissions.yml diff --git a/core/modules/tour/tour.services.yml b/web/core/modules/tour/tour.services.yml similarity index 100% rename from core/modules/tour/tour.services.yml rename to web/core/modules/tour/tour.services.yml diff --git a/core/modules/tracker/config/install/tracker.settings.yml b/web/core/modules/tracker/config/install/tracker.settings.yml similarity index 100% rename from core/modules/tracker/config/install/tracker.settings.yml rename to web/core/modules/tracker/config/install/tracker.settings.yml diff --git a/core/modules/tracker/config/schema/tracker.schema.yml b/web/core/modules/tracker/config/schema/tracker.schema.yml similarity index 100% rename from core/modules/tracker/config/schema/tracker.schema.yml rename to web/core/modules/tracker/config/schema/tracker.schema.yml diff --git a/core/modules/tracker/config/schema/tracker.views.schema.yml b/web/core/modules/tracker/config/schema/tracker.views.schema.yml similarity index 100% rename from core/modules/tracker/config/schema/tracker.views.schema.yml rename to web/core/modules/tracker/config/schema/tracker.views.schema.yml diff --git a/core/modules/tracker/js/tracker-history.js b/web/core/modules/tracker/js/tracker-history.js similarity index 100% rename from core/modules/tracker/js/tracker-history.js rename to web/core/modules/tracker/js/tracker-history.js diff --git a/core/modules/tracker/migration_templates/d7_tracker_node.yml b/web/core/modules/tracker/migration_templates/d7_tracker_node.yml similarity index 100% rename from core/modules/tracker/migration_templates/d7_tracker_node.yml rename to web/core/modules/tracker/migration_templates/d7_tracker_node.yml diff --git a/core/modules/tracker/migration_templates/d7_tracker_settings.yml b/web/core/modules/tracker/migration_templates/d7_tracker_settings.yml similarity index 100% rename from core/modules/tracker/migration_templates/d7_tracker_settings.yml rename to web/core/modules/tracker/migration_templates/d7_tracker_settings.yml diff --git a/core/modules/tracker/migration_templates/d7_tracker_user.yml b/web/core/modules/tracker/migration_templates/d7_tracker_user.yml similarity index 100% rename from core/modules/tracker/migration_templates/d7_tracker_user.yml rename to web/core/modules/tracker/migration_templates/d7_tracker_user.yml diff --git a/core/modules/tracker/src/Access/ViewOwnTrackerAccessCheck.php b/web/core/modules/tracker/src/Access/ViewOwnTrackerAccessCheck.php similarity index 100% rename from core/modules/tracker/src/Access/ViewOwnTrackerAccessCheck.php rename to web/core/modules/tracker/src/Access/ViewOwnTrackerAccessCheck.php diff --git a/core/modules/tracker/src/Controller/TrackerPage.php b/web/core/modules/tracker/src/Controller/TrackerPage.php similarity index 100% rename from core/modules/tracker/src/Controller/TrackerPage.php rename to web/core/modules/tracker/src/Controller/TrackerPage.php diff --git a/core/modules/tracker/src/Controller/TrackerUserRecent.php b/web/core/modules/tracker/src/Controller/TrackerUserRecent.php similarity index 100% rename from core/modules/tracker/src/Controller/TrackerUserRecent.php rename to web/core/modules/tracker/src/Controller/TrackerUserRecent.php diff --git a/core/modules/tracker/src/Controller/TrackerUserTab.php b/web/core/modules/tracker/src/Controller/TrackerUserTab.php similarity index 100% rename from core/modules/tracker/src/Controller/TrackerUserTab.php rename to web/core/modules/tracker/src/Controller/TrackerUserTab.php diff --git a/core/modules/tracker/src/Plugin/Menu/UserTrackerTab.php b/web/core/modules/tracker/src/Plugin/Menu/UserTrackerTab.php similarity index 100% rename from core/modules/tracker/src/Plugin/Menu/UserTrackerTab.php rename to web/core/modules/tracker/src/Plugin/Menu/UserTrackerTab.php diff --git a/core/modules/tracker/src/Plugin/migrate/source/d7/TrackerNode.php b/web/core/modules/tracker/src/Plugin/migrate/source/d7/TrackerNode.php similarity index 100% rename from core/modules/tracker/src/Plugin/migrate/source/d7/TrackerNode.php rename to web/core/modules/tracker/src/Plugin/migrate/source/d7/TrackerNode.php diff --git a/core/modules/tracker/src/Plugin/migrate/source/d7/TrackerUser.php b/web/core/modules/tracker/src/Plugin/migrate/source/d7/TrackerUser.php similarity index 100% rename from core/modules/tracker/src/Plugin/migrate/source/d7/TrackerUser.php rename to web/core/modules/tracker/src/Plugin/migrate/source/d7/TrackerUser.php diff --git a/core/modules/tracker/src/Plugin/views/argument/UserUid.php b/web/core/modules/tracker/src/Plugin/views/argument/UserUid.php similarity index 100% rename from core/modules/tracker/src/Plugin/views/argument/UserUid.php rename to web/core/modules/tracker/src/Plugin/views/argument/UserUid.php diff --git a/core/modules/tracker/src/Plugin/views/filter/UserUid.php b/web/core/modules/tracker/src/Plugin/views/filter/UserUid.php similarity index 100% rename from core/modules/tracker/src/Plugin/views/filter/UserUid.php rename to web/core/modules/tracker/src/Plugin/views/filter/UserUid.php diff --git a/core/modules/tracker/src/Tests/TrackerNodeAccessTest.php b/web/core/modules/tracker/src/Tests/TrackerNodeAccessTest.php similarity index 100% rename from core/modules/tracker/src/Tests/TrackerNodeAccessTest.php rename to web/core/modules/tracker/src/Tests/TrackerNodeAccessTest.php diff --git a/core/modules/tracker/src/Tests/TrackerTest.php b/web/core/modules/tracker/src/Tests/TrackerTest.php similarity index 100% rename from core/modules/tracker/src/Tests/TrackerTest.php rename to web/core/modules/tracker/src/Tests/TrackerTest.php diff --git a/core/modules/tracker/src/Tests/Views/TrackerTestBase.php b/web/core/modules/tracker/src/Tests/Views/TrackerTestBase.php similarity index 100% rename from core/modules/tracker/src/Tests/Views/TrackerTestBase.php rename to web/core/modules/tracker/src/Tests/Views/TrackerTestBase.php diff --git a/core/modules/tracker/src/Tests/Views/TrackerUserUidTest.php b/web/core/modules/tracker/src/Tests/Views/TrackerUserUidTest.php similarity index 100% rename from core/modules/tracker/src/Tests/Views/TrackerUserUidTest.php rename to web/core/modules/tracker/src/Tests/Views/TrackerUserUidTest.php diff --git a/core/modules/tracker/tests/modules/tracker_test_views/test_views/views.view.test_tracker_user_uid.yml b/web/core/modules/tracker/tests/modules/tracker_test_views/test_views/views.view.test_tracker_user_uid.yml similarity index 100% rename from core/modules/tracker/tests/modules/tracker_test_views/test_views/views.view.test_tracker_user_uid.yml rename to web/core/modules/tracker/tests/modules/tracker_test_views/test_views/views.view.test_tracker_user_uid.yml diff --git a/core/modules/tracker/tests/modules/tracker_test_views/tracker_test_views.info.yml b/web/core/modules/tracker/tests/modules/tracker_test_views/tracker_test_views.info.yml similarity index 100% rename from core/modules/tracker/tests/modules/tracker_test_views/tracker_test_views.info.yml rename to web/core/modules/tracker/tests/modules/tracker_test_views/tracker_test_views.info.yml diff --git a/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php b/web/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php similarity index 100% rename from core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php rename to web/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php diff --git a/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerSettingsTest.php b/web/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerSettingsTest.php similarity index 100% rename from core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerSettingsTest.php rename to web/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerSettingsTest.php diff --git a/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerUserTest.php b/web/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerUserTest.php similarity index 100% rename from core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerUserTest.php rename to web/core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerUserTest.php diff --git a/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerNodeTest.php b/web/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerNodeTest.php similarity index 100% rename from core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerNodeTest.php rename to web/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerNodeTest.php diff --git a/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerUserTest.php b/web/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerUserTest.php similarity index 100% rename from core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerUserTest.php rename to web/core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerUserTest.php diff --git a/core/modules/tracker/tracker.info.yml b/web/core/modules/tracker/tracker.info.yml similarity index 100% rename from core/modules/tracker/tracker.info.yml rename to web/core/modules/tracker/tracker.info.yml diff --git a/core/modules/tracker/tracker.install b/web/core/modules/tracker/tracker.install similarity index 100% rename from core/modules/tracker/tracker.install rename to web/core/modules/tracker/tracker.install diff --git a/core/modules/tracker/tracker.libraries.yml b/web/core/modules/tracker/tracker.libraries.yml similarity index 100% rename from core/modules/tracker/tracker.libraries.yml rename to web/core/modules/tracker/tracker.libraries.yml diff --git a/core/modules/tracker/tracker.links.menu.yml b/web/core/modules/tracker/tracker.links.menu.yml similarity index 100% rename from core/modules/tracker/tracker.links.menu.yml rename to web/core/modules/tracker/tracker.links.menu.yml diff --git a/core/modules/tracker/tracker.links.task.yml b/web/core/modules/tracker/tracker.links.task.yml similarity index 100% rename from core/modules/tracker/tracker.links.task.yml rename to web/core/modules/tracker/tracker.links.task.yml diff --git a/core/modules/tracker/tracker.module b/web/core/modules/tracker/tracker.module similarity index 100% rename from core/modules/tracker/tracker.module rename to web/core/modules/tracker/tracker.module diff --git a/core/modules/tracker/tracker.pages.inc b/web/core/modules/tracker/tracker.pages.inc similarity index 100% rename from core/modules/tracker/tracker.pages.inc rename to web/core/modules/tracker/tracker.pages.inc diff --git a/core/modules/tracker/tracker.routing.yml b/web/core/modules/tracker/tracker.routing.yml similarity index 100% rename from core/modules/tracker/tracker.routing.yml rename to web/core/modules/tracker/tracker.routing.yml diff --git a/core/modules/tracker/tracker.services.yml b/web/core/modules/tracker/tracker.services.yml similarity index 100% rename from core/modules/tracker/tracker.services.yml rename to web/core/modules/tracker/tracker.services.yml diff --git a/core/modules/tracker/tracker.views.inc b/web/core/modules/tracker/tracker.views.inc similarity index 100% rename from core/modules/tracker/tracker.views.inc rename to web/core/modules/tracker/tracker.views.inc diff --git a/core/modules/update/config/install/update.settings.yml b/web/core/modules/update/config/install/update.settings.yml similarity index 100% rename from core/modules/update/config/install/update.settings.yml rename to web/core/modules/update/config/install/update.settings.yml diff --git a/core/modules/update/config/schema/update.schema.yml b/web/core/modules/update/config/schema/update.schema.yml similarity index 100% rename from core/modules/update/config/schema/update.schema.yml rename to web/core/modules/update/config/schema/update.schema.yml diff --git a/core/modules/update/css/update.admin.theme.css b/web/core/modules/update/css/update.admin.theme.css similarity index 100% rename from core/modules/update/css/update.admin.theme.css rename to web/core/modules/update/css/update.admin.theme.css diff --git a/core/modules/update/migration_templates/update_settings.yml b/web/core/modules/update/migration_templates/update_settings.yml similarity index 100% rename from core/modules/update/migration_templates/update_settings.yml rename to web/core/modules/update/migration_templates/update_settings.yml diff --git a/core/modules/update/src/Access/UpdateManagerAccessCheck.php b/web/core/modules/update/src/Access/UpdateManagerAccessCheck.php similarity index 100% rename from core/modules/update/src/Access/UpdateManagerAccessCheck.php rename to web/core/modules/update/src/Access/UpdateManagerAccessCheck.php diff --git a/core/modules/update/src/Controller/UpdateController.php b/web/core/modules/update/src/Controller/UpdateController.php similarity index 100% rename from core/modules/update/src/Controller/UpdateController.php rename to web/core/modules/update/src/Controller/UpdateController.php diff --git a/core/modules/update/src/Form/UpdateManagerInstall.php b/web/core/modules/update/src/Form/UpdateManagerInstall.php similarity index 100% rename from core/modules/update/src/Form/UpdateManagerInstall.php rename to web/core/modules/update/src/Form/UpdateManagerInstall.php diff --git a/core/modules/update/src/Form/UpdateManagerUpdate.php b/web/core/modules/update/src/Form/UpdateManagerUpdate.php similarity index 100% rename from core/modules/update/src/Form/UpdateManagerUpdate.php rename to web/core/modules/update/src/Form/UpdateManagerUpdate.php diff --git a/core/modules/update/src/Form/UpdateReady.php b/web/core/modules/update/src/Form/UpdateReady.php similarity index 100% rename from core/modules/update/src/Form/UpdateReady.php rename to web/core/modules/update/src/Form/UpdateReady.php diff --git a/core/modules/update/src/Tests/FileTransferAuthorizeFormTest.php b/web/core/modules/update/src/Tests/FileTransferAuthorizeFormTest.php similarity index 100% rename from core/modules/update/src/Tests/FileTransferAuthorizeFormTest.php rename to web/core/modules/update/src/Tests/FileTransferAuthorizeFormTest.php diff --git a/core/modules/update/src/Tests/UpdateContribTest.php b/web/core/modules/update/src/Tests/UpdateContribTest.php similarity index 100% rename from core/modules/update/src/Tests/UpdateContribTest.php rename to web/core/modules/update/src/Tests/UpdateContribTest.php diff --git a/core/modules/update/src/Tests/UpdateCoreTest.php b/web/core/modules/update/src/Tests/UpdateCoreTest.php similarity index 100% rename from core/modules/update/src/Tests/UpdateCoreTest.php rename to web/core/modules/update/src/Tests/UpdateCoreTest.php diff --git a/core/modules/update/src/Tests/UpdateDeleteFileIfStaleTest.php b/web/core/modules/update/src/Tests/UpdateDeleteFileIfStaleTest.php similarity index 100% rename from core/modules/update/src/Tests/UpdateDeleteFileIfStaleTest.php rename to web/core/modules/update/src/Tests/UpdateDeleteFileIfStaleTest.php diff --git a/core/modules/update/src/Tests/UpdateTestBase.php b/web/core/modules/update/src/Tests/UpdateTestBase.php similarity index 100% rename from core/modules/update/src/Tests/UpdateTestBase.php rename to web/core/modules/update/src/Tests/UpdateTestBase.php diff --git a/core/modules/update/src/Tests/UpdateUploadTest.php b/web/core/modules/update/src/Tests/UpdateUploadTest.php similarity index 100% rename from core/modules/update/src/Tests/UpdateUploadTest.php rename to web/core/modules/update/src/Tests/UpdateUploadTest.php diff --git a/core/modules/update/src/UpdateFetcher.php b/web/core/modules/update/src/UpdateFetcher.php similarity index 100% rename from core/modules/update/src/UpdateFetcher.php rename to web/core/modules/update/src/UpdateFetcher.php diff --git a/core/modules/update/src/UpdateFetcherInterface.php b/web/core/modules/update/src/UpdateFetcherInterface.php similarity index 100% rename from core/modules/update/src/UpdateFetcherInterface.php rename to web/core/modules/update/src/UpdateFetcherInterface.php diff --git a/core/modules/update/src/UpdateManager.php b/web/core/modules/update/src/UpdateManager.php similarity index 100% rename from core/modules/update/src/UpdateManager.php rename to web/core/modules/update/src/UpdateManager.php diff --git a/core/modules/update/src/UpdateManagerInterface.php b/web/core/modules/update/src/UpdateManagerInterface.php similarity index 100% rename from core/modules/update/src/UpdateManagerInterface.php rename to web/core/modules/update/src/UpdateManagerInterface.php diff --git a/core/modules/update/src/UpdateProcessor.php b/web/core/modules/update/src/UpdateProcessor.php similarity index 100% rename from core/modules/update/src/UpdateProcessor.php rename to web/core/modules/update/src/UpdateProcessor.php diff --git a/core/modules/update/src/UpdateProcessorInterface.php b/web/core/modules/update/src/UpdateProcessorInterface.php similarity index 100% rename from core/modules/update/src/UpdateProcessorInterface.php rename to web/core/modules/update/src/UpdateProcessorInterface.php diff --git a/core/modules/update/src/UpdateRootFactory.php b/web/core/modules/update/src/UpdateRootFactory.php similarity index 100% rename from core/modules/update/src/UpdateRootFactory.php rename to web/core/modules/update/src/UpdateRootFactory.php diff --git a/core/modules/update/src/UpdateSettingsForm.php b/web/core/modules/update/src/UpdateSettingsForm.php similarity index 100% rename from core/modules/update/src/UpdateSettingsForm.php rename to web/core/modules/update/src/UpdateSettingsForm.php diff --git a/core/modules/update/templates/update-last-check.html.twig b/web/core/modules/update/templates/update-last-check.html.twig similarity index 100% rename from core/modules/update/templates/update-last-check.html.twig rename to web/core/modules/update/templates/update-last-check.html.twig diff --git a/core/modules/update/templates/update-project-status.html.twig b/web/core/modules/update/templates/update-project-status.html.twig similarity index 100% rename from core/modules/update/templates/update-project-status.html.twig rename to web/core/modules/update/templates/update-project-status.html.twig diff --git a/core/modules/update/templates/update-report.html.twig b/web/core/modules/update/templates/update-report.html.twig similarity index 100% rename from core/modules/update/templates/update-report.html.twig rename to web/core/modules/update/templates/update-report.html.twig diff --git a/core/modules/update/templates/update-version.html.twig b/web/core/modules/update/templates/update-version.html.twig similarity index 100% rename from core/modules/update/templates/update-version.html.twig rename to web/core/modules/update/templates/update-version.html.twig diff --git a/core/modules/update/tests/aaa_update_test.tar.gz b/web/core/modules/update/tests/aaa_update_test.tar.gz similarity index 100% rename from core/modules/update/tests/aaa_update_test.tar.gz rename to web/core/modules/update/tests/aaa_update_test.tar.gz diff --git a/core/modules/update/tests/aaa_update_test/aaa_update_test.info.yml b/web/core/modules/update/tests/aaa_update_test/aaa_update_test.info.yml similarity index 100% rename from core/modules/update/tests/aaa_update_test/aaa_update_test.info.yml rename to web/core/modules/update/tests/aaa_update_test/aaa_update_test.info.yml diff --git a/core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml b/web/core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml similarity index 100% rename from core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml rename to web/core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml diff --git a/core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml b/web/core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml similarity index 100% rename from core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml rename to web/core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml diff --git a/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml b/web/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml similarity index 100% rename from core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml rename to web/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml diff --git a/core/modules/update/tests/modules/update_test/aaa_update_test.1_0.xml b/web/core/modules/update/tests/modules/update_test/aaa_update_test.1_0.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/aaa_update_test.1_0.xml rename to web/core/modules/update/tests/modules/update_test/aaa_update_test.1_0.xml diff --git a/core/modules/update/tests/modules/update_test/aaa_update_test.no-releases.xml b/web/core/modules/update/tests/modules/update_test/aaa_update_test.no-releases.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/aaa_update_test.no-releases.xml rename to web/core/modules/update/tests/modules/update_test/aaa_update_test.no-releases.xml diff --git a/core/modules/update/tests/modules/update_test/bbb_update_test.1_0.xml b/web/core/modules/update/tests/modules/update_test/bbb_update_test.1_0.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/bbb_update_test.1_0.xml rename to web/core/modules/update/tests/modules/update_test/bbb_update_test.1_0.xml diff --git a/core/modules/update/tests/modules/update_test/ccc_update_test.1_0.xml b/web/core/modules/update/tests/modules/update_test/ccc_update_test.1_0.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/ccc_update_test.1_0.xml rename to web/core/modules/update/tests/modules/update_test/ccc_update_test.1_0.xml diff --git a/core/modules/update/tests/modules/update_test/config/install/update_test.settings.yml b/web/core/modules/update/tests/modules/update_test/config/install/update_test.settings.yml similarity index 100% rename from core/modules/update/tests/modules/update_test/config/install/update_test.settings.yml rename to web/core/modules/update/tests/modules/update_test/config/install/update_test.settings.yml diff --git a/core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml b/web/core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml similarity index 100% rename from core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml rename to web/core/modules/update/tests/modules/update_test/config/schema/update_test.schema.yml diff --git a/core/modules/update/tests/modules/update_test/drupal.0.0-alpha1.xml b/web/core/modules/update/tests/modules/update_test/drupal.0.0-alpha1.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.0.0-alpha1.xml rename to web/core/modules/update/tests/modules/update_test/drupal.0.0-alpha1.xml diff --git a/core/modules/update/tests/modules/update_test/drupal.0.0-beta1.xml b/web/core/modules/update/tests/modules/update_test/drupal.0.0-beta1.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.0.0-beta1.xml rename to web/core/modules/update/tests/modules/update_test/drupal.0.0-beta1.xml diff --git a/core/modules/update/tests/modules/update_test/drupal.0.0.xml b/web/core/modules/update/tests/modules/update_test/drupal.0.0.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.0.0.xml rename to web/core/modules/update/tests/modules/update_test/drupal.0.0.xml diff --git a/core/modules/update/tests/modules/update_test/drupal.0.1-alpha1.xml b/web/core/modules/update/tests/modules/update_test/drupal.0.1-alpha1.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.0.1-alpha1.xml rename to web/core/modules/update/tests/modules/update_test/drupal.0.1-alpha1.xml diff --git a/core/modules/update/tests/modules/update_test/drupal.0.1-beta1.xml b/web/core/modules/update/tests/modules/update_test/drupal.0.1-beta1.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.0.1-beta1.xml rename to web/core/modules/update/tests/modules/update_test/drupal.0.1-beta1.xml diff --git a/core/modules/update/tests/modules/update_test/drupal.0.1.xml b/web/core/modules/update/tests/modules/update_test/drupal.0.1.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.0.1.xml rename to web/core/modules/update/tests/modules/update_test/drupal.0.1.xml diff --git a/core/modules/update/tests/modules/update_test/drupal.0.2-sec.xml b/web/core/modules/update/tests/modules/update_test/drupal.0.2-sec.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.0.2-sec.xml rename to web/core/modules/update/tests/modules/update_test/drupal.0.2-sec.xml diff --git a/core/modules/update/tests/modules/update_test/drupal.1.0-alpha1.xml b/web/core/modules/update/tests/modules/update_test/drupal.1.0-alpha1.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.1.0-alpha1.xml rename to web/core/modules/update/tests/modules/update_test/drupal.1.0-alpha1.xml diff --git a/core/modules/update/tests/modules/update_test/drupal.1.0-beta1.xml b/web/core/modules/update/tests/modules/update_test/drupal.1.0-beta1.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.1.0-beta1.xml rename to web/core/modules/update/tests/modules/update_test/drupal.1.0-beta1.xml diff --git a/core/modules/update/tests/modules/update_test/drupal.1.0.xml b/web/core/modules/update/tests/modules/update_test/drupal.1.0.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.1.0.xml rename to web/core/modules/update/tests/modules/update_test/drupal.1.0.xml diff --git a/core/modules/update/tests/modules/update_test/drupal.1.1-alpha1.xml b/web/core/modules/update/tests/modules/update_test/drupal.1.1-alpha1.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.1.1-alpha1.xml rename to web/core/modules/update/tests/modules/update_test/drupal.1.1-alpha1.xml diff --git a/core/modules/update/tests/modules/update_test/drupal.1.1-beta1.xml b/web/core/modules/update/tests/modules/update_test/drupal.1.1-beta1.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.1.1-beta1.xml rename to web/core/modules/update/tests/modules/update_test/drupal.1.1-beta1.xml diff --git a/core/modules/update/tests/modules/update_test/drupal.1.1.xml b/web/core/modules/update/tests/modules/update_test/drupal.1.1.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.1.1.xml rename to web/core/modules/update/tests/modules/update_test/drupal.1.1.xml diff --git a/core/modules/update/tests/modules/update_test/drupal.1.2-sec.xml b/web/core/modules/update/tests/modules/update_test/drupal.1.2-sec.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.1.2-sec.xml rename to web/core/modules/update/tests/modules/update_test/drupal.1.2-sec.xml diff --git a/core/modules/update/tests/modules/update_test/drupal.9.xml b/web/core/modules/update/tests/modules/update_test/drupal.9.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.9.xml rename to web/core/modules/update/tests/modules/update_test/drupal.9.xml diff --git a/core/modules/update/tests/modules/update_test/drupal.dev.xml b/web/core/modules/update/tests/modules/update_test/drupal.dev.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/drupal.dev.xml rename to web/core/modules/update/tests/modules/update_test/drupal.dev.xml diff --git a/core/modules/update/tests/modules/update_test/src/Controller/UpdateTestController.php b/web/core/modules/update/tests/modules/update_test/src/Controller/UpdateTestController.php similarity index 100% rename from core/modules/update/tests/modules/update_test/src/Controller/UpdateTestController.php rename to web/core/modules/update/tests/modules/update_test/src/Controller/UpdateTestController.php diff --git a/core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php b/web/core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php similarity index 100% rename from core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php rename to web/core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php diff --git a/core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php b/web/core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php similarity index 100% rename from core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php rename to web/core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php diff --git a/core/modules/update/tests/modules/update_test/update_test.info.yml b/web/core/modules/update/tests/modules/update_test/update_test.info.yml similarity index 100% rename from core/modules/update/tests/modules/update_test/update_test.info.yml rename to web/core/modules/update/tests/modules/update_test/update_test.info.yml diff --git a/core/modules/update/tests/modules/update_test/update_test.module b/web/core/modules/update/tests/modules/update_test/update_test.module similarity index 100% rename from core/modules/update/tests/modules/update_test/update_test.module rename to web/core/modules/update/tests/modules/update_test/update_test.module diff --git a/core/modules/update/tests/modules/update_test/update_test.routing.yml b/web/core/modules/update/tests/modules/update_test/update_test.routing.yml similarity index 100% rename from core/modules/update/tests/modules/update_test/update_test.routing.yml rename to web/core/modules/update/tests/modules/update_test/update_test.routing.yml diff --git a/core/modules/update/tests/modules/update_test/update_test_basetheme.1_1-sec.xml b/web/core/modules/update/tests/modules/update_test/update_test_basetheme.1_1-sec.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/update_test_basetheme.1_1-sec.xml rename to web/core/modules/update/tests/modules/update_test/update_test_basetheme.1_1-sec.xml diff --git a/core/modules/update/tests/modules/update_test/update_test_new_module.1_1.xml b/web/core/modules/update/tests/modules/update_test/update_test_new_module.1_1.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/update_test_new_module.1_1.xml rename to web/core/modules/update/tests/modules/update_test/update_test_new_module.1_1.xml diff --git a/core/modules/update/tests/modules/update_test/update_test_subtheme.1_0.xml b/web/core/modules/update/tests/modules/update_test/update_test_subtheme.1_0.xml similarity index 100% rename from core/modules/update/tests/modules/update_test/update_test_subtheme.1_0.xml rename to web/core/modules/update/tests/modules/update_test/update_test_subtheme.1_0.xml diff --git a/core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php b/web/core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php similarity index 100% rename from core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php rename to web/core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php diff --git a/core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php b/web/core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php similarity index 100% rename from core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php rename to web/core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php diff --git a/core/modules/update/tests/src/Unit/UpdateFetcherTest.php b/web/core/modules/update/tests/src/Unit/UpdateFetcherTest.php similarity index 100% rename from core/modules/update/tests/src/Unit/UpdateFetcherTest.php rename to web/core/modules/update/tests/src/Unit/UpdateFetcherTest.php diff --git a/core/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info.yml b/web/core/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info.yml similarity index 100% rename from core/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info.yml rename to web/core/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info.yml diff --git a/core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml b/web/core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml similarity index 100% rename from core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml rename to web/core/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info.yml diff --git a/core/modules/update/tests/update_test_new_module/8.x-1.0/update_test_new_module.tar.gz b/web/core/modules/update/tests/update_test_new_module/8.x-1.0/update_test_new_module.tar.gz similarity index 100% rename from core/modules/update/tests/update_test_new_module/8.x-1.0/update_test_new_module.tar.gz rename to web/core/modules/update/tests/update_test_new_module/8.x-1.0/update_test_new_module.tar.gz diff --git a/core/modules/update/tests/update_test_new_module/8.x-1.1/update_test_new_module.tar.gz b/web/core/modules/update/tests/update_test_new_module/8.x-1.1/update_test_new_module.tar.gz similarity index 100% rename from core/modules/update/tests/update_test_new_module/8.x-1.1/update_test_new_module.tar.gz rename to web/core/modules/update/tests/update_test_new_module/8.x-1.1/update_test_new_module.tar.gz diff --git a/core/modules/update/update.api.php b/web/core/modules/update/update.api.php similarity index 100% rename from core/modules/update/update.api.php rename to web/core/modules/update/update.api.php diff --git a/core/modules/update/update.authorize.inc b/web/core/modules/update/update.authorize.inc similarity index 100% rename from core/modules/update/update.authorize.inc rename to web/core/modules/update/update.authorize.inc diff --git a/core/modules/update/update.compare.inc b/web/core/modules/update/update.compare.inc similarity index 100% rename from core/modules/update/update.compare.inc rename to web/core/modules/update/update.compare.inc diff --git a/core/modules/update/update.fetch.inc b/web/core/modules/update/update.fetch.inc similarity index 100% rename from core/modules/update/update.fetch.inc rename to web/core/modules/update/update.fetch.inc diff --git a/core/modules/update/update.info.yml b/web/core/modules/update/update.info.yml similarity index 100% rename from core/modules/update/update.info.yml rename to web/core/modules/update/update.info.yml diff --git a/core/modules/update/update.install b/web/core/modules/update/update.install similarity index 100% rename from core/modules/update/update.install rename to web/core/modules/update/update.install diff --git a/core/modules/update/update.libraries.yml b/web/core/modules/update/update.libraries.yml similarity index 100% rename from core/modules/update/update.libraries.yml rename to web/core/modules/update/update.libraries.yml diff --git a/core/modules/update/update.links.action.yml b/web/core/modules/update/update.links.action.yml similarity index 100% rename from core/modules/update/update.links.action.yml rename to web/core/modules/update/update.links.action.yml diff --git a/core/modules/update/update.links.menu.yml b/web/core/modules/update/update.links.menu.yml similarity index 100% rename from core/modules/update/update.links.menu.yml rename to web/core/modules/update/update.links.menu.yml diff --git a/core/modules/update/update.links.task.yml b/web/core/modules/update/update.links.task.yml similarity index 100% rename from core/modules/update/update.links.task.yml rename to web/core/modules/update/update.links.task.yml diff --git a/core/modules/update/update.manager.inc b/web/core/modules/update/update.manager.inc similarity index 100% rename from core/modules/update/update.manager.inc rename to web/core/modules/update/update.manager.inc diff --git a/core/modules/update/update.module b/web/core/modules/update/update.module similarity index 100% rename from core/modules/update/update.module rename to web/core/modules/update/update.module diff --git a/core/modules/update/update.report.inc b/web/core/modules/update/update.report.inc similarity index 100% rename from core/modules/update/update.report.inc rename to web/core/modules/update/update.report.inc diff --git a/core/modules/update/update.routing.yml b/web/core/modules/update/update.routing.yml similarity index 100% rename from core/modules/update/update.routing.yml rename to web/core/modules/update/update.routing.yml diff --git a/core/modules/update/update.services.yml b/web/core/modules/update/update.services.yml similarity index 100% rename from core/modules/update/update.services.yml rename to web/core/modules/update/update.services.yml diff --git a/core/modules/user/config/install/core.entity_form_mode.user.register.yml b/web/core/modules/user/config/install/core.entity_form_mode.user.register.yml similarity index 100% rename from core/modules/user/config/install/core.entity_form_mode.user.register.yml rename to web/core/modules/user/config/install/core.entity_form_mode.user.register.yml diff --git a/core/modules/user/config/install/core.entity_view_mode.user.compact.yml b/web/core/modules/user/config/install/core.entity_view_mode.user.compact.yml similarity index 100% rename from core/modules/user/config/install/core.entity_view_mode.user.compact.yml rename to web/core/modules/user/config/install/core.entity_view_mode.user.compact.yml diff --git a/core/modules/user/config/install/core.entity_view_mode.user.full.yml b/web/core/modules/user/config/install/core.entity_view_mode.user.full.yml similarity index 100% rename from core/modules/user/config/install/core.entity_view_mode.user.full.yml rename to web/core/modules/user/config/install/core.entity_view_mode.user.full.yml diff --git a/core/modules/user/config/install/system.action.user_block_user_action.yml b/web/core/modules/user/config/install/system.action.user_block_user_action.yml similarity index 100% rename from core/modules/user/config/install/system.action.user_block_user_action.yml rename to web/core/modules/user/config/install/system.action.user_block_user_action.yml diff --git a/core/modules/user/config/install/system.action.user_cancel_user_action.yml b/web/core/modules/user/config/install/system.action.user_cancel_user_action.yml similarity index 100% rename from core/modules/user/config/install/system.action.user_cancel_user_action.yml rename to web/core/modules/user/config/install/system.action.user_cancel_user_action.yml diff --git a/core/modules/user/config/install/system.action.user_unblock_user_action.yml b/web/core/modules/user/config/install/system.action.user_unblock_user_action.yml similarity index 100% rename from core/modules/user/config/install/system.action.user_unblock_user_action.yml rename to web/core/modules/user/config/install/system.action.user_unblock_user_action.yml diff --git a/core/modules/user/config/install/user.flood.yml b/web/core/modules/user/config/install/user.flood.yml similarity index 100% rename from core/modules/user/config/install/user.flood.yml rename to web/core/modules/user/config/install/user.flood.yml diff --git a/core/modules/user/config/install/user.mail.yml b/web/core/modules/user/config/install/user.mail.yml similarity index 100% rename from core/modules/user/config/install/user.mail.yml rename to web/core/modules/user/config/install/user.mail.yml diff --git a/core/modules/user/config/install/user.role.anonymous.yml b/web/core/modules/user/config/install/user.role.anonymous.yml similarity index 100% rename from core/modules/user/config/install/user.role.anonymous.yml rename to web/core/modules/user/config/install/user.role.anonymous.yml diff --git a/core/modules/user/config/install/user.role.authenticated.yml b/web/core/modules/user/config/install/user.role.authenticated.yml similarity index 100% rename from core/modules/user/config/install/user.role.authenticated.yml rename to web/core/modules/user/config/install/user.role.authenticated.yml diff --git a/core/modules/user/config/install/user.settings.yml b/web/core/modules/user/config/install/user.settings.yml similarity index 100% rename from core/modules/user/config/install/user.settings.yml rename to web/core/modules/user/config/install/user.settings.yml diff --git a/core/modules/user/config/optional/rdf.mapping.user.user.yml b/web/core/modules/user/config/optional/rdf.mapping.user.user.yml similarity index 100% rename from core/modules/user/config/optional/rdf.mapping.user.user.yml rename to web/core/modules/user/config/optional/rdf.mapping.user.user.yml diff --git a/core/modules/user/config/optional/search.page.user_search.yml b/web/core/modules/user/config/optional/search.page.user_search.yml similarity index 100% rename from core/modules/user/config/optional/search.page.user_search.yml rename to web/core/modules/user/config/optional/search.page.user_search.yml diff --git a/core/modules/user/config/optional/views.view.user_admin_people.yml b/web/core/modules/user/config/optional/views.view.user_admin_people.yml similarity index 100% rename from core/modules/user/config/optional/views.view.user_admin_people.yml rename to web/core/modules/user/config/optional/views.view.user_admin_people.yml diff --git a/core/modules/user/config/optional/views.view.who_s_new.yml b/web/core/modules/user/config/optional/views.view.who_s_new.yml similarity index 100% rename from core/modules/user/config/optional/views.view.who_s_new.yml rename to web/core/modules/user/config/optional/views.view.who_s_new.yml diff --git a/core/modules/user/config/optional/views.view.who_s_online.yml b/web/core/modules/user/config/optional/views.view.who_s_online.yml similarity index 100% rename from core/modules/user/config/optional/views.view.who_s_online.yml rename to web/core/modules/user/config/optional/views.view.who_s_online.yml diff --git a/core/modules/user/config/schema/user.schema.yml b/web/core/modules/user/config/schema/user.schema.yml similarity index 100% rename from core/modules/user/config/schema/user.schema.yml rename to web/core/modules/user/config/schema/user.schema.yml diff --git a/core/modules/user/config/schema/user.views.schema.yml b/web/core/modules/user/config/schema/user.views.schema.yml similarity index 100% rename from core/modules/user/config/schema/user.views.schema.yml rename to web/core/modules/user/config/schema/user.views.schema.yml diff --git a/core/modules/user/css/user.admin.css b/web/core/modules/user/css/user.admin.css similarity index 100% rename from core/modules/user/css/user.admin.css rename to web/core/modules/user/css/user.admin.css diff --git a/core/modules/user/css/user.icons.admin.css b/web/core/modules/user/css/user.icons.admin.css similarity index 100% rename from core/modules/user/css/user.icons.admin.css rename to web/core/modules/user/css/user.icons.admin.css diff --git a/core/modules/user/css/user.module.css b/web/core/modules/user/css/user.module.css similarity index 100% rename from core/modules/user/css/user.module.css rename to web/core/modules/user/css/user.module.css diff --git a/core/modules/user/migration_templates/d6_profile_values.yml b/web/core/modules/user/migration_templates/d6_profile_values.yml similarity index 100% rename from core/modules/user/migration_templates/d6_profile_values.yml rename to web/core/modules/user/migration_templates/d6_profile_values.yml diff --git a/core/modules/user/migration_templates/d6_user.yml b/web/core/modules/user/migration_templates/d6_user.yml similarity index 100% rename from core/modules/user/migration_templates/d6_user.yml rename to web/core/modules/user/migration_templates/d6_user.yml diff --git a/core/modules/user/migration_templates/d6_user_contact_settings.yml b/web/core/modules/user/migration_templates/d6_user_contact_settings.yml similarity index 100% rename from core/modules/user/migration_templates/d6_user_contact_settings.yml rename to web/core/modules/user/migration_templates/d6_user_contact_settings.yml diff --git a/core/modules/user/migration_templates/d6_user_mail.yml b/web/core/modules/user/migration_templates/d6_user_mail.yml similarity index 100% rename from core/modules/user/migration_templates/d6_user_mail.yml rename to web/core/modules/user/migration_templates/d6_user_mail.yml diff --git a/core/modules/user/migration_templates/d6_user_picture_file.yml b/web/core/modules/user/migration_templates/d6_user_picture_file.yml similarity index 100% rename from core/modules/user/migration_templates/d6_user_picture_file.yml rename to web/core/modules/user/migration_templates/d6_user_picture_file.yml diff --git a/core/modules/user/migration_templates/d6_user_role.yml b/web/core/modules/user/migration_templates/d6_user_role.yml similarity index 100% rename from core/modules/user/migration_templates/d6_user_role.yml rename to web/core/modules/user/migration_templates/d6_user_role.yml diff --git a/core/modules/user/migration_templates/d6_user_settings.yml b/web/core/modules/user/migration_templates/d6_user_settings.yml similarity index 100% rename from core/modules/user/migration_templates/d6_user_settings.yml rename to web/core/modules/user/migration_templates/d6_user_settings.yml diff --git a/core/modules/user/migration_templates/d7_user.yml b/web/core/modules/user/migration_templates/d7_user.yml similarity index 100% rename from core/modules/user/migration_templates/d7_user.yml rename to web/core/modules/user/migration_templates/d7_user.yml diff --git a/core/modules/user/migration_templates/d7_user_flood.yml b/web/core/modules/user/migration_templates/d7_user_flood.yml similarity index 100% rename from core/modules/user/migration_templates/d7_user_flood.yml rename to web/core/modules/user/migration_templates/d7_user_flood.yml diff --git a/core/modules/user/migration_templates/d7_user_mail.yml b/web/core/modules/user/migration_templates/d7_user_mail.yml similarity index 100% rename from core/modules/user/migration_templates/d7_user_mail.yml rename to web/core/modules/user/migration_templates/d7_user_mail.yml diff --git a/core/modules/user/migration_templates/d7_user_role.yml b/web/core/modules/user/migration_templates/d7_user_role.yml similarity index 100% rename from core/modules/user/migration_templates/d7_user_role.yml rename to web/core/modules/user/migration_templates/d7_user_role.yml diff --git a/core/modules/user/migration_templates/user_picture_entity_display.yml b/web/core/modules/user/migration_templates/user_picture_entity_display.yml similarity index 100% rename from core/modules/user/migration_templates/user_picture_entity_display.yml rename to web/core/modules/user/migration_templates/user_picture_entity_display.yml diff --git a/core/modules/user/migration_templates/user_picture_entity_form_display.yml b/web/core/modules/user/migration_templates/user_picture_entity_form_display.yml similarity index 100% rename from core/modules/user/migration_templates/user_picture_entity_form_display.yml rename to web/core/modules/user/migration_templates/user_picture_entity_form_display.yml diff --git a/core/modules/user/migration_templates/user_picture_field.yml b/web/core/modules/user/migration_templates/user_picture_field.yml similarity index 100% rename from core/modules/user/migration_templates/user_picture_field.yml rename to web/core/modules/user/migration_templates/user_picture_field.yml diff --git a/core/modules/user/migration_templates/user_picture_field_instance.yml b/web/core/modules/user/migration_templates/user_picture_field_instance.yml similarity index 100% rename from core/modules/user/migration_templates/user_picture_field_instance.yml rename to web/core/modules/user/migration_templates/user_picture_field_instance.yml diff --git a/core/modules/user/migration_templates/user_profile_entity_display.yml b/web/core/modules/user/migration_templates/user_profile_entity_display.yml similarity index 100% rename from core/modules/user/migration_templates/user_profile_entity_display.yml rename to web/core/modules/user/migration_templates/user_profile_entity_display.yml diff --git a/core/modules/user/migration_templates/user_profile_entity_form_display.yml b/web/core/modules/user/migration_templates/user_profile_entity_form_display.yml similarity index 100% rename from core/modules/user/migration_templates/user_profile_entity_form_display.yml rename to web/core/modules/user/migration_templates/user_profile_entity_form_display.yml diff --git a/core/modules/user/migration_templates/user_profile_field.yml b/web/core/modules/user/migration_templates/user_profile_field.yml similarity index 100% rename from core/modules/user/migration_templates/user_profile_field.yml rename to web/core/modules/user/migration_templates/user_profile_field.yml diff --git a/core/modules/user/migration_templates/user_profile_field_instance.yml b/web/core/modules/user/migration_templates/user_profile_field_instance.yml similarity index 100% rename from core/modules/user/migration_templates/user_profile_field_instance.yml rename to web/core/modules/user/migration_templates/user_profile_field_instance.yml diff --git a/core/modules/user/src/Access/LoginStatusCheck.php b/web/core/modules/user/src/Access/LoginStatusCheck.php similarity index 100% rename from core/modules/user/src/Access/LoginStatusCheck.php rename to web/core/modules/user/src/Access/LoginStatusCheck.php diff --git a/core/modules/user/src/Access/PermissionAccessCheck.php b/web/core/modules/user/src/Access/PermissionAccessCheck.php similarity index 100% rename from core/modules/user/src/Access/PermissionAccessCheck.php rename to web/core/modules/user/src/Access/PermissionAccessCheck.php diff --git a/core/modules/user/src/Access/RegisterAccessCheck.php b/web/core/modules/user/src/Access/RegisterAccessCheck.php similarity index 100% rename from core/modules/user/src/Access/RegisterAccessCheck.php rename to web/core/modules/user/src/Access/RegisterAccessCheck.php diff --git a/core/modules/user/src/Access/RoleAccessCheck.php b/web/core/modules/user/src/Access/RoleAccessCheck.php similarity index 100% rename from core/modules/user/src/Access/RoleAccessCheck.php rename to web/core/modules/user/src/Access/RoleAccessCheck.php diff --git a/core/modules/user/src/AccountForm.php b/web/core/modules/user/src/AccountForm.php similarity index 100% rename from core/modules/user/src/AccountForm.php rename to web/core/modules/user/src/AccountForm.php diff --git a/core/modules/user/src/AccountSettingsForm.php b/web/core/modules/user/src/AccountSettingsForm.php similarity index 100% rename from core/modules/user/src/AccountSettingsForm.php rename to web/core/modules/user/src/AccountSettingsForm.php diff --git a/core/modules/user/src/Authentication/Provider/Cookie.php b/web/core/modules/user/src/Authentication/Provider/Cookie.php similarity index 100% rename from core/modules/user/src/Authentication/Provider/Cookie.php rename to web/core/modules/user/src/Authentication/Provider/Cookie.php diff --git a/core/modules/user/src/ContextProvider/CurrentUserContext.php b/web/core/modules/user/src/ContextProvider/CurrentUserContext.php similarity index 100% rename from core/modules/user/src/ContextProvider/CurrentUserContext.php rename to web/core/modules/user/src/ContextProvider/CurrentUserContext.php diff --git a/core/modules/user/src/Controller/UserAuthenticationController.php b/web/core/modules/user/src/Controller/UserAuthenticationController.php similarity index 100% rename from core/modules/user/src/Controller/UserAuthenticationController.php rename to web/core/modules/user/src/Controller/UserAuthenticationController.php diff --git a/core/modules/user/src/Controller/UserController.php b/web/core/modules/user/src/Controller/UserController.php similarity index 100% rename from core/modules/user/src/Controller/UserController.php rename to web/core/modules/user/src/Controller/UserController.php diff --git a/core/modules/user/src/Entity/Role.php b/web/core/modules/user/src/Entity/Role.php similarity index 100% rename from core/modules/user/src/Entity/Role.php rename to web/core/modules/user/src/Entity/Role.php diff --git a/core/modules/user/src/Entity/User.php b/web/core/modules/user/src/Entity/User.php similarity index 100% rename from core/modules/user/src/Entity/User.php rename to web/core/modules/user/src/Entity/User.php diff --git a/core/modules/user/src/Entity/UserRouteProvider.php b/web/core/modules/user/src/Entity/UserRouteProvider.php similarity index 100% rename from core/modules/user/src/Entity/UserRouteProvider.php rename to web/core/modules/user/src/Entity/UserRouteProvider.php diff --git a/core/modules/user/src/EntityOwnerInterface.php b/web/core/modules/user/src/EntityOwnerInterface.php similarity index 100% rename from core/modules/user/src/EntityOwnerInterface.php rename to web/core/modules/user/src/EntityOwnerInterface.php diff --git a/core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php b/web/core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php similarity index 100% rename from core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php rename to web/core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php diff --git a/core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php b/web/core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php similarity index 100% rename from core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php rename to web/core/modules/user/src/EventSubscriber/MaintenanceModeSubscriber.php diff --git a/core/modules/user/src/EventSubscriber/UserRequestSubscriber.php b/web/core/modules/user/src/EventSubscriber/UserRequestSubscriber.php similarity index 100% rename from core/modules/user/src/EventSubscriber/UserRequestSubscriber.php rename to web/core/modules/user/src/EventSubscriber/UserRequestSubscriber.php diff --git a/core/modules/user/src/Form/UserCancelForm.php b/web/core/modules/user/src/Form/UserCancelForm.php similarity index 100% rename from core/modules/user/src/Form/UserCancelForm.php rename to web/core/modules/user/src/Form/UserCancelForm.php diff --git a/core/modules/user/src/Form/UserLoginForm.php b/web/core/modules/user/src/Form/UserLoginForm.php similarity index 100% rename from core/modules/user/src/Form/UserLoginForm.php rename to web/core/modules/user/src/Form/UserLoginForm.php diff --git a/core/modules/user/src/Form/UserMultipleCancelConfirm.php b/web/core/modules/user/src/Form/UserMultipleCancelConfirm.php similarity index 100% rename from core/modules/user/src/Form/UserMultipleCancelConfirm.php rename to web/core/modules/user/src/Form/UserMultipleCancelConfirm.php diff --git a/core/modules/user/src/Form/UserPasswordForm.php b/web/core/modules/user/src/Form/UserPasswordForm.php similarity index 100% rename from core/modules/user/src/Form/UserPasswordForm.php rename to web/core/modules/user/src/Form/UserPasswordForm.php diff --git a/core/modules/user/src/Form/UserPasswordResetForm.php b/web/core/modules/user/src/Form/UserPasswordResetForm.php similarity index 100% rename from core/modules/user/src/Form/UserPasswordResetForm.php rename to web/core/modules/user/src/Form/UserPasswordResetForm.php diff --git a/core/modules/user/src/Form/UserPermissionsForm.php b/web/core/modules/user/src/Form/UserPermissionsForm.php similarity index 100% rename from core/modules/user/src/Form/UserPermissionsForm.php rename to web/core/modules/user/src/Form/UserPermissionsForm.php diff --git a/core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php b/web/core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php similarity index 100% rename from core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php rename to web/core/modules/user/src/Form/UserPermissionsRoleSpecificForm.php diff --git a/core/modules/user/src/MigratePassword.php b/web/core/modules/user/src/MigratePassword.php similarity index 100% rename from core/modules/user/src/MigratePassword.php rename to web/core/modules/user/src/MigratePassword.php diff --git a/core/modules/user/src/PermissionHandler.php b/web/core/modules/user/src/PermissionHandler.php similarity index 100% rename from core/modules/user/src/PermissionHandler.php rename to web/core/modules/user/src/PermissionHandler.php diff --git a/core/modules/user/src/PermissionHandlerInterface.php b/web/core/modules/user/src/PermissionHandlerInterface.php similarity index 100% rename from core/modules/user/src/PermissionHandlerInterface.php rename to web/core/modules/user/src/PermissionHandlerInterface.php diff --git a/core/modules/user/src/Plugin/Action/AddRoleUser.php b/web/core/modules/user/src/Plugin/Action/AddRoleUser.php similarity index 100% rename from core/modules/user/src/Plugin/Action/AddRoleUser.php rename to web/core/modules/user/src/Plugin/Action/AddRoleUser.php diff --git a/core/modules/user/src/Plugin/Action/BlockUser.php b/web/core/modules/user/src/Plugin/Action/BlockUser.php similarity index 100% rename from core/modules/user/src/Plugin/Action/BlockUser.php rename to web/core/modules/user/src/Plugin/Action/BlockUser.php diff --git a/core/modules/user/src/Plugin/Action/CancelUser.php b/web/core/modules/user/src/Plugin/Action/CancelUser.php similarity index 100% rename from core/modules/user/src/Plugin/Action/CancelUser.php rename to web/core/modules/user/src/Plugin/Action/CancelUser.php diff --git a/core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php b/web/core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php similarity index 100% rename from core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php rename to web/core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php diff --git a/core/modules/user/src/Plugin/Action/RemoveRoleUser.php b/web/core/modules/user/src/Plugin/Action/RemoveRoleUser.php similarity index 100% rename from core/modules/user/src/Plugin/Action/RemoveRoleUser.php rename to web/core/modules/user/src/Plugin/Action/RemoveRoleUser.php diff --git a/core/modules/user/src/Plugin/Action/UnblockUser.php b/web/core/modules/user/src/Plugin/Action/UnblockUser.php similarity index 100% rename from core/modules/user/src/Plugin/Action/UnblockUser.php rename to web/core/modules/user/src/Plugin/Action/UnblockUser.php diff --git a/core/modules/user/src/Plugin/Block/UserLoginBlock.php b/web/core/modules/user/src/Plugin/Block/UserLoginBlock.php similarity index 100% rename from core/modules/user/src/Plugin/Block/UserLoginBlock.php rename to web/core/modules/user/src/Plugin/Block/UserLoginBlock.php diff --git a/core/modules/user/src/Plugin/Condition/UserRole.php b/web/core/modules/user/src/Plugin/Condition/UserRole.php similarity index 100% rename from core/modules/user/src/Plugin/Condition/UserRole.php rename to web/core/modules/user/src/Plugin/Condition/UserRole.php diff --git a/core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php b/web/core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php similarity index 100% rename from core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php rename to web/core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php diff --git a/core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php b/web/core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php similarity index 100% rename from core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php rename to web/core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php diff --git a/core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php b/web/core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php similarity index 100% rename from core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php rename to web/core/modules/user/src/Plugin/Field/FieldFormatter/UserNameFormatter.php diff --git a/core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUser.php b/web/core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUser.php similarity index 100% rename from core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUser.php rename to web/core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUser.php diff --git a/core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php b/web/core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php similarity index 100% rename from core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php rename to web/core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php diff --git a/core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php b/web/core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php similarity index 100% rename from core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php rename to web/core/modules/user/src/Plugin/Menu/LoginLogoutMenuLink.php diff --git a/core/modules/user/src/Plugin/Search/UserSearch.php b/web/core/modules/user/src/Plugin/Search/UserSearch.php similarity index 100% rename from core/modules/user/src/Plugin/Search/UserSearch.php rename to web/core/modules/user/src/Plugin/Search/UserSearch.php diff --git a/core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraint.php b/web/core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraint.php similarity index 100% rename from core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraint.php rename to web/core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraint.php diff --git a/core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php b/web/core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php similarity index 100% rename from core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php rename to web/core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php diff --git a/core/modules/user/src/Plugin/Validation/Constraint/UserMailRequired.php b/web/core/modules/user/src/Plugin/Validation/Constraint/UserMailRequired.php similarity index 100% rename from core/modules/user/src/Plugin/Validation/Constraint/UserMailRequired.php rename to web/core/modules/user/src/Plugin/Validation/Constraint/UserMailRequired.php diff --git a/core/modules/user/src/Plugin/Validation/Constraint/UserMailUnique.php b/web/core/modules/user/src/Plugin/Validation/Constraint/UserMailUnique.php similarity index 100% rename from core/modules/user/src/Plugin/Validation/Constraint/UserMailUnique.php rename to web/core/modules/user/src/Plugin/Validation/Constraint/UserMailUnique.php diff --git a/core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php b/web/core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php similarity index 100% rename from core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php rename to web/core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php diff --git a/core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraintValidator.php b/web/core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraintValidator.php similarity index 100% rename from core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraintValidator.php rename to web/core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraintValidator.php diff --git a/core/modules/user/src/Plugin/Validation/Constraint/UserNameUnique.php b/web/core/modules/user/src/Plugin/Validation/Constraint/UserNameUnique.php similarity index 100% rename from core/modules/user/src/Plugin/Validation/Constraint/UserNameUnique.php rename to web/core/modules/user/src/Plugin/Validation/Constraint/UserNameUnique.php diff --git a/core/modules/user/src/Plugin/migrate/ProfileValues.php b/web/core/modules/user/src/Plugin/migrate/ProfileValues.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/ProfileValues.php rename to web/core/modules/user/src/Plugin/migrate/ProfileValues.php diff --git a/core/modules/user/src/Plugin/migrate/User.php b/web/core/modules/user/src/Plugin/migrate/User.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/User.php rename to web/core/modules/user/src/Plugin/migrate/User.php diff --git a/core/modules/user/src/Plugin/migrate/destination/EntityUser.php b/web/core/modules/user/src/Plugin/migrate/destination/EntityUser.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/destination/EntityUser.php rename to web/core/modules/user/src/Plugin/migrate/destination/EntityUser.php diff --git a/core/modules/user/src/Plugin/migrate/destination/UserData.php b/web/core/modules/user/src/Plugin/migrate/destination/UserData.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/destination/UserData.php rename to web/core/modules/user/src/Plugin/migrate/destination/UserData.php diff --git a/core/modules/user/src/Plugin/migrate/process/ConvertTokens.php b/web/core/modules/user/src/Plugin/migrate/process/ConvertTokens.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/process/ConvertTokens.php rename to web/core/modules/user/src/Plugin/migrate/process/ConvertTokens.php diff --git a/core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php b/web/core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php rename to web/core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php diff --git a/core/modules/user/src/Plugin/migrate/process/UserLangcode.php b/web/core/modules/user/src/Plugin/migrate/process/UserLangcode.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/process/UserLangcode.php rename to web/core/modules/user/src/Plugin/migrate/process/UserLangcode.php diff --git a/core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php b/web/core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php rename to web/core/modules/user/src/Plugin/migrate/process/UserUpdate8002.php diff --git a/core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php b/web/core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php rename to web/core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php diff --git a/core/modules/user/src/Plugin/migrate/source/ProfileField.php b/web/core/modules/user/src/Plugin/migrate/source/ProfileField.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/source/ProfileField.php rename to web/core/modules/user/src/Plugin/migrate/source/ProfileField.php diff --git a/core/modules/user/src/Plugin/migrate/source/UserPictureInstance.php b/web/core/modules/user/src/Plugin/migrate/source/UserPictureInstance.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/source/UserPictureInstance.php rename to web/core/modules/user/src/Plugin/migrate/source/UserPictureInstance.php diff --git a/core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php b/web/core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php rename to web/core/modules/user/src/Plugin/migrate/source/d6/ProfileFieldValues.php diff --git a/core/modules/user/src/Plugin/migrate/source/d6/Role.php b/web/core/modules/user/src/Plugin/migrate/source/d6/Role.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/source/d6/Role.php rename to web/core/modules/user/src/Plugin/migrate/source/d6/Role.php diff --git a/core/modules/user/src/Plugin/migrate/source/d6/User.php b/web/core/modules/user/src/Plugin/migrate/source/d6/User.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/source/d6/User.php rename to web/core/modules/user/src/Plugin/migrate/source/d6/User.php diff --git a/core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php b/web/core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php rename to web/core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php diff --git a/core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php b/web/core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php rename to web/core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php diff --git a/core/modules/user/src/Plugin/migrate/source/d7/Role.php b/web/core/modules/user/src/Plugin/migrate/source/d7/Role.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/source/d7/Role.php rename to web/core/modules/user/src/Plugin/migrate/source/d7/Role.php diff --git a/core/modules/user/src/Plugin/migrate/source/d7/User.php b/web/core/modules/user/src/Plugin/migrate/source/d7/User.php similarity index 100% rename from core/modules/user/src/Plugin/migrate/source/d7/User.php rename to web/core/modules/user/src/Plugin/migrate/source/d7/User.php diff --git a/core/modules/user/src/Plugin/views/access/Permission.php b/web/core/modules/user/src/Plugin/views/access/Permission.php similarity index 100% rename from core/modules/user/src/Plugin/views/access/Permission.php rename to web/core/modules/user/src/Plugin/views/access/Permission.php diff --git a/core/modules/user/src/Plugin/views/access/Role.php b/web/core/modules/user/src/Plugin/views/access/Role.php similarity index 100% rename from core/modules/user/src/Plugin/views/access/Role.php rename to web/core/modules/user/src/Plugin/views/access/Role.php diff --git a/core/modules/user/src/Plugin/views/argument/RolesRid.php b/web/core/modules/user/src/Plugin/views/argument/RolesRid.php similarity index 100% rename from core/modules/user/src/Plugin/views/argument/RolesRid.php rename to web/core/modules/user/src/Plugin/views/argument/RolesRid.php diff --git a/core/modules/user/src/Plugin/views/argument/Uid.php b/web/core/modules/user/src/Plugin/views/argument/Uid.php similarity index 100% rename from core/modules/user/src/Plugin/views/argument/Uid.php rename to web/core/modules/user/src/Plugin/views/argument/Uid.php diff --git a/core/modules/user/src/Plugin/views/argument_default/CurrentUser.php b/web/core/modules/user/src/Plugin/views/argument_default/CurrentUser.php similarity index 100% rename from core/modules/user/src/Plugin/views/argument_default/CurrentUser.php rename to web/core/modules/user/src/Plugin/views/argument_default/CurrentUser.php diff --git a/core/modules/user/src/Plugin/views/argument_default/User.php b/web/core/modules/user/src/Plugin/views/argument_default/User.php similarity index 100% rename from core/modules/user/src/Plugin/views/argument_default/User.php rename to web/core/modules/user/src/Plugin/views/argument_default/User.php diff --git a/core/modules/user/src/Plugin/views/argument_validator/User.php b/web/core/modules/user/src/Plugin/views/argument_validator/User.php similarity index 100% rename from core/modules/user/src/Plugin/views/argument_validator/User.php rename to web/core/modules/user/src/Plugin/views/argument_validator/User.php diff --git a/core/modules/user/src/Plugin/views/argument_validator/UserName.php b/web/core/modules/user/src/Plugin/views/argument_validator/UserName.php similarity index 100% rename from core/modules/user/src/Plugin/views/argument_validator/UserName.php rename to web/core/modules/user/src/Plugin/views/argument_validator/UserName.php diff --git a/core/modules/user/src/Plugin/views/field/Permissions.php b/web/core/modules/user/src/Plugin/views/field/Permissions.php similarity index 100% rename from core/modules/user/src/Plugin/views/field/Permissions.php rename to web/core/modules/user/src/Plugin/views/field/Permissions.php diff --git a/core/modules/user/src/Plugin/views/field/Roles.php b/web/core/modules/user/src/Plugin/views/field/Roles.php similarity index 100% rename from core/modules/user/src/Plugin/views/field/Roles.php rename to web/core/modules/user/src/Plugin/views/field/Roles.php diff --git a/core/modules/user/src/Plugin/views/field/UserBulkForm.php b/web/core/modules/user/src/Plugin/views/field/UserBulkForm.php similarity index 100% rename from core/modules/user/src/Plugin/views/field/UserBulkForm.php rename to web/core/modules/user/src/Plugin/views/field/UserBulkForm.php diff --git a/core/modules/user/src/Plugin/views/field/UserData.php b/web/core/modules/user/src/Plugin/views/field/UserData.php similarity index 100% rename from core/modules/user/src/Plugin/views/field/UserData.php rename to web/core/modules/user/src/Plugin/views/field/UserData.php diff --git a/core/modules/user/src/Plugin/views/filter/Current.php b/web/core/modules/user/src/Plugin/views/filter/Current.php similarity index 100% rename from core/modules/user/src/Plugin/views/filter/Current.php rename to web/core/modules/user/src/Plugin/views/filter/Current.php diff --git a/core/modules/user/src/Plugin/views/filter/Name.php b/web/core/modules/user/src/Plugin/views/filter/Name.php similarity index 100% rename from core/modules/user/src/Plugin/views/filter/Name.php rename to web/core/modules/user/src/Plugin/views/filter/Name.php diff --git a/core/modules/user/src/Plugin/views/filter/Permissions.php b/web/core/modules/user/src/Plugin/views/filter/Permissions.php similarity index 100% rename from core/modules/user/src/Plugin/views/filter/Permissions.php rename to web/core/modules/user/src/Plugin/views/filter/Permissions.php diff --git a/core/modules/user/src/Plugin/views/filter/Roles.php b/web/core/modules/user/src/Plugin/views/filter/Roles.php similarity index 100% rename from core/modules/user/src/Plugin/views/filter/Roles.php rename to web/core/modules/user/src/Plugin/views/filter/Roles.php diff --git a/core/modules/user/src/Plugin/views/row/UserRow.php b/web/core/modules/user/src/Plugin/views/row/UserRow.php similarity index 100% rename from core/modules/user/src/Plugin/views/row/UserRow.php rename to web/core/modules/user/src/Plugin/views/row/UserRow.php diff --git a/core/modules/user/src/Plugin/views/wizard/Users.php b/web/core/modules/user/src/Plugin/views/wizard/Users.php similarity index 100% rename from core/modules/user/src/Plugin/views/wizard/Users.php rename to web/core/modules/user/src/Plugin/views/wizard/Users.php diff --git a/core/modules/user/src/PrivateTempStore.php b/web/core/modules/user/src/PrivateTempStore.php similarity index 100% rename from core/modules/user/src/PrivateTempStore.php rename to web/core/modules/user/src/PrivateTempStore.php diff --git a/core/modules/user/src/PrivateTempStoreFactory.php b/web/core/modules/user/src/PrivateTempStoreFactory.php similarity index 100% rename from core/modules/user/src/PrivateTempStoreFactory.php rename to web/core/modules/user/src/PrivateTempStoreFactory.php diff --git a/core/modules/user/src/ProfileForm.php b/web/core/modules/user/src/ProfileForm.php similarity index 100% rename from core/modules/user/src/ProfileForm.php rename to web/core/modules/user/src/ProfileForm.php diff --git a/core/modules/user/src/ProfileTranslationHandler.php b/web/core/modules/user/src/ProfileTranslationHandler.php similarity index 100% rename from core/modules/user/src/ProfileTranslationHandler.php rename to web/core/modules/user/src/ProfileTranslationHandler.php diff --git a/core/modules/user/src/RegisterForm.php b/web/core/modules/user/src/RegisterForm.php similarity index 100% rename from core/modules/user/src/RegisterForm.php rename to web/core/modules/user/src/RegisterForm.php diff --git a/core/modules/user/src/RoleAccessControlHandler.php b/web/core/modules/user/src/RoleAccessControlHandler.php similarity index 100% rename from core/modules/user/src/RoleAccessControlHandler.php rename to web/core/modules/user/src/RoleAccessControlHandler.php diff --git a/core/modules/user/src/RoleForm.php b/web/core/modules/user/src/RoleForm.php similarity index 100% rename from core/modules/user/src/RoleForm.php rename to web/core/modules/user/src/RoleForm.php diff --git a/core/modules/user/src/RoleInterface.php b/web/core/modules/user/src/RoleInterface.php similarity index 100% rename from core/modules/user/src/RoleInterface.php rename to web/core/modules/user/src/RoleInterface.php diff --git a/core/modules/user/src/RoleListBuilder.php b/web/core/modules/user/src/RoleListBuilder.php similarity index 100% rename from core/modules/user/src/RoleListBuilder.php rename to web/core/modules/user/src/RoleListBuilder.php diff --git a/core/modules/user/src/RoleStorage.php b/web/core/modules/user/src/RoleStorage.php similarity index 100% rename from core/modules/user/src/RoleStorage.php rename to web/core/modules/user/src/RoleStorage.php diff --git a/core/modules/user/src/RoleStorageInterface.php b/web/core/modules/user/src/RoleStorageInterface.php similarity index 100% rename from core/modules/user/src/RoleStorageInterface.php rename to web/core/modules/user/src/RoleStorageInterface.php diff --git a/core/modules/user/src/SharedTempStore.php b/web/core/modules/user/src/SharedTempStore.php similarity index 100% rename from core/modules/user/src/SharedTempStore.php rename to web/core/modules/user/src/SharedTempStore.php diff --git a/core/modules/user/src/SharedTempStoreFactory.php b/web/core/modules/user/src/SharedTempStoreFactory.php similarity index 100% rename from core/modules/user/src/SharedTempStoreFactory.php rename to web/core/modules/user/src/SharedTempStoreFactory.php diff --git a/core/modules/user/src/TempStoreException.php b/web/core/modules/user/src/TempStoreException.php similarity index 100% rename from core/modules/user/src/TempStoreException.php rename to web/core/modules/user/src/TempStoreException.php diff --git a/core/modules/user/src/Tests/Update/UserUpdateEmailToken.php b/web/core/modules/user/src/Tests/Update/UserUpdateEmailToken.php similarity index 100% rename from core/modules/user/src/Tests/Update/UserUpdateEmailToken.php rename to web/core/modules/user/src/Tests/Update/UserUpdateEmailToken.php diff --git a/core/modules/user/src/Tests/UserAccountLinksTest.php b/web/core/modules/user/src/Tests/UserAccountLinksTest.php similarity index 100% rename from core/modules/user/src/Tests/UserAccountLinksTest.php rename to web/core/modules/user/src/Tests/UserAccountLinksTest.php diff --git a/core/modules/user/src/Tests/UserAdminLanguageTest.php b/web/core/modules/user/src/Tests/UserAdminLanguageTest.php similarity index 100% rename from core/modules/user/src/Tests/UserAdminLanguageTest.php rename to web/core/modules/user/src/Tests/UserAdminLanguageTest.php diff --git a/core/modules/user/src/Tests/UserAdminListingTest.php b/web/core/modules/user/src/Tests/UserAdminListingTest.php similarity index 100% rename from core/modules/user/src/Tests/UserAdminListingTest.php rename to web/core/modules/user/src/Tests/UserAdminListingTest.php diff --git a/core/modules/user/src/Tests/UserAdminSettingsFormTest.php b/web/core/modules/user/src/Tests/UserAdminSettingsFormTest.php similarity index 100% rename from core/modules/user/src/Tests/UserAdminSettingsFormTest.php rename to web/core/modules/user/src/Tests/UserAdminSettingsFormTest.php diff --git a/core/modules/user/src/Tests/UserAdminTest.php b/web/core/modules/user/src/Tests/UserAdminTest.php similarity index 100% rename from core/modules/user/src/Tests/UserAdminTest.php rename to web/core/modules/user/src/Tests/UserAdminTest.php diff --git a/core/modules/user/src/Tests/UserBlocksTest.php b/web/core/modules/user/src/Tests/UserBlocksTest.php similarity index 100% rename from core/modules/user/src/Tests/UserBlocksTest.php rename to web/core/modules/user/src/Tests/UserBlocksTest.php diff --git a/core/modules/user/src/Tests/UserCacheTagsTest.php b/web/core/modules/user/src/Tests/UserCacheTagsTest.php similarity index 100% rename from core/modules/user/src/Tests/UserCacheTagsTest.php rename to web/core/modules/user/src/Tests/UserCacheTagsTest.php diff --git a/core/modules/user/src/Tests/UserCancelTest.php b/web/core/modules/user/src/Tests/UserCancelTest.php similarity index 100% rename from core/modules/user/src/Tests/UserCancelTest.php rename to web/core/modules/user/src/Tests/UserCancelTest.php diff --git a/core/modules/user/src/Tests/UserCreateFailMailTest.php b/web/core/modules/user/src/Tests/UserCreateFailMailTest.php similarity index 100% rename from core/modules/user/src/Tests/UserCreateFailMailTest.php rename to web/core/modules/user/src/Tests/UserCreateFailMailTest.php diff --git a/core/modules/user/src/Tests/UserCreateTest.php b/web/core/modules/user/src/Tests/UserCreateTest.php similarity index 100% rename from core/modules/user/src/Tests/UserCreateTest.php rename to web/core/modules/user/src/Tests/UserCreateTest.php diff --git a/core/modules/user/src/Tests/UserDeleteTest.php b/web/core/modules/user/src/Tests/UserDeleteTest.php similarity index 100% rename from core/modules/user/src/Tests/UserDeleteTest.php rename to web/core/modules/user/src/Tests/UserDeleteTest.php diff --git a/core/modules/user/src/Tests/UserEditTest.php b/web/core/modules/user/src/Tests/UserEditTest.php similarity index 100% rename from core/modules/user/src/Tests/UserEditTest.php rename to web/core/modules/user/src/Tests/UserEditTest.php diff --git a/core/modules/user/src/Tests/UserEditedOwnAccountTest.php b/web/core/modules/user/src/Tests/UserEditedOwnAccountTest.php similarity index 100% rename from core/modules/user/src/Tests/UserEditedOwnAccountTest.php rename to web/core/modules/user/src/Tests/UserEditedOwnAccountTest.php diff --git a/core/modules/user/src/Tests/UserEntityCallbacksTest.php b/web/core/modules/user/src/Tests/UserEntityCallbacksTest.php similarity index 100% rename from core/modules/user/src/Tests/UserEntityCallbacksTest.php rename to web/core/modules/user/src/Tests/UserEntityCallbacksTest.php diff --git a/core/modules/user/src/Tests/UserLanguageCreationTest.php b/web/core/modules/user/src/Tests/UserLanguageCreationTest.php similarity index 100% rename from core/modules/user/src/Tests/UserLanguageCreationTest.php rename to web/core/modules/user/src/Tests/UserLanguageCreationTest.php diff --git a/core/modules/user/src/Tests/UserLanguageTest.php b/web/core/modules/user/src/Tests/UserLanguageTest.php similarity index 100% rename from core/modules/user/src/Tests/UserLanguageTest.php rename to web/core/modules/user/src/Tests/UserLanguageTest.php diff --git a/core/modules/user/src/Tests/UserLoginTest.php b/web/core/modules/user/src/Tests/UserLoginTest.php similarity index 100% rename from core/modules/user/src/Tests/UserLoginTest.php rename to web/core/modules/user/src/Tests/UserLoginTest.php diff --git a/core/modules/user/src/Tests/UserMailNotifyTest.php b/web/core/modules/user/src/Tests/UserMailNotifyTest.php similarity index 100% rename from core/modules/user/src/Tests/UserMailNotifyTest.php rename to web/core/modules/user/src/Tests/UserMailNotifyTest.php diff --git a/core/modules/user/src/Tests/UserPasswordResetTest.php b/web/core/modules/user/src/Tests/UserPasswordResetTest.php similarity index 100% rename from core/modules/user/src/Tests/UserPasswordResetTest.php rename to web/core/modules/user/src/Tests/UserPasswordResetTest.php diff --git a/core/modules/user/src/Tests/UserPermissionsTest.php b/web/core/modules/user/src/Tests/UserPermissionsTest.php similarity index 100% rename from core/modules/user/src/Tests/UserPermissionsTest.php rename to web/core/modules/user/src/Tests/UserPermissionsTest.php diff --git a/core/modules/user/src/Tests/UserPictureTest.php b/web/core/modules/user/src/Tests/UserPictureTest.php similarity index 100% rename from core/modules/user/src/Tests/UserPictureTest.php rename to web/core/modules/user/src/Tests/UserPictureTest.php diff --git a/core/modules/user/src/Tests/UserRegistrationTest.php b/web/core/modules/user/src/Tests/UserRegistrationTest.php similarity index 100% rename from core/modules/user/src/Tests/UserRegistrationTest.php rename to web/core/modules/user/src/Tests/UserRegistrationTest.php diff --git a/core/modules/user/src/Tests/UserRoleAdminTest.php b/web/core/modules/user/src/Tests/UserRoleAdminTest.php similarity index 100% rename from core/modules/user/src/Tests/UserRoleAdminTest.php rename to web/core/modules/user/src/Tests/UserRoleAdminTest.php diff --git a/core/modules/user/src/Tests/UserRolesAssignmentTest.php b/web/core/modules/user/src/Tests/UserRolesAssignmentTest.php similarity index 100% rename from core/modules/user/src/Tests/UserRolesAssignmentTest.php rename to web/core/modules/user/src/Tests/UserRolesAssignmentTest.php diff --git a/core/modules/user/src/Tests/UserSaveTest.php b/web/core/modules/user/src/Tests/UserSaveTest.php similarity index 100% rename from core/modules/user/src/Tests/UserSaveTest.php rename to web/core/modules/user/src/Tests/UserSaveTest.php diff --git a/core/modules/user/src/Tests/UserSearchTest.php b/web/core/modules/user/src/Tests/UserSearchTest.php similarity index 100% rename from core/modules/user/src/Tests/UserSearchTest.php rename to web/core/modules/user/src/Tests/UserSearchTest.php diff --git a/core/modules/user/src/Tests/UserTimeZoneTest.php b/web/core/modules/user/src/Tests/UserTimeZoneTest.php similarity index 100% rename from core/modules/user/src/Tests/UserTimeZoneTest.php rename to web/core/modules/user/src/Tests/UserTimeZoneTest.php diff --git a/core/modules/user/src/Tests/UserTokenReplaceTest.php b/web/core/modules/user/src/Tests/UserTokenReplaceTest.php similarity index 100% rename from core/modules/user/src/Tests/UserTokenReplaceTest.php rename to web/core/modules/user/src/Tests/UserTokenReplaceTest.php diff --git a/core/modules/user/src/Tests/UserTranslationUITest.php b/web/core/modules/user/src/Tests/UserTranslationUITest.php similarity index 100% rename from core/modules/user/src/Tests/UserTranslationUITest.php rename to web/core/modules/user/src/Tests/UserTranslationUITest.php diff --git a/core/modules/user/src/Tests/Views/AccessPermissionTest.php b/web/core/modules/user/src/Tests/Views/AccessPermissionTest.php similarity index 100% rename from core/modules/user/src/Tests/Views/AccessPermissionTest.php rename to web/core/modules/user/src/Tests/Views/AccessPermissionTest.php diff --git a/core/modules/user/src/Tests/Views/AccessRoleTest.php b/web/core/modules/user/src/Tests/Views/AccessRoleTest.php similarity index 100% rename from core/modules/user/src/Tests/Views/AccessRoleTest.php rename to web/core/modules/user/src/Tests/Views/AccessRoleTest.php diff --git a/core/modules/user/src/Tests/Views/AccessRoleUITest.php b/web/core/modules/user/src/Tests/Views/AccessRoleUITest.php similarity index 100% rename from core/modules/user/src/Tests/Views/AccessRoleUITest.php rename to web/core/modules/user/src/Tests/Views/AccessRoleUITest.php diff --git a/core/modules/user/src/Tests/Views/AccessTestBase.php b/web/core/modules/user/src/Tests/Views/AccessTestBase.php similarity index 100% rename from core/modules/user/src/Tests/Views/AccessTestBase.php rename to web/core/modules/user/src/Tests/Views/AccessTestBase.php diff --git a/core/modules/user/src/Tests/Views/ArgumentDefaultTest.php b/web/core/modules/user/src/Tests/Views/ArgumentDefaultTest.php similarity index 100% rename from core/modules/user/src/Tests/Views/ArgumentDefaultTest.php rename to web/core/modules/user/src/Tests/Views/ArgumentDefaultTest.php diff --git a/core/modules/user/src/Tests/Views/ArgumentValidateTest.php b/web/core/modules/user/src/Tests/Views/ArgumentValidateTest.php similarity index 100% rename from core/modules/user/src/Tests/Views/ArgumentValidateTest.php rename to web/core/modules/user/src/Tests/Views/ArgumentValidateTest.php diff --git a/core/modules/user/src/Tests/Views/BulkFormAccessTest.php b/web/core/modules/user/src/Tests/Views/BulkFormAccessTest.php similarity index 100% rename from core/modules/user/src/Tests/Views/BulkFormAccessTest.php rename to web/core/modules/user/src/Tests/Views/BulkFormAccessTest.php diff --git a/core/modules/user/src/Tests/Views/BulkFormTest.php b/web/core/modules/user/src/Tests/Views/BulkFormTest.php similarity index 100% rename from core/modules/user/src/Tests/Views/BulkFormTest.php rename to web/core/modules/user/src/Tests/Views/BulkFormTest.php diff --git a/core/modules/user/src/Tests/Views/FilterPermissionUiTest.php b/web/core/modules/user/src/Tests/Views/FilterPermissionUiTest.php similarity index 100% rename from core/modules/user/src/Tests/Views/FilterPermissionUiTest.php rename to web/core/modules/user/src/Tests/Views/FilterPermissionUiTest.php diff --git a/core/modules/user/src/Tests/Views/HandlerArgumentUserUidTest.php b/web/core/modules/user/src/Tests/Views/HandlerArgumentUserUidTest.php similarity index 100% rename from core/modules/user/src/Tests/Views/HandlerArgumentUserUidTest.php rename to web/core/modules/user/src/Tests/Views/HandlerArgumentUserUidTest.php diff --git a/core/modules/user/src/Tests/Views/HandlerFieldRoleTest.php b/web/core/modules/user/src/Tests/Views/HandlerFieldRoleTest.php similarity index 100% rename from core/modules/user/src/Tests/Views/HandlerFieldRoleTest.php rename to web/core/modules/user/src/Tests/Views/HandlerFieldRoleTest.php diff --git a/core/modules/user/src/Tests/Views/HandlerFieldUserNameTest.php b/web/core/modules/user/src/Tests/Views/HandlerFieldUserNameTest.php similarity index 100% rename from core/modules/user/src/Tests/Views/HandlerFieldUserNameTest.php rename to web/core/modules/user/src/Tests/Views/HandlerFieldUserNameTest.php diff --git a/core/modules/user/src/Tests/Views/HandlerFilterUserNameTest.php b/web/core/modules/user/src/Tests/Views/HandlerFilterUserNameTest.php similarity index 100% rename from core/modules/user/src/Tests/Views/HandlerFilterUserNameTest.php rename to web/core/modules/user/src/Tests/Views/HandlerFilterUserNameTest.php diff --git a/core/modules/user/src/Tests/Views/RelationshipRepresentativeNodeTest.php b/web/core/modules/user/src/Tests/Views/RelationshipRepresentativeNodeTest.php similarity index 100% rename from core/modules/user/src/Tests/Views/RelationshipRepresentativeNodeTest.php rename to web/core/modules/user/src/Tests/Views/RelationshipRepresentativeNodeTest.php diff --git a/core/modules/user/src/Tests/Views/RolesRidArgumentTest.php b/web/core/modules/user/src/Tests/Views/RolesRidArgumentTest.php similarity index 100% rename from core/modules/user/src/Tests/Views/RolesRidArgumentTest.php rename to web/core/modules/user/src/Tests/Views/RolesRidArgumentTest.php diff --git a/core/modules/user/src/Tests/Views/UserChangedTest.php b/web/core/modules/user/src/Tests/Views/UserChangedTest.php similarity index 100% rename from core/modules/user/src/Tests/Views/UserChangedTest.php rename to web/core/modules/user/src/Tests/Views/UserChangedTest.php diff --git a/core/modules/user/src/Tests/Views/UserDataTest.php b/web/core/modules/user/src/Tests/Views/UserDataTest.php similarity index 100% rename from core/modules/user/src/Tests/Views/UserDataTest.php rename to web/core/modules/user/src/Tests/Views/UserDataTest.php diff --git a/core/modules/user/src/Tests/Views/UserTestBase.php b/web/core/modules/user/src/Tests/Views/UserTestBase.php similarity index 100% rename from core/modules/user/src/Tests/Views/UserTestBase.php rename to web/core/modules/user/src/Tests/Views/UserTestBase.php diff --git a/core/modules/user/src/Theme/AdminNegotiator.php b/web/core/modules/user/src/Theme/AdminNegotiator.php similarity index 100% rename from core/modules/user/src/Theme/AdminNegotiator.php rename to web/core/modules/user/src/Theme/AdminNegotiator.php diff --git a/core/modules/user/src/UserAccessControlHandler.php b/web/core/modules/user/src/UserAccessControlHandler.php similarity index 100% rename from core/modules/user/src/UserAccessControlHandler.php rename to web/core/modules/user/src/UserAccessControlHandler.php diff --git a/core/modules/user/src/UserAuth.php b/web/core/modules/user/src/UserAuth.php similarity index 100% rename from core/modules/user/src/UserAuth.php rename to web/core/modules/user/src/UserAuth.php diff --git a/core/modules/user/src/UserAuthInterface.php b/web/core/modules/user/src/UserAuthInterface.php similarity index 100% rename from core/modules/user/src/UserAuthInterface.php rename to web/core/modules/user/src/UserAuthInterface.php diff --git a/core/modules/user/src/UserData.php b/web/core/modules/user/src/UserData.php similarity index 100% rename from core/modules/user/src/UserData.php rename to web/core/modules/user/src/UserData.php diff --git a/core/modules/user/src/UserDataInterface.php b/web/core/modules/user/src/UserDataInterface.php similarity index 100% rename from core/modules/user/src/UserDataInterface.php rename to web/core/modules/user/src/UserDataInterface.php diff --git a/core/modules/user/src/UserInterface.php b/web/core/modules/user/src/UserInterface.php similarity index 100% rename from core/modules/user/src/UserInterface.php rename to web/core/modules/user/src/UserInterface.php diff --git a/core/modules/user/src/UserListBuilder.php b/web/core/modules/user/src/UserListBuilder.php similarity index 100% rename from core/modules/user/src/UserListBuilder.php rename to web/core/modules/user/src/UserListBuilder.php diff --git a/core/modules/user/src/UserNameItem.php b/web/core/modules/user/src/UserNameItem.php similarity index 100% rename from core/modules/user/src/UserNameItem.php rename to web/core/modules/user/src/UserNameItem.php diff --git a/core/modules/user/src/UserServiceProvider.php b/web/core/modules/user/src/UserServiceProvider.php similarity index 100% rename from core/modules/user/src/UserServiceProvider.php rename to web/core/modules/user/src/UserServiceProvider.php diff --git a/core/modules/user/src/UserStorage.php b/web/core/modules/user/src/UserStorage.php similarity index 100% rename from core/modules/user/src/UserStorage.php rename to web/core/modules/user/src/UserStorage.php diff --git a/core/modules/user/src/UserStorageInterface.php b/web/core/modules/user/src/UserStorageInterface.php similarity index 100% rename from core/modules/user/src/UserStorageInterface.php rename to web/core/modules/user/src/UserStorageInterface.php diff --git a/core/modules/user/src/UserStorageSchema.php b/web/core/modules/user/src/UserStorageSchema.php similarity index 100% rename from core/modules/user/src/UserStorageSchema.php rename to web/core/modules/user/src/UserStorageSchema.php diff --git a/core/modules/user/src/UserViewsData.php b/web/core/modules/user/src/UserViewsData.php similarity index 100% rename from core/modules/user/src/UserViewsData.php rename to web/core/modules/user/src/UserViewsData.php diff --git a/core/modules/user/templates/user.html.twig b/web/core/modules/user/templates/user.html.twig similarity index 100% rename from core/modules/user/templates/user.html.twig rename to web/core/modules/user/templates/user.html.twig diff --git a/core/modules/user/templates/username.html.twig b/web/core/modules/user/templates/username.html.twig similarity index 100% rename from core/modules/user/templates/username.html.twig rename to web/core/modules/user/templates/username.html.twig diff --git a/core/modules/user/tests/fixtures/update/drupal-8.user-email-token-2587275.php b/web/core/modules/user/tests/fixtures/update/drupal-8.user-email-token-2587275.php similarity index 100% rename from core/modules/user/tests/fixtures/update/drupal-8.user-email-token-2587275.php rename to web/core/modules/user/tests/fixtures/update/drupal-8.user-email-token-2587275.php diff --git a/core/modules/user/tests/modules/user_access_test/user_access_test.info.yml b/web/core/modules/user/tests/modules/user_access_test/user_access_test.info.yml similarity index 100% rename from core/modules/user/tests/modules/user_access_test/user_access_test.info.yml rename to web/core/modules/user/tests/modules/user_access_test/user_access_test.info.yml diff --git a/core/modules/user/tests/modules/user_access_test/user_access_test.module b/web/core/modules/user/tests/modules/user_access_test/user_access_test.module similarity index 100% rename from core/modules/user/tests/modules/user_access_test/user_access_test.module rename to web/core/modules/user/tests/modules/user_access_test/user_access_test.module diff --git a/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info.yml b/web/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info.yml similarity index 100% rename from core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info.yml rename to web/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info.yml diff --git a/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.services.yml b/web/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.services.yml similarity index 100% rename from core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.services.yml rename to web/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.services.yml diff --git a/core/modules/user/tests/modules/user_form_test/user_form_test.info.yml b/web/core/modules/user/tests/modules/user_form_test/user_form_test.info.yml similarity index 100% rename from core/modules/user/tests/modules/user_form_test/user_form_test.info.yml rename to web/core/modules/user/tests/modules/user_form_test/user_form_test.info.yml diff --git a/core/modules/user/tests/modules/user_form_test/user_form_test.module b/web/core/modules/user/tests/modules/user_form_test/user_form_test.module similarity index 100% rename from core/modules/user/tests/modules/user_form_test/user_form_test.module rename to web/core/modules/user/tests/modules/user_form_test/user_form_test.module diff --git a/core/modules/user/tests/modules/user_form_test/user_form_test.permissions.yml b/web/core/modules/user/tests/modules/user_form_test/user_form_test.permissions.yml similarity index 100% rename from core/modules/user/tests/modules/user_form_test/user_form_test.permissions.yml rename to web/core/modules/user/tests/modules/user_form_test/user_form_test.permissions.yml diff --git a/core/modules/user/tests/modules/user_form_test/user_form_test.routing.yml b/web/core/modules/user/tests/modules/user_form_test/user_form_test.routing.yml similarity index 100% rename from core/modules/user/tests/modules/user_form_test/user_form_test.routing.yml rename to web/core/modules/user/tests/modules/user_form_test/user_form_test.routing.yml diff --git a/core/modules/user/tests/modules/user_hooks_test/user_hooks_test.info.yml b/web/core/modules/user/tests/modules/user_hooks_test/user_hooks_test.info.yml similarity index 100% rename from core/modules/user/tests/modules/user_hooks_test/user_hooks_test.info.yml rename to web/core/modules/user/tests/modules/user_hooks_test/user_hooks_test.info.yml diff --git a/core/modules/user/tests/modules/user_hooks_test/user_hooks_test.module b/web/core/modules/user/tests/modules/user_hooks_test/user_hooks_test.module similarity index 100% rename from core/modules/user/tests/modules/user_hooks_test/user_hooks_test.module rename to web/core/modules/user/tests/modules/user_hooks_test/user_hooks_test.module diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_perm.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_perm.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_perm.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_perm.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_role.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_role.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_role.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_access_role.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_field_permission.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_field_permission.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_field_permission.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_field_permission.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_current_user.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_current_user.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_current_user.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_current_user.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_permission.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_permission.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_permission.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_permission.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_groupwise_user.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_groupwise_user.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_groupwise_user.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_groupwise_user.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_plugin_argument_default_current_user.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form_combine_filter.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form_combine_filter.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form_combine_filter.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form_combine_filter.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_changed.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_changed.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_changed.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_changed.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_data.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_data.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_data.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_data.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_name.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_name.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_name.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_name.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_roles_rid.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_roles_rid.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_roles_rid.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_roles_rid.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_uid_argument.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_uid_argument.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_uid_argument.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_uid_argument.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_user.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_user.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_user.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_user.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_username.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_username.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_username.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_view_argument_validate_username.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml b/web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml rename to web/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml diff --git a/core/modules/user/tests/modules/user_test_views/user_test_views.info.yml b/web/core/modules/user/tests/modules/user_test_views/user_test_views.info.yml similarity index 100% rename from core/modules/user/tests/modules/user_test_views/user_test_views.info.yml rename to web/core/modules/user/tests/modules/user_test_views/user_test_views.info.yml diff --git a/core/modules/user/tests/src/Functional/UserLoginHttpTest.php b/web/core/modules/user/tests/src/Functional/UserLoginHttpTest.php similarity index 100% rename from core/modules/user/tests/src/Functional/UserLoginHttpTest.php rename to web/core/modules/user/tests/src/Functional/UserLoginHttpTest.php diff --git a/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php b/web/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php rename to web/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php diff --git a/core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php b/web/core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php rename to web/core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureEntityDisplayTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureEntityDisplayTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureEntityDisplayTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureEntityDisplayTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureEntityFormDisplayTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureEntityFormDisplayTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureEntityFormDisplayTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureEntityFormDisplayTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureFieldInstanceTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureFieldInstanceTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureFieldInstanceTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureFieldInstanceTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureFieldTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureFieldTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureFieldTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserPictureFieldTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileEntityDisplayTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileEntityDisplayTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileEntityDisplayTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileEntityDisplayTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileEntityFormDisplayTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileEntityFormDisplayTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileEntityFormDisplayTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileEntityFormDisplayTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileFieldInstanceTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileFieldInstanceTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileFieldInstanceTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileFieldInstanceTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileFieldTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileFieldTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileFieldTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserProfileFieldTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/MigrateUserStubTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserContactSettingsTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserContactSettingsTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserContactSettingsTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserContactSettingsTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserPictureFileTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserPictureFileTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserPictureFileTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserPictureFileTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserProfileValuesTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserRoleTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserRoleTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserRoleTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserRoleTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/d6/MigrateUserTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserFloodTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserFloodTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserFloodTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserFloodTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserMailTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserMailTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserMailTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserMailTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserRoleTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserRoleTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserRoleTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserRoleTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/d7/MigrateUserTest.php diff --git a/core/modules/user/tests/src/Kernel/Migrate/d7/UserMigrationClassTest.php b/web/core/modules/user/tests/src/Kernel/Migrate/d7/UserMigrationClassTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Migrate/d7/UserMigrationClassTest.php rename to web/core/modules/user/tests/src/Kernel/Migrate/d7/UserMigrationClassTest.php diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php b/web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php rename to web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php b/web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php rename to web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/UserPictureInstanceTest.php diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php b/web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php rename to web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php b/web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php rename to web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/RoleTest.php diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php b/web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php rename to web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureFileTest.php diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php b/web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php rename to web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserTest.php b/web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserTest.php rename to web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserTest.php diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php b/web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php rename to web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php diff --git a/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php b/web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php rename to web/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php diff --git a/core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php b/web/core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php rename to web/core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php diff --git a/core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php b/web/core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php rename to web/core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php diff --git a/core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php b/web/core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php rename to web/core/modules/user/tests/src/Kernel/UserActionConfigSchemaTest.php diff --git a/core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php b/web/core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php rename to web/core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php diff --git a/core/modules/user/tests/src/Kernel/UserEntityTest.php b/web/core/modules/user/tests/src/Kernel/UserEntityTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/UserEntityTest.php rename to web/core/modules/user/tests/src/Kernel/UserEntityTest.php diff --git a/core/modules/user/tests/src/Kernel/UserFieldsTest.php b/web/core/modules/user/tests/src/Kernel/UserFieldsTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/UserFieldsTest.php rename to web/core/modules/user/tests/src/Kernel/UserFieldsTest.php diff --git a/core/modules/user/tests/src/Kernel/UserInstallTest.php b/web/core/modules/user/tests/src/Kernel/UserInstallTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/UserInstallTest.php rename to web/core/modules/user/tests/src/Kernel/UserInstallTest.php diff --git a/core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php b/web/core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php rename to web/core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php diff --git a/core/modules/user/tests/src/Kernel/UserSaveStatusTest.php b/web/core/modules/user/tests/src/Kernel/UserSaveStatusTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/UserSaveStatusTest.php rename to web/core/modules/user/tests/src/Kernel/UserSaveStatusTest.php diff --git a/core/modules/user/tests/src/Kernel/UserValidationTest.php b/web/core/modules/user/tests/src/Kernel/UserValidationTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/UserValidationTest.php rename to web/core/modules/user/tests/src/Kernel/UserValidationTest.php diff --git a/core/modules/user/tests/src/Kernel/Views/HandlerFieldPermissionTest.php b/web/core/modules/user/tests/src/Kernel/Views/HandlerFieldPermissionTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Views/HandlerFieldPermissionTest.php rename to web/core/modules/user/tests/src/Kernel/Views/HandlerFieldPermissionTest.php diff --git a/core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php b/web/core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php rename to web/core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php diff --git a/core/modules/user/tests/src/Kernel/Views/HandlerFilterPermissionTest.php b/web/core/modules/user/tests/src/Kernel/Views/HandlerFilterPermissionTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Views/HandlerFilterPermissionTest.php rename to web/core/modules/user/tests/src/Kernel/Views/HandlerFilterPermissionTest.php diff --git a/core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php b/web/core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php rename to web/core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php diff --git a/core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php b/web/core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php rename to web/core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php diff --git a/core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php b/web/core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php similarity index 100% rename from core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php rename to web/core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php diff --git a/core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php b/web/core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php similarity index 100% rename from core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php rename to web/core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php diff --git a/core/modules/user/tests/src/Unit/PermissionAccessCheckTest.php b/web/core/modules/user/tests/src/Unit/PermissionAccessCheckTest.php similarity index 100% rename from core/modules/user/tests/src/Unit/PermissionAccessCheckTest.php rename to web/core/modules/user/tests/src/Unit/PermissionAccessCheckTest.php diff --git a/core/modules/user/tests/src/Unit/PermissionHandlerTest.php b/web/core/modules/user/tests/src/Unit/PermissionHandlerTest.php similarity index 100% rename from core/modules/user/tests/src/Unit/PermissionHandlerTest.php rename to web/core/modules/user/tests/src/Unit/PermissionHandlerTest.php diff --git a/core/modules/user/tests/src/Unit/Plugin/Action/AddRoleUserTest.php b/web/core/modules/user/tests/src/Unit/Plugin/Action/AddRoleUserTest.php similarity index 100% rename from core/modules/user/tests/src/Unit/Plugin/Action/AddRoleUserTest.php rename to web/core/modules/user/tests/src/Unit/Plugin/Action/AddRoleUserTest.php diff --git a/core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php b/web/core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php similarity index 100% rename from core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php rename to web/core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php diff --git a/core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php b/web/core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php similarity index 100% rename from core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php rename to web/core/modules/user/tests/src/Unit/Plugin/Action/RoleUserTestBase.php diff --git a/core/modules/user/tests/src/Unit/Plugin/Core/Entity/UserTest.php b/web/core/modules/user/tests/src/Unit/Plugin/Core/Entity/UserTest.php similarity index 100% rename from core/modules/user/tests/src/Unit/Plugin/Core/Entity/UserTest.php rename to web/core/modules/user/tests/src/Unit/Plugin/Core/Entity/UserTest.php diff --git a/core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php b/web/core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php similarity index 100% rename from core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php rename to web/core/modules/user/tests/src/Unit/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidatorTest.php diff --git a/core/modules/user/tests/src/Unit/Plugin/migrate/process/ConvertTokensTest.php b/web/core/modules/user/tests/src/Unit/Plugin/migrate/process/ConvertTokensTest.php similarity index 100% rename from core/modules/user/tests/src/Unit/Plugin/migrate/process/ConvertTokensTest.php rename to web/core/modules/user/tests/src/Unit/Plugin/migrate/process/ConvertTokensTest.php diff --git a/core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php b/web/core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php similarity index 100% rename from core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php rename to web/core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php diff --git a/core/modules/user/tests/src/Unit/PrivateTempStoreTest.php b/web/core/modules/user/tests/src/Unit/PrivateTempStoreTest.php similarity index 100% rename from core/modules/user/tests/src/Unit/PrivateTempStoreTest.php rename to web/core/modules/user/tests/src/Unit/PrivateTempStoreTest.php diff --git a/core/modules/user/tests/src/Unit/SharedTempStoreTest.php b/web/core/modules/user/tests/src/Unit/SharedTempStoreTest.php similarity index 100% rename from core/modules/user/tests/src/Unit/SharedTempStoreTest.php rename to web/core/modules/user/tests/src/Unit/SharedTempStoreTest.php diff --git a/core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php b/web/core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php similarity index 100% rename from core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php rename to web/core/modules/user/tests/src/Unit/UserAccessControlHandlerTest.php diff --git a/core/modules/user/tests/src/Unit/UserAuthTest.php b/web/core/modules/user/tests/src/Unit/UserAuthTest.php similarity index 100% rename from core/modules/user/tests/src/Unit/UserAuthTest.php rename to web/core/modules/user/tests/src/Unit/UserAuthTest.php diff --git a/core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php b/web/core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php similarity index 100% rename from core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php rename to web/core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php diff --git a/core/modules/user/tests/themes/user_test_theme/user.html.twig b/web/core/modules/user/tests/themes/user_test_theme/user.html.twig similarity index 100% rename from core/modules/user/tests/themes/user_test_theme/user.html.twig rename to web/core/modules/user/tests/themes/user_test_theme/user.html.twig diff --git a/core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml b/web/core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml similarity index 100% rename from core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml rename to web/core/modules/user/tests/themes/user_test_theme/user_test_theme.info.yml diff --git a/core/modules/user/user.api.php b/web/core/modules/user/user.api.php similarity index 100% rename from core/modules/user/user.api.php rename to web/core/modules/user/user.api.php diff --git a/core/modules/user/user.config_translation.yml b/web/core/modules/user/user.config_translation.yml similarity index 100% rename from core/modules/user/user.config_translation.yml rename to web/core/modules/user/user.config_translation.yml diff --git a/core/modules/user/user.info.yml b/web/core/modules/user/user.info.yml similarity index 100% rename from core/modules/user/user.info.yml rename to web/core/modules/user/user.info.yml diff --git a/core/modules/user/user.install b/web/core/modules/user/user.install similarity index 100% rename from core/modules/user/user.install rename to web/core/modules/user/user.install diff --git a/core/modules/user/user.js b/web/core/modules/user/user.js similarity index 100% rename from core/modules/user/user.js rename to web/core/modules/user/user.js diff --git a/core/modules/user/user.libraries.yml b/web/core/modules/user/user.libraries.yml similarity index 100% rename from core/modules/user/user.libraries.yml rename to web/core/modules/user/user.libraries.yml diff --git a/core/modules/user/user.links.action.yml b/web/core/modules/user/user.links.action.yml similarity index 100% rename from core/modules/user/user.links.action.yml rename to web/core/modules/user/user.links.action.yml diff --git a/core/modules/user/user.links.contextual.yml b/web/core/modules/user/user.links.contextual.yml similarity index 100% rename from core/modules/user/user.links.contextual.yml rename to web/core/modules/user/user.links.contextual.yml diff --git a/core/modules/user/user.links.menu.yml b/web/core/modules/user/user.links.menu.yml similarity index 100% rename from core/modules/user/user.links.menu.yml rename to web/core/modules/user/user.links.menu.yml diff --git a/core/modules/user/user.links.task.yml b/web/core/modules/user/user.links.task.yml similarity index 100% rename from core/modules/user/user.links.task.yml rename to web/core/modules/user/user.links.task.yml diff --git a/core/modules/user/user.module b/web/core/modules/user/user.module similarity index 100% rename from core/modules/user/user.module rename to web/core/modules/user/user.module diff --git a/core/modules/user/user.permissions.js b/web/core/modules/user/user.permissions.js similarity index 100% rename from core/modules/user/user.permissions.js rename to web/core/modules/user/user.permissions.js diff --git a/core/modules/user/user.permissions.yml b/web/core/modules/user/user.permissions.yml similarity index 100% rename from core/modules/user/user.permissions.yml rename to web/core/modules/user/user.permissions.yml diff --git a/core/modules/user/user.routing.yml b/web/core/modules/user/user.routing.yml similarity index 100% rename from core/modules/user/user.routing.yml rename to web/core/modules/user/user.routing.yml diff --git a/core/modules/user/user.services.yml b/web/core/modules/user/user.services.yml similarity index 100% rename from core/modules/user/user.services.yml rename to web/core/modules/user/user.services.yml diff --git a/core/modules/user/user.tokens.inc b/web/core/modules/user/user.tokens.inc similarity index 100% rename from core/modules/user/user.tokens.inc rename to web/core/modules/user/user.tokens.inc diff --git a/core/modules/user/user.views.inc b/web/core/modules/user/user.views.inc similarity index 100% rename from core/modules/user/user.views.inc rename to web/core/modules/user/user.views.inc diff --git a/core/modules/user/user.views_execution.inc b/web/core/modules/user/user.views_execution.inc similarity index 100% rename from core/modules/user/user.views_execution.inc rename to web/core/modules/user/user.views_execution.inc diff --git a/core/modules/views/config/install/views.settings.yml b/web/core/modules/views/config/install/views.settings.yml similarity index 100% rename from core/modules/views/config/install/views.settings.yml rename to web/core/modules/views/config/install/views.settings.yml diff --git a/core/modules/views/config/schema/views.access.schema.yml b/web/core/modules/views/config/schema/views.access.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.access.schema.yml rename to web/core/modules/views/config/schema/views.access.schema.yml diff --git a/core/modules/views/config/schema/views.area.schema.yml b/web/core/modules/views/config/schema/views.area.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.area.schema.yml rename to web/core/modules/views/config/schema/views.area.schema.yml diff --git a/core/modules/views/config/schema/views.argument.schema.yml b/web/core/modules/views/config/schema/views.argument.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.argument.schema.yml rename to web/core/modules/views/config/schema/views.argument.schema.yml diff --git a/core/modules/views/config/schema/views.argument_default.schema.yml b/web/core/modules/views/config/schema/views.argument_default.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.argument_default.schema.yml rename to web/core/modules/views/config/schema/views.argument_default.schema.yml diff --git a/core/modules/views/config/schema/views.argument_validator.schema.yml b/web/core/modules/views/config/schema/views.argument_validator.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.argument_validator.schema.yml rename to web/core/modules/views/config/schema/views.argument_validator.schema.yml diff --git a/core/modules/views/config/schema/views.cache.schema.yml b/web/core/modules/views/config/schema/views.cache.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.cache.schema.yml rename to web/core/modules/views/config/schema/views.cache.schema.yml diff --git a/core/modules/views/config/schema/views.data_types.schema.yml b/web/core/modules/views/config/schema/views.data_types.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.data_types.schema.yml rename to web/core/modules/views/config/schema/views.data_types.schema.yml diff --git a/core/modules/views/config/schema/views.display.schema.yml b/web/core/modules/views/config/schema/views.display.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.display.schema.yml rename to web/core/modules/views/config/schema/views.display.schema.yml diff --git a/core/modules/views/config/schema/views.entity_reference.schema.yml b/web/core/modules/views/config/schema/views.entity_reference.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.entity_reference.schema.yml rename to web/core/modules/views/config/schema/views.entity_reference.schema.yml diff --git a/core/modules/views/config/schema/views.exposed_form.schema.yml b/web/core/modules/views/config/schema/views.exposed_form.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.exposed_form.schema.yml rename to web/core/modules/views/config/schema/views.exposed_form.schema.yml diff --git a/core/modules/views/config/schema/views.field.schema.yml b/web/core/modules/views/config/schema/views.field.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.field.schema.yml rename to web/core/modules/views/config/schema/views.field.schema.yml diff --git a/core/modules/views/config/schema/views.filter.schema.yml b/web/core/modules/views/config/schema/views.filter.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.filter.schema.yml rename to web/core/modules/views/config/schema/views.filter.schema.yml diff --git a/core/modules/views/config/schema/views.pager.schema.yml b/web/core/modules/views/config/schema/views.pager.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.pager.schema.yml rename to web/core/modules/views/config/schema/views.pager.schema.yml diff --git a/core/modules/views/config/schema/views.query.schema.yml b/web/core/modules/views/config/schema/views.query.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.query.schema.yml rename to web/core/modules/views/config/schema/views.query.schema.yml diff --git a/core/modules/views/config/schema/views.relationship.schema.yml b/web/core/modules/views/config/schema/views.relationship.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.relationship.schema.yml rename to web/core/modules/views/config/schema/views.relationship.schema.yml diff --git a/core/modules/views/config/schema/views.row.schema.yml b/web/core/modules/views/config/schema/views.row.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.row.schema.yml rename to web/core/modules/views/config/schema/views.row.schema.yml diff --git a/core/modules/views/config/schema/views.schema.yml b/web/core/modules/views/config/schema/views.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.schema.yml rename to web/core/modules/views/config/schema/views.schema.yml diff --git a/core/modules/views/config/schema/views.sort.schema.yml b/web/core/modules/views/config/schema/views.sort.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.sort.schema.yml rename to web/core/modules/views/config/schema/views.sort.schema.yml diff --git a/core/modules/views/config/schema/views.style.schema.yml b/web/core/modules/views/config/schema/views.style.schema.yml similarity index 100% rename from core/modules/views/config/schema/views.style.schema.yml rename to web/core/modules/views/config/schema/views.style.schema.yml diff --git a/core/modules/views/css/views.module.css b/web/core/modules/views/css/views.module.css similarity index 100% rename from core/modules/views/css/views.module.css rename to web/core/modules/views/css/views.module.css diff --git a/core/modules/views/js/ajax_view.js b/web/core/modules/views/js/ajax_view.js similarity index 100% rename from core/modules/views/js/ajax_view.js rename to web/core/modules/views/js/ajax_view.js diff --git a/core/modules/views/js/base.js b/web/core/modules/views/js/base.js similarity index 100% rename from core/modules/views/js/base.js rename to web/core/modules/views/js/base.js diff --git a/core/modules/views/src/Ajax/HighlightCommand.php b/web/core/modules/views/src/Ajax/HighlightCommand.php similarity index 100% rename from core/modules/views/src/Ajax/HighlightCommand.php rename to web/core/modules/views/src/Ajax/HighlightCommand.php diff --git a/core/modules/views/src/Ajax/ReplaceTitleCommand.php b/web/core/modules/views/src/Ajax/ReplaceTitleCommand.php similarity index 100% rename from core/modules/views/src/Ajax/ReplaceTitleCommand.php rename to web/core/modules/views/src/Ajax/ReplaceTitleCommand.php diff --git a/core/modules/views/src/Ajax/ScrollTopCommand.php b/web/core/modules/views/src/Ajax/ScrollTopCommand.php similarity index 100% rename from core/modules/views/src/Ajax/ScrollTopCommand.php rename to web/core/modules/views/src/Ajax/ScrollTopCommand.php diff --git a/core/modules/views/src/Ajax/ShowButtonsCommand.php b/web/core/modules/views/src/Ajax/ShowButtonsCommand.php similarity index 100% rename from core/modules/views/src/Ajax/ShowButtonsCommand.php rename to web/core/modules/views/src/Ajax/ShowButtonsCommand.php diff --git a/core/modules/views/src/Ajax/TriggerPreviewCommand.php b/web/core/modules/views/src/Ajax/TriggerPreviewCommand.php similarity index 100% rename from core/modules/views/src/Ajax/TriggerPreviewCommand.php rename to web/core/modules/views/src/Ajax/TriggerPreviewCommand.php diff --git a/core/modules/views/src/Ajax/ViewAjaxResponse.php b/web/core/modules/views/src/Ajax/ViewAjaxResponse.php similarity index 100% rename from core/modules/views/src/Ajax/ViewAjaxResponse.php rename to web/core/modules/views/src/Ajax/ViewAjaxResponse.php diff --git a/core/modules/views/src/Analyzer.php b/web/core/modules/views/src/Analyzer.php similarity index 100% rename from core/modules/views/src/Analyzer.php rename to web/core/modules/views/src/Analyzer.php diff --git a/core/modules/views/src/Annotation/ViewsAccess.php b/web/core/modules/views/src/Annotation/ViewsAccess.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsAccess.php rename to web/core/modules/views/src/Annotation/ViewsAccess.php diff --git a/core/modules/views/src/Annotation/ViewsArea.php b/web/core/modules/views/src/Annotation/ViewsArea.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsArea.php rename to web/core/modules/views/src/Annotation/ViewsArea.php diff --git a/core/modules/views/src/Annotation/ViewsArgument.php b/web/core/modules/views/src/Annotation/ViewsArgument.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsArgument.php rename to web/core/modules/views/src/Annotation/ViewsArgument.php diff --git a/core/modules/views/src/Annotation/ViewsArgumentDefault.php b/web/core/modules/views/src/Annotation/ViewsArgumentDefault.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsArgumentDefault.php rename to web/core/modules/views/src/Annotation/ViewsArgumentDefault.php diff --git a/core/modules/views/src/Annotation/ViewsArgumentValidator.php b/web/core/modules/views/src/Annotation/ViewsArgumentValidator.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsArgumentValidator.php rename to web/core/modules/views/src/Annotation/ViewsArgumentValidator.php diff --git a/core/modules/views/src/Annotation/ViewsCache.php b/web/core/modules/views/src/Annotation/ViewsCache.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsCache.php rename to web/core/modules/views/src/Annotation/ViewsCache.php diff --git a/core/modules/views/src/Annotation/ViewsDisplay.php b/web/core/modules/views/src/Annotation/ViewsDisplay.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsDisplay.php rename to web/core/modules/views/src/Annotation/ViewsDisplay.php diff --git a/core/modules/views/src/Annotation/ViewsDisplayExtender.php b/web/core/modules/views/src/Annotation/ViewsDisplayExtender.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsDisplayExtender.php rename to web/core/modules/views/src/Annotation/ViewsDisplayExtender.php diff --git a/core/modules/views/src/Annotation/ViewsExposedForm.php b/web/core/modules/views/src/Annotation/ViewsExposedForm.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsExposedForm.php rename to web/core/modules/views/src/Annotation/ViewsExposedForm.php diff --git a/core/modules/views/src/Annotation/ViewsField.php b/web/core/modules/views/src/Annotation/ViewsField.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsField.php rename to web/core/modules/views/src/Annotation/ViewsField.php diff --git a/core/modules/views/src/Annotation/ViewsFilter.php b/web/core/modules/views/src/Annotation/ViewsFilter.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsFilter.php rename to web/core/modules/views/src/Annotation/ViewsFilter.php diff --git a/core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php b/web/core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php rename to web/core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php diff --git a/core/modules/views/src/Annotation/ViewsJoin.php b/web/core/modules/views/src/Annotation/ViewsJoin.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsJoin.php rename to web/core/modules/views/src/Annotation/ViewsJoin.php diff --git a/core/modules/views/src/Annotation/ViewsPager.php b/web/core/modules/views/src/Annotation/ViewsPager.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsPager.php rename to web/core/modules/views/src/Annotation/ViewsPager.php diff --git a/core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php b/web/core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php rename to web/core/modules/views/src/Annotation/ViewsPluginAnnotationBase.php diff --git a/core/modules/views/src/Annotation/ViewsQuery.php b/web/core/modules/views/src/Annotation/ViewsQuery.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsQuery.php rename to web/core/modules/views/src/Annotation/ViewsQuery.php diff --git a/core/modules/views/src/Annotation/ViewsRelationship.php b/web/core/modules/views/src/Annotation/ViewsRelationship.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsRelationship.php rename to web/core/modules/views/src/Annotation/ViewsRelationship.php diff --git a/core/modules/views/src/Annotation/ViewsRow.php b/web/core/modules/views/src/Annotation/ViewsRow.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsRow.php rename to web/core/modules/views/src/Annotation/ViewsRow.php diff --git a/core/modules/views/src/Annotation/ViewsSort.php b/web/core/modules/views/src/Annotation/ViewsSort.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsSort.php rename to web/core/modules/views/src/Annotation/ViewsSort.php diff --git a/core/modules/views/src/Annotation/ViewsStyle.php b/web/core/modules/views/src/Annotation/ViewsStyle.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsStyle.php rename to web/core/modules/views/src/Annotation/ViewsStyle.php diff --git a/core/modules/views/src/Annotation/ViewsWizard.php b/web/core/modules/views/src/Annotation/ViewsWizard.php similarity index 100% rename from core/modules/views/src/Annotation/ViewsWizard.php rename to web/core/modules/views/src/Annotation/ViewsWizard.php diff --git a/core/modules/views/src/Controller/ViewAjaxController.php b/web/core/modules/views/src/Controller/ViewAjaxController.php similarity index 100% rename from core/modules/views/src/Controller/ViewAjaxController.php rename to web/core/modules/views/src/Controller/ViewAjaxController.php diff --git a/core/modules/views/src/DisplayPluginCollection.php b/web/core/modules/views/src/DisplayPluginCollection.php similarity index 100% rename from core/modules/views/src/DisplayPluginCollection.php rename to web/core/modules/views/src/DisplayPluginCollection.php diff --git a/core/modules/views/src/Element/View.php b/web/core/modules/views/src/Element/View.php similarity index 100% rename from core/modules/views/src/Element/View.php rename to web/core/modules/views/src/Element/View.php diff --git a/core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php b/web/core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php similarity index 100% rename from core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php rename to web/core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php diff --git a/core/modules/views/src/Entity/Render/DefaultLanguageRenderer.php b/web/core/modules/views/src/Entity/Render/DefaultLanguageRenderer.php similarity index 100% rename from core/modules/views/src/Entity/Render/DefaultLanguageRenderer.php rename to web/core/modules/views/src/Entity/Render/DefaultLanguageRenderer.php diff --git a/core/modules/views/src/Entity/Render/EntityFieldRenderer.php b/web/core/modules/views/src/Entity/Render/EntityFieldRenderer.php similarity index 100% rename from core/modules/views/src/Entity/Render/EntityFieldRenderer.php rename to web/core/modules/views/src/Entity/Render/EntityFieldRenderer.php diff --git a/core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php b/web/core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php similarity index 100% rename from core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php rename to web/core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php diff --git a/core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php b/web/core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php similarity index 100% rename from core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php rename to web/core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php diff --git a/core/modules/views/src/Entity/Render/RendererBase.php b/web/core/modules/views/src/Entity/Render/RendererBase.php similarity index 100% rename from core/modules/views/src/Entity/Render/RendererBase.php rename to web/core/modules/views/src/Entity/Render/RendererBase.php diff --git a/core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php b/web/core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php similarity index 100% rename from core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php rename to web/core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php diff --git a/core/modules/views/src/Entity/View.php b/web/core/modules/views/src/Entity/View.php similarity index 100% rename from core/modules/views/src/Entity/View.php rename to web/core/modules/views/src/Entity/View.php diff --git a/core/modules/views/src/EntityViewsData.php b/web/core/modules/views/src/EntityViewsData.php similarity index 100% rename from core/modules/views/src/EntityViewsData.php rename to web/core/modules/views/src/EntityViewsData.php diff --git a/core/modules/views/src/EntityViewsDataInterface.php b/web/core/modules/views/src/EntityViewsDataInterface.php similarity index 100% rename from core/modules/views/src/EntityViewsDataInterface.php rename to web/core/modules/views/src/EntityViewsDataInterface.php diff --git a/core/modules/views/src/EventSubscriber/RouteSubscriber.php b/web/core/modules/views/src/EventSubscriber/RouteSubscriber.php similarity index 100% rename from core/modules/views/src/EventSubscriber/RouteSubscriber.php rename to web/core/modules/views/src/EventSubscriber/RouteSubscriber.php diff --git a/core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php b/web/core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php similarity index 100% rename from core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php rename to web/core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php diff --git a/core/modules/views/src/ExposedFormCache.php b/web/core/modules/views/src/ExposedFormCache.php similarity index 100% rename from core/modules/views/src/ExposedFormCache.php rename to web/core/modules/views/src/ExposedFormCache.php diff --git a/core/modules/views/src/FieldAPIHandlerTrait.php b/web/core/modules/views/src/FieldAPIHandlerTrait.php similarity index 100% rename from core/modules/views/src/FieldAPIHandlerTrait.php rename to web/core/modules/views/src/FieldAPIHandlerTrait.php diff --git a/core/modules/views/src/Form/ViewsExposedForm.php b/web/core/modules/views/src/Form/ViewsExposedForm.php similarity index 100% rename from core/modules/views/src/Form/ViewsExposedForm.php rename to web/core/modules/views/src/Form/ViewsExposedForm.php diff --git a/core/modules/views/src/Form/ViewsForm.php b/web/core/modules/views/src/Form/ViewsForm.php similarity index 100% rename from core/modules/views/src/Form/ViewsForm.php rename to web/core/modules/views/src/Form/ViewsForm.php diff --git a/core/modules/views/src/Form/ViewsFormMainForm.php b/web/core/modules/views/src/Form/ViewsFormMainForm.php similarity index 100% rename from core/modules/views/src/Form/ViewsFormMainForm.php rename to web/core/modules/views/src/Form/ViewsFormMainForm.php diff --git a/core/modules/views/src/ManyToOneHelper.php b/web/core/modules/views/src/ManyToOneHelper.php similarity index 100% rename from core/modules/views/src/ManyToOneHelper.php rename to web/core/modules/views/src/ManyToOneHelper.php diff --git a/core/modules/views/src/Plugin/Block/ViewsBlock.php b/web/core/modules/views/src/Plugin/Block/ViewsBlock.php similarity index 100% rename from core/modules/views/src/Plugin/Block/ViewsBlock.php rename to web/core/modules/views/src/Plugin/Block/ViewsBlock.php diff --git a/core/modules/views/src/Plugin/Block/ViewsBlockBase.php b/web/core/modules/views/src/Plugin/Block/ViewsBlockBase.php similarity index 100% rename from core/modules/views/src/Plugin/Block/ViewsBlockBase.php rename to web/core/modules/views/src/Plugin/Block/ViewsBlockBase.php diff --git a/core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php b/web/core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php similarity index 100% rename from core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php rename to web/core/modules/views/src/Plugin/Block/ViewsExposedFilterBlock.php diff --git a/core/modules/views/src/Plugin/Derivative/DefaultWizardDeriver.php b/web/core/modules/views/src/Plugin/Derivative/DefaultWizardDeriver.php similarity index 100% rename from core/modules/views/src/Plugin/Derivative/DefaultWizardDeriver.php rename to web/core/modules/views/src/Plugin/Derivative/DefaultWizardDeriver.php diff --git a/core/modules/views/src/Plugin/Derivative/ViewsBlock.php b/web/core/modules/views/src/Plugin/Derivative/ViewsBlock.php similarity index 100% rename from core/modules/views/src/Plugin/Derivative/ViewsBlock.php rename to web/core/modules/views/src/Plugin/Derivative/ViewsBlock.php diff --git a/core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php b/web/core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php similarity index 100% rename from core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php rename to web/core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php diff --git a/core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php b/web/core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php similarity index 100% rename from core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php rename to web/core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php diff --git a/core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php b/web/core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php similarity index 100% rename from core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php rename to web/core/modules/views/src/Plugin/Derivative/ViewsExposedFilterBlock.php diff --git a/core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php b/web/core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php similarity index 100% rename from core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php rename to web/core/modules/views/src/Plugin/Derivative/ViewsLocalTask.php diff --git a/core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php b/web/core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php similarity index 100% rename from core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php rename to web/core/modules/views/src/Plugin/Derivative/ViewsMenuLink.php diff --git a/core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php b/web/core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php similarity index 100% rename from core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php rename to web/core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php diff --git a/core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php b/web/core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php similarity index 100% rename from core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php rename to web/core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php diff --git a/core/modules/views/src/Plugin/Menu/ViewsMenuLink.php b/web/core/modules/views/src/Plugin/Menu/ViewsMenuLink.php similarity index 100% rename from core/modules/views/src/Plugin/Menu/ViewsMenuLink.php rename to web/core/modules/views/src/Plugin/Menu/ViewsMenuLink.php diff --git a/core/modules/views/src/Plugin/ViewsHandlerManager.php b/web/core/modules/views/src/Plugin/ViewsHandlerManager.php similarity index 100% rename from core/modules/views/src/Plugin/ViewsHandlerManager.php rename to web/core/modules/views/src/Plugin/ViewsHandlerManager.php diff --git a/core/modules/views/src/Plugin/ViewsPluginManager.php b/web/core/modules/views/src/Plugin/ViewsPluginManager.php similarity index 100% rename from core/modules/views/src/Plugin/ViewsPluginManager.php rename to web/core/modules/views/src/Plugin/ViewsPluginManager.php diff --git a/core/modules/views/src/Plugin/views/BrokenHandlerTrait.php b/web/core/modules/views/src/Plugin/views/BrokenHandlerTrait.php similarity index 100% rename from core/modules/views/src/Plugin/views/BrokenHandlerTrait.php rename to web/core/modules/views/src/Plugin/views/BrokenHandlerTrait.php diff --git a/core/modules/views/src/Plugin/views/HandlerBase.php b/web/core/modules/views/src/Plugin/views/HandlerBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/HandlerBase.php rename to web/core/modules/views/src/Plugin/views/HandlerBase.php diff --git a/core/modules/views/src/Plugin/views/PluginBase.php b/web/core/modules/views/src/Plugin/views/PluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/PluginBase.php rename to web/core/modules/views/src/Plugin/views/PluginBase.php diff --git a/core/modules/views/src/Plugin/views/PluginInterface.php b/web/core/modules/views/src/Plugin/views/PluginInterface.php similarity index 100% rename from core/modules/views/src/Plugin/views/PluginInterface.php rename to web/core/modules/views/src/Plugin/views/PluginInterface.php diff --git a/core/modules/views/src/Plugin/views/ViewsHandlerInterface.php b/web/core/modules/views/src/Plugin/views/ViewsHandlerInterface.php similarity index 100% rename from core/modules/views/src/Plugin/views/ViewsHandlerInterface.php rename to web/core/modules/views/src/Plugin/views/ViewsHandlerInterface.php diff --git a/core/modules/views/src/Plugin/views/ViewsPluginInterface.php b/web/core/modules/views/src/Plugin/views/ViewsPluginInterface.php similarity index 100% rename from core/modules/views/src/Plugin/views/ViewsPluginInterface.php rename to web/core/modules/views/src/Plugin/views/ViewsPluginInterface.php diff --git a/core/modules/views/src/Plugin/views/access/AccessPluginBase.php b/web/core/modules/views/src/Plugin/views/access/AccessPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/access/AccessPluginBase.php rename to web/core/modules/views/src/Plugin/views/access/AccessPluginBase.php diff --git a/core/modules/views/src/Plugin/views/access/None.php b/web/core/modules/views/src/Plugin/views/access/None.php similarity index 100% rename from core/modules/views/src/Plugin/views/access/None.php rename to web/core/modules/views/src/Plugin/views/access/None.php diff --git a/core/modules/views/src/Plugin/views/area/AreaPluginBase.php b/web/core/modules/views/src/Plugin/views/area/AreaPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/area/AreaPluginBase.php rename to web/core/modules/views/src/Plugin/views/area/AreaPluginBase.php diff --git a/core/modules/views/src/Plugin/views/area/Broken.php b/web/core/modules/views/src/Plugin/views/area/Broken.php similarity index 100% rename from core/modules/views/src/Plugin/views/area/Broken.php rename to web/core/modules/views/src/Plugin/views/area/Broken.php diff --git a/core/modules/views/src/Plugin/views/area/Entity.php b/web/core/modules/views/src/Plugin/views/area/Entity.php similarity index 100% rename from core/modules/views/src/Plugin/views/area/Entity.php rename to web/core/modules/views/src/Plugin/views/area/Entity.php diff --git a/core/modules/views/src/Plugin/views/area/HTTPStatusCode.php b/web/core/modules/views/src/Plugin/views/area/HTTPStatusCode.php similarity index 100% rename from core/modules/views/src/Plugin/views/area/HTTPStatusCode.php rename to web/core/modules/views/src/Plugin/views/area/HTTPStatusCode.php diff --git a/core/modules/views/src/Plugin/views/area/Messages.php b/web/core/modules/views/src/Plugin/views/area/Messages.php similarity index 100% rename from core/modules/views/src/Plugin/views/area/Messages.php rename to web/core/modules/views/src/Plugin/views/area/Messages.php diff --git a/core/modules/views/src/Plugin/views/area/Result.php b/web/core/modules/views/src/Plugin/views/area/Result.php similarity index 100% rename from core/modules/views/src/Plugin/views/area/Result.php rename to web/core/modules/views/src/Plugin/views/area/Result.php diff --git a/core/modules/views/src/Plugin/views/area/Text.php b/web/core/modules/views/src/Plugin/views/area/Text.php similarity index 100% rename from core/modules/views/src/Plugin/views/area/Text.php rename to web/core/modules/views/src/Plugin/views/area/Text.php diff --git a/core/modules/views/src/Plugin/views/area/TextCustom.php b/web/core/modules/views/src/Plugin/views/area/TextCustom.php similarity index 100% rename from core/modules/views/src/Plugin/views/area/TextCustom.php rename to web/core/modules/views/src/Plugin/views/area/TextCustom.php diff --git a/core/modules/views/src/Plugin/views/area/Title.php b/web/core/modules/views/src/Plugin/views/area/Title.php similarity index 100% rename from core/modules/views/src/Plugin/views/area/Title.php rename to web/core/modules/views/src/Plugin/views/area/Title.php diff --git a/core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php b/web/core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php rename to web/core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php diff --git a/core/modules/views/src/Plugin/views/area/View.php b/web/core/modules/views/src/Plugin/views/area/View.php similarity index 100% rename from core/modules/views/src/Plugin/views/area/View.php rename to web/core/modules/views/src/Plugin/views/area/View.php diff --git a/core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php b/web/core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php rename to web/core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php diff --git a/core/modules/views/src/Plugin/views/argument/Broken.php b/web/core/modules/views/src/Plugin/views/argument/Broken.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/Broken.php rename to web/core/modules/views/src/Plugin/views/argument/Broken.php diff --git a/core/modules/views/src/Plugin/views/argument/Date.php b/web/core/modules/views/src/Plugin/views/argument/Date.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/Date.php rename to web/core/modules/views/src/Plugin/views/argument/Date.php diff --git a/core/modules/views/src/Plugin/views/argument/DayDate.php b/web/core/modules/views/src/Plugin/views/argument/DayDate.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/DayDate.php rename to web/core/modules/views/src/Plugin/views/argument/DayDate.php diff --git a/core/modules/views/src/Plugin/views/argument/Formula.php b/web/core/modules/views/src/Plugin/views/argument/Formula.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/Formula.php rename to web/core/modules/views/src/Plugin/views/argument/Formula.php diff --git a/core/modules/views/src/Plugin/views/argument/FullDate.php b/web/core/modules/views/src/Plugin/views/argument/FullDate.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/FullDate.php rename to web/core/modules/views/src/Plugin/views/argument/FullDate.php diff --git a/core/modules/views/src/Plugin/views/argument/GroupByNumeric.php b/web/core/modules/views/src/Plugin/views/argument/GroupByNumeric.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/GroupByNumeric.php rename to web/core/modules/views/src/Plugin/views/argument/GroupByNumeric.php diff --git a/core/modules/views/src/Plugin/views/argument/LanguageArgument.php b/web/core/modules/views/src/Plugin/views/argument/LanguageArgument.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/LanguageArgument.php rename to web/core/modules/views/src/Plugin/views/argument/LanguageArgument.php diff --git a/core/modules/views/src/Plugin/views/argument/ManyToOne.php b/web/core/modules/views/src/Plugin/views/argument/ManyToOne.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/ManyToOne.php rename to web/core/modules/views/src/Plugin/views/argument/ManyToOne.php diff --git a/core/modules/views/src/Plugin/views/argument/MonthDate.php b/web/core/modules/views/src/Plugin/views/argument/MonthDate.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/MonthDate.php rename to web/core/modules/views/src/Plugin/views/argument/MonthDate.php diff --git a/core/modules/views/src/Plugin/views/argument/NullArgument.php b/web/core/modules/views/src/Plugin/views/argument/NullArgument.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/NullArgument.php rename to web/core/modules/views/src/Plugin/views/argument/NullArgument.php diff --git a/core/modules/views/src/Plugin/views/argument/NumericArgument.php b/web/core/modules/views/src/Plugin/views/argument/NumericArgument.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/NumericArgument.php rename to web/core/modules/views/src/Plugin/views/argument/NumericArgument.php diff --git a/core/modules/views/src/Plugin/views/argument/Standard.php b/web/core/modules/views/src/Plugin/views/argument/Standard.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/Standard.php rename to web/core/modules/views/src/Plugin/views/argument/Standard.php diff --git a/core/modules/views/src/Plugin/views/argument/StringArgument.php b/web/core/modules/views/src/Plugin/views/argument/StringArgument.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/StringArgument.php rename to web/core/modules/views/src/Plugin/views/argument/StringArgument.php diff --git a/core/modules/views/src/Plugin/views/argument/WeekDate.php b/web/core/modules/views/src/Plugin/views/argument/WeekDate.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/WeekDate.php rename to web/core/modules/views/src/Plugin/views/argument/WeekDate.php diff --git a/core/modules/views/src/Plugin/views/argument/YearDate.php b/web/core/modules/views/src/Plugin/views/argument/YearDate.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/YearDate.php rename to web/core/modules/views/src/Plugin/views/argument/YearDate.php diff --git a/core/modules/views/src/Plugin/views/argument/YearMonthDate.php b/web/core/modules/views/src/Plugin/views/argument/YearMonthDate.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument/YearMonthDate.php rename to web/core/modules/views/src/Plugin/views/argument/YearMonthDate.php diff --git a/core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php b/web/core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php rename to web/core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php diff --git a/core/modules/views/src/Plugin/views/argument_default/Fixed.php b/web/core/modules/views/src/Plugin/views/argument_default/Fixed.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument_default/Fixed.php rename to web/core/modules/views/src/Plugin/views/argument_default/Fixed.php diff --git a/core/modules/views/src/Plugin/views/argument_default/QueryParameter.php b/web/core/modules/views/src/Plugin/views/argument_default/QueryParameter.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument_default/QueryParameter.php rename to web/core/modules/views/src/Plugin/views/argument_default/QueryParameter.php diff --git a/core/modules/views/src/Plugin/views/argument_default/Raw.php b/web/core/modules/views/src/Plugin/views/argument_default/Raw.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument_default/Raw.php rename to web/core/modules/views/src/Plugin/views/argument_default/Raw.php diff --git a/core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php b/web/core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php rename to web/core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php diff --git a/core/modules/views/src/Plugin/views/argument_validator/Entity.php b/web/core/modules/views/src/Plugin/views/argument_validator/Entity.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument_validator/Entity.php rename to web/core/modules/views/src/Plugin/views/argument_validator/Entity.php diff --git a/core/modules/views/src/Plugin/views/argument_validator/None.php b/web/core/modules/views/src/Plugin/views/argument_validator/None.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument_validator/None.php rename to web/core/modules/views/src/Plugin/views/argument_validator/None.php diff --git a/core/modules/views/src/Plugin/views/argument_validator/NumericArgumentValidator.php b/web/core/modules/views/src/Plugin/views/argument_validator/NumericArgumentValidator.php similarity index 100% rename from core/modules/views/src/Plugin/views/argument_validator/NumericArgumentValidator.php rename to web/core/modules/views/src/Plugin/views/argument_validator/NumericArgumentValidator.php diff --git a/core/modules/views/src/Plugin/views/cache/CachePluginBase.php b/web/core/modules/views/src/Plugin/views/cache/CachePluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/cache/CachePluginBase.php rename to web/core/modules/views/src/Plugin/views/cache/CachePluginBase.php diff --git a/core/modules/views/src/Plugin/views/cache/None.php b/web/core/modules/views/src/Plugin/views/cache/None.php similarity index 100% rename from core/modules/views/src/Plugin/views/cache/None.php rename to web/core/modules/views/src/Plugin/views/cache/None.php diff --git a/core/modules/views/src/Plugin/views/cache/Tag.php b/web/core/modules/views/src/Plugin/views/cache/Tag.php similarity index 100% rename from core/modules/views/src/Plugin/views/cache/Tag.php rename to web/core/modules/views/src/Plugin/views/cache/Tag.php diff --git a/core/modules/views/src/Plugin/views/cache/Time.php b/web/core/modules/views/src/Plugin/views/cache/Time.php similarity index 100% rename from core/modules/views/src/Plugin/views/cache/Time.php rename to web/core/modules/views/src/Plugin/views/cache/Time.php diff --git a/core/modules/views/src/Plugin/views/display/Attachment.php b/web/core/modules/views/src/Plugin/views/display/Attachment.php similarity index 100% rename from core/modules/views/src/Plugin/views/display/Attachment.php rename to web/core/modules/views/src/Plugin/views/display/Attachment.php diff --git a/core/modules/views/src/Plugin/views/display/Block.php b/web/core/modules/views/src/Plugin/views/display/Block.php similarity index 100% rename from core/modules/views/src/Plugin/views/display/Block.php rename to web/core/modules/views/src/Plugin/views/display/Block.php diff --git a/core/modules/views/src/Plugin/views/display/DefaultDisplay.php b/web/core/modules/views/src/Plugin/views/display/DefaultDisplay.php similarity index 100% rename from core/modules/views/src/Plugin/views/display/DefaultDisplay.php rename to web/core/modules/views/src/Plugin/views/display/DefaultDisplay.php diff --git a/core/modules/views/src/Plugin/views/display/DisplayMenuInterface.php b/web/core/modules/views/src/Plugin/views/display/DisplayMenuInterface.php similarity index 100% rename from core/modules/views/src/Plugin/views/display/DisplayMenuInterface.php rename to web/core/modules/views/src/Plugin/views/display/DisplayMenuInterface.php diff --git a/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php b/web/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/display/DisplayPluginBase.php rename to web/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php diff --git a/core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php b/web/core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php similarity index 100% rename from core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php rename to web/core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php diff --git a/core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php b/web/core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php similarity index 100% rename from core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php rename to web/core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php diff --git a/core/modules/views/src/Plugin/views/display/Embed.php b/web/core/modules/views/src/Plugin/views/display/Embed.php similarity index 100% rename from core/modules/views/src/Plugin/views/display/Embed.php rename to web/core/modules/views/src/Plugin/views/display/Embed.php diff --git a/core/modules/views/src/Plugin/views/display/EntityReference.php b/web/core/modules/views/src/Plugin/views/display/EntityReference.php similarity index 100% rename from core/modules/views/src/Plugin/views/display/EntityReference.php rename to web/core/modules/views/src/Plugin/views/display/EntityReference.php diff --git a/core/modules/views/src/Plugin/views/display/Feed.php b/web/core/modules/views/src/Plugin/views/display/Feed.php similarity index 100% rename from core/modules/views/src/Plugin/views/display/Feed.php rename to web/core/modules/views/src/Plugin/views/display/Feed.php diff --git a/core/modules/views/src/Plugin/views/display/Page.php b/web/core/modules/views/src/Plugin/views/display/Page.php similarity index 100% rename from core/modules/views/src/Plugin/views/display/Page.php rename to web/core/modules/views/src/Plugin/views/display/Page.php diff --git a/core/modules/views/src/Plugin/views/display/PathPluginBase.php b/web/core/modules/views/src/Plugin/views/display/PathPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/display/PathPluginBase.php rename to web/core/modules/views/src/Plugin/views/display/PathPluginBase.php diff --git a/core/modules/views/src/Plugin/views/display/ResponseDisplayPluginInterface.php b/web/core/modules/views/src/Plugin/views/display/ResponseDisplayPluginInterface.php similarity index 100% rename from core/modules/views/src/Plugin/views/display/ResponseDisplayPluginInterface.php rename to web/core/modules/views/src/Plugin/views/display/ResponseDisplayPluginInterface.php diff --git a/core/modules/views/src/Plugin/views/display_extender/DefaultDisplayExtender.php b/web/core/modules/views/src/Plugin/views/display_extender/DefaultDisplayExtender.php similarity index 100% rename from core/modules/views/src/Plugin/views/display_extender/DefaultDisplayExtender.php rename to web/core/modules/views/src/Plugin/views/display_extender/DefaultDisplayExtender.php diff --git a/core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php b/web/core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php rename to web/core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php diff --git a/core/modules/views/src/Plugin/views/exposed_form/Basic.php b/web/core/modules/views/src/Plugin/views/exposed_form/Basic.php similarity index 100% rename from core/modules/views/src/Plugin/views/exposed_form/Basic.php rename to web/core/modules/views/src/Plugin/views/exposed_form/Basic.php diff --git a/core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php b/web/core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php rename to web/core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php diff --git a/core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php b/web/core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php similarity index 100% rename from core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php rename to web/core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php diff --git a/core/modules/views/src/Plugin/views/exposed_form/InputRequired.php b/web/core/modules/views/src/Plugin/views/exposed_form/InputRequired.php similarity index 100% rename from core/modules/views/src/Plugin/views/exposed_form/InputRequired.php rename to web/core/modules/views/src/Plugin/views/exposed_form/InputRequired.php diff --git a/core/modules/views/src/Plugin/views/field/Boolean.php b/web/core/modules/views/src/Plugin/views/field/Boolean.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/Boolean.php rename to web/core/modules/views/src/Plugin/views/field/Boolean.php diff --git a/core/modules/views/src/Plugin/views/field/Broken.php b/web/core/modules/views/src/Plugin/views/field/Broken.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/Broken.php rename to web/core/modules/views/src/Plugin/views/field/Broken.php diff --git a/core/modules/views/src/Plugin/views/field/Counter.php b/web/core/modules/views/src/Plugin/views/field/Counter.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/Counter.php rename to web/core/modules/views/src/Plugin/views/field/Counter.php diff --git a/core/modules/views/src/Plugin/views/field/Custom.php b/web/core/modules/views/src/Plugin/views/field/Custom.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/Custom.php rename to web/core/modules/views/src/Plugin/views/field/Custom.php diff --git a/core/modules/views/src/Plugin/views/field/Date.php b/web/core/modules/views/src/Plugin/views/field/Date.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/Date.php rename to web/core/modules/views/src/Plugin/views/field/Date.php diff --git a/core/modules/views/src/Plugin/views/field/Dropbutton.php b/web/core/modules/views/src/Plugin/views/field/Dropbutton.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/Dropbutton.php rename to web/core/modules/views/src/Plugin/views/field/Dropbutton.php diff --git a/core/modules/views/src/Plugin/views/field/EntityLabel.php b/web/core/modules/views/src/Plugin/views/field/EntityLabel.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/EntityLabel.php rename to web/core/modules/views/src/Plugin/views/field/EntityLabel.php diff --git a/core/modules/views/src/Plugin/views/field/EntityLink.php b/web/core/modules/views/src/Plugin/views/field/EntityLink.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/EntityLink.php rename to web/core/modules/views/src/Plugin/views/field/EntityLink.php diff --git a/core/modules/views/src/Plugin/views/field/EntityLinkDelete.php b/web/core/modules/views/src/Plugin/views/field/EntityLinkDelete.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/EntityLinkDelete.php rename to web/core/modules/views/src/Plugin/views/field/EntityLinkDelete.php diff --git a/core/modules/views/src/Plugin/views/field/EntityLinkEdit.php b/web/core/modules/views/src/Plugin/views/field/EntityLinkEdit.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/EntityLinkEdit.php rename to web/core/modules/views/src/Plugin/views/field/EntityLinkEdit.php diff --git a/core/modules/views/src/Plugin/views/field/EntityOperations.php b/web/core/modules/views/src/Plugin/views/field/EntityOperations.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/EntityOperations.php rename to web/core/modules/views/src/Plugin/views/field/EntityOperations.php diff --git a/core/modules/views/src/Plugin/views/field/Field.php b/web/core/modules/views/src/Plugin/views/field/Field.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/Field.php rename to web/core/modules/views/src/Plugin/views/field/Field.php diff --git a/core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php b/web/core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php rename to web/core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php diff --git a/core/modules/views/src/Plugin/views/field/FieldPluginBase.php b/web/core/modules/views/src/Plugin/views/field/FieldPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/FieldPluginBase.php rename to web/core/modules/views/src/Plugin/views/field/FieldPluginBase.php diff --git a/core/modules/views/src/Plugin/views/field/FileSize.php b/web/core/modules/views/src/Plugin/views/field/FileSize.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/FileSize.php rename to web/core/modules/views/src/Plugin/views/field/FileSize.php diff --git a/core/modules/views/src/Plugin/views/field/LanguageField.php b/web/core/modules/views/src/Plugin/views/field/LanguageField.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/LanguageField.php rename to web/core/modules/views/src/Plugin/views/field/LanguageField.php diff --git a/core/modules/views/src/Plugin/views/field/LinkBase.php b/web/core/modules/views/src/Plugin/views/field/LinkBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/LinkBase.php rename to web/core/modules/views/src/Plugin/views/field/LinkBase.php diff --git a/core/modules/views/src/Plugin/views/field/Links.php b/web/core/modules/views/src/Plugin/views/field/Links.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/Links.php rename to web/core/modules/views/src/Plugin/views/field/Links.php diff --git a/core/modules/views/src/Plugin/views/field/MachineName.php b/web/core/modules/views/src/Plugin/views/field/MachineName.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/MachineName.php rename to web/core/modules/views/src/Plugin/views/field/MachineName.php diff --git a/core/modules/views/src/Plugin/views/field/Markup.php b/web/core/modules/views/src/Plugin/views/field/Markup.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/Markup.php rename to web/core/modules/views/src/Plugin/views/field/Markup.php diff --git a/core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php b/web/core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php rename to web/core/modules/views/src/Plugin/views/field/MultiItemsFieldHandlerInterface.php diff --git a/core/modules/views/src/Plugin/views/field/NumericField.php b/web/core/modules/views/src/Plugin/views/field/NumericField.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/NumericField.php rename to web/core/modules/views/src/Plugin/views/field/NumericField.php diff --git a/core/modules/views/src/Plugin/views/field/PrerenderList.php b/web/core/modules/views/src/Plugin/views/field/PrerenderList.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/PrerenderList.php rename to web/core/modules/views/src/Plugin/views/field/PrerenderList.php diff --git a/core/modules/views/src/Plugin/views/field/RenderedEntity.php b/web/core/modules/views/src/Plugin/views/field/RenderedEntity.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/RenderedEntity.php rename to web/core/modules/views/src/Plugin/views/field/RenderedEntity.php diff --git a/core/modules/views/src/Plugin/views/field/Serialized.php b/web/core/modules/views/src/Plugin/views/field/Serialized.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/Serialized.php rename to web/core/modules/views/src/Plugin/views/field/Serialized.php diff --git a/core/modules/views/src/Plugin/views/field/Standard.php b/web/core/modules/views/src/Plugin/views/field/Standard.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/Standard.php rename to web/core/modules/views/src/Plugin/views/field/Standard.php diff --git a/core/modules/views/src/Plugin/views/field/TimeInterval.php b/web/core/modules/views/src/Plugin/views/field/TimeInterval.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/TimeInterval.php rename to web/core/modules/views/src/Plugin/views/field/TimeInterval.php diff --git a/core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php b/web/core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php rename to web/core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php diff --git a/core/modules/views/src/Plugin/views/field/Url.php b/web/core/modules/views/src/Plugin/views/field/Url.php similarity index 100% rename from core/modules/views/src/Plugin/views/field/Url.php rename to web/core/modules/views/src/Plugin/views/field/Url.php diff --git a/core/modules/views/src/Plugin/views/filter/BooleanOperator.php b/web/core/modules/views/src/Plugin/views/filter/BooleanOperator.php similarity index 100% rename from core/modules/views/src/Plugin/views/filter/BooleanOperator.php rename to web/core/modules/views/src/Plugin/views/filter/BooleanOperator.php diff --git a/core/modules/views/src/Plugin/views/filter/BooleanOperatorString.php b/web/core/modules/views/src/Plugin/views/filter/BooleanOperatorString.php similarity index 100% rename from core/modules/views/src/Plugin/views/filter/BooleanOperatorString.php rename to web/core/modules/views/src/Plugin/views/filter/BooleanOperatorString.php diff --git a/core/modules/views/src/Plugin/views/filter/Broken.php b/web/core/modules/views/src/Plugin/views/filter/Broken.php similarity index 100% rename from core/modules/views/src/Plugin/views/filter/Broken.php rename to web/core/modules/views/src/Plugin/views/filter/Broken.php diff --git a/core/modules/views/src/Plugin/views/filter/Bundle.php b/web/core/modules/views/src/Plugin/views/filter/Bundle.php similarity index 100% rename from core/modules/views/src/Plugin/views/filter/Bundle.php rename to web/core/modules/views/src/Plugin/views/filter/Bundle.php diff --git a/core/modules/views/src/Plugin/views/filter/Combine.php b/web/core/modules/views/src/Plugin/views/filter/Combine.php similarity index 100% rename from core/modules/views/src/Plugin/views/filter/Combine.php rename to web/core/modules/views/src/Plugin/views/filter/Combine.php diff --git a/core/modules/views/src/Plugin/views/filter/Date.php b/web/core/modules/views/src/Plugin/views/filter/Date.php similarity index 100% rename from core/modules/views/src/Plugin/views/filter/Date.php rename to web/core/modules/views/src/Plugin/views/filter/Date.php diff --git a/core/modules/views/src/Plugin/views/filter/Equality.php b/web/core/modules/views/src/Plugin/views/filter/Equality.php similarity index 100% rename from core/modules/views/src/Plugin/views/filter/Equality.php rename to web/core/modules/views/src/Plugin/views/filter/Equality.php diff --git a/core/modules/views/src/Plugin/views/filter/FilterPluginBase.php b/web/core/modules/views/src/Plugin/views/filter/FilterPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/filter/FilterPluginBase.php rename to web/core/modules/views/src/Plugin/views/filter/FilterPluginBase.php diff --git a/core/modules/views/src/Plugin/views/filter/GroupByNumeric.php b/web/core/modules/views/src/Plugin/views/filter/GroupByNumeric.php similarity index 100% rename from core/modules/views/src/Plugin/views/filter/GroupByNumeric.php rename to web/core/modules/views/src/Plugin/views/filter/GroupByNumeric.php diff --git a/core/modules/views/src/Plugin/views/filter/InOperator.php b/web/core/modules/views/src/Plugin/views/filter/InOperator.php similarity index 100% rename from core/modules/views/src/Plugin/views/filter/InOperator.php rename to web/core/modules/views/src/Plugin/views/filter/InOperator.php diff --git a/core/modules/views/src/Plugin/views/filter/LanguageFilter.php b/web/core/modules/views/src/Plugin/views/filter/LanguageFilter.php similarity index 100% rename from core/modules/views/src/Plugin/views/filter/LanguageFilter.php rename to web/core/modules/views/src/Plugin/views/filter/LanguageFilter.php diff --git a/core/modules/views/src/Plugin/views/filter/ManyToOne.php b/web/core/modules/views/src/Plugin/views/filter/ManyToOne.php similarity index 100% rename from core/modules/views/src/Plugin/views/filter/ManyToOne.php rename to web/core/modules/views/src/Plugin/views/filter/ManyToOne.php diff --git a/core/modules/views/src/Plugin/views/filter/NumericFilter.php b/web/core/modules/views/src/Plugin/views/filter/NumericFilter.php similarity index 100% rename from core/modules/views/src/Plugin/views/filter/NumericFilter.php rename to web/core/modules/views/src/Plugin/views/filter/NumericFilter.php diff --git a/core/modules/views/src/Plugin/views/filter/Standard.php b/web/core/modules/views/src/Plugin/views/filter/Standard.php similarity index 100% rename from core/modules/views/src/Plugin/views/filter/Standard.php rename to web/core/modules/views/src/Plugin/views/filter/Standard.php diff --git a/core/modules/views/src/Plugin/views/filter/StringFilter.php b/web/core/modules/views/src/Plugin/views/filter/StringFilter.php similarity index 100% rename from core/modules/views/src/Plugin/views/filter/StringFilter.php rename to web/core/modules/views/src/Plugin/views/filter/StringFilter.php diff --git a/core/modules/views/src/Plugin/views/join/JoinPluginBase.php b/web/core/modules/views/src/Plugin/views/join/JoinPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/join/JoinPluginBase.php rename to web/core/modules/views/src/Plugin/views/join/JoinPluginBase.php diff --git a/core/modules/views/src/Plugin/views/join/JoinPluginInterface.php b/web/core/modules/views/src/Plugin/views/join/JoinPluginInterface.php similarity index 100% rename from core/modules/views/src/Plugin/views/join/JoinPluginInterface.php rename to web/core/modules/views/src/Plugin/views/join/JoinPluginInterface.php diff --git a/core/modules/views/src/Plugin/views/join/Standard.php b/web/core/modules/views/src/Plugin/views/join/Standard.php similarity index 100% rename from core/modules/views/src/Plugin/views/join/Standard.php rename to web/core/modules/views/src/Plugin/views/join/Standard.php diff --git a/core/modules/views/src/Plugin/views/join/Subquery.php b/web/core/modules/views/src/Plugin/views/join/Subquery.php similarity index 100% rename from core/modules/views/src/Plugin/views/join/Subquery.php rename to web/core/modules/views/src/Plugin/views/join/Subquery.php diff --git a/core/modules/views/src/Plugin/views/pager/Full.php b/web/core/modules/views/src/Plugin/views/pager/Full.php similarity index 100% rename from core/modules/views/src/Plugin/views/pager/Full.php rename to web/core/modules/views/src/Plugin/views/pager/Full.php diff --git a/core/modules/views/src/Plugin/views/pager/Mini.php b/web/core/modules/views/src/Plugin/views/pager/Mini.php similarity index 100% rename from core/modules/views/src/Plugin/views/pager/Mini.php rename to web/core/modules/views/src/Plugin/views/pager/Mini.php diff --git a/core/modules/views/src/Plugin/views/pager/None.php b/web/core/modules/views/src/Plugin/views/pager/None.php similarity index 100% rename from core/modules/views/src/Plugin/views/pager/None.php rename to web/core/modules/views/src/Plugin/views/pager/None.php diff --git a/core/modules/views/src/Plugin/views/pager/PagerPluginBase.php b/web/core/modules/views/src/Plugin/views/pager/PagerPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/pager/PagerPluginBase.php rename to web/core/modules/views/src/Plugin/views/pager/PagerPluginBase.php diff --git a/core/modules/views/src/Plugin/views/pager/Some.php b/web/core/modules/views/src/Plugin/views/pager/Some.php similarity index 100% rename from core/modules/views/src/Plugin/views/pager/Some.php rename to web/core/modules/views/src/Plugin/views/pager/Some.php diff --git a/core/modules/views/src/Plugin/views/pager/SqlBase.php b/web/core/modules/views/src/Plugin/views/pager/SqlBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/pager/SqlBase.php rename to web/core/modules/views/src/Plugin/views/pager/SqlBase.php diff --git a/core/modules/views/src/Plugin/views/query/QueryPluginBase.php b/web/core/modules/views/src/Plugin/views/query/QueryPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/query/QueryPluginBase.php rename to web/core/modules/views/src/Plugin/views/query/QueryPluginBase.php diff --git a/core/modules/views/src/Plugin/views/query/Sql.php b/web/core/modules/views/src/Plugin/views/query/Sql.php similarity index 100% rename from core/modules/views/src/Plugin/views/query/Sql.php rename to web/core/modules/views/src/Plugin/views/query/Sql.php diff --git a/core/modules/views/src/Plugin/views/relationship/Broken.php b/web/core/modules/views/src/Plugin/views/relationship/Broken.php similarity index 100% rename from core/modules/views/src/Plugin/views/relationship/Broken.php rename to web/core/modules/views/src/Plugin/views/relationship/Broken.php diff --git a/core/modules/views/src/Plugin/views/relationship/EntityReverse.php b/web/core/modules/views/src/Plugin/views/relationship/EntityReverse.php similarity index 100% rename from core/modules/views/src/Plugin/views/relationship/EntityReverse.php rename to web/core/modules/views/src/Plugin/views/relationship/EntityReverse.php diff --git a/core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php b/web/core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php similarity index 100% rename from core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php rename to web/core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php diff --git a/core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php b/web/core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php rename to web/core/modules/views/src/Plugin/views/relationship/RelationshipPluginBase.php diff --git a/core/modules/views/src/Plugin/views/relationship/Standard.php b/web/core/modules/views/src/Plugin/views/relationship/Standard.php similarity index 100% rename from core/modules/views/src/Plugin/views/relationship/Standard.php rename to web/core/modules/views/src/Plugin/views/relationship/Standard.php diff --git a/core/modules/views/src/Plugin/views/row/EntityReference.php b/web/core/modules/views/src/Plugin/views/row/EntityReference.php similarity index 100% rename from core/modules/views/src/Plugin/views/row/EntityReference.php rename to web/core/modules/views/src/Plugin/views/row/EntityReference.php diff --git a/core/modules/views/src/Plugin/views/row/EntityRow.php b/web/core/modules/views/src/Plugin/views/row/EntityRow.php similarity index 100% rename from core/modules/views/src/Plugin/views/row/EntityRow.php rename to web/core/modules/views/src/Plugin/views/row/EntityRow.php diff --git a/core/modules/views/src/Plugin/views/row/Fields.php b/web/core/modules/views/src/Plugin/views/row/Fields.php similarity index 100% rename from core/modules/views/src/Plugin/views/row/Fields.php rename to web/core/modules/views/src/Plugin/views/row/Fields.php diff --git a/core/modules/views/src/Plugin/views/row/OpmlFields.php b/web/core/modules/views/src/Plugin/views/row/OpmlFields.php similarity index 100% rename from core/modules/views/src/Plugin/views/row/OpmlFields.php rename to web/core/modules/views/src/Plugin/views/row/OpmlFields.php diff --git a/core/modules/views/src/Plugin/views/row/RowPluginBase.php b/web/core/modules/views/src/Plugin/views/row/RowPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/row/RowPluginBase.php rename to web/core/modules/views/src/Plugin/views/row/RowPluginBase.php diff --git a/core/modules/views/src/Plugin/views/row/RssFields.php b/web/core/modules/views/src/Plugin/views/row/RssFields.php similarity index 100% rename from core/modules/views/src/Plugin/views/row/RssFields.php rename to web/core/modules/views/src/Plugin/views/row/RssFields.php diff --git a/core/modules/views/src/Plugin/views/row/RssPluginBase.php b/web/core/modules/views/src/Plugin/views/row/RssPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/row/RssPluginBase.php rename to web/core/modules/views/src/Plugin/views/row/RssPluginBase.php diff --git a/core/modules/views/src/Plugin/views/sort/Broken.php b/web/core/modules/views/src/Plugin/views/sort/Broken.php similarity index 100% rename from core/modules/views/src/Plugin/views/sort/Broken.php rename to web/core/modules/views/src/Plugin/views/sort/Broken.php diff --git a/core/modules/views/src/Plugin/views/sort/Date.php b/web/core/modules/views/src/Plugin/views/sort/Date.php similarity index 100% rename from core/modules/views/src/Plugin/views/sort/Date.php rename to web/core/modules/views/src/Plugin/views/sort/Date.php diff --git a/core/modules/views/src/Plugin/views/sort/GroupByNumeric.php b/web/core/modules/views/src/Plugin/views/sort/GroupByNumeric.php similarity index 100% rename from core/modules/views/src/Plugin/views/sort/GroupByNumeric.php rename to web/core/modules/views/src/Plugin/views/sort/GroupByNumeric.php diff --git a/core/modules/views/src/Plugin/views/sort/Random.php b/web/core/modules/views/src/Plugin/views/sort/Random.php similarity index 100% rename from core/modules/views/src/Plugin/views/sort/Random.php rename to web/core/modules/views/src/Plugin/views/sort/Random.php diff --git a/core/modules/views/src/Plugin/views/sort/SortPluginBase.php b/web/core/modules/views/src/Plugin/views/sort/SortPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/sort/SortPluginBase.php rename to web/core/modules/views/src/Plugin/views/sort/SortPluginBase.php diff --git a/core/modules/views/src/Plugin/views/sort/Standard.php b/web/core/modules/views/src/Plugin/views/sort/Standard.php similarity index 100% rename from core/modules/views/src/Plugin/views/sort/Standard.php rename to web/core/modules/views/src/Plugin/views/sort/Standard.php diff --git a/core/modules/views/src/Plugin/views/style/DefaultStyle.php b/web/core/modules/views/src/Plugin/views/style/DefaultStyle.php similarity index 100% rename from core/modules/views/src/Plugin/views/style/DefaultStyle.php rename to web/core/modules/views/src/Plugin/views/style/DefaultStyle.php diff --git a/core/modules/views/src/Plugin/views/style/DefaultSummary.php b/web/core/modules/views/src/Plugin/views/style/DefaultSummary.php similarity index 100% rename from core/modules/views/src/Plugin/views/style/DefaultSummary.php rename to web/core/modules/views/src/Plugin/views/style/DefaultSummary.php diff --git a/core/modules/views/src/Plugin/views/style/EntityReference.php b/web/core/modules/views/src/Plugin/views/style/EntityReference.php similarity index 100% rename from core/modules/views/src/Plugin/views/style/EntityReference.php rename to web/core/modules/views/src/Plugin/views/style/EntityReference.php diff --git a/core/modules/views/src/Plugin/views/style/Grid.php b/web/core/modules/views/src/Plugin/views/style/Grid.php similarity index 100% rename from core/modules/views/src/Plugin/views/style/Grid.php rename to web/core/modules/views/src/Plugin/views/style/Grid.php diff --git a/core/modules/views/src/Plugin/views/style/HtmlList.php b/web/core/modules/views/src/Plugin/views/style/HtmlList.php similarity index 100% rename from core/modules/views/src/Plugin/views/style/HtmlList.php rename to web/core/modules/views/src/Plugin/views/style/HtmlList.php diff --git a/core/modules/views/src/Plugin/views/style/Mapping.php b/web/core/modules/views/src/Plugin/views/style/Mapping.php similarity index 100% rename from core/modules/views/src/Plugin/views/style/Mapping.php rename to web/core/modules/views/src/Plugin/views/style/Mapping.php diff --git a/core/modules/views/src/Plugin/views/style/Opml.php b/web/core/modules/views/src/Plugin/views/style/Opml.php similarity index 100% rename from core/modules/views/src/Plugin/views/style/Opml.php rename to web/core/modules/views/src/Plugin/views/style/Opml.php diff --git a/core/modules/views/src/Plugin/views/style/Rss.php b/web/core/modules/views/src/Plugin/views/style/Rss.php similarity index 100% rename from core/modules/views/src/Plugin/views/style/Rss.php rename to web/core/modules/views/src/Plugin/views/style/Rss.php diff --git a/core/modules/views/src/Plugin/views/style/StylePluginBase.php b/web/core/modules/views/src/Plugin/views/style/StylePluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/style/StylePluginBase.php rename to web/core/modules/views/src/Plugin/views/style/StylePluginBase.php diff --git a/core/modules/views/src/Plugin/views/style/Table.php b/web/core/modules/views/src/Plugin/views/style/Table.php similarity index 100% rename from core/modules/views/src/Plugin/views/style/Table.php rename to web/core/modules/views/src/Plugin/views/style/Table.php diff --git a/core/modules/views/src/Plugin/views/style/UnformattedSummary.php b/web/core/modules/views/src/Plugin/views/style/UnformattedSummary.php similarity index 100% rename from core/modules/views/src/Plugin/views/style/UnformattedSummary.php rename to web/core/modules/views/src/Plugin/views/style/UnformattedSummary.php diff --git a/core/modules/views/src/Plugin/views/wizard/Standard.php b/web/core/modules/views/src/Plugin/views/wizard/Standard.php similarity index 100% rename from core/modules/views/src/Plugin/views/wizard/Standard.php rename to web/core/modules/views/src/Plugin/views/wizard/Standard.php diff --git a/core/modules/views/src/Plugin/views/wizard/WizardException.php b/web/core/modules/views/src/Plugin/views/wizard/WizardException.php similarity index 100% rename from core/modules/views/src/Plugin/views/wizard/WizardException.php rename to web/core/modules/views/src/Plugin/views/wizard/WizardException.php diff --git a/core/modules/views/src/Plugin/views/wizard/WizardInterface.php b/web/core/modules/views/src/Plugin/views/wizard/WizardInterface.php similarity index 100% rename from core/modules/views/src/Plugin/views/wizard/WizardInterface.php rename to web/core/modules/views/src/Plugin/views/wizard/WizardInterface.php diff --git a/core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php b/web/core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php similarity index 100% rename from core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php rename to web/core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php diff --git a/core/modules/views/src/Render/ViewsRenderPipelineMarkup.php b/web/core/modules/views/src/Render/ViewsRenderPipelineMarkup.php similarity index 100% rename from core/modules/views/src/Render/ViewsRenderPipelineMarkup.php rename to web/core/modules/views/src/Render/ViewsRenderPipelineMarkup.php diff --git a/core/modules/views/src/ResultRow.php b/web/core/modules/views/src/ResultRow.php similarity index 100% rename from core/modules/views/src/ResultRow.php rename to web/core/modules/views/src/ResultRow.php diff --git a/core/modules/views/src/Routing/ViewPageController.php b/web/core/modules/views/src/Routing/ViewPageController.php similarity index 100% rename from core/modules/views/src/Routing/ViewPageController.php rename to web/core/modules/views/src/Routing/ViewPageController.php diff --git a/core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php b/web/core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php similarity index 100% rename from core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php rename to web/core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php diff --git a/core/modules/views/src/Tests/DefaultViewsTest.php b/web/core/modules/views/src/Tests/DefaultViewsTest.php similarity index 100% rename from core/modules/views/src/Tests/DefaultViewsTest.php rename to web/core/modules/views/src/Tests/DefaultViewsTest.php diff --git a/core/modules/views/src/Tests/Entity/BaseFieldAccessTest.php b/web/core/modules/views/src/Tests/Entity/BaseFieldAccessTest.php similarity index 100% rename from core/modules/views/src/Tests/Entity/BaseFieldAccessTest.php rename to web/core/modules/views/src/Tests/Entity/BaseFieldAccessTest.php diff --git a/core/modules/views/src/Tests/Entity/FieldEntityTest.php b/web/core/modules/views/src/Tests/Entity/FieldEntityTest.php similarity index 100% rename from core/modules/views/src/Tests/Entity/FieldEntityTest.php rename to web/core/modules/views/src/Tests/Entity/FieldEntityTest.php diff --git a/core/modules/views/src/Tests/Entity/FieldEntityTranslationTest.php b/web/core/modules/views/src/Tests/Entity/FieldEntityTranslationTest.php similarity index 100% rename from core/modules/views/src/Tests/Entity/FieldEntityTranslationTest.php rename to web/core/modules/views/src/Tests/Entity/FieldEntityTranslationTest.php diff --git a/core/modules/views/src/Tests/Entity/FilterEntityBundleTest.php b/web/core/modules/views/src/Tests/Entity/FilterEntityBundleTest.php similarity index 100% rename from core/modules/views/src/Tests/Entity/FilterEntityBundleTest.php rename to web/core/modules/views/src/Tests/Entity/FilterEntityBundleTest.php diff --git a/core/modules/views/src/Tests/Entity/ViewNonTranslatableEntityTest.php b/web/core/modules/views/src/Tests/Entity/ViewNonTranslatableEntityTest.php similarity index 100% rename from core/modules/views/src/Tests/Entity/ViewNonTranslatableEntityTest.php rename to web/core/modules/views/src/Tests/Entity/ViewNonTranslatableEntityTest.php diff --git a/core/modules/views/src/Tests/FieldApiDataTest.php b/web/core/modules/views/src/Tests/FieldApiDataTest.php similarity index 100% rename from core/modules/views/src/Tests/FieldApiDataTest.php rename to web/core/modules/views/src/Tests/FieldApiDataTest.php diff --git a/core/modules/views/src/Tests/GlossaryTest.php b/web/core/modules/views/src/Tests/GlossaryTest.php similarity index 100% rename from core/modules/views/src/Tests/GlossaryTest.php rename to web/core/modules/views/src/Tests/GlossaryTest.php diff --git a/core/modules/views/src/Tests/Handler/AreaHTTPStatusCodeTest.php b/web/core/modules/views/src/Tests/Handler/AreaHTTPStatusCodeTest.php similarity index 100% rename from core/modules/views/src/Tests/Handler/AreaHTTPStatusCodeTest.php rename to web/core/modules/views/src/Tests/Handler/AreaHTTPStatusCodeTest.php diff --git a/core/modules/views/src/Tests/Handler/AreaTest.php b/web/core/modules/views/src/Tests/Handler/AreaTest.php similarity index 100% rename from core/modules/views/src/Tests/Handler/AreaTest.php rename to web/core/modules/views/src/Tests/Handler/AreaTest.php diff --git a/core/modules/views/src/Tests/Handler/AreaTitleWebTest.php b/web/core/modules/views/src/Tests/Handler/AreaTitleWebTest.php similarity index 100% rename from core/modules/views/src/Tests/Handler/AreaTitleWebTest.php rename to web/core/modules/views/src/Tests/Handler/AreaTitleWebTest.php diff --git a/core/modules/views/src/Tests/Handler/ArgumentStringTest.php b/web/core/modules/views/src/Tests/Handler/ArgumentStringTest.php similarity index 100% rename from core/modules/views/src/Tests/Handler/ArgumentStringTest.php rename to web/core/modules/views/src/Tests/Handler/ArgumentStringTest.php diff --git a/core/modules/views/src/Tests/Handler/FieldDropButtonTest.php b/web/core/modules/views/src/Tests/Handler/FieldDropButtonTest.php similarity index 100% rename from core/modules/views/src/Tests/Handler/FieldDropButtonTest.php rename to web/core/modules/views/src/Tests/Handler/FieldDropButtonTest.php diff --git a/core/modules/views/src/Tests/Handler/FieldEntityOperationsTest.php b/web/core/modules/views/src/Tests/Handler/FieldEntityOperationsTest.php similarity index 100% rename from core/modules/views/src/Tests/Handler/FieldEntityOperationsTest.php rename to web/core/modules/views/src/Tests/Handler/FieldEntityOperationsTest.php diff --git a/core/modules/views/src/Tests/Handler/FieldGroupRowsTest.php b/web/core/modules/views/src/Tests/Handler/FieldGroupRowsTest.php similarity index 100% rename from core/modules/views/src/Tests/Handler/FieldGroupRowsTest.php rename to web/core/modules/views/src/Tests/Handler/FieldGroupRowsTest.php diff --git a/core/modules/views/src/Tests/Handler/FieldGroupRowsWebTest.php b/web/core/modules/views/src/Tests/Handler/FieldGroupRowsWebTest.php similarity index 100% rename from core/modules/views/src/Tests/Handler/FieldGroupRowsWebTest.php rename to web/core/modules/views/src/Tests/Handler/FieldGroupRowsWebTest.php diff --git a/core/modules/views/src/Tests/Handler/FieldWebTest.php b/web/core/modules/views/src/Tests/Handler/FieldWebTest.php similarity index 100% rename from core/modules/views/src/Tests/Handler/FieldWebTest.php rename to web/core/modules/views/src/Tests/Handler/FieldWebTest.php diff --git a/core/modules/views/src/Tests/Handler/FilterDateTest.php b/web/core/modules/views/src/Tests/Handler/FilterDateTest.php similarity index 100% rename from core/modules/views/src/Tests/Handler/FilterDateTest.php rename to web/core/modules/views/src/Tests/Handler/FilterDateTest.php diff --git a/core/modules/views/src/Tests/Handler/HandlerAllTest.php b/web/core/modules/views/src/Tests/Handler/HandlerAllTest.php similarity index 100% rename from core/modules/views/src/Tests/Handler/HandlerAllTest.php rename to web/core/modules/views/src/Tests/Handler/HandlerAllTest.php diff --git a/core/modules/views/src/Tests/Handler/HandlerTest.php b/web/core/modules/views/src/Tests/Handler/HandlerTest.php similarity index 100% rename from core/modules/views/src/Tests/Handler/HandlerTest.php rename to web/core/modules/views/src/Tests/Handler/HandlerTest.php diff --git a/core/modules/views/src/Tests/Handler/HandlerTestBase.php b/web/core/modules/views/src/Tests/Handler/HandlerTestBase.php similarity index 100% rename from core/modules/views/src/Tests/Handler/HandlerTestBase.php rename to web/core/modules/views/src/Tests/Handler/HandlerTestBase.php diff --git a/core/modules/views/src/Tests/Plugin/AccessTest.php b/web/core/modules/views/src/Tests/Plugin/AccessTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/AccessTest.php rename to web/core/modules/views/src/Tests/Plugin/AccessTest.php diff --git a/core/modules/views/src/Tests/Plugin/ArgumentDefaultTest.php b/web/core/modules/views/src/Tests/Plugin/ArgumentDefaultTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/ArgumentDefaultTest.php rename to web/core/modules/views/src/Tests/Plugin/ArgumentDefaultTest.php diff --git a/core/modules/views/src/Tests/Plugin/CacheTagTest.php b/web/core/modules/views/src/Tests/Plugin/CacheTagTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/CacheTagTest.php rename to web/core/modules/views/src/Tests/Plugin/CacheTagTest.php diff --git a/core/modules/views/src/Tests/Plugin/CacheWebTest.php b/web/core/modules/views/src/Tests/Plugin/CacheWebTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/CacheWebTest.php rename to web/core/modules/views/src/Tests/Plugin/CacheWebTest.php diff --git a/core/modules/views/src/Tests/Plugin/DisabledDisplayTest.php b/web/core/modules/views/src/Tests/Plugin/DisabledDisplayTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/DisabledDisplayTest.php rename to web/core/modules/views/src/Tests/Plugin/DisabledDisplayTest.php diff --git a/core/modules/views/src/Tests/Plugin/DisplayAttachmentTest.php b/web/core/modules/views/src/Tests/Plugin/DisplayAttachmentTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/DisplayAttachmentTest.php rename to web/core/modules/views/src/Tests/Plugin/DisplayAttachmentTest.php diff --git a/core/modules/views/src/Tests/Plugin/DisplayEntityReferenceTest.php b/web/core/modules/views/src/Tests/Plugin/DisplayEntityReferenceTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/DisplayEntityReferenceTest.php rename to web/core/modules/views/src/Tests/Plugin/DisplayEntityReferenceTest.php diff --git a/core/modules/views/src/Tests/Plugin/DisplayExtenderTest.php b/web/core/modules/views/src/Tests/Plugin/DisplayExtenderTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/DisplayExtenderTest.php rename to web/core/modules/views/src/Tests/Plugin/DisplayExtenderTest.php diff --git a/core/modules/views/src/Tests/Plugin/DisplayFeedTest.php b/web/core/modules/views/src/Tests/Plugin/DisplayFeedTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/DisplayFeedTest.php rename to web/core/modules/views/src/Tests/Plugin/DisplayFeedTest.php diff --git a/core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php b/web/core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php rename to web/core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php diff --git a/core/modules/views/src/Tests/Plugin/DisplayTest.php b/web/core/modules/views/src/Tests/Plugin/DisplayTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/DisplayTest.php rename to web/core/modules/views/src/Tests/Plugin/DisplayTest.php diff --git a/core/modules/views/src/Tests/Plugin/ExposedFormTest.php b/web/core/modules/views/src/Tests/Plugin/ExposedFormTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/ExposedFormTest.php rename to web/core/modules/views/src/Tests/Plugin/ExposedFormTest.php diff --git a/core/modules/views/src/Tests/Plugin/FilterTest.php b/web/core/modules/views/src/Tests/Plugin/FilterTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/FilterTest.php rename to web/core/modules/views/src/Tests/Plugin/FilterTest.php diff --git a/core/modules/views/src/Tests/Plugin/MenuLinkTest.php b/web/core/modules/views/src/Tests/Plugin/MenuLinkTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/MenuLinkTest.php rename to web/core/modules/views/src/Tests/Plugin/MenuLinkTest.php diff --git a/core/modules/views/src/Tests/Plugin/MiniPagerTest.php b/web/core/modules/views/src/Tests/Plugin/MiniPagerTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/MiniPagerTest.php rename to web/core/modules/views/src/Tests/Plugin/MiniPagerTest.php diff --git a/core/modules/views/src/Tests/Plugin/NumericFormatPluralTest.php b/web/core/modules/views/src/Tests/Plugin/NumericFormatPluralTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/NumericFormatPluralTest.php rename to web/core/modules/views/src/Tests/Plugin/NumericFormatPluralTest.php diff --git a/core/modules/views/src/Tests/Plugin/PagerTest.php b/web/core/modules/views/src/Tests/Plugin/PagerTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/PagerTest.php rename to web/core/modules/views/src/Tests/Plugin/PagerTest.php diff --git a/core/modules/views/src/Tests/Plugin/PluginKernelTestBase.php b/web/core/modules/views/src/Tests/Plugin/PluginKernelTestBase.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/PluginKernelTestBase.php rename to web/core/modules/views/src/Tests/Plugin/PluginKernelTestBase.php diff --git a/core/modules/views/src/Tests/Plugin/PluginTestBase.php b/web/core/modules/views/src/Tests/Plugin/PluginTestBase.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/PluginTestBase.php rename to web/core/modules/views/src/Tests/Plugin/PluginTestBase.php diff --git a/core/modules/views/src/Tests/Plugin/StyleGridTest.php b/web/core/modules/views/src/Tests/Plugin/StyleGridTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/StyleGridTest.php rename to web/core/modules/views/src/Tests/Plugin/StyleGridTest.php diff --git a/core/modules/views/src/Tests/Plugin/StyleOpmlTest.php b/web/core/modules/views/src/Tests/Plugin/StyleOpmlTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/StyleOpmlTest.php rename to web/core/modules/views/src/Tests/Plugin/StyleOpmlTest.php diff --git a/core/modules/views/src/Tests/Plugin/StyleSummaryTest.php b/web/core/modules/views/src/Tests/Plugin/StyleSummaryTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/StyleSummaryTest.php rename to web/core/modules/views/src/Tests/Plugin/StyleSummaryTest.php diff --git a/core/modules/views/src/Tests/Plugin/StyleTableTest.php b/web/core/modules/views/src/Tests/Plugin/StyleTableTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/StyleTableTest.php rename to web/core/modules/views/src/Tests/Plugin/StyleTableTest.php diff --git a/core/modules/views/src/Tests/Plugin/StyleTest.php b/web/core/modules/views/src/Tests/Plugin/StyleTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/StyleTest.php rename to web/core/modules/views/src/Tests/Plugin/StyleTest.php diff --git a/core/modules/views/src/Tests/Plugin/ViewsFormTest.php b/web/core/modules/views/src/Tests/Plugin/ViewsFormTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/ViewsFormTest.php rename to web/core/modules/views/src/Tests/Plugin/ViewsFormTest.php diff --git a/core/modules/views/src/Tests/Plugin/ViewsSqlExceptionTest.php b/web/core/modules/views/src/Tests/Plugin/ViewsSqlExceptionTest.php similarity index 100% rename from core/modules/views/src/Tests/Plugin/ViewsSqlExceptionTest.php rename to web/core/modules/views/src/Tests/Plugin/ViewsSqlExceptionTest.php diff --git a/core/modules/views/src/Tests/RenderCacheWebTest.php b/web/core/modules/views/src/Tests/RenderCacheWebTest.php similarity index 100% rename from core/modules/views/src/Tests/RenderCacheWebTest.php rename to web/core/modules/views/src/Tests/RenderCacheWebTest.php diff --git a/core/modules/views/src/Tests/SearchIntegrationTest.php b/web/core/modules/views/src/Tests/SearchIntegrationTest.php similarity index 100% rename from core/modules/views/src/Tests/SearchIntegrationTest.php rename to web/core/modules/views/src/Tests/SearchIntegrationTest.php diff --git a/core/modules/views/src/Tests/SearchMultilingualTest.php b/web/core/modules/views/src/Tests/SearchMultilingualTest.php similarity index 100% rename from core/modules/views/src/Tests/SearchMultilingualTest.php rename to web/core/modules/views/src/Tests/SearchMultilingualTest.php diff --git a/core/modules/views/src/Tests/TaxonomyGlossaryTest.php b/web/core/modules/views/src/Tests/TaxonomyGlossaryTest.php similarity index 100% rename from core/modules/views/src/Tests/TaxonomyGlossaryTest.php rename to web/core/modules/views/src/Tests/TaxonomyGlossaryTest.php diff --git a/core/modules/views/src/Tests/TestHelperPlugin.php b/web/core/modules/views/src/Tests/TestHelperPlugin.php similarity index 100% rename from core/modules/views/src/Tests/TestHelperPlugin.php rename to web/core/modules/views/src/Tests/TestHelperPlugin.php diff --git a/core/modules/views/src/Tests/Update/ArgumentPlaceholderUpdatePathTest.php b/web/core/modules/views/src/Tests/Update/ArgumentPlaceholderUpdatePathTest.php similarity index 100% rename from core/modules/views/src/Tests/Update/ArgumentPlaceholderUpdatePathTest.php rename to web/core/modules/views/src/Tests/Update/ArgumentPlaceholderUpdatePathTest.php diff --git a/core/modules/views/src/Tests/Update/BooleanFilterValuesUpdateTest.php b/web/core/modules/views/src/Tests/Update/BooleanFilterValuesUpdateTest.php similarity index 100% rename from core/modules/views/src/Tests/Update/BooleanFilterValuesUpdateTest.php rename to web/core/modules/views/src/Tests/Update/BooleanFilterValuesUpdateTest.php diff --git a/core/modules/views/src/Tests/Update/CacheabilityMetadataUpdateTest.php b/web/core/modules/views/src/Tests/Update/CacheabilityMetadataUpdateTest.php similarity index 100% rename from core/modules/views/src/Tests/Update/CacheabilityMetadataUpdateTest.php rename to web/core/modules/views/src/Tests/Update/CacheabilityMetadataUpdateTest.php diff --git a/core/modules/views/src/Tests/Update/EntityViewsDataUpdateFilledTest.php b/web/core/modules/views/src/Tests/Update/EntityViewsDataUpdateFilledTest.php similarity index 100% rename from core/modules/views/src/Tests/Update/EntityViewsDataUpdateFilledTest.php rename to web/core/modules/views/src/Tests/Update/EntityViewsDataUpdateFilledTest.php diff --git a/core/modules/views/src/Tests/Update/EntityViewsDataUpdateTest.php b/web/core/modules/views/src/Tests/Update/EntityViewsDataUpdateTest.php similarity index 100% rename from core/modules/views/src/Tests/Update/EntityViewsDataUpdateTest.php rename to web/core/modules/views/src/Tests/Update/EntityViewsDataUpdateTest.php diff --git a/core/modules/views/src/Tests/Update/FieldHandlersUpdateTest.php b/web/core/modules/views/src/Tests/Update/FieldHandlersUpdateTest.php similarity index 100% rename from core/modules/views/src/Tests/Update/FieldHandlersUpdateTest.php rename to web/core/modules/views/src/Tests/Update/FieldHandlersUpdateTest.php diff --git a/core/modules/views/src/Tests/Update/ImageStyleDependencyUpdateTest.php b/web/core/modules/views/src/Tests/Update/ImageStyleDependencyUpdateTest.php similarity index 100% rename from core/modules/views/src/Tests/Update/ImageStyleDependencyUpdateTest.php rename to web/core/modules/views/src/Tests/Update/ImageStyleDependencyUpdateTest.php diff --git a/core/modules/views/src/Tests/ViewAjaxTest.php b/web/core/modules/views/src/Tests/ViewAjaxTest.php similarity index 100% rename from core/modules/views/src/Tests/ViewAjaxTest.php rename to web/core/modules/views/src/Tests/ViewAjaxTest.php diff --git a/core/modules/views/src/Tests/ViewElementTest.php b/web/core/modules/views/src/Tests/ViewElementTest.php similarity index 100% rename from core/modules/views/src/Tests/ViewElementTest.php rename to web/core/modules/views/src/Tests/ViewElementTest.php diff --git a/core/modules/views/src/Tests/ViewKernelTestBase.php b/web/core/modules/views/src/Tests/ViewKernelTestBase.php similarity index 100% rename from core/modules/views/src/Tests/ViewKernelTestBase.php rename to web/core/modules/views/src/Tests/ViewKernelTestBase.php diff --git a/core/modules/views/src/Tests/ViewRenderTest.php b/web/core/modules/views/src/Tests/ViewRenderTest.php similarity index 100% rename from core/modules/views/src/Tests/ViewRenderTest.php rename to web/core/modules/views/src/Tests/ViewRenderTest.php diff --git a/core/modules/views/src/Tests/ViewResultAssertionTrait.php b/web/core/modules/views/src/Tests/ViewResultAssertionTrait.php similarity index 100% rename from core/modules/views/src/Tests/ViewResultAssertionTrait.php rename to web/core/modules/views/src/Tests/ViewResultAssertionTrait.php diff --git a/core/modules/views/src/Tests/ViewTestBase.php b/web/core/modules/views/src/Tests/ViewTestBase.php similarity index 100% rename from core/modules/views/src/Tests/ViewTestBase.php rename to web/core/modules/views/src/Tests/ViewTestBase.php diff --git a/core/modules/views/src/Tests/ViewTestData.php b/web/core/modules/views/src/Tests/ViewTestData.php similarity index 100% rename from core/modules/views/src/Tests/ViewTestData.php rename to web/core/modules/views/src/Tests/ViewTestData.php diff --git a/core/modules/views/src/Tests/ViewsEscapingTest.php b/web/core/modules/views/src/Tests/ViewsEscapingTest.php similarity index 100% rename from core/modules/views/src/Tests/ViewsEscapingTest.php rename to web/core/modules/views/src/Tests/ViewsEscapingTest.php diff --git a/core/modules/views/src/Tests/ViewsFormMultipleTest.php b/web/core/modules/views/src/Tests/ViewsFormMultipleTest.php similarity index 100% rename from core/modules/views/src/Tests/ViewsFormMultipleTest.php rename to web/core/modules/views/src/Tests/ViewsFormMultipleTest.php diff --git a/core/modules/views/src/Tests/ViewsTemplateTest.php b/web/core/modules/views/src/Tests/ViewsTemplateTest.php similarity index 100% rename from core/modules/views/src/Tests/ViewsTemplateTest.php rename to web/core/modules/views/src/Tests/ViewsTemplateTest.php diff --git a/core/modules/views/src/Tests/ViewsThemeIntegrationTest.php b/web/core/modules/views/src/Tests/ViewsThemeIntegrationTest.php similarity index 100% rename from core/modules/views/src/Tests/ViewsThemeIntegrationTest.php rename to web/core/modules/views/src/Tests/ViewsThemeIntegrationTest.php diff --git a/core/modules/views/src/Tests/Wizard/BasicTest.php b/web/core/modules/views/src/Tests/Wizard/BasicTest.php similarity index 100% rename from core/modules/views/src/Tests/Wizard/BasicTest.php rename to web/core/modules/views/src/Tests/Wizard/BasicTest.php diff --git a/core/modules/views/src/Tests/Wizard/ItemsPerPageTest.php b/web/core/modules/views/src/Tests/Wizard/ItemsPerPageTest.php similarity index 100% rename from core/modules/views/src/Tests/Wizard/ItemsPerPageTest.php rename to web/core/modules/views/src/Tests/Wizard/ItemsPerPageTest.php diff --git a/core/modules/views/src/Tests/Wizard/MenuTest.php b/web/core/modules/views/src/Tests/Wizard/MenuTest.php similarity index 100% rename from core/modules/views/src/Tests/Wizard/MenuTest.php rename to web/core/modules/views/src/Tests/Wizard/MenuTest.php diff --git a/core/modules/views/src/Tests/Wizard/NodeWizardTest.php b/web/core/modules/views/src/Tests/Wizard/NodeWizardTest.php similarity index 100% rename from core/modules/views/src/Tests/Wizard/NodeWizardTest.php rename to web/core/modules/views/src/Tests/Wizard/NodeWizardTest.php diff --git a/core/modules/views/src/Tests/Wizard/PagerTest.php b/web/core/modules/views/src/Tests/Wizard/PagerTest.php similarity index 100% rename from core/modules/views/src/Tests/Wizard/PagerTest.php rename to web/core/modules/views/src/Tests/Wizard/PagerTest.php diff --git a/core/modules/views/src/Tests/Wizard/SortingTest.php b/web/core/modules/views/src/Tests/Wizard/SortingTest.php similarity index 100% rename from core/modules/views/src/Tests/Wizard/SortingTest.php rename to web/core/modules/views/src/Tests/Wizard/SortingTest.php diff --git a/core/modules/views/src/Tests/Wizard/TaggedWithTest.php b/web/core/modules/views/src/Tests/Wizard/TaggedWithTest.php similarity index 100% rename from core/modules/views/src/Tests/Wizard/TaggedWithTest.php rename to web/core/modules/views/src/Tests/Wizard/TaggedWithTest.php diff --git a/core/modules/views/src/Tests/Wizard/WizardTestBase.php b/web/core/modules/views/src/Tests/Wizard/WizardTestBase.php similarity index 100% rename from core/modules/views/src/Tests/Wizard/WizardTestBase.php rename to web/core/modules/views/src/Tests/Wizard/WizardTestBase.php diff --git a/core/modules/views/src/ViewAccessControlHandler.php b/web/core/modules/views/src/ViewAccessControlHandler.php similarity index 100% rename from core/modules/views/src/ViewAccessControlHandler.php rename to web/core/modules/views/src/ViewAccessControlHandler.php diff --git a/core/modules/views/src/ViewEntityInterface.php b/web/core/modules/views/src/ViewEntityInterface.php similarity index 100% rename from core/modules/views/src/ViewEntityInterface.php rename to web/core/modules/views/src/ViewEntityInterface.php diff --git a/core/modules/views/src/ViewExecutable.php b/web/core/modules/views/src/ViewExecutable.php similarity index 100% rename from core/modules/views/src/ViewExecutable.php rename to web/core/modules/views/src/ViewExecutable.php diff --git a/core/modules/views/src/ViewExecutableFactory.php b/web/core/modules/views/src/ViewExecutableFactory.php similarity index 100% rename from core/modules/views/src/ViewExecutableFactory.php rename to web/core/modules/views/src/ViewExecutableFactory.php diff --git a/core/modules/views/src/Views.php b/web/core/modules/views/src/Views.php similarity index 100% rename from core/modules/views/src/Views.php rename to web/core/modules/views/src/Views.php diff --git a/core/modules/views/src/ViewsData.php b/web/core/modules/views/src/ViewsData.php similarity index 100% rename from core/modules/views/src/ViewsData.php rename to web/core/modules/views/src/ViewsData.php diff --git a/core/modules/views/src/ViewsDataHelper.php b/web/core/modules/views/src/ViewsDataHelper.php similarity index 100% rename from core/modules/views/src/ViewsDataHelper.php rename to web/core/modules/views/src/ViewsDataHelper.php diff --git a/core/modules/views/templates/views-exposed-form.html.twig b/web/core/modules/views/templates/views-exposed-form.html.twig similarity index 100% rename from core/modules/views/templates/views-exposed-form.html.twig rename to web/core/modules/views/templates/views-exposed-form.html.twig diff --git a/core/modules/views/templates/views-mini-pager.html.twig b/web/core/modules/views/templates/views-mini-pager.html.twig similarity index 100% rename from core/modules/views/templates/views-mini-pager.html.twig rename to web/core/modules/views/templates/views-mini-pager.html.twig diff --git a/core/modules/views/templates/views-view-field.html.twig b/web/core/modules/views/templates/views-view-field.html.twig similarity index 100% rename from core/modules/views/templates/views-view-field.html.twig rename to web/core/modules/views/templates/views-view-field.html.twig diff --git a/core/modules/views/templates/views-view-fields.html.twig b/web/core/modules/views/templates/views-view-fields.html.twig similarity index 100% rename from core/modules/views/templates/views-view-fields.html.twig rename to web/core/modules/views/templates/views-view-fields.html.twig diff --git a/core/modules/views/templates/views-view-grid.html.twig b/web/core/modules/views/templates/views-view-grid.html.twig similarity index 100% rename from core/modules/views/templates/views-view-grid.html.twig rename to web/core/modules/views/templates/views-view-grid.html.twig diff --git a/core/modules/views/templates/views-view-grouping.html.twig b/web/core/modules/views/templates/views-view-grouping.html.twig similarity index 100% rename from core/modules/views/templates/views-view-grouping.html.twig rename to web/core/modules/views/templates/views-view-grouping.html.twig diff --git a/core/modules/views/templates/views-view-list.html.twig b/web/core/modules/views/templates/views-view-list.html.twig similarity index 100% rename from core/modules/views/templates/views-view-list.html.twig rename to web/core/modules/views/templates/views-view-list.html.twig diff --git a/core/modules/views/templates/views-view-mapping-test.html.twig b/web/core/modules/views/templates/views-view-mapping-test.html.twig similarity index 100% rename from core/modules/views/templates/views-view-mapping-test.html.twig rename to web/core/modules/views/templates/views-view-mapping-test.html.twig diff --git a/core/modules/views/templates/views-view-opml.html.twig b/web/core/modules/views/templates/views-view-opml.html.twig similarity index 100% rename from core/modules/views/templates/views-view-opml.html.twig rename to web/core/modules/views/templates/views-view-opml.html.twig diff --git a/core/modules/views/templates/views-view-row-opml.html.twig b/web/core/modules/views/templates/views-view-row-opml.html.twig similarity index 100% rename from core/modules/views/templates/views-view-row-opml.html.twig rename to web/core/modules/views/templates/views-view-row-opml.html.twig diff --git a/core/modules/views/templates/views-view-row-rss.html.twig b/web/core/modules/views/templates/views-view-row-rss.html.twig similarity index 100% rename from core/modules/views/templates/views-view-row-rss.html.twig rename to web/core/modules/views/templates/views-view-row-rss.html.twig diff --git a/core/modules/views/templates/views-view-rss.html.twig b/web/core/modules/views/templates/views-view-rss.html.twig similarity index 100% rename from core/modules/views/templates/views-view-rss.html.twig rename to web/core/modules/views/templates/views-view-rss.html.twig diff --git a/core/modules/views/templates/views-view-summary-unformatted.html.twig b/web/core/modules/views/templates/views-view-summary-unformatted.html.twig similarity index 100% rename from core/modules/views/templates/views-view-summary-unformatted.html.twig rename to web/core/modules/views/templates/views-view-summary-unformatted.html.twig diff --git a/core/modules/views/templates/views-view-summary.html.twig b/web/core/modules/views/templates/views-view-summary.html.twig similarity index 100% rename from core/modules/views/templates/views-view-summary.html.twig rename to web/core/modules/views/templates/views-view-summary.html.twig diff --git a/core/modules/views/templates/views-view-table.html.twig b/web/core/modules/views/templates/views-view-table.html.twig similarity index 100% rename from core/modules/views/templates/views-view-table.html.twig rename to web/core/modules/views/templates/views-view-table.html.twig diff --git a/core/modules/views/templates/views-view-unformatted.html.twig b/web/core/modules/views/templates/views-view-unformatted.html.twig similarity index 100% rename from core/modules/views/templates/views-view-unformatted.html.twig rename to web/core/modules/views/templates/views-view-unformatted.html.twig diff --git a/core/modules/views/templates/views-view.html.twig b/web/core/modules/views/templates/views-view.html.twig similarity index 100% rename from core/modules/views/templates/views-view.html.twig rename to web/core/modules/views/templates/views-view.html.twig diff --git a/core/modules/views/tests/fixtures/update/argument-placeholder.php b/web/core/modules/views/tests/fixtures/update/argument-placeholder.php similarity index 100% rename from core/modules/views/tests/fixtures/update/argument-placeholder.php rename to web/core/modules/views/tests/fixtures/update/argument-placeholder.php diff --git a/core/modules/views/tests/fixtures/update/boolean-filter-values.php b/web/core/modules/views/tests/fixtures/update/boolean-filter-values.php similarity index 100% rename from core/modules/views/tests/fixtures/update/boolean-filter-values.php rename to web/core/modules/views/tests/fixtures/update/boolean-filter-values.php diff --git a/core/modules/views/tests/fixtures/update/duplicate-field-handler.php b/web/core/modules/views/tests/fixtures/update/duplicate-field-handler.php similarity index 100% rename from core/modules/views/tests/fixtures/update/duplicate-field-handler.php rename to web/core/modules/views/tests/fixtures/update/duplicate-field-handler.php diff --git a/core/modules/views/tests/fixtures/update/views.view.test_boolean_filter_values.yml b/web/core/modules/views/tests/fixtures/update/views.view.test_boolean_filter_values.yml similarity index 100% rename from core/modules/views/tests/fixtures/update/views.view.test_boolean_filter_values.yml rename to web/core/modules/views/tests/fixtures/update/views.view.test_boolean_filter_values.yml diff --git a/core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml b/web/core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml similarity index 100% rename from core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml rename to web/core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml diff --git a/core/modules/views/tests/modules/views_entity_test/views_entity_test.module b/web/core/modules/views/tests/modules/views_entity_test/views_entity_test.module similarity index 100% rename from core/modules/views/tests/modules/views_entity_test/views_entity_test.module rename to web/core/modules/views/tests/modules/views_entity_test/views_entity_test.module diff --git a/core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml b/web/core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml rename to web/core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.base_and_revision.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.base_and_revision.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.base_and_revision.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.base_and_revision.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.entity_test_fields.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.entity_test_fields.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.entity_test_fields.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.entity_test_fields.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.entity_test_row.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.entity_test_row.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.entity_test_row.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.entity_test_row.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.node_id_argument.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.node_id_argument.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.node_id_argument.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.node_id_argument.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.numeric_test.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.numeric_test.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.numeric_test.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.numeric_test.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.rest_export_with_authorization.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.rest_export_with_authorization.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.rest_export_with_authorization.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.rest_export_with_authorization.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_access_none.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_access_none.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_access_none.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_access_none.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_aggregate_count.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_aggregate_count.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_aggregate_count.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_aggregate_count.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ajax_view.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ajax_view.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ajax_view.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ajax_view.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_alias.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_alias.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_alias.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_alias.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_messages.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_messages.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_messages.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_messages.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_order.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_order.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_order.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_order.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_title.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_title.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_title.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_title.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_view.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_view.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_view.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_area_view.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_date.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_date.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_date.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_date.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_current_user.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_current_user.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_current_user.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_current_user.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_fixed.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_fixed.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_fixed.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_fixed.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_node.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_node.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_node.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_node.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_query_param.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_query_param.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_query_param.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_query_param.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_dependency.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_dependency.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_dependency.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_dependency.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validation.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validation.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validation.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validation.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validator_term.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validator_term.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validator_term.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_validator_term.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attached_disabled.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attached_disabled.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attached_disabled.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attached_disabled.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attachment_ui.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attachment_ui.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attachment_ui.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_attachment_ui.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_cache.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_cache.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_cache.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_cache.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_content_ajax.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_content_ajax.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_content_ajax.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_content_ajax.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_disabled_display.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_disabled_display.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_disabled_display.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_disabled_display.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_attachment.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_attachment.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_attachment.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_attachment.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_defaults.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_defaults.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_defaults.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_defaults.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_empty.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_empty.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_empty.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_empty.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_entity_reference.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_entity_reference.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_entity_reference.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_entity_reference.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_feed.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_feed.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_feed.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_feed.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_invalid.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_more.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_more.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_more.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_more.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_dropbutton.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_dropbutton.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_dropbutton.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_dropbutton.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_duplicate_field_handlers.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_duplicate_field_handlers.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_duplicate_field_handlers.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_duplicate_field_handlers.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_area.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_area.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_area.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_area.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_field_renderers.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_field_renderers.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_field_renderers.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_field_renderers.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_multivalue_basefield.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_multivalue_basefield.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_multivalue_basefield.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_multivalue_basefield.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_operations.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_operations.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_operations.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_operations.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row_renderers.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row_renderers.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row_renderers.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_row_renderers.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_link.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_link.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_link.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_link.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_protected_access.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_protected_access.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_protected_access.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_test_protected_access.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_type_filter.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_type_filter.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_type_filter.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_type_filter.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area_access.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area_access.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area_access.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_example_area_access.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_executable_displays.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_executable_displays.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_executable_displays.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_executable_displays.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_admin_ui.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_admin_ui.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_admin_ui.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_admin_ui.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_block.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_block.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_block.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_block.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_buttons.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_buttons.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_buttons.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_buttons.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_sort_items_per_page.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_sort_items_per_page.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_sort_items_per_page.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_sort_items_per_page.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_relationship_admin_ui.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_relationship_admin_ui.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_relationship_admin_ui.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_relationship_admin_ui.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_feed_icon.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_feed_icon.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_feed_icon.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_feed_icon.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_alias_test.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_alias_test.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_alias_test.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_alias_test.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_argument_tokens.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_argument_tokens.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_argument_tokens.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_argument_tokens.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_body.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_body.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_body.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_body.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_classes.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_classes.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_classes.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_classes.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_entity_test_rendered.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_entity_test_rendered.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_entity_test_rendered.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_entity_test_rendered.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_attachment_test.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_attachment_test.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_attachment_test.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_attachment_test.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_complex_test.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_complex_test.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_complex_test.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_complex_test.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_revision_complex_test.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_revision_complex_test.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_revision_complex_test.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_revision_complex_test.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_revision_test.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_revision_test.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_revision_test.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_revision_test.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_test.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_test.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_test.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_field_test.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_get_entity.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_header.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_header.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_header.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_header.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_output.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_output.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_output.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_output.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_tokens.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_tokens.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_tokens.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_tokens.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_date_between.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_date_between.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_date_between.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_date_between.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_group_override.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_group_override.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_group_override.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_group_override.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_groups.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_groups.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_groups.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_groups.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_in_operator_ui.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_in_operator_ui.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_in_operator_ui.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_in_operator_ui.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_form_multiple.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_form_multiple.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_form_multiple.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_form_multiple.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_get_attach_displays.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_get_attach_displays.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_get_attach_displays.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_get_attach_displays.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_glossary.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_glossary.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_glossary.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_glossary.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_grid.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_grid.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_grid.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_grid.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count_multicardinality.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count_multicardinality.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count_multicardinality.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_count_multicardinality.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_field_not_within_bundle.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_field_not_within_bundle.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_field_not_within_bundle.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_field_not_within_bundle.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_in_filters.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_in_filters.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_in_filters.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_in_filters.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_rows.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_rows.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_rows.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_rows.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_groupwise_term_ui.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_groupwise_term_ui.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_groupwise_term_ui.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_groupwise_term_ui.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_relationships.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_relationships.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_relationships.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_relationships.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_test_access.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_test_access.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_test_access.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_handler_test_access.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_history.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_history.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_history.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_history.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_http_status_code.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_http_status_code.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_http_status_code.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_http_status_code.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_invalid_tokens.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_invalid_tokens.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_invalid_tokens.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_invalid_tokens.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_menu_link.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_menu_link.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_menu_link.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_menu_link.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_menu.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_menu.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_menu.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_menu.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_path.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_path.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_path.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_path.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_route.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_route.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_route.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_route.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_view.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_view.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_view.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_view.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_full.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_full.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_full.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_full.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_none.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_none.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_none.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_none.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_plugin_dependencies.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_plugin_dependencies.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_plugin_dependencies.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_plugin_dependencies.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview_error.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview_error.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview_error.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview_error.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_redirect_view.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_redirect_view.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_redirect_view.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_redirect_view.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_relationship_dependency.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_relationship_dependency.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_relationship_dependency.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_relationship_dependency.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_row_render_cache.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_row_render_cache.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_row_render_cache.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_row_render_cache.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_row_render_cache_none.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_row_render_cache_none.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_row_render_cache_none.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_row_render_cache_none.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_search.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_search.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_search.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_search.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_simple_argument.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_simple_argument.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_simple_argument.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_simple_argument.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_store_pager_settings.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_store_pager_settings.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_store_pager_settings.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_store_pager_settings.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_html_list.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_html_list.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_html_list.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_html_list.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_mapping.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_mapping.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_mapping.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_mapping.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_opml.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_opml.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_opml.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_opml.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_summary.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_summary.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_summary.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_summary.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_table.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_table.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_table.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_table.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tag_cache.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tag_cache.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tag_cache.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tag_cache.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_taxonomy_glossary.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_taxonomy_glossary.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_taxonomy_glossary.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_taxonomy_glossary.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tokens.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tokens.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tokens.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tokens.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ungroup_rows.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ungroup_rows.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ungroup_rows.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_ungroup_rows.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_argument_validate_numeric.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_broken.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_broken.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_broken.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_broken.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_delete.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_delete.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_delete.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_delete.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_display_template.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_display_template.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_display_template.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_display_template.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_embed.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_embed.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_embed.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_embed.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_empty.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_empty.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_empty.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_empty.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_additional_base_field.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_additional_base_field.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_additional_base_field.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_additional_base_field.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_data.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_data.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_data.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_data.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_revision.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_revision.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_revision.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_revision.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_handler_weight.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_handler_weight.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_handler_weight.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_handler_weight.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_pager_full_zero_items_per_page.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_pager_full_zero_items_per_page.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_pager_full_zero_items_per_page.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_pager_full_zero_items_per_page.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_render.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_render.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_render.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_render.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_status.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_status.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_status.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_status.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.yml diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_groupby_save.yml b/web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_groupby_save.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_groupby_save.yml rename to web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_groupby_save.yml diff --git a/core/modules/views/tests/modules/views_test_config/views_test_config.info.yml b/web/core/modules/views/tests/modules/views_test_config/views_test_config.info.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_config/views_test_config.info.yml rename to web/core/modules/views/tests/modules/views_test_config/views_test_config.info.yml diff --git a/core/modules/views/tests/modules/views_test_data/config/schema/views_test_data.views.schema.yml b/web/core/modules/views/tests/modules/views_test_data/config/schema/views_test_data.views.schema.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_data/config/schema/views_test_data.views.schema.yml rename to web/core/modules/views/tests/modules/views_test_data/config/schema/views_test_data.views.schema.yml diff --git a/core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php b/web/core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php rename to web/core/modules/views/tests/modules/views_test_data/src/Cache/ViewsTestCacheContext.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php b/web/core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php rename to web/core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php b/web/core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php rename to web/core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php b/web/core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php rename to web/core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/area/TestExample.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/area/TestExample.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/area/TestExample.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/area/TestExample.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_default/ArgumentDefaultTest.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/argument_validator/ArgumentValidatorTest.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayNoAreaTest.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest2.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest2.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest2.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest2.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterExceptionTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterExceptionTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterExceptionTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterExceptionTest.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterTest.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/MappingTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/MappingTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/MappingTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/MappingTest.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTemplateTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTemplateTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTemplateTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTemplateTest.php diff --git a/core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php b/web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php similarity index 100% rename from core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php rename to web/core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/StyleTest.php diff --git a/core/modules/views/tests/modules/views_test_data/templates/views-view--frontpage.html.twig b/web/core/modules/views/tests/modules/views_test_data/templates/views-view--frontpage.html.twig similarity index 100% rename from core/modules/views/tests/modules/views_test_data/templates/views-view--frontpage.html.twig rename to web/core/modules/views/tests/modules/views_test_data/templates/views-view--frontpage.html.twig diff --git a/core/modules/views/tests/modules/views_test_data/templates/views-view-mapping-test.html.twig b/web/core/modules/views/tests/modules/views_test_data/templates/views-view-mapping-test.html.twig similarity index 100% rename from core/modules/views/tests/modules/views_test_data/templates/views-view-mapping-test.html.twig rename to web/core/modules/views/tests/modules/views_test_data/templates/views-view-mapping-test.html.twig diff --git a/core/modules/views/tests/modules/views_test_data/templates/views-view-style-template-test.html.twig b/web/core/modules/views/tests/modules/views_test_data/templates/views-view-style-template-test.html.twig similarity index 100% rename from core/modules/views/tests/modules/views_test_data/templates/views-view-style-template-test.html.twig rename to web/core/modules/views/tests/modules/views_test_data/templates/views-view-style-template-test.html.twig diff --git a/core/modules/views/tests/modules/views_test_data/test_views/views.view.test_access_static.yml b/web/core/modules/views/tests/modules/views_test_data/test_views/views.view.test_access_static.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_data/test_views/views.view.test_access_static.yml rename to web/core/modules/views/tests/modules/views_test_data/test_views/views.view.test_access_static.yml diff --git a/core/modules/views/tests/modules/views_test_data/views_cache.test.css b/web/core/modules/views/tests/modules/views_test_data/views_cache.test.css similarity index 100% rename from core/modules/views/tests/modules/views_test_data/views_cache.test.css rename to web/core/modules/views/tests/modules/views_test_data/views_cache.test.css diff --git a/core/modules/views/tests/modules/views_test_data/views_cache.test.js b/web/core/modules/views/tests/modules/views_test_data/views_cache.test.js similarity index 100% rename from core/modules/views/tests/modules/views_test_data/views_cache.test.js rename to web/core/modules/views/tests/modules/views_test_data/views_cache.test.js diff --git a/core/modules/views/tests/modules/views_test_data/views_test_data.info.yml b/web/core/modules/views/tests/modules/views_test_data/views_test_data.info.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_data/views_test_data.info.yml rename to web/core/modules/views/tests/modules/views_test_data/views_test_data.info.yml diff --git a/core/modules/views/tests/modules/views_test_data/views_test_data.install b/web/core/modules/views/tests/modules/views_test_data/views_test_data.install similarity index 100% rename from core/modules/views/tests/modules/views_test_data/views_test_data.install rename to web/core/modules/views/tests/modules/views_test_data/views_test_data.install diff --git a/core/modules/views/tests/modules/views_test_data/views_test_data.libraries.yml b/web/core/modules/views/tests/modules/views_test_data/views_test_data.libraries.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_data/views_test_data.libraries.yml rename to web/core/modules/views/tests/modules/views_test_data/views_test_data.libraries.yml diff --git a/core/modules/views/tests/modules/views_test_data/views_test_data.module b/web/core/modules/views/tests/modules/views_test_data/views_test_data.module similarity index 100% rename from core/modules/views/tests/modules/views_test_data/views_test_data.module rename to web/core/modules/views/tests/modules/views_test_data/views_test_data.module diff --git a/core/modules/views/tests/modules/views_test_data/views_test_data.permissions.yml b/web/core/modules/views/tests/modules/views_test_data/views_test_data.permissions.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_data/views_test_data.permissions.yml rename to web/core/modules/views/tests/modules/views_test_data/views_test_data.permissions.yml diff --git a/core/modules/views/tests/modules/views_test_data/views_test_data.routing.yml b/web/core/modules/views/tests/modules/views_test_data/views_test_data.routing.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_data/views_test_data.routing.yml rename to web/core/modules/views/tests/modules/views_test_data/views_test_data.routing.yml diff --git a/core/modules/views/tests/modules/views_test_data/views_test_data.services.yml b/web/core/modules/views/tests/modules/views_test_data/views_test_data.services.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_data/views_test_data.services.yml rename to web/core/modules/views/tests/modules/views_test_data/views_test_data.services.yml diff --git a/core/modules/views/tests/modules/views_test_data/views_test_data.views.inc b/web/core/modules/views/tests/modules/views_test_data/views_test_data.views.inc similarity index 100% rename from core/modules/views/tests/modules/views_test_data/views_test_data.views.inc rename to web/core/modules/views/tests/modules/views_test_data/views_test_data.views.inc diff --git a/core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc b/web/core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc similarity index 100% rename from core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc rename to web/core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc diff --git a/core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php b/web/core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php similarity index 100% rename from core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php rename to web/core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php diff --git a/core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml b/web/core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml rename to web/core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml diff --git a/core/modules/views/tests/modules/views_test_language/views_test_language.info.yml b/web/core/modules/views/tests/modules/views_test_language/views_test_language.info.yml similarity index 100% rename from core/modules/views/tests/modules/views_test_language/views_test_language.info.yml rename to web/core/modules/views/tests/modules/views_test_language/views_test_language.info.yml diff --git a/core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php b/web/core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php similarity index 100% rename from core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php rename to web/core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php diff --git a/core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php b/web/core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php similarity index 100% rename from core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php rename to web/core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php diff --git a/core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php b/web/core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php similarity index 100% rename from core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php rename to web/core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php diff --git a/core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php b/web/core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php similarity index 100% rename from core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php rename to web/core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php diff --git a/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/ContextualFilterTest.php b/web/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/ContextualFilterTest.php similarity index 100% rename from core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/ContextualFilterTest.php rename to web/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/ContextualFilterTest.php diff --git a/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php b/web/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php similarity index 100% rename from core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php rename to web/core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php diff --git a/core/modules/views/tests/src/Kernel/BasicTest.php b/web/core/modules/views/tests/src/Kernel/BasicTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/BasicTest.php rename to web/core/modules/views/tests/src/Kernel/BasicTest.php diff --git a/core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php b/web/core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php rename to web/core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php diff --git a/core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php b/web/core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php rename to web/core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php diff --git a/core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php b/web/core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php rename to web/core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php diff --git a/core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php b/web/core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php rename to web/core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php b/web/core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/AreaEntityTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/AreaMessagesTest.php b/web/core/modules/views/tests/src/Kernel/Handler/AreaMessagesTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/AreaMessagesTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/AreaMessagesTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php b/web/core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php b/web/core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/AreaTextTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/AreaTitleTest.php b/web/core/modules/views/tests/src/Kernel/Handler/AreaTitleTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/AreaTitleTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/AreaTitleTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/AreaViewTest.php b/web/core/modules/views/tests/src/Kernel/Handler/AreaViewTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/AreaViewTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/AreaViewTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/ArgumentDateTest.php b/web/core/modules/views/tests/src/Kernel/Handler/ArgumentDateTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/ArgumentDateTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/ArgumentDateTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php b/web/core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/ArgumentNullTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php b/web/core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/EntityTestViewsFieldAccessTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FieldCounterTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FieldDateTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FieldEntityLinkTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php b/web/core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php rename to web/core/modules/views/tests/src/Kernel/Handler/FieldFieldAccessTestBase.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FieldFileSizeTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php b/web/core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php b/web/core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/SortDateTest.php b/web/core/modules/views/tests/src/Kernel/Handler/SortDateTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/SortDateTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/SortDateTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php b/web/core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php diff --git a/core/modules/views/tests/src/Kernel/Handler/SortTest.php b/web/core/modules/views/tests/src/Kernel/Handler/SortTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Handler/SortTest.php rename to web/core/modules/views/tests/src/Kernel/Handler/SortTest.php diff --git a/core/modules/views/tests/src/Kernel/ModuleTest.php b/web/core/modules/views/tests/src/Kernel/ModuleTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/ModuleTest.php rename to web/core/modules/views/tests/src/Kernel/ModuleTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/BlockDependenciesTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/CacheTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/CacheTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/CacheTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/CacheTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/Display/ViewsMenuLinkTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/DisplayKernelTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/JoinTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/JoinTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/JoinTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/JoinTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/PagerKernelTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/PluginKernelTestBase.php b/web/core/modules/views/tests/src/Kernel/Plugin/PluginKernelTestBase.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/PluginKernelTestBase.php rename to web/core/modules/views/tests/src/Kernel/Plugin/PluginKernelTestBase.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/QueryTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/QueryTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/QueryTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/QueryTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php b/web/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php rename to web/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/RowEntityTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/StyleHtmlListTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/StyleHtmlListTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/StyleHtmlListTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/StyleHtmlListTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/StyleMappingTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/StyleMappingTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/StyleMappingTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/StyleMappingTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/StyleTestBase.php b/web/core/modules/views/tests/src/Kernel/Plugin/StyleTestBase.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/StyleTestBase.php rename to web/core/modules/views/tests/src/Kernel/Plugin/StyleTestBase.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/StyleUnformattedTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/StyleUnformattedTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/StyleUnformattedTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/StyleUnformattedTest.php diff --git a/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php rename to web/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php diff --git a/core/modules/views/tests/src/Kernel/PluginInstanceTest.php b/web/core/modules/views/tests/src/Kernel/PluginInstanceTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/PluginInstanceTest.php rename to web/core/modules/views/tests/src/Kernel/PluginInstanceTest.php diff --git a/core/modules/views/tests/src/Kernel/QueryGroupByTest.php b/web/core/modules/views/tests/src/Kernel/QueryGroupByTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/QueryGroupByTest.php rename to web/core/modules/views/tests/src/Kernel/QueryGroupByTest.php diff --git a/core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php b/web/core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php rename to web/core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php diff --git a/core/modules/views/tests/src/Kernel/TestViewsTest.php b/web/core/modules/views/tests/src/Kernel/TestViewsTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/TestViewsTest.php rename to web/core/modules/views/tests/src/Kernel/TestViewsTest.php diff --git a/core/modules/views/tests/src/Kernel/TokenReplaceTest.php b/web/core/modules/views/tests/src/Kernel/TokenReplaceTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/TokenReplaceTest.php rename to web/core/modules/views/tests/src/Kernel/TokenReplaceTest.php diff --git a/core/modules/views/tests/src/Kernel/ViewExecutableTest.php b/web/core/modules/views/tests/src/Kernel/ViewExecutableTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/ViewExecutableTest.php rename to web/core/modules/views/tests/src/Kernel/ViewExecutableTest.php diff --git a/core/modules/views/tests/src/Kernel/ViewStorageTest.php b/web/core/modules/views/tests/src/Kernel/ViewStorageTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/ViewStorageTest.php rename to web/core/modules/views/tests/src/Kernel/ViewStorageTest.php diff --git a/core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php b/web/core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php rename to web/core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php diff --git a/core/modules/views/tests/src/Kernel/ViewsHooksTest.php b/web/core/modules/views/tests/src/Kernel/ViewsHooksTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/ViewsHooksTest.php rename to web/core/modules/views/tests/src/Kernel/ViewsHooksTest.php diff --git a/core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php b/web/core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php similarity index 100% rename from core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php rename to web/core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php diff --git a/core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php b/web/core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php similarity index 100% rename from core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php rename to web/core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php diff --git a/core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php b/web/core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php rename to web/core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php diff --git a/core/modules/views/tests/src/Unit/EntityViewsDataTest.php b/web/core/modules/views/tests/src/Unit/EntityViewsDataTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/EntityViewsDataTest.php rename to web/core/modules/views/tests/src/Unit/EntityViewsDataTest.php diff --git a/core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php b/web/core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php rename to web/core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/Block/ViewsBlockTest.php b/web/core/modules/views/tests/src/Unit/Plugin/Block/ViewsBlockTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/Block/ViewsBlockTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/Block/ViewsBlockTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php b/web/core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php b/web/core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php b/web/core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php rename to web/core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php diff --git a/core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php b/web/core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/area/EntityTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php b/web/core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php b/web/core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/area/ViewTest.php b/web/core/modules/views/tests/src/Unit/Plugin/area/ViewTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/area/ViewTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/area/ViewTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/argument_default/QueryParameterTest.php b/web/core/modules/views/tests/src/Unit/Plugin/argument_default/QueryParameterTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/argument_default/QueryParameterTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/argument_default/QueryParameterTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/argument_default/RawTest.php b/web/core/modules/views/tests/src/Unit/Plugin/argument_default/RawTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/argument_default/RawTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/argument_default/RawTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php b/web/core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/argument_validator/EntityTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/display/PageTest.php b/web/core/modules/views/tests/src/Unit/Plugin/display/PageTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/display/PageTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/display/PageTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php b/web/core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php b/web/core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php b/web/core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php b/web/core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php b/web/core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php b/web/core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php b/web/core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php diff --git a/core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php b/web/core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php rename to web/core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php diff --git a/core/modules/views/tests/src/Unit/PluginBaseTest.php b/web/core/modules/views/tests/src/Unit/PluginBaseTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/PluginBaseTest.php rename to web/core/modules/views/tests/src/Unit/PluginBaseTest.php diff --git a/core/modules/views/tests/src/Unit/PluginTypeListTest.php b/web/core/modules/views/tests/src/Unit/PluginTypeListTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/PluginTypeListTest.php rename to web/core/modules/views/tests/src/Unit/PluginTypeListTest.php diff --git a/core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php b/web/core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php rename to web/core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php diff --git a/core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php b/web/core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php rename to web/core/modules/views/tests/src/Unit/ViewExecutableFactoryTest.php diff --git a/core/modules/views/tests/src/Unit/ViewExecutableTest.php b/web/core/modules/views/tests/src/Unit/ViewExecutableTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/ViewExecutableTest.php rename to web/core/modules/views/tests/src/Unit/ViewExecutableTest.php diff --git a/core/modules/views/tests/src/Unit/ViewsDataHelperTest.php b/web/core/modules/views/tests/src/Unit/ViewsDataHelperTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/ViewsDataHelperTest.php rename to web/core/modules/views/tests/src/Unit/ViewsDataHelperTest.php diff --git a/core/modules/views/tests/src/Unit/ViewsDataTest.php b/web/core/modules/views/tests/src/Unit/ViewsDataTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/ViewsDataTest.php rename to web/core/modules/views/tests/src/Unit/ViewsDataTest.php diff --git a/core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php b/web/core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php rename to web/core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php diff --git a/core/modules/views/tests/src/Unit/ViewsTest.php b/web/core/modules/views/tests/src/Unit/ViewsTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/ViewsTest.php rename to web/core/modules/views/tests/src/Unit/ViewsTest.php diff --git a/core/modules/views/tests/src/Unit/WizardPluginBaseTest.php b/web/core/modules/views/tests/src/Unit/WizardPluginBaseTest.php similarity index 100% rename from core/modules/views/tests/src/Unit/WizardPluginBaseTest.php rename to web/core/modules/views/tests/src/Unit/WizardPluginBaseTest.php diff --git a/core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.info.yml b/web/core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.info.yml similarity index 100% rename from core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.info.yml rename to web/core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.info.yml diff --git a/core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.theme b/web/core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.theme similarity index 100% rename from core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.theme rename to web/core/modules/views/tests/themes/views_test_checkboxes_theme/views_test_checkboxes_theme.theme diff --git a/core/modules/views/tests/themes/views_test_theme/templates/views-view-field.html.twig b/web/core/modules/views/tests/themes/views_test_theme/templates/views-view-field.html.twig similarity index 100% rename from core/modules/views/tests/themes/views_test_theme/templates/views-view-field.html.twig rename to web/core/modules/views/tests/themes/views_test_theme/templates/views-view-field.html.twig diff --git a/core/modules/views/tests/themes/views_test_theme/templates/views-view-fields.html.twig b/web/core/modules/views/tests/themes/views_test_theme/templates/views-view-fields.html.twig similarity index 100% rename from core/modules/views/tests/themes/views_test_theme/templates/views-view-fields.html.twig rename to web/core/modules/views/tests/themes/views_test_theme/templates/views-view-fields.html.twig diff --git a/core/modules/views/tests/themes/views_test_theme/views_test_theme.info.yml b/web/core/modules/views/tests/themes/views_test_theme/views_test_theme.info.yml similarity index 100% rename from core/modules/views/tests/themes/views_test_theme/views_test_theme.info.yml rename to web/core/modules/views/tests/themes/views_test_theme/views_test_theme.info.yml diff --git a/core/modules/views/views.api.php b/web/core/modules/views/views.api.php similarity index 100% rename from core/modules/views/views.api.php rename to web/core/modules/views/views.api.php diff --git a/core/modules/views/views.info.yml b/web/core/modules/views/views.info.yml similarity index 100% rename from core/modules/views/views.info.yml rename to web/core/modules/views/views.info.yml diff --git a/core/modules/views/views.install b/web/core/modules/views/views.install similarity index 100% rename from core/modules/views/views.install rename to web/core/modules/views/views.install diff --git a/core/modules/views/views.libraries.yml b/web/core/modules/views/views.libraries.yml similarity index 100% rename from core/modules/views/views.libraries.yml rename to web/core/modules/views/views.libraries.yml diff --git a/core/modules/views/views.links.menu.yml b/web/core/modules/views/views.links.menu.yml similarity index 100% rename from core/modules/views/views.links.menu.yml rename to web/core/modules/views/views.links.menu.yml diff --git a/core/modules/views/views.links.task.yml b/web/core/modules/views/views.links.task.yml similarity index 100% rename from core/modules/views/views.links.task.yml rename to web/core/modules/views/views.links.task.yml diff --git a/core/modules/views/views.module b/web/core/modules/views/views.module similarity index 100% rename from core/modules/views/views.module rename to web/core/modules/views/views.module diff --git a/core/modules/views/views.post_update.php b/web/core/modules/views/views.post_update.php similarity index 100% rename from core/modules/views/views.post_update.php rename to web/core/modules/views/views.post_update.php diff --git a/core/modules/views/views.routing.yml b/web/core/modules/views/views.routing.yml similarity index 100% rename from core/modules/views/views.routing.yml rename to web/core/modules/views/views.routing.yml diff --git a/core/modules/views/views.services.yml b/web/core/modules/views/views.services.yml similarity index 100% rename from core/modules/views/views.services.yml rename to web/core/modules/views/views.services.yml diff --git a/core/modules/views/views.theme.inc b/web/core/modules/views/views.theme.inc similarity index 100% rename from core/modules/views/views.theme.inc rename to web/core/modules/views/views.theme.inc diff --git a/core/modules/views/views.tokens.inc b/web/core/modules/views/views.tokens.inc similarity index 100% rename from core/modules/views/views.tokens.inc rename to web/core/modules/views/views.tokens.inc diff --git a/core/modules/views/views.views.inc b/web/core/modules/views/views.views.inc similarity index 100% rename from core/modules/views/views.views.inc rename to web/core/modules/views/views.views.inc diff --git a/core/modules/views/views.views_execution.inc b/web/core/modules/views/views.views_execution.inc similarity index 100% rename from core/modules/views/views.views_execution.inc rename to web/core/modules/views/views.views_execution.inc diff --git a/core/modules/views_ui/admin.inc b/web/core/modules/views_ui/admin.inc similarity index 100% rename from core/modules/views_ui/admin.inc rename to web/core/modules/views_ui/admin.inc diff --git a/core/modules/views_ui/config/optional/tour.tour.views-ui.yml b/web/core/modules/views_ui/config/optional/tour.tour.views-ui.yml similarity index 100% rename from core/modules/views_ui/config/optional/tour.tour.views-ui.yml rename to web/core/modules/views_ui/config/optional/tour.tour.views-ui.yml diff --git a/core/modules/views_ui/css/views_ui.admin.css b/web/core/modules/views_ui/css/views_ui.admin.css similarity index 100% rename from core/modules/views_ui/css/views_ui.admin.css rename to web/core/modules/views_ui/css/views_ui.admin.css diff --git a/core/modules/views_ui/css/views_ui.admin.theme.css b/web/core/modules/views_ui/css/views_ui.admin.theme.css similarity index 100% rename from core/modules/views_ui/css/views_ui.admin.theme.css rename to web/core/modules/views_ui/css/views_ui.admin.theme.css diff --git a/core/modules/views_ui/css/views_ui.contextual.css b/web/core/modules/views_ui/css/views_ui.contextual.css similarity index 100% rename from core/modules/views_ui/css/views_ui.contextual.css rename to web/core/modules/views_ui/css/views_ui.contextual.css diff --git a/core/modules/views_ui/images/sprites.png b/web/core/modules/views_ui/images/sprites.png similarity index 100% rename from core/modules/views_ui/images/sprites.png rename to web/core/modules/views_ui/images/sprites.png diff --git a/core/modules/views_ui/js/ajax.js b/web/core/modules/views_ui/js/ajax.js similarity index 100% rename from core/modules/views_ui/js/ajax.js rename to web/core/modules/views_ui/js/ajax.js diff --git a/core/modules/views_ui/js/dialog.views.js b/web/core/modules/views_ui/js/dialog.views.js similarity index 100% rename from core/modules/views_ui/js/dialog.views.js rename to web/core/modules/views_ui/js/dialog.views.js diff --git a/core/modules/views_ui/js/views-admin.js b/web/core/modules/views_ui/js/views-admin.js similarity index 100% rename from core/modules/views_ui/js/views-admin.js rename to web/core/modules/views_ui/js/views-admin.js diff --git a/core/modules/views_ui/js/views_ui.listing.js b/web/core/modules/views_ui/js/views_ui.listing.js similarity index 100% rename from core/modules/views_ui/js/views_ui.listing.js rename to web/core/modules/views_ui/js/views_ui.listing.js diff --git a/core/modules/views_ui/src/Ajax/SetFormCommand.php b/web/core/modules/views_ui/src/Ajax/SetFormCommand.php similarity index 100% rename from core/modules/views_ui/src/Ajax/SetFormCommand.php rename to web/core/modules/views_ui/src/Ajax/SetFormCommand.php diff --git a/core/modules/views_ui/src/Controller/ViewsUIController.php b/web/core/modules/views_ui/src/Controller/ViewsUIController.php similarity index 100% rename from core/modules/views_ui/src/Controller/ViewsUIController.php rename to web/core/modules/views_ui/src/Controller/ViewsUIController.php diff --git a/core/modules/views_ui/src/Form/AdvancedSettingsForm.php b/web/core/modules/views_ui/src/Form/AdvancedSettingsForm.php similarity index 100% rename from core/modules/views_ui/src/Form/AdvancedSettingsForm.php rename to web/core/modules/views_ui/src/Form/AdvancedSettingsForm.php diff --git a/core/modules/views_ui/src/Form/Ajax/AddHandler.php b/web/core/modules/views_ui/src/Form/Ajax/AddHandler.php similarity index 100% rename from core/modules/views_ui/src/Form/Ajax/AddHandler.php rename to web/core/modules/views_ui/src/Form/Ajax/AddHandler.php diff --git a/core/modules/views_ui/src/Form/Ajax/Analyze.php b/web/core/modules/views_ui/src/Form/Ajax/Analyze.php similarity index 100% rename from core/modules/views_ui/src/Form/Ajax/Analyze.php rename to web/core/modules/views_ui/src/Form/Ajax/Analyze.php diff --git a/core/modules/views_ui/src/Form/Ajax/ConfigHandler.php b/web/core/modules/views_ui/src/Form/Ajax/ConfigHandler.php similarity index 100% rename from core/modules/views_ui/src/Form/Ajax/ConfigHandler.php rename to web/core/modules/views_ui/src/Form/Ajax/ConfigHandler.php diff --git a/core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php b/web/core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php similarity index 100% rename from core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php rename to web/core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php diff --git a/core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php b/web/core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php similarity index 100% rename from core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php rename to web/core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php diff --git a/core/modules/views_ui/src/Form/Ajax/Display.php b/web/core/modules/views_ui/src/Form/Ajax/Display.php similarity index 100% rename from core/modules/views_ui/src/Form/Ajax/Display.php rename to web/core/modules/views_ui/src/Form/Ajax/Display.php diff --git a/core/modules/views_ui/src/Form/Ajax/EditDetails.php b/web/core/modules/views_ui/src/Form/Ajax/EditDetails.php similarity index 100% rename from core/modules/views_ui/src/Form/Ajax/EditDetails.php rename to web/core/modules/views_ui/src/Form/Ajax/EditDetails.php diff --git a/core/modules/views_ui/src/Form/Ajax/Rearrange.php b/web/core/modules/views_ui/src/Form/Ajax/Rearrange.php similarity index 100% rename from core/modules/views_ui/src/Form/Ajax/Rearrange.php rename to web/core/modules/views_ui/src/Form/Ajax/Rearrange.php diff --git a/core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php b/web/core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php similarity index 100% rename from core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php rename to web/core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php diff --git a/core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php b/web/core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php similarity index 100% rename from core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php rename to web/core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php diff --git a/core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php b/web/core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php similarity index 100% rename from core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php rename to web/core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php diff --git a/core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php b/web/core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php similarity index 100% rename from core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php rename to web/core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php diff --git a/core/modules/views_ui/src/Form/BasicSettingsForm.php b/web/core/modules/views_ui/src/Form/BasicSettingsForm.php similarity index 100% rename from core/modules/views_ui/src/Form/BasicSettingsForm.php rename to web/core/modules/views_ui/src/Form/BasicSettingsForm.php diff --git a/core/modules/views_ui/src/Form/BreakLockForm.php b/web/core/modules/views_ui/src/Form/BreakLockForm.php similarity index 100% rename from core/modules/views_ui/src/Form/BreakLockForm.php rename to web/core/modules/views_ui/src/Form/BreakLockForm.php diff --git a/core/modules/views_ui/src/ParamConverter/ViewUIConverter.php b/web/core/modules/views_ui/src/ParamConverter/ViewUIConverter.php similarity index 100% rename from core/modules/views_ui/src/ParamConverter/ViewUIConverter.php rename to web/core/modules/views_ui/src/ParamConverter/ViewUIConverter.php diff --git a/core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php b/web/core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php similarity index 100% rename from core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php rename to web/core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php diff --git a/core/modules/views_ui/src/Tests/AnalyzeTest.php b/web/core/modules/views_ui/src/Tests/AnalyzeTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/AnalyzeTest.php rename to web/core/modules/views_ui/src/Tests/AnalyzeTest.php diff --git a/core/modules/views_ui/src/Tests/AreaEntityUITest.php b/web/core/modules/views_ui/src/Tests/AreaEntityUITest.php similarity index 100% rename from core/modules/views_ui/src/Tests/AreaEntityUITest.php rename to web/core/modules/views_ui/src/Tests/AreaEntityUITest.php diff --git a/core/modules/views_ui/src/Tests/ArgumentValidatorTest.php b/web/core/modules/views_ui/src/Tests/ArgumentValidatorTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/ArgumentValidatorTest.php rename to web/core/modules/views_ui/src/Tests/ArgumentValidatorTest.php diff --git a/core/modules/views_ui/src/Tests/CachedDataUITest.php b/web/core/modules/views_ui/src/Tests/CachedDataUITest.php similarity index 100% rename from core/modules/views_ui/src/Tests/CachedDataUITest.php rename to web/core/modules/views_ui/src/Tests/CachedDataUITest.php diff --git a/core/modules/views_ui/src/Tests/CustomBooleanTest.php b/web/core/modules/views_ui/src/Tests/CustomBooleanTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/CustomBooleanTest.php rename to web/core/modules/views_ui/src/Tests/CustomBooleanTest.php diff --git a/core/modules/views_ui/src/Tests/DefaultViewsTest.php b/web/core/modules/views_ui/src/Tests/DefaultViewsTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/DefaultViewsTest.php rename to web/core/modules/views_ui/src/Tests/DefaultViewsTest.php diff --git a/core/modules/views_ui/src/Tests/DisplayAttachmentTest.php b/web/core/modules/views_ui/src/Tests/DisplayAttachmentTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/DisplayAttachmentTest.php rename to web/core/modules/views_ui/src/Tests/DisplayAttachmentTest.php diff --git a/core/modules/views_ui/src/Tests/DisplayCRUDTest.php b/web/core/modules/views_ui/src/Tests/DisplayCRUDTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/DisplayCRUDTest.php rename to web/core/modules/views_ui/src/Tests/DisplayCRUDTest.php diff --git a/core/modules/views_ui/src/Tests/DisplayExtenderUITest.php b/web/core/modules/views_ui/src/Tests/DisplayExtenderUITest.php similarity index 100% rename from core/modules/views_ui/src/Tests/DisplayExtenderUITest.php rename to web/core/modules/views_ui/src/Tests/DisplayExtenderUITest.php diff --git a/core/modules/views_ui/src/Tests/DisplayFeedTest.php b/web/core/modules/views_ui/src/Tests/DisplayFeedTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/DisplayFeedTest.php rename to web/core/modules/views_ui/src/Tests/DisplayFeedTest.php diff --git a/core/modules/views_ui/src/Tests/DisplayPathTest.php b/web/core/modules/views_ui/src/Tests/DisplayPathTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/DisplayPathTest.php rename to web/core/modules/views_ui/src/Tests/DisplayPathTest.php diff --git a/core/modules/views_ui/src/Tests/DisplayTest.php b/web/core/modules/views_ui/src/Tests/DisplayTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/DisplayTest.php rename to web/core/modules/views_ui/src/Tests/DisplayTest.php diff --git a/core/modules/views_ui/src/Tests/DuplicateTest.php b/web/core/modules/views_ui/src/Tests/DuplicateTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/DuplicateTest.php rename to web/core/modules/views_ui/src/Tests/DuplicateTest.php diff --git a/core/modules/views_ui/src/Tests/ExposedFormUITest.php b/web/core/modules/views_ui/src/Tests/ExposedFormUITest.php similarity index 100% rename from core/modules/views_ui/src/Tests/ExposedFormUITest.php rename to web/core/modules/views_ui/src/Tests/ExposedFormUITest.php diff --git a/core/modules/views_ui/src/Tests/FieldUITest.php b/web/core/modules/views_ui/src/Tests/FieldUITest.php similarity index 100% rename from core/modules/views_ui/src/Tests/FieldUITest.php rename to web/core/modules/views_ui/src/Tests/FieldUITest.php diff --git a/core/modules/views_ui/src/Tests/FilterBooleanWebTest.php b/web/core/modules/views_ui/src/Tests/FilterBooleanWebTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/FilterBooleanWebTest.php rename to web/core/modules/views_ui/src/Tests/FilterBooleanWebTest.php diff --git a/core/modules/views_ui/src/Tests/FilterNumericWebTest.php b/web/core/modules/views_ui/src/Tests/FilterNumericWebTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/FilterNumericWebTest.php rename to web/core/modules/views_ui/src/Tests/FilterNumericWebTest.php diff --git a/core/modules/views_ui/src/Tests/FilterUITest.php b/web/core/modules/views_ui/src/Tests/FilterUITest.php similarity index 100% rename from core/modules/views_ui/src/Tests/FilterUITest.php rename to web/core/modules/views_ui/src/Tests/FilterUITest.php diff --git a/core/modules/views_ui/src/Tests/GroupByTest.php b/web/core/modules/views_ui/src/Tests/GroupByTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/GroupByTest.php rename to web/core/modules/views_ui/src/Tests/GroupByTest.php diff --git a/core/modules/views_ui/src/Tests/HandlerTest.php b/web/core/modules/views_ui/src/Tests/HandlerTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/HandlerTest.php rename to web/core/modules/views_ui/src/Tests/HandlerTest.php diff --git a/core/modules/views_ui/src/Tests/NewViewConfigSchemaTest.php b/web/core/modules/views_ui/src/Tests/NewViewConfigSchemaTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/NewViewConfigSchemaTest.php rename to web/core/modules/views_ui/src/Tests/NewViewConfigSchemaTest.php diff --git a/core/modules/views_ui/src/Tests/OverrideDisplaysTest.php b/web/core/modules/views_ui/src/Tests/OverrideDisplaysTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/OverrideDisplaysTest.php rename to web/core/modules/views_ui/src/Tests/OverrideDisplaysTest.php diff --git a/core/modules/views_ui/src/Tests/PreviewTest.php b/web/core/modules/views_ui/src/Tests/PreviewTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/PreviewTest.php rename to web/core/modules/views_ui/src/Tests/PreviewTest.php diff --git a/core/modules/views_ui/src/Tests/QueryTest.php b/web/core/modules/views_ui/src/Tests/QueryTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/QueryTest.php rename to web/core/modules/views_ui/src/Tests/QueryTest.php diff --git a/core/modules/views_ui/src/Tests/RearrangeFieldsTest.php b/web/core/modules/views_ui/src/Tests/RearrangeFieldsTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/RearrangeFieldsTest.php rename to web/core/modules/views_ui/src/Tests/RearrangeFieldsTest.php diff --git a/core/modules/views_ui/src/Tests/RedirectTest.php b/web/core/modules/views_ui/src/Tests/RedirectTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/RedirectTest.php rename to web/core/modules/views_ui/src/Tests/RedirectTest.php diff --git a/core/modules/views_ui/src/Tests/ReportFieldsTest.php b/web/core/modules/views_ui/src/Tests/ReportFieldsTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/ReportFieldsTest.php rename to web/core/modules/views_ui/src/Tests/ReportFieldsTest.php diff --git a/core/modules/views_ui/src/Tests/ReportTest.php b/web/core/modules/views_ui/src/Tests/ReportTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/ReportTest.php rename to web/core/modules/views_ui/src/Tests/ReportTest.php diff --git a/core/modules/views_ui/src/Tests/RowUITest.php b/web/core/modules/views_ui/src/Tests/RowUITest.php similarity index 100% rename from core/modules/views_ui/src/Tests/RowUITest.php rename to web/core/modules/views_ui/src/Tests/RowUITest.php diff --git a/core/modules/views_ui/src/Tests/SettingsTest.php b/web/core/modules/views_ui/src/Tests/SettingsTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/SettingsTest.php rename to web/core/modules/views_ui/src/Tests/SettingsTest.php diff --git a/core/modules/views_ui/src/Tests/StorageTest.php b/web/core/modules/views_ui/src/Tests/StorageTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/StorageTest.php rename to web/core/modules/views_ui/src/Tests/StorageTest.php diff --git a/core/modules/views_ui/src/Tests/StyleTableTest.php b/web/core/modules/views_ui/src/Tests/StyleTableTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/StyleTableTest.php rename to web/core/modules/views_ui/src/Tests/StyleTableTest.php diff --git a/core/modules/views_ui/src/Tests/StyleUITest.php b/web/core/modules/views_ui/src/Tests/StyleUITest.php similarity index 100% rename from core/modules/views_ui/src/Tests/StyleUITest.php rename to web/core/modules/views_ui/src/Tests/StyleUITest.php diff --git a/core/modules/views_ui/src/Tests/TokenizeAreaUITest.php b/web/core/modules/views_ui/src/Tests/TokenizeAreaUITest.php similarity index 100% rename from core/modules/views_ui/src/Tests/TokenizeAreaUITest.php rename to web/core/modules/views_ui/src/Tests/TokenizeAreaUITest.php diff --git a/core/modules/views_ui/src/Tests/TranslatedViewTest.php b/web/core/modules/views_ui/src/Tests/TranslatedViewTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/TranslatedViewTest.php rename to web/core/modules/views_ui/src/Tests/TranslatedViewTest.php diff --git a/core/modules/views_ui/src/Tests/UITestBase.php b/web/core/modules/views_ui/src/Tests/UITestBase.php similarity index 100% rename from core/modules/views_ui/src/Tests/UITestBase.php rename to web/core/modules/views_ui/src/Tests/UITestBase.php diff --git a/core/modules/views_ui/src/Tests/UnsavedPreviewTest.php b/web/core/modules/views_ui/src/Tests/UnsavedPreviewTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/UnsavedPreviewTest.php rename to web/core/modules/views_ui/src/Tests/UnsavedPreviewTest.php diff --git a/core/modules/views_ui/src/Tests/ViewEditTest.php b/web/core/modules/views_ui/src/Tests/ViewEditTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/ViewEditTest.php rename to web/core/modules/views_ui/src/Tests/ViewEditTest.php diff --git a/core/modules/views_ui/src/Tests/ViewsListTest.php b/web/core/modules/views_ui/src/Tests/ViewsListTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/ViewsListTest.php rename to web/core/modules/views_ui/src/Tests/ViewsListTest.php diff --git a/core/modules/views_ui/src/Tests/ViewsUITourTest.php b/web/core/modules/views_ui/src/Tests/ViewsUITourTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/ViewsUITourTest.php rename to web/core/modules/views_ui/src/Tests/ViewsUITourTest.php diff --git a/core/modules/views_ui/src/Tests/WizardTest.php b/web/core/modules/views_ui/src/Tests/WizardTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/WizardTest.php rename to web/core/modules/views_ui/src/Tests/WizardTest.php diff --git a/core/modules/views_ui/src/Tests/XssTest.php b/web/core/modules/views_ui/src/Tests/XssTest.php similarity index 100% rename from core/modules/views_ui/src/Tests/XssTest.php rename to web/core/modules/views_ui/src/Tests/XssTest.php diff --git a/core/modules/views_ui/src/ViewAddForm.php b/web/core/modules/views_ui/src/ViewAddForm.php similarity index 100% rename from core/modules/views_ui/src/ViewAddForm.php rename to web/core/modules/views_ui/src/ViewAddForm.php diff --git a/core/modules/views_ui/src/ViewDuplicateForm.php b/web/core/modules/views_ui/src/ViewDuplicateForm.php similarity index 100% rename from core/modules/views_ui/src/ViewDuplicateForm.php rename to web/core/modules/views_ui/src/ViewDuplicateForm.php diff --git a/core/modules/views_ui/src/ViewEditForm.php b/web/core/modules/views_ui/src/ViewEditForm.php similarity index 100% rename from core/modules/views_ui/src/ViewEditForm.php rename to web/core/modules/views_ui/src/ViewEditForm.php diff --git a/core/modules/views_ui/src/ViewFormBase.php b/web/core/modules/views_ui/src/ViewFormBase.php similarity index 100% rename from core/modules/views_ui/src/ViewFormBase.php rename to web/core/modules/views_ui/src/ViewFormBase.php diff --git a/core/modules/views_ui/src/ViewListBuilder.php b/web/core/modules/views_ui/src/ViewListBuilder.php similarity index 100% rename from core/modules/views_ui/src/ViewListBuilder.php rename to web/core/modules/views_ui/src/ViewListBuilder.php diff --git a/core/modules/views_ui/src/ViewPreviewForm.php b/web/core/modules/views_ui/src/ViewPreviewForm.php similarity index 100% rename from core/modules/views_ui/src/ViewPreviewForm.php rename to web/core/modules/views_ui/src/ViewPreviewForm.php diff --git a/core/modules/views_ui/src/ViewUI.php b/web/core/modules/views_ui/src/ViewUI.php similarity index 100% rename from core/modules/views_ui/src/ViewUI.php rename to web/core/modules/views_ui/src/ViewUI.php diff --git a/core/modules/views_ui/templates/views-ui-build-group-filter-form.html.twig b/web/core/modules/views_ui/templates/views-ui-build-group-filter-form.html.twig similarity index 100% rename from core/modules/views_ui/templates/views-ui-build-group-filter-form.html.twig rename to web/core/modules/views_ui/templates/views-ui-build-group-filter-form.html.twig diff --git a/core/modules/views_ui/templates/views-ui-container.html.twig b/web/core/modules/views_ui/templates/views-ui-container.html.twig similarity index 100% rename from core/modules/views_ui/templates/views-ui-container.html.twig rename to web/core/modules/views_ui/templates/views-ui-container.html.twig diff --git a/core/modules/views_ui/templates/views-ui-display-tab-bucket.html.twig b/web/core/modules/views_ui/templates/views-ui-display-tab-bucket.html.twig similarity index 100% rename from core/modules/views_ui/templates/views-ui-display-tab-bucket.html.twig rename to web/core/modules/views_ui/templates/views-ui-display-tab-bucket.html.twig diff --git a/core/modules/views_ui/templates/views-ui-display-tab-setting.html.twig b/web/core/modules/views_ui/templates/views-ui-display-tab-setting.html.twig similarity index 100% rename from core/modules/views_ui/templates/views-ui-display-tab-setting.html.twig rename to web/core/modules/views_ui/templates/views-ui-display-tab-setting.html.twig diff --git a/core/modules/views_ui/templates/views-ui-expose-filter-form.html.twig b/web/core/modules/views_ui/templates/views-ui-expose-filter-form.html.twig similarity index 100% rename from core/modules/views_ui/templates/views-ui-expose-filter-form.html.twig rename to web/core/modules/views_ui/templates/views-ui-expose-filter-form.html.twig diff --git a/core/modules/views_ui/templates/views-ui-rearrange-filter-form.html.twig b/web/core/modules/views_ui/templates/views-ui-rearrange-filter-form.html.twig similarity index 100% rename from core/modules/views_ui/templates/views-ui-rearrange-filter-form.html.twig rename to web/core/modules/views_ui/templates/views-ui-rearrange-filter-form.html.twig diff --git a/core/modules/views_ui/templates/views-ui-style-plugin-table.html.twig b/web/core/modules/views_ui/templates/views-ui-style-plugin-table.html.twig similarity index 100% rename from core/modules/views_ui/templates/views-ui-style-plugin-table.html.twig rename to web/core/modules/views_ui/templates/views-ui-style-plugin-table.html.twig diff --git a/core/modules/views_ui/templates/views-ui-view-info.html.twig b/web/core/modules/views_ui/templates/views-ui-view-info.html.twig similarity index 100% rename from core/modules/views_ui/templates/views-ui-view-info.html.twig rename to web/core/modules/views_ui/templates/views-ui-view-info.html.twig diff --git a/core/modules/views_ui/templates/views-ui-view-preview-section.html.twig b/web/core/modules/views_ui/templates/views-ui-view-preview-section.html.twig similarity index 100% rename from core/modules/views_ui/templates/views-ui-view-preview-section.html.twig rename to web/core/modules/views_ui/templates/views-ui-view-preview-section.html.twig diff --git a/core/modules/views_ui/tests/modules/views_ui_test/config/install/views.view.sa_contrib_2013_035.yml b/web/core/modules/views_ui/tests/modules/views_ui_test/config/install/views.view.sa_contrib_2013_035.yml similarity index 100% rename from core/modules/views_ui/tests/modules/views_ui_test/config/install/views.view.sa_contrib_2013_035.yml rename to web/core/modules/views_ui/tests/modules/views_ui_test/config/install/views.view.sa_contrib_2013_035.yml diff --git a/core/modules/views_ui/tests/modules/views_ui_test/css/views_ui_test.test.css b/web/core/modules/views_ui/tests/modules/views_ui_test/css/views_ui_test.test.css similarity index 100% rename from core/modules/views_ui/tests/modules/views_ui_test/css/views_ui_test.test.css rename to web/core/modules/views_ui/tests/modules/views_ui_test/css/views_ui_test.test.css diff --git a/core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.info.yml b/web/core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.info.yml similarity index 100% rename from core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.info.yml rename to web/core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.info.yml diff --git a/core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.libraries.yml b/web/core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.libraries.yml similarity index 100% rename from core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.libraries.yml rename to web/core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.libraries.yml diff --git a/core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.module b/web/core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.module similarity index 100% rename from core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.module rename to web/core/modules/views_ui/tests/modules/views_ui_test/views_ui_test.module diff --git a/core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php b/web/core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php similarity index 100% rename from core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php rename to web/core/modules/views_ui/tests/src/FunctionalJavascript/FilterCriteriaTest.php diff --git a/core/modules/views_ui/tests/src/FunctionalJavascript/LibraryCachingTest.php b/web/core/modules/views_ui/tests/src/FunctionalJavascript/LibraryCachingTest.php similarity index 100% rename from core/modules/views_ui/tests/src/FunctionalJavascript/LibraryCachingTest.php rename to web/core/modules/views_ui/tests/src/FunctionalJavascript/LibraryCachingTest.php diff --git a/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php b/web/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php similarity index 100% rename from core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php rename to web/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsListingTest.php diff --git a/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php b/web/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php similarity index 100% rename from core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php rename to web/core/modules/views_ui/tests/src/FunctionalJavascript/ViewsWizardTest.php diff --git a/core/modules/views_ui/tests/src/Kernel/TagTest.php b/web/core/modules/views_ui/tests/src/Kernel/TagTest.php similarity index 100% rename from core/modules/views_ui/tests/src/Kernel/TagTest.php rename to web/core/modules/views_ui/tests/src/Kernel/TagTest.php diff --git a/core/modules/views_ui/tests/src/Unit/Form/Ajax/RearrangeFilterTest.php b/web/core/modules/views_ui/tests/src/Unit/Form/Ajax/RearrangeFilterTest.php similarity index 100% rename from core/modules/views_ui/tests/src/Unit/Form/Ajax/RearrangeFilterTest.php rename to web/core/modules/views_ui/tests/src/Unit/Form/Ajax/RearrangeFilterTest.php diff --git a/core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php b/web/core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php similarity index 100% rename from core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php rename to web/core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php diff --git a/core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php b/web/core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php similarity index 100% rename from core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php rename to web/core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php diff --git a/core/modules/views_ui/views_ui.info.yml b/web/core/modules/views_ui/views_ui.info.yml similarity index 100% rename from core/modules/views_ui/views_ui.info.yml rename to web/core/modules/views_ui/views_ui.info.yml diff --git a/core/modules/views_ui/views_ui.libraries.yml b/web/core/modules/views_ui/views_ui.libraries.yml similarity index 100% rename from core/modules/views_ui/views_ui.libraries.yml rename to web/core/modules/views_ui/views_ui.libraries.yml diff --git a/core/modules/views_ui/views_ui.links.action.yml b/web/core/modules/views_ui/views_ui.links.action.yml similarity index 100% rename from core/modules/views_ui/views_ui.links.action.yml rename to web/core/modules/views_ui/views_ui.links.action.yml diff --git a/core/modules/views_ui/views_ui.links.contextual.yml b/web/core/modules/views_ui/views_ui.links.contextual.yml similarity index 100% rename from core/modules/views_ui/views_ui.links.contextual.yml rename to web/core/modules/views_ui/views_ui.links.contextual.yml diff --git a/core/modules/views_ui/views_ui.links.menu.yml b/web/core/modules/views_ui/views_ui.links.menu.yml similarity index 100% rename from core/modules/views_ui/views_ui.links.menu.yml rename to web/core/modules/views_ui/views_ui.links.menu.yml diff --git a/core/modules/views_ui/views_ui.links.task.yml b/web/core/modules/views_ui/views_ui.links.task.yml similarity index 100% rename from core/modules/views_ui/views_ui.links.task.yml rename to web/core/modules/views_ui/views_ui.links.task.yml diff --git a/core/modules/views_ui/views_ui.module b/web/core/modules/views_ui/views_ui.module similarity index 100% rename from core/modules/views_ui/views_ui.module rename to web/core/modules/views_ui/views_ui.module diff --git a/core/modules/views_ui/views_ui.permissions.yml b/web/core/modules/views_ui/views_ui.permissions.yml similarity index 100% rename from core/modules/views_ui/views_ui.permissions.yml rename to web/core/modules/views_ui/views_ui.permissions.yml diff --git a/core/modules/views_ui/views_ui.routing.yml b/web/core/modules/views_ui/views_ui.routing.yml similarity index 100% rename from core/modules/views_ui/views_ui.routing.yml rename to web/core/modules/views_ui/views_ui.routing.yml diff --git a/core/modules/views_ui/views_ui.services.yml b/web/core/modules/views_ui/views_ui.services.yml similarity index 100% rename from core/modules/views_ui/views_ui.services.yml rename to web/core/modules/views_ui/views_ui.services.yml diff --git a/core/modules/views_ui/views_ui.theme.inc b/web/core/modules/views_ui/views_ui.theme.inc similarity index 100% rename from core/modules/views_ui/views_ui.theme.inc rename to web/core/modules/views_ui/views_ui.theme.inc diff --git a/core/phpcs.xml.dist b/web/core/phpcs.xml.dist similarity index 100% rename from core/phpcs.xml.dist rename to web/core/phpcs.xml.dist diff --git a/core/phpunit.xml.dist b/web/core/phpunit.xml.dist similarity index 100% rename from core/phpunit.xml.dist rename to web/core/phpunit.xml.dist diff --git a/core/profiles/minimal/config/install/block.block.stark_admin.yml b/web/core/profiles/minimal/config/install/block.block.stark_admin.yml similarity index 100% rename from core/profiles/minimal/config/install/block.block.stark_admin.yml rename to web/core/profiles/minimal/config/install/block.block.stark_admin.yml diff --git a/core/profiles/minimal/config/install/block.block.stark_branding.yml b/web/core/profiles/minimal/config/install/block.block.stark_branding.yml similarity index 100% rename from core/profiles/minimal/config/install/block.block.stark_branding.yml rename to web/core/profiles/minimal/config/install/block.block.stark_branding.yml diff --git a/core/profiles/minimal/config/install/block.block.stark_local_actions.yml b/web/core/profiles/minimal/config/install/block.block.stark_local_actions.yml similarity index 100% rename from core/profiles/minimal/config/install/block.block.stark_local_actions.yml rename to web/core/profiles/minimal/config/install/block.block.stark_local_actions.yml diff --git a/core/profiles/minimal/config/install/block.block.stark_local_tasks.yml b/web/core/profiles/minimal/config/install/block.block.stark_local_tasks.yml similarity index 100% rename from core/profiles/minimal/config/install/block.block.stark_local_tasks.yml rename to web/core/profiles/minimal/config/install/block.block.stark_local_tasks.yml diff --git a/core/profiles/minimal/config/install/block.block.stark_login.yml b/web/core/profiles/minimal/config/install/block.block.stark_login.yml similarity index 100% rename from core/profiles/minimal/config/install/block.block.stark_login.yml rename to web/core/profiles/minimal/config/install/block.block.stark_login.yml diff --git a/core/profiles/minimal/config/install/block.block.stark_messages.yml b/web/core/profiles/minimal/config/install/block.block.stark_messages.yml similarity index 100% rename from core/profiles/minimal/config/install/block.block.stark_messages.yml rename to web/core/profiles/minimal/config/install/block.block.stark_messages.yml diff --git a/core/profiles/minimal/config/install/block.block.stark_page_title.yml b/web/core/profiles/minimal/config/install/block.block.stark_page_title.yml similarity index 100% rename from core/profiles/minimal/config/install/block.block.stark_page_title.yml rename to web/core/profiles/minimal/config/install/block.block.stark_page_title.yml diff --git a/core/profiles/minimal/config/install/block.block.stark_tools.yml b/web/core/profiles/minimal/config/install/block.block.stark_tools.yml similarity index 100% rename from core/profiles/minimal/config/install/block.block.stark_tools.yml rename to web/core/profiles/minimal/config/install/block.block.stark_tools.yml diff --git a/core/profiles/minimal/minimal.info.yml b/web/core/profiles/minimal/minimal.info.yml similarity index 100% rename from core/profiles/minimal/minimal.info.yml rename to web/core/profiles/minimal/minimal.info.yml diff --git a/core/profiles/minimal/minimal.install b/web/core/profiles/minimal/minimal.install similarity index 100% rename from core/profiles/minimal/minimal.install rename to web/core/profiles/minimal/minimal.install diff --git a/core/profiles/minimal/src/Tests/MinimalTest.php b/web/core/profiles/minimal/src/Tests/MinimalTest.php similarity index 100% rename from core/profiles/minimal/src/Tests/MinimalTest.php rename to web/core/profiles/minimal/src/Tests/MinimalTest.php diff --git a/core/profiles/standard/config/install/automated_cron.settings.yml b/web/core/profiles/standard/config/install/automated_cron.settings.yml similarity index 100% rename from core/profiles/standard/config/install/automated_cron.settings.yml rename to web/core/profiles/standard/config/install/automated_cron.settings.yml diff --git a/core/profiles/standard/config/install/block.block.bartik_account_menu.yml b/web/core/profiles/standard/config/install/block.block.bartik_account_menu.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.bartik_account_menu.yml rename to web/core/profiles/standard/config/install/block.block.bartik_account_menu.yml diff --git a/core/profiles/standard/config/install/block.block.bartik_branding.yml b/web/core/profiles/standard/config/install/block.block.bartik_branding.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.bartik_branding.yml rename to web/core/profiles/standard/config/install/block.block.bartik_branding.yml diff --git a/core/profiles/standard/config/install/block.block.bartik_breadcrumbs.yml b/web/core/profiles/standard/config/install/block.block.bartik_breadcrumbs.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.bartik_breadcrumbs.yml rename to web/core/profiles/standard/config/install/block.block.bartik_breadcrumbs.yml diff --git a/core/profiles/standard/config/install/block.block.bartik_content.yml b/web/core/profiles/standard/config/install/block.block.bartik_content.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.bartik_content.yml rename to web/core/profiles/standard/config/install/block.block.bartik_content.yml diff --git a/core/profiles/standard/config/install/block.block.bartik_footer.yml b/web/core/profiles/standard/config/install/block.block.bartik_footer.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.bartik_footer.yml rename to web/core/profiles/standard/config/install/block.block.bartik_footer.yml diff --git a/core/profiles/standard/config/install/block.block.bartik_help.yml b/web/core/profiles/standard/config/install/block.block.bartik_help.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.bartik_help.yml rename to web/core/profiles/standard/config/install/block.block.bartik_help.yml diff --git a/core/profiles/standard/config/install/block.block.bartik_local_actions.yml b/web/core/profiles/standard/config/install/block.block.bartik_local_actions.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.bartik_local_actions.yml rename to web/core/profiles/standard/config/install/block.block.bartik_local_actions.yml diff --git a/core/profiles/standard/config/install/block.block.bartik_local_tasks.yml b/web/core/profiles/standard/config/install/block.block.bartik_local_tasks.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.bartik_local_tasks.yml rename to web/core/profiles/standard/config/install/block.block.bartik_local_tasks.yml diff --git a/core/profiles/standard/config/install/block.block.bartik_main_menu.yml b/web/core/profiles/standard/config/install/block.block.bartik_main_menu.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.bartik_main_menu.yml rename to web/core/profiles/standard/config/install/block.block.bartik_main_menu.yml diff --git a/core/profiles/standard/config/install/block.block.bartik_messages.yml b/web/core/profiles/standard/config/install/block.block.bartik_messages.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.bartik_messages.yml rename to web/core/profiles/standard/config/install/block.block.bartik_messages.yml diff --git a/core/profiles/standard/config/install/block.block.bartik_page_title.yml b/web/core/profiles/standard/config/install/block.block.bartik_page_title.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.bartik_page_title.yml rename to web/core/profiles/standard/config/install/block.block.bartik_page_title.yml diff --git a/core/profiles/standard/config/install/block.block.bartik_powered.yml b/web/core/profiles/standard/config/install/block.block.bartik_powered.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.bartik_powered.yml rename to web/core/profiles/standard/config/install/block.block.bartik_powered.yml diff --git a/core/profiles/standard/config/install/block.block.bartik_search.yml b/web/core/profiles/standard/config/install/block.block.bartik_search.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.bartik_search.yml rename to web/core/profiles/standard/config/install/block.block.bartik_search.yml diff --git a/core/profiles/standard/config/install/block.block.bartik_tools.yml b/web/core/profiles/standard/config/install/block.block.bartik_tools.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.bartik_tools.yml rename to web/core/profiles/standard/config/install/block.block.bartik_tools.yml diff --git a/core/profiles/standard/config/install/block.block.seven_breadcrumbs.yml b/web/core/profiles/standard/config/install/block.block.seven_breadcrumbs.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.seven_breadcrumbs.yml rename to web/core/profiles/standard/config/install/block.block.seven_breadcrumbs.yml diff --git a/core/profiles/standard/config/install/block.block.seven_content.yml b/web/core/profiles/standard/config/install/block.block.seven_content.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.seven_content.yml rename to web/core/profiles/standard/config/install/block.block.seven_content.yml diff --git a/core/profiles/standard/config/install/block.block.seven_help.yml b/web/core/profiles/standard/config/install/block.block.seven_help.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.seven_help.yml rename to web/core/profiles/standard/config/install/block.block.seven_help.yml diff --git a/core/profiles/standard/config/install/block.block.seven_local_actions.yml b/web/core/profiles/standard/config/install/block.block.seven_local_actions.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.seven_local_actions.yml rename to web/core/profiles/standard/config/install/block.block.seven_local_actions.yml diff --git a/core/profiles/standard/config/install/block.block.seven_login.yml b/web/core/profiles/standard/config/install/block.block.seven_login.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.seven_login.yml rename to web/core/profiles/standard/config/install/block.block.seven_login.yml diff --git a/core/profiles/standard/config/install/block.block.seven_messages.yml b/web/core/profiles/standard/config/install/block.block.seven_messages.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.seven_messages.yml rename to web/core/profiles/standard/config/install/block.block.seven_messages.yml diff --git a/core/profiles/standard/config/install/block.block.seven_page_title.yml b/web/core/profiles/standard/config/install/block.block.seven_page_title.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.seven_page_title.yml rename to web/core/profiles/standard/config/install/block.block.seven_page_title.yml diff --git a/core/profiles/standard/config/install/block.block.seven_primary_local_tasks.yml b/web/core/profiles/standard/config/install/block.block.seven_primary_local_tasks.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.seven_primary_local_tasks.yml rename to web/core/profiles/standard/config/install/block.block.seven_primary_local_tasks.yml diff --git a/core/profiles/standard/config/install/block.block.seven_secondary_local_tasks.yml b/web/core/profiles/standard/config/install/block.block.seven_secondary_local_tasks.yml similarity index 100% rename from core/profiles/standard/config/install/block.block.seven_secondary_local_tasks.yml rename to web/core/profiles/standard/config/install/block.block.seven_secondary_local_tasks.yml diff --git a/core/profiles/standard/config/install/block_content.type.basic.yml b/web/core/profiles/standard/config/install/block_content.type.basic.yml similarity index 100% rename from core/profiles/standard/config/install/block_content.type.basic.yml rename to web/core/profiles/standard/config/install/block_content.type.basic.yml diff --git a/core/profiles/standard/config/install/comment.type.comment.yml b/web/core/profiles/standard/config/install/comment.type.comment.yml similarity index 100% rename from core/profiles/standard/config/install/comment.type.comment.yml rename to web/core/profiles/standard/config/install/comment.type.comment.yml diff --git a/core/profiles/standard/config/install/contact.form.feedback.yml b/web/core/profiles/standard/config/install/contact.form.feedback.yml similarity index 100% rename from core/profiles/standard/config/install/contact.form.feedback.yml rename to web/core/profiles/standard/config/install/contact.form.feedback.yml diff --git a/core/profiles/standard/config/install/core.base_field_override.node.page.promote.yml b/web/core/profiles/standard/config/install/core.base_field_override.node.page.promote.yml similarity index 100% rename from core/profiles/standard/config/install/core.base_field_override.node.page.promote.yml rename to web/core/profiles/standard/config/install/core.base_field_override.node.page.promote.yml diff --git a/core/profiles/standard/config/install/core.entity_form_display.block_content.basic.default.yml b/web/core/profiles/standard/config/install/core.entity_form_display.block_content.basic.default.yml similarity index 100% rename from core/profiles/standard/config/install/core.entity_form_display.block_content.basic.default.yml rename to web/core/profiles/standard/config/install/core.entity_form_display.block_content.basic.default.yml diff --git a/core/profiles/standard/config/install/core.entity_form_display.comment.comment.default.yml b/web/core/profiles/standard/config/install/core.entity_form_display.comment.comment.default.yml similarity index 100% rename from core/profiles/standard/config/install/core.entity_form_display.comment.comment.default.yml rename to web/core/profiles/standard/config/install/core.entity_form_display.comment.comment.default.yml diff --git a/core/profiles/standard/config/install/core.entity_form_display.node.article.default.yml b/web/core/profiles/standard/config/install/core.entity_form_display.node.article.default.yml similarity index 100% rename from core/profiles/standard/config/install/core.entity_form_display.node.article.default.yml rename to web/core/profiles/standard/config/install/core.entity_form_display.node.article.default.yml diff --git a/core/profiles/standard/config/install/core.entity_form_display.node.page.default.yml b/web/core/profiles/standard/config/install/core.entity_form_display.node.page.default.yml similarity index 100% rename from core/profiles/standard/config/install/core.entity_form_display.node.page.default.yml rename to web/core/profiles/standard/config/install/core.entity_form_display.node.page.default.yml diff --git a/core/profiles/standard/config/install/core.entity_form_display.user.user.default.yml b/web/core/profiles/standard/config/install/core.entity_form_display.user.user.default.yml similarity index 100% rename from core/profiles/standard/config/install/core.entity_form_display.user.user.default.yml rename to web/core/profiles/standard/config/install/core.entity_form_display.user.user.default.yml diff --git a/core/profiles/standard/config/install/core.entity_view_display.block_content.basic.default.yml b/web/core/profiles/standard/config/install/core.entity_view_display.block_content.basic.default.yml similarity index 100% rename from core/profiles/standard/config/install/core.entity_view_display.block_content.basic.default.yml rename to web/core/profiles/standard/config/install/core.entity_view_display.block_content.basic.default.yml diff --git a/core/profiles/standard/config/install/core.entity_view_display.comment.comment.default.yml b/web/core/profiles/standard/config/install/core.entity_view_display.comment.comment.default.yml similarity index 100% rename from core/profiles/standard/config/install/core.entity_view_display.comment.comment.default.yml rename to web/core/profiles/standard/config/install/core.entity_view_display.comment.comment.default.yml diff --git a/core/profiles/standard/config/install/core.entity_view_display.node.article.default.yml b/web/core/profiles/standard/config/install/core.entity_view_display.node.article.default.yml similarity index 100% rename from core/profiles/standard/config/install/core.entity_view_display.node.article.default.yml rename to web/core/profiles/standard/config/install/core.entity_view_display.node.article.default.yml diff --git a/core/profiles/standard/config/install/core.entity_view_display.node.article.rss.yml b/web/core/profiles/standard/config/install/core.entity_view_display.node.article.rss.yml similarity index 100% rename from core/profiles/standard/config/install/core.entity_view_display.node.article.rss.yml rename to web/core/profiles/standard/config/install/core.entity_view_display.node.article.rss.yml diff --git a/core/profiles/standard/config/install/core.entity_view_display.node.article.teaser.yml b/web/core/profiles/standard/config/install/core.entity_view_display.node.article.teaser.yml similarity index 100% rename from core/profiles/standard/config/install/core.entity_view_display.node.article.teaser.yml rename to web/core/profiles/standard/config/install/core.entity_view_display.node.article.teaser.yml diff --git a/core/profiles/standard/config/install/core.entity_view_display.node.page.default.yml b/web/core/profiles/standard/config/install/core.entity_view_display.node.page.default.yml similarity index 100% rename from core/profiles/standard/config/install/core.entity_view_display.node.page.default.yml rename to web/core/profiles/standard/config/install/core.entity_view_display.node.page.default.yml diff --git a/core/profiles/standard/config/install/core.entity_view_display.node.page.teaser.yml b/web/core/profiles/standard/config/install/core.entity_view_display.node.page.teaser.yml similarity index 100% rename from core/profiles/standard/config/install/core.entity_view_display.node.page.teaser.yml rename to web/core/profiles/standard/config/install/core.entity_view_display.node.page.teaser.yml diff --git a/core/profiles/standard/config/install/core.entity_view_display.user.user.compact.yml b/web/core/profiles/standard/config/install/core.entity_view_display.user.user.compact.yml similarity index 100% rename from core/profiles/standard/config/install/core.entity_view_display.user.user.compact.yml rename to web/core/profiles/standard/config/install/core.entity_view_display.user.user.compact.yml diff --git a/core/profiles/standard/config/install/core.entity_view_display.user.user.default.yml b/web/core/profiles/standard/config/install/core.entity_view_display.user.user.default.yml similarity index 100% rename from core/profiles/standard/config/install/core.entity_view_display.user.user.default.yml rename to web/core/profiles/standard/config/install/core.entity_view_display.user.user.default.yml diff --git a/core/profiles/standard/config/install/editor.editor.basic_html.yml b/web/core/profiles/standard/config/install/editor.editor.basic_html.yml similarity index 100% rename from core/profiles/standard/config/install/editor.editor.basic_html.yml rename to web/core/profiles/standard/config/install/editor.editor.basic_html.yml diff --git a/core/profiles/standard/config/install/editor.editor.full_html.yml b/web/core/profiles/standard/config/install/editor.editor.full_html.yml similarity index 100% rename from core/profiles/standard/config/install/editor.editor.full_html.yml rename to web/core/profiles/standard/config/install/editor.editor.full_html.yml diff --git a/core/profiles/standard/config/install/field.field.block_content.basic.body.yml b/web/core/profiles/standard/config/install/field.field.block_content.basic.body.yml similarity index 100% rename from core/profiles/standard/config/install/field.field.block_content.basic.body.yml rename to web/core/profiles/standard/config/install/field.field.block_content.basic.body.yml diff --git a/core/profiles/standard/config/install/field.field.comment.comment.comment_body.yml b/web/core/profiles/standard/config/install/field.field.comment.comment.comment_body.yml similarity index 100% rename from core/profiles/standard/config/install/field.field.comment.comment.comment_body.yml rename to web/core/profiles/standard/config/install/field.field.comment.comment.comment_body.yml diff --git a/core/profiles/standard/config/install/field.field.node.article.body.yml b/web/core/profiles/standard/config/install/field.field.node.article.body.yml similarity index 100% rename from core/profiles/standard/config/install/field.field.node.article.body.yml rename to web/core/profiles/standard/config/install/field.field.node.article.body.yml diff --git a/core/profiles/standard/config/install/field.field.node.article.comment.yml b/web/core/profiles/standard/config/install/field.field.node.article.comment.yml similarity index 100% rename from core/profiles/standard/config/install/field.field.node.article.comment.yml rename to web/core/profiles/standard/config/install/field.field.node.article.comment.yml diff --git a/core/profiles/standard/config/install/field.field.node.article.field_image.yml b/web/core/profiles/standard/config/install/field.field.node.article.field_image.yml similarity index 100% rename from core/profiles/standard/config/install/field.field.node.article.field_image.yml rename to web/core/profiles/standard/config/install/field.field.node.article.field_image.yml diff --git a/core/profiles/standard/config/install/field.field.node.article.field_tags.yml b/web/core/profiles/standard/config/install/field.field.node.article.field_tags.yml similarity index 100% rename from core/profiles/standard/config/install/field.field.node.article.field_tags.yml rename to web/core/profiles/standard/config/install/field.field.node.article.field_tags.yml diff --git a/core/profiles/standard/config/install/field.field.node.page.body.yml b/web/core/profiles/standard/config/install/field.field.node.page.body.yml similarity index 100% rename from core/profiles/standard/config/install/field.field.node.page.body.yml rename to web/core/profiles/standard/config/install/field.field.node.page.body.yml diff --git a/core/profiles/standard/config/install/field.field.user.user.user_picture.yml b/web/core/profiles/standard/config/install/field.field.user.user.user_picture.yml similarity index 100% rename from core/profiles/standard/config/install/field.field.user.user.user_picture.yml rename to web/core/profiles/standard/config/install/field.field.user.user.user_picture.yml diff --git a/core/profiles/standard/config/install/field.storage.node.comment.yml b/web/core/profiles/standard/config/install/field.storage.node.comment.yml similarity index 100% rename from core/profiles/standard/config/install/field.storage.node.comment.yml rename to web/core/profiles/standard/config/install/field.storage.node.comment.yml diff --git a/core/profiles/standard/config/install/field.storage.node.field_image.yml b/web/core/profiles/standard/config/install/field.storage.node.field_image.yml similarity index 100% rename from core/profiles/standard/config/install/field.storage.node.field_image.yml rename to web/core/profiles/standard/config/install/field.storage.node.field_image.yml diff --git a/core/profiles/standard/config/install/field.storage.node.field_tags.yml b/web/core/profiles/standard/config/install/field.storage.node.field_tags.yml similarity index 100% rename from core/profiles/standard/config/install/field.storage.node.field_tags.yml rename to web/core/profiles/standard/config/install/field.storage.node.field_tags.yml diff --git a/core/profiles/standard/config/install/field.storage.user.user_picture.yml b/web/core/profiles/standard/config/install/field.storage.user.user_picture.yml similarity index 100% rename from core/profiles/standard/config/install/field.storage.user.user_picture.yml rename to web/core/profiles/standard/config/install/field.storage.user.user_picture.yml diff --git a/core/profiles/standard/config/install/filter.format.basic_html.yml b/web/core/profiles/standard/config/install/filter.format.basic_html.yml similarity index 100% rename from core/profiles/standard/config/install/filter.format.basic_html.yml rename to web/core/profiles/standard/config/install/filter.format.basic_html.yml diff --git a/core/profiles/standard/config/install/filter.format.full_html.yml b/web/core/profiles/standard/config/install/filter.format.full_html.yml similarity index 100% rename from core/profiles/standard/config/install/filter.format.full_html.yml rename to web/core/profiles/standard/config/install/filter.format.full_html.yml diff --git a/core/profiles/standard/config/install/filter.format.restricted_html.yml b/web/core/profiles/standard/config/install/filter.format.restricted_html.yml similarity index 100% rename from core/profiles/standard/config/install/filter.format.restricted_html.yml rename to web/core/profiles/standard/config/install/filter.format.restricted_html.yml diff --git a/core/profiles/standard/config/install/node.type.article.yml b/web/core/profiles/standard/config/install/node.type.article.yml similarity index 100% rename from core/profiles/standard/config/install/node.type.article.yml rename to web/core/profiles/standard/config/install/node.type.article.yml diff --git a/core/profiles/standard/config/install/node.type.page.yml b/web/core/profiles/standard/config/install/node.type.page.yml similarity index 100% rename from core/profiles/standard/config/install/node.type.page.yml rename to web/core/profiles/standard/config/install/node.type.page.yml diff --git a/core/profiles/standard/config/install/rdf.mapping.comment.comment.yml b/web/core/profiles/standard/config/install/rdf.mapping.comment.comment.yml similarity index 100% rename from core/profiles/standard/config/install/rdf.mapping.comment.comment.yml rename to web/core/profiles/standard/config/install/rdf.mapping.comment.comment.yml diff --git a/core/profiles/standard/config/install/rdf.mapping.node.article.yml b/web/core/profiles/standard/config/install/rdf.mapping.node.article.yml similarity index 100% rename from core/profiles/standard/config/install/rdf.mapping.node.article.yml rename to web/core/profiles/standard/config/install/rdf.mapping.node.article.yml diff --git a/core/profiles/standard/config/install/rdf.mapping.node.page.yml b/web/core/profiles/standard/config/install/rdf.mapping.node.page.yml similarity index 100% rename from core/profiles/standard/config/install/rdf.mapping.node.page.yml rename to web/core/profiles/standard/config/install/rdf.mapping.node.page.yml diff --git a/core/profiles/standard/config/install/rdf.mapping.taxonomy_term.tags.yml b/web/core/profiles/standard/config/install/rdf.mapping.taxonomy_term.tags.yml similarity index 100% rename from core/profiles/standard/config/install/rdf.mapping.taxonomy_term.tags.yml rename to web/core/profiles/standard/config/install/rdf.mapping.taxonomy_term.tags.yml diff --git a/core/profiles/standard/config/install/system.cron.yml b/web/core/profiles/standard/config/install/system.cron.yml similarity index 100% rename from core/profiles/standard/config/install/system.cron.yml rename to web/core/profiles/standard/config/install/system.cron.yml diff --git a/core/profiles/standard/config/install/system.theme.yml b/web/core/profiles/standard/config/install/system.theme.yml similarity index 100% rename from core/profiles/standard/config/install/system.theme.yml rename to web/core/profiles/standard/config/install/system.theme.yml diff --git a/core/profiles/standard/config/install/taxonomy.vocabulary.tags.yml b/web/core/profiles/standard/config/install/taxonomy.vocabulary.tags.yml similarity index 100% rename from core/profiles/standard/config/install/taxonomy.vocabulary.tags.yml rename to web/core/profiles/standard/config/install/taxonomy.vocabulary.tags.yml diff --git a/core/profiles/standard/config/install/user.role.administrator.yml b/web/core/profiles/standard/config/install/user.role.administrator.yml similarity index 100% rename from core/profiles/standard/config/install/user.role.administrator.yml rename to web/core/profiles/standard/config/install/user.role.administrator.yml diff --git a/core/profiles/standard/config/optional/image.style.max_1300x1300.yml b/web/core/profiles/standard/config/optional/image.style.max_1300x1300.yml similarity index 100% rename from core/profiles/standard/config/optional/image.style.max_1300x1300.yml rename to web/core/profiles/standard/config/optional/image.style.max_1300x1300.yml diff --git a/core/profiles/standard/config/optional/image.style.max_2600x2600.yml b/web/core/profiles/standard/config/optional/image.style.max_2600x2600.yml similarity index 100% rename from core/profiles/standard/config/optional/image.style.max_2600x2600.yml rename to web/core/profiles/standard/config/optional/image.style.max_2600x2600.yml diff --git a/core/profiles/standard/config/optional/image.style.max_325x325.yml b/web/core/profiles/standard/config/optional/image.style.max_325x325.yml similarity index 100% rename from core/profiles/standard/config/optional/image.style.max_325x325.yml rename to web/core/profiles/standard/config/optional/image.style.max_325x325.yml diff --git a/core/profiles/standard/config/optional/image.style.max_650x650.yml b/web/core/profiles/standard/config/optional/image.style.max_650x650.yml similarity index 100% rename from core/profiles/standard/config/optional/image.style.max_650x650.yml rename to web/core/profiles/standard/config/optional/image.style.max_650x650.yml diff --git a/core/profiles/standard/config/optional/responsive_image.styles.narrow.yml b/web/core/profiles/standard/config/optional/responsive_image.styles.narrow.yml similarity index 100% rename from core/profiles/standard/config/optional/responsive_image.styles.narrow.yml rename to web/core/profiles/standard/config/optional/responsive_image.styles.narrow.yml diff --git a/core/profiles/standard/config/optional/responsive_image.styles.wide.yml b/web/core/profiles/standard/config/optional/responsive_image.styles.wide.yml similarity index 100% rename from core/profiles/standard/config/optional/responsive_image.styles.wide.yml rename to web/core/profiles/standard/config/optional/responsive_image.styles.wide.yml diff --git a/core/profiles/standard/standard.info.yml b/web/core/profiles/standard/standard.info.yml similarity index 100% rename from core/profiles/standard/standard.info.yml rename to web/core/profiles/standard/standard.info.yml diff --git a/core/profiles/standard/standard.install b/web/core/profiles/standard/standard.install similarity index 100% rename from core/profiles/standard/standard.install rename to web/core/profiles/standard/standard.install diff --git a/core/profiles/standard/standard.links.menu.yml b/web/core/profiles/standard/standard.links.menu.yml similarity index 100% rename from core/profiles/standard/standard.links.menu.yml rename to web/core/profiles/standard/standard.links.menu.yml diff --git a/core/profiles/standard/standard.profile b/web/core/profiles/standard/standard.profile similarity index 100% rename from core/profiles/standard/standard.profile rename to web/core/profiles/standard/standard.profile diff --git a/core/profiles/standard/tests/src/Functional/StandardTest.php b/web/core/profiles/standard/tests/src/Functional/StandardTest.php similarity index 100% rename from core/profiles/standard/tests/src/Functional/StandardTest.php rename to web/core/profiles/standard/tests/src/Functional/StandardTest.php diff --git a/core/profiles/testing/config/install/system.theme.yml b/web/core/profiles/testing/config/install/system.theme.yml similarity index 100% rename from core/profiles/testing/config/install/system.theme.yml rename to web/core/profiles/testing/config/install/system.theme.yml diff --git a/core/profiles/testing/config/optional/locale.settings.yml b/web/core/profiles/testing/config/optional/locale.settings.yml similarity index 100% rename from core/profiles/testing/config/optional/locale.settings.yml rename to web/core/profiles/testing/config/optional/locale.settings.yml diff --git a/core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml b/web/core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml similarity index 100% rename from core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml rename to web/core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml diff --git a/core/profiles/testing/modules/drupal_system_listing_compatible_test/src/Tests/SystemListingCompatibleTest.php b/web/core/profiles/testing/modules/drupal_system_listing_compatible_test/src/Tests/SystemListingCompatibleTest.php similarity index 100% rename from core/profiles/testing/modules/drupal_system_listing_compatible_test/src/Tests/SystemListingCompatibleTest.php rename to web/core/profiles/testing/modules/drupal_system_listing_compatible_test/src/Tests/SystemListingCompatibleTest.php diff --git a/core/profiles/testing/testing.info.yml b/web/core/profiles/testing/testing.info.yml similarity index 100% rename from core/profiles/testing/testing.info.yml rename to web/core/profiles/testing/testing.info.yml diff --git a/core/profiles/testing_config_import/testing_config_import.info.yml b/web/core/profiles/testing_config_import/testing_config_import.info.yml similarity index 100% rename from core/profiles/testing_config_import/testing_config_import.info.yml rename to web/core/profiles/testing_config_import/testing_config_import.info.yml diff --git a/core/profiles/testing_config_overrides/config/install/system.action.user_block_user_action.yml b/web/core/profiles/testing_config_overrides/config/install/system.action.user_block_user_action.yml similarity index 100% rename from core/profiles/testing_config_overrides/config/install/system.action.user_block_user_action.yml rename to web/core/profiles/testing_config_overrides/config/install/system.action.user_block_user_action.yml diff --git a/core/profiles/testing_config_overrides/config/install/system.cron.yml b/web/core/profiles/testing_config_overrides/config/install/system.cron.yml similarity index 100% rename from core/profiles/testing_config_overrides/config/install/system.cron.yml rename to web/core/profiles/testing_config_overrides/config/install/system.cron.yml diff --git a/core/profiles/testing_config_overrides/config/install/tour.tour.language.yml b/web/core/profiles/testing_config_overrides/config/install/tour.tour.language.yml similarity index 100% rename from core/profiles/testing_config_overrides/config/install/tour.tour.language.yml rename to web/core/profiles/testing_config_overrides/config/install/tour.tour.language.yml diff --git a/core/profiles/testing_config_overrides/config/optional/config_test.dynamic.completely_new.yml b/web/core/profiles/testing_config_overrides/config/optional/config_test.dynamic.completely_new.yml similarity index 100% rename from core/profiles/testing_config_overrides/config/optional/config_test.dynamic.completely_new.yml rename to web/core/profiles/testing_config_overrides/config/optional/config_test.dynamic.completely_new.yml diff --git a/core/profiles/testing_config_overrides/config/optional/config_test.dynamic.dotted.default.yml b/web/core/profiles/testing_config_overrides/config/optional/config_test.dynamic.dotted.default.yml similarity index 100% rename from core/profiles/testing_config_overrides/config/optional/config_test.dynamic.dotted.default.yml rename to web/core/profiles/testing_config_overrides/config/optional/config_test.dynamic.dotted.default.yml diff --git a/core/profiles/testing_config_overrides/config/optional/config_test.dynamic.override.yml b/web/core/profiles/testing_config_overrides/config/optional/config_test.dynamic.override.yml similarity index 100% rename from core/profiles/testing_config_overrides/config/optional/config_test.dynamic.override.yml rename to web/core/profiles/testing_config_overrides/config/optional/config_test.dynamic.override.yml diff --git a/core/profiles/testing_config_overrides/config/optional/config_test.dynamic.override_unmet.yml b/web/core/profiles/testing_config_overrides/config/optional/config_test.dynamic.override_unmet.yml similarity index 100% rename from core/profiles/testing_config_overrides/config/optional/config_test.dynamic.override_unmet.yml rename to web/core/profiles/testing_config_overrides/config/optional/config_test.dynamic.override_unmet.yml diff --git a/core/profiles/testing_config_overrides/config/optional/tour.tour.testing_config_overrides.yml b/web/core/profiles/testing_config_overrides/config/optional/tour.tour.testing_config_overrides.yml similarity index 100% rename from core/profiles/testing_config_overrides/config/optional/tour.tour.testing_config_overrides.yml rename to web/core/profiles/testing_config_overrides/config/optional/tour.tour.testing_config_overrides.yml diff --git a/core/profiles/testing_config_overrides/testing_config_overrides.info.yml b/web/core/profiles/testing_config_overrides/testing_config_overrides.info.yml similarity index 100% rename from core/profiles/testing_config_overrides/testing_config_overrides.info.yml rename to web/core/profiles/testing_config_overrides/testing_config_overrides.info.yml diff --git a/core/profiles/testing_missing_dependencies/testing_missing_dependencies.info.yml b/web/core/profiles/testing_missing_dependencies/testing_missing_dependencies.info.yml similarity index 100% rename from core/profiles/testing_missing_dependencies/testing_missing_dependencies.info.yml rename to web/core/profiles/testing_missing_dependencies/testing_missing_dependencies.info.yml diff --git a/core/profiles/testing_multilingual/config/install/language.entity.de.yml b/web/core/profiles/testing_multilingual/config/install/language.entity.de.yml similarity index 100% rename from core/profiles/testing_multilingual/config/install/language.entity.de.yml rename to web/core/profiles/testing_multilingual/config/install/language.entity.de.yml diff --git a/core/profiles/testing_multilingual/config/install/language.entity.es.yml b/web/core/profiles/testing_multilingual/config/install/language.entity.es.yml similarity index 100% rename from core/profiles/testing_multilingual/config/install/language.entity.es.yml rename to web/core/profiles/testing_multilingual/config/install/language.entity.es.yml diff --git a/core/profiles/testing_multilingual/testing_multilingual.info.yml b/web/core/profiles/testing_multilingual/testing_multilingual.info.yml similarity index 100% rename from core/profiles/testing_multilingual/testing_multilingual.info.yml rename to web/core/profiles/testing_multilingual/testing_multilingual.info.yml diff --git a/core/profiles/testing_multilingual_with_english/config/install/language.entity.de.yml b/web/core/profiles/testing_multilingual_with_english/config/install/language.entity.de.yml similarity index 100% rename from core/profiles/testing_multilingual_with_english/config/install/language.entity.de.yml rename to web/core/profiles/testing_multilingual_with_english/config/install/language.entity.de.yml diff --git a/core/profiles/testing_multilingual_with_english/config/install/language.entity.es.yml b/web/core/profiles/testing_multilingual_with_english/config/install/language.entity.es.yml similarity index 100% rename from core/profiles/testing_multilingual_with_english/config/install/language.entity.es.yml rename to web/core/profiles/testing_multilingual_with_english/config/install/language.entity.es.yml diff --git a/core/profiles/testing_multilingual_with_english/testing_multilingual_with_english.info.yml b/web/core/profiles/testing_multilingual_with_english/testing_multilingual_with_english.info.yml similarity index 100% rename from core/profiles/testing_multilingual_with_english/testing_multilingual_with_english.info.yml rename to web/core/profiles/testing_multilingual_with_english/testing_multilingual_with_english.info.yml diff --git a/core/rebuild.php b/web/core/rebuild.php similarity index 100% rename from core/rebuild.php rename to web/core/rebuild.php diff --git a/core/scripts/cron-curl.sh b/web/core/scripts/cron-curl.sh similarity index 100% rename from core/scripts/cron-curl.sh rename to web/core/scripts/cron-curl.sh diff --git a/core/scripts/cron-lynx.sh b/web/core/scripts/cron-lynx.sh similarity index 100% rename from core/scripts/cron-lynx.sh rename to web/core/scripts/cron-lynx.sh diff --git a/core/scripts/db-tools.php b/web/core/scripts/db-tools.php similarity index 100% rename from core/scripts/db-tools.php rename to web/core/scripts/db-tools.php diff --git a/core/scripts/drupal.sh b/web/core/scripts/drupal.sh similarity index 100% rename from core/scripts/drupal.sh rename to web/core/scripts/drupal.sh diff --git a/core/scripts/dump-database-d6.sh b/web/core/scripts/dump-database-d6.sh similarity index 100% rename from core/scripts/dump-database-d6.sh rename to web/core/scripts/dump-database-d6.sh diff --git a/core/scripts/dump-database-d7.sh b/web/core/scripts/dump-database-d7.sh similarity index 100% rename from core/scripts/dump-database-d7.sh rename to web/core/scripts/dump-database-d7.sh diff --git a/core/scripts/dump-database-d8-mysql.php b/web/core/scripts/dump-database-d8-mysql.php similarity index 100% rename from core/scripts/dump-database-d8-mysql.php rename to web/core/scripts/dump-database-d8-mysql.php diff --git a/core/scripts/generate-d6-content.sh b/web/core/scripts/generate-d6-content.sh similarity index 100% rename from core/scripts/generate-d6-content.sh rename to web/core/scripts/generate-d6-content.sh diff --git a/core/scripts/generate-d7-content.sh b/web/core/scripts/generate-d7-content.sh similarity index 100% rename from core/scripts/generate-d7-content.sh rename to web/core/scripts/generate-d7-content.sh diff --git a/core/scripts/generate-proxy-class.php b/web/core/scripts/generate-proxy-class.php similarity index 100% rename from core/scripts/generate-proxy-class.php rename to web/core/scripts/generate-proxy-class.php diff --git a/core/scripts/password-hash.sh b/web/core/scripts/password-hash.sh similarity index 100% rename from core/scripts/password-hash.sh rename to web/core/scripts/password-hash.sh diff --git a/core/scripts/rebuild_token_calculator.sh b/web/core/scripts/rebuild_token_calculator.sh similarity index 100% rename from core/scripts/rebuild_token_calculator.sh rename to web/core/scripts/rebuild_token_calculator.sh diff --git a/core/scripts/run-tests.sh b/web/core/scripts/run-tests.sh similarity index 100% rename from core/scripts/run-tests.sh rename to web/core/scripts/run-tests.sh diff --git a/core/scripts/test/test.script b/web/core/scripts/test/test.script similarity index 100% rename from core/scripts/test/test.script rename to web/core/scripts/test/test.script diff --git a/core/scripts/transliteration_data.php.txt b/web/core/scripts/transliteration_data.php.txt similarity index 100% rename from core/scripts/transliteration_data.php.txt rename to web/core/scripts/transliteration_data.php.txt diff --git a/core/scripts/update-countries.sh b/web/core/scripts/update-countries.sh similarity index 100% rename from core/scripts/update-countries.sh rename to web/core/scripts/update-countries.sh diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php b/web/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php similarity index 100% rename from core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php rename to web/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php b/web/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php similarity index 100% rename from core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php rename to web/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php b/web/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php similarity index 100% rename from core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php rename to web/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php b/web/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php similarity index 100% rename from core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php rename to web/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php diff --git a/core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php b/web/core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php similarity index 100% rename from core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php rename to web/core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php diff --git a/core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php b/web/core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php similarity index 100% rename from core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php rename to web/core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php diff --git a/core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php b/web/core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php similarity index 100% rename from core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php rename to web/core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php diff --git a/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php b/web/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php similarity index 100% rename from core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php rename to web/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php diff --git a/core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php b/web/core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php similarity index 100% rename from core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php rename to web/core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php diff --git a/core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php b/web/core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php similarity index 100% rename from core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php rename to web/core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php diff --git a/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php b/web/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php similarity index 100% rename from core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php rename to web/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php diff --git a/core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php b/web/core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php similarity index 100% rename from core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php rename to web/core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php diff --git a/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php b/web/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php similarity index 100% rename from core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php rename to web/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php diff --git a/core/tests/Drupal/KernelTests/AssertConfigTrait.php b/web/core/tests/Drupal/KernelTests/AssertConfigTrait.php similarity index 100% rename from core/tests/Drupal/KernelTests/AssertConfigTrait.php rename to web/core/tests/Drupal/KernelTests/AssertConfigTrait.php diff --git a/core/tests/Drupal/KernelTests/AssertLegacyTrait.php b/web/core/tests/Drupal/KernelTests/AssertLegacyTrait.php similarity index 100% rename from core/tests/Drupal/KernelTests/AssertLegacyTrait.php rename to web/core/tests/Drupal/KernelTests/AssertLegacyTrait.php diff --git a/core/tests/Drupal/KernelTests/Component/Utility/SafeMarkupKernelTest.php b/web/core/tests/Drupal/KernelTests/Component/Utility/SafeMarkupKernelTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Component/Utility/SafeMarkupKernelTest.php rename to web/core/tests/Drupal/KernelTests/Component/Utility/SafeMarkupKernelTest.php diff --git a/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php b/web/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php rename to web/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php b/web/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php rename to web/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php b/web/core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php rename to web/core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php b/web/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php rename to web/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php b/web/core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php rename to web/core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Bootstrap/GetFilenameTest.php b/web/core/tests/Drupal/KernelTests/Core/Bootstrap/GetFilenameTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Bootstrap/GetFilenameTest.php rename to web/core/tests/Drupal/KernelTests/Core/Bootstrap/GetFilenameTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php b/web/core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php rename to web/core/tests/Drupal/KernelTests/Core/Bootstrap/ResettableStaticTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php b/web/core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php rename to web/core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php b/web/core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php rename to web/core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php b/web/core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php rename to web/core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php b/web/core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php rename to web/core/tests/Drupal/KernelTests/Core/Cache/CacheContextOptimizationTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php b/web/core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php rename to web/core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php b/web/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php rename to web/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php b/web/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php rename to web/core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php b/web/core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php rename to web/core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php diff --git a/core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php b/web/core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php rename to web/core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Cache/PhpBackendTest.php b/web/core/tests/Drupal/KernelTests/Core/Cache/PhpBackendTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Cache/PhpBackendTest.php rename to web/core/tests/Drupal/KernelTests/Core/Cache/PhpBackendTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php b/web/core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php rename to web/core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Common/DrupalSetMessageTest.php b/web/core/tests/Drupal/KernelTests/Core/Common/DrupalSetMessageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Common/DrupalSetMessageTest.php rename to web/core/tests/Drupal/KernelTests/Core/Common/DrupalSetMessageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Common/SizeTest.php b/web/core/tests/Drupal/KernelTests/Core/Common/SizeTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Common/SizeTest.php rename to web/core/tests/Drupal/KernelTests/Core/Common/SizeTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php b/web/core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php rename to web/core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigDiffTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStaticCacheTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStatusTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityUnitTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityUnitTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigEntityUnitTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityUnitTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigEventsTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigLanguageOverrideTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php b/web/core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php rename to web/core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php b/web/core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php rename to web/core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/AlterTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/AlterTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/AlterTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/AlterTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/BasicSyntaxTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/BasicSyntaxTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/BasicSyntaxTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/BasicSyntaxTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/DatabaseTestBase.php b/web/core/tests/Drupal/KernelTests/Core/Database/DatabaseTestBase.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/DatabaseTestBase.php rename to web/core/tests/Drupal/KernelTests/Core/Database/DatabaseTestBase.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/FetchTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/FetchTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/FetchTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/FetchTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/InsertLobTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/InsertLobTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/InsertLobTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/InsertLobTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/InsertTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/InsertTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/InsertTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/InsertTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/InvalidDataTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/InvalidDataTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/InvalidDataTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/InvalidDataTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/LargeQueryTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/LargeQueryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/LargeQueryTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/LargeQueryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/MergeTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/MergeTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/MergeTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/MergeTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/NextIdTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/PrefixInfoTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/PrefixInfoTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/PrefixInfoTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/PrefixInfoTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/QueryTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/QueryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/QueryTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/QueryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/RangeQueryTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/RangeQueryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/RangeQueryTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/RangeQueryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/SelectTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/SelectTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/SelectTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/SelectTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/SerializeQueryTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/SerializeQueryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/SerializeQueryTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/SerializeQueryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/TaggingTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php b/web/core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php rename to web/core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Datetime/FormatDateTest.php b/web/core/tests/Drupal/KernelTests/Core/Datetime/FormatDateTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Datetime/FormatDateTest.php rename to web/core/tests/Drupal/KernelTests/Core/Datetime/FormatDateTest.php diff --git a/core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php b/web/core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php rename to web/core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php diff --git a/core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php b/web/core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php rename to web/core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php diff --git a/core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php b/web/core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php rename to web/core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php b/web/core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php rename to web/core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityFieldMethodInvocationOrderTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintsTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintsTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintsTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintsTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityViewHookTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/EntityViewHookTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/EntityViewHookTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/EntityViewHookTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php rename to web/core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php diff --git a/core/tests/Drupal/KernelTests/Core/EventSubscriber/IgnoreReplicaSubscriberTest.php b/web/core/tests/Drupal/KernelTests/Core/EventSubscriber/IgnoreReplicaSubscriberTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/EventSubscriber/IgnoreReplicaSubscriberTest.php rename to web/core/tests/Drupal/KernelTests/Core/EventSubscriber/IgnoreReplicaSubscriberTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php b/web/core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php rename to web/core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php b/web/core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php rename to web/core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php b/web/core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php rename to web/core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php b/web/core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php rename to web/core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php b/web/core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php rename to web/core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Field/FieldModuleUninstallValidatorTest.php b/web/core/tests/Drupal/KernelTests/Core/Field/FieldModuleUninstallValidatorTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Field/FieldModuleUninstallValidatorTest.php rename to web/core/tests/Drupal/KernelTests/Core/Field/FieldModuleUninstallValidatorTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php b/web/core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php rename to web/core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php b/web/core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/FileTestBase.php b/web/core/tests/Drupal/KernelTests/Core/File/FileTestBase.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/FileTestBase.php rename to web/core/tests/Drupal/KernelTests/Core/File/FileTestBase.php diff --git a/core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php b/web/core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/HtaccessTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php b/web/core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php b/web/core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/NameMungingTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php b/web/core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/ReadOnlyStreamWrapperTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php b/web/core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php b/web/core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php b/web/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedDeleteRecursiveTest.php b/web/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedDeleteRecursiveTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedDeleteRecursiveTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedDeleteRecursiveTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedDeleteTest.php b/web/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedDeleteTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedDeleteTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedDeleteTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedMoveTest.php b/web/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedMoveTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedMoveTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedMoveTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedSaveDataTest.php b/web/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedSaveDataTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedSaveDataTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedSaveDataTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php b/web/core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php b/web/core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/UnmanagedCopyTest.php b/web/core/tests/Drupal/KernelTests/Core/File/UnmanagedCopyTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/UnmanagedCopyTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/UnmanagedCopyTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/UnmanagedDeleteRecursiveTest.php b/web/core/tests/Drupal/KernelTests/Core/File/UnmanagedDeleteRecursiveTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/UnmanagedDeleteRecursiveTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/UnmanagedDeleteRecursiveTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/UnmanagedDeleteTest.php b/web/core/tests/Drupal/KernelTests/Core/File/UnmanagedDeleteTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/UnmanagedDeleteTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/UnmanagedDeleteTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/UnmanagedMoveTest.php b/web/core/tests/Drupal/KernelTests/Core/File/UnmanagedMoveTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/UnmanagedMoveTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/UnmanagedMoveTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/UnmanagedSaveDataTest.php b/web/core/tests/Drupal/KernelTests/Core/File/UnmanagedSaveDataTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/UnmanagedSaveDataTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/UnmanagedSaveDataTest.php diff --git a/core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php b/web/core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php rename to web/core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php b/web/core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php rename to web/core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php b/web/core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php rename to web/core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php b/web/core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php rename to web/core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php b/web/core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php rename to web/core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php diff --git a/core/tests/Drupal/KernelTests/Core/HttpKernel/CorsIntegrationTest.php b/web/core/tests/Drupal/KernelTests/Core/HttpKernel/CorsIntegrationTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/HttpKernel/CorsIntegrationTest.php rename to web/core/tests/Drupal/KernelTests/Core/HttpKernel/CorsIntegrationTest.php diff --git a/core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php b/web/core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php rename to web/core/tests/Drupal/KernelTests/Core/HttpKernel/StackKernelIntegrationTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php b/web/core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php rename to web/core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php b/web/core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php rename to web/core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php b/web/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php rename to web/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php diff --git a/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php b/web/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php rename to web/core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php b/web/core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php rename to web/core/tests/Drupal/KernelTests/Core/KeyValueStore/GarbageCollectionTest.php diff --git a/core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php b/web/core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php rename to web/core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php b/web/core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php rename to web/core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php b/web/core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php rename to web/core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php diff --git a/core/tests/Drupal/KernelTests/Core/Lock/LockTest.php b/web/core/tests/Drupal/KernelTests/Core/Lock/LockTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Lock/LockTest.php rename to web/core/tests/Drupal/KernelTests/Core/Lock/LockTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php b/web/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php rename to web/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php b/web/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php rename to web/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php b/web/core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php rename to web/core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Path/AliasStorageTest.php b/web/core/tests/Drupal/KernelTests/Core/Path/AliasStorageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Path/AliasStorageTest.php rename to web/core/tests/Drupal/KernelTests/Core/Path/AliasStorageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Path/AliasTest.php b/web/core/tests/Drupal/KernelTests/Core/Path/AliasTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Path/AliasTest.php rename to web/core/tests/Drupal/KernelTests/Core/Path/AliasTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Path/PathUnitTestBase.php b/web/core/tests/Drupal/KernelTests/Core/Path/PathUnitTestBase.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Path/PathUnitTestBase.php rename to web/core/tests/Drupal/KernelTests/Core/Path/PathUnitTestBase.php diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php b/web/core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php rename to web/core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php b/web/core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php rename to web/core/tests/Drupal/KernelTests/Core/Plugin/Condition/CurrentThemeConditionTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php b/web/core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php rename to web/core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php b/web/core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php rename to web/core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php b/web/core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php rename to web/core/tests/Drupal/KernelTests/Core/Plugin/ContextPluginTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php b/web/core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php rename to web/core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/AnnotatedClassDiscoveryTest.php b/web/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/AnnotatedClassDiscoveryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Plugin/Discovery/AnnotatedClassDiscoveryTest.php rename to web/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/AnnotatedClassDiscoveryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php b/web/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php rename to web/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php b/web/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php rename to web/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php b/web/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php rename to web/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/StaticDiscoveryTest.php b/web/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/StaticDiscoveryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Plugin/Discovery/StaticDiscoveryTest.php rename to web/core/tests/Drupal/KernelTests/Core/Plugin/Discovery/StaticDiscoveryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php b/web/core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php rename to web/core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php b/web/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php rename to web/core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php b/web/core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php rename to web/core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php diff --git a/core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php b/web/core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php rename to web/core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Queue/QueueTest.php b/web/core/tests/Drupal/KernelTests/Core/Queue/QueueTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Queue/QueueTest.php rename to web/core/tests/Drupal/KernelTests/Core/Queue/QueueTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php b/web/core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php rename to web/core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php b/web/core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php rename to web/core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php b/web/core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php rename to web/core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php b/web/core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php rename to web/core/tests/Drupal/KernelTests/Core/Render/ElementInfoIntegrationTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php b/web/core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php rename to web/core/tests/Drupal/KernelTests/Core/Render/RenderCacheTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Render/RenderTest.php b/web/core/tests/Drupal/KernelTests/Core/Render/RenderTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Render/RenderTest.php rename to web/core/tests/Drupal/KernelTests/Core/Render/RenderTest.php diff --git a/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php b/web/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php rename to web/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteNoneTest.php diff --git a/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php b/web/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php rename to web/core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php b/web/core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php rename to web/core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php b/web/core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php rename to web/core/tests/Drupal/KernelTests/Core/Routing/ExceptionHandlingTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php b/web/core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php rename to web/core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php b/web/core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php rename to web/core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Routing/UrlIntegrationTest.php b/web/core/tests/Drupal/KernelTests/Core/Routing/UrlIntegrationTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Routing/UrlIntegrationTest.php rename to web/core/tests/Drupal/KernelTests/Core/Routing/UrlIntegrationTest.php diff --git a/core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php b/web/core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php rename to web/core/tests/Drupal/KernelTests/Core/ServiceProvider/ServiceProviderTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Session/AccountSwitcherTest.php b/web/core/tests/Drupal/KernelTests/Core/Session/AccountSwitcherTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Session/AccountSwitcherTest.php rename to web/core/tests/Drupal/KernelTests/Core/Session/AccountSwitcherTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php b/web/core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php rename to web/core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php diff --git a/core/tests/Drupal/KernelTests/Core/StringTranslation/TranslationStringTest.php b/web/core/tests/Drupal/KernelTests/Core/StringTranslation/TranslationStringTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/StringTranslation/TranslationStringTest.php rename to web/core/tests/Drupal/KernelTests/Core/StringTranslation/TranslationStringTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php b/web/core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php rename to web/core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php b/web/core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php rename to web/core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Theme/MaintenanceThemeTest.php b/web/core/tests/Drupal/KernelTests/Core/Theme/MaintenanceThemeTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Theme/MaintenanceThemeTest.php rename to web/core/tests/Drupal/KernelTests/Core/Theme/MaintenanceThemeTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php b/web/core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php rename to web/core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php b/web/core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php rename to web/core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php b/web/core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php rename to web/core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php b/web/core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php rename to web/core/tests/Drupal/KernelTests/Core/Theme/StableTemplateOverrideTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Theme/StableThemeTest.php b/web/core/tests/Drupal/KernelTests/Core/Theme/StableThemeTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Theme/StableThemeTest.php rename to web/core/tests/Drupal/KernelTests/Core/Theme/StableThemeTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php b/web/core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php rename to web/core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php b/web/core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php rename to web/core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php b/web/core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php rename to web/core/tests/Drupal/KernelTests/Core/Theme/ThemeSettingsTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php b/web/core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php rename to web/core/tests/Drupal/KernelTests/Core/Theme/TwigEnvironmentTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php b/web/core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php rename to web/core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php b/web/core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php rename to web/core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php diff --git a/core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php b/web/core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php rename to web/core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php diff --git a/core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php b/web/core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php rename to web/core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php diff --git a/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php b/web/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php rename to web/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php diff --git a/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php b/web/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php rename to web/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Update/CompatibilityFixTest.php b/web/core/tests/Drupal/KernelTests/Core/Update/CompatibilityFixTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Update/CompatibilityFixTest.php rename to web/core/tests/Drupal/KernelTests/Core/Update/CompatibilityFixTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php b/web/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php rename to web/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php diff --git a/core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php b/web/core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php rename to web/core/tests/Drupal/KernelTests/Core/Url/LinkGenerationTest.php diff --git a/core/tests/Drupal/KernelTests/KernelTestBase.php b/web/core/tests/Drupal/KernelTests/KernelTestBase.php similarity index 100% rename from core/tests/Drupal/KernelTests/KernelTestBase.php rename to web/core/tests/Drupal/KernelTests/KernelTestBase.php diff --git a/core/tests/Drupal/KernelTests/KernelTestBaseTest.php b/web/core/tests/Drupal/KernelTests/KernelTestBaseTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/KernelTestBaseTest.php rename to web/core/tests/Drupal/KernelTests/KernelTestBaseTest.php diff --git a/core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php b/web/core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php similarity index 100% rename from core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php rename to web/core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php diff --git a/core/tests/Drupal/Tests/BrowserTestBase.php b/web/core/tests/Drupal/Tests/BrowserTestBase.php similarity index 100% rename from core/tests/Drupal/Tests/BrowserTestBase.php rename to web/core/tests/Drupal/Tests/BrowserTestBase.php diff --git a/core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php b/web/core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php rename to web/core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php diff --git a/core/tests/Drupal/Tests/Component/Bridge/ZfExtensionManagerSfContainerTest.php b/web/core/tests/Drupal/Tests/Component/Bridge/ZfExtensionManagerSfContainerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Bridge/ZfExtensionManagerSfContainerTest.php rename to web/core/tests/Drupal/Tests/Component/Bridge/ZfExtensionManagerSfContainerTest.php diff --git a/core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php b/web/core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php rename to web/core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php diff --git a/core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php b/web/core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php rename to web/core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php diff --git a/core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php b/web/core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php rename to web/core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php diff --git a/core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php b/web/core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php rename to web/core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php diff --git a/core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php b/web/core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php rename to web/core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php diff --git a/core/tests/Drupal/Tests/Component/DependencyInjection/Fixture/container_test_file_service_test_service_function.data b/web/core/tests/Drupal/Tests/Component/DependencyInjection/Fixture/container_test_file_service_test_service_function.data similarity index 100% rename from core/tests/Drupal/Tests/Component/DependencyInjection/Fixture/container_test_file_service_test_service_function.data rename to web/core/tests/Drupal/Tests/Component/DependencyInjection/Fixture/container_test_file_service_test_service_function.data diff --git a/core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php b/web/core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php rename to web/core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php diff --git a/core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php b/web/core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php rename to web/core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php diff --git a/core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php b/web/core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php rename to web/core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php diff --git a/core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php b/web/core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php rename to web/core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php diff --git a/core/tests/Drupal/Tests/Component/Diff/Engine/HWLDFWordAccumulatorTest.php b/web/core/tests/Drupal/Tests/Component/Diff/Engine/HWLDFWordAccumulatorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Diff/Engine/HWLDFWordAccumulatorTest.php rename to web/core/tests/Drupal/Tests/Component/Diff/Engine/HWLDFWordAccumulatorTest.php diff --git a/core/tests/Drupal/Tests/Component/Discovery/YamlDirectoryDiscoveryTest.php b/web/core/tests/Drupal/Tests/Component/Discovery/YamlDirectoryDiscoveryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Discovery/YamlDirectoryDiscoveryTest.php rename to web/core/tests/Drupal/Tests/Component/Discovery/YamlDirectoryDiscoveryTest.php diff --git a/core/tests/Drupal/Tests/Component/Discovery/YamlDiscoveryTest.php b/web/core/tests/Drupal/Tests/Component/Discovery/YamlDiscoveryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Discovery/YamlDiscoveryTest.php rename to web/core/tests/Drupal/Tests/Component/Discovery/YamlDiscoveryTest.php diff --git a/core/tests/Drupal/Tests/Component/DrupalComponentTest.php b/web/core/tests/Drupal/Tests/Component/DrupalComponentTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/DrupalComponentTest.php rename to web/core/tests/Drupal/Tests/Component/DrupalComponentTest.php diff --git a/core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php b/web/core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php rename to web/core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php diff --git a/core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php b/web/core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php rename to web/core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php diff --git a/core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php b/web/core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php rename to web/core/tests/Drupal/Tests/Component/FileCache/FileCacheTest.php diff --git a/core/tests/Drupal/Tests/Component/FileCache/Fixtures/llama-23.txt b/web/core/tests/Drupal/Tests/Component/FileCache/Fixtures/llama-23.txt similarity index 100% rename from core/tests/Drupal/Tests/Component/FileCache/Fixtures/llama-23.txt rename to web/core/tests/Drupal/Tests/Component/FileCache/Fixtures/llama-23.txt diff --git a/core/tests/Drupal/Tests/Component/FileCache/Fixtures/llama-42.txt b/web/core/tests/Drupal/Tests/Component/FileCache/Fixtures/llama-42.txt similarity index 100% rename from core/tests/Drupal/Tests/Component/FileCache/Fixtures/llama-42.txt rename to web/core/tests/Drupal/Tests/Component/FileCache/Fixtures/llama-42.txt diff --git a/core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php b/web/core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php similarity index 100% rename from core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php rename to web/core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php diff --git a/core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php b/web/core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php rename to web/core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php diff --git a/core/tests/Drupal/Tests/Component/Gettext/PoHeaderTest.php b/web/core/tests/Drupal/Tests/Component/Gettext/PoHeaderTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Gettext/PoHeaderTest.php rename to web/core/tests/Drupal/Tests/Component/Gettext/PoHeaderTest.php diff --git a/core/tests/Drupal/Tests/Component/Graph/GraphTest.php b/web/core/tests/Drupal/Tests/Component/Graph/GraphTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Graph/GraphTest.php rename to web/core/tests/Drupal/Tests/Component/Graph/GraphTest.php diff --git a/core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php b/web/core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php rename to web/core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php diff --git a/core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php b/web/core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php rename to web/core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php diff --git a/core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php b/web/core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php rename to web/core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php diff --git a/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php b/web/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php rename to web/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php diff --git a/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php b/web/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php similarity index 100% rename from core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php rename to web/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageBase.php diff --git a/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php b/web/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php rename to web/core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php diff --git a/core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php b/web/core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php similarity index 100% rename from core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php rename to web/core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php diff --git a/core/tests/Drupal/Tests/Component/Plugin/Context/ContextTest.php b/web/core/tests/Drupal/Tests/Component/Plugin/Context/ContextTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Plugin/Context/ContextTest.php rename to web/core/tests/Drupal/Tests/Component/Plugin/Context/ContextTest.php diff --git a/core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php b/web/core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php rename to web/core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php diff --git a/core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php b/web/core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php rename to web/core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php diff --git a/core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php b/web/core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php rename to web/core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php diff --git a/core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php b/web/core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php rename to web/core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php diff --git a/core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php b/web/core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php rename to web/core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php diff --git a/core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php b/web/core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php rename to web/core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php diff --git a/core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php b/web/core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php rename to web/core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php diff --git a/core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php b/web/core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php rename to web/core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php diff --git a/core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php b/web/core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php rename to web/core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php diff --git a/core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php b/web/core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php rename to web/core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php diff --git a/core/tests/Drupal/Tests/Component/Render/HtmlEscapedTextTest.php b/web/core/tests/Drupal/Tests/Component/Render/HtmlEscapedTextTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Render/HtmlEscapedTextTest.php rename to web/core/tests/Drupal/Tests/Component/Render/HtmlEscapedTextTest.php diff --git a/core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php b/web/core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php rename to web/core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php diff --git a/core/tests/Drupal/Tests/Component/Serialization/JsonTest.php b/web/core/tests/Drupal/Tests/Component/Serialization/JsonTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Serialization/JsonTest.php rename to web/core/tests/Drupal/Tests/Component/Serialization/JsonTest.php diff --git a/core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php b/web/core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php rename to web/core/tests/Drupal/Tests/Component/Serialization/YamlPeclTest.php diff --git a/core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php b/web/core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php rename to web/core/tests/Drupal/Tests/Component/Serialization/YamlSymfonyTest.php diff --git a/core/tests/Drupal/Tests/Component/Serialization/YamlTest.php b/web/core/tests/Drupal/Tests/Component/Serialization/YamlTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Serialization/YamlTest.php rename to web/core/tests/Drupal/Tests/Component/Serialization/YamlTest.php diff --git a/core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php b/web/core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php rename to web/core/tests/Drupal/Tests/Component/Serialization/YamlTestBase.php diff --git a/core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php b/web/core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php rename to web/core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php b/web/core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/BytesTest.php b/web/core/tests/Drupal/Tests/Component/Utility/BytesTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/BytesTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/BytesTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/ColorTest.php b/web/core/tests/Drupal/Tests/Component/Utility/ColorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/ColorTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/ColorTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/CryptTest.php b/web/core/tests/Drupal/Tests/Component/Utility/CryptTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/CryptTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/CryptTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php b/web/core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/EnvironmentTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/HtmlTest.php b/web/core/tests/Drupal/Tests/Component/Utility/HtmlTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/HtmlTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/HtmlTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/ImageTest.php b/web/core/tests/Drupal/Tests/Component/Utility/ImageTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/ImageTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/ImageTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php b/web/core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/NumberTest.php b/web/core/tests/Drupal/Tests/Component/Utility/NumberTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/NumberTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/NumberTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/RandomTest.php b/web/core/tests/Drupal/Tests/Component/Utility/RandomTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/RandomTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/RandomTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/RectangleTest.php b/web/core/tests/Drupal/Tests/Component/Utility/RectangleTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/RectangleTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/RectangleTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php b/web/core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php b/web/core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/TextWrapper.php b/web/core/tests/Drupal/Tests/Component/Utility/TextWrapper.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/TextWrapper.php rename to web/core/tests/Drupal/Tests/Component/Utility/TextWrapper.php diff --git a/core/tests/Drupal/Tests/Component/Utility/TimerTest.php b/web/core/tests/Drupal/Tests/Component/Utility/TimerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/TimerTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/TimerTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php b/web/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php b/web/core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php b/web/core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/UserAgentTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/VariableTest.php b/web/core/tests/Drupal/Tests/Component/Utility/VariableTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/VariableTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/VariableTest.php diff --git a/core/tests/Drupal/Tests/Component/Utility/XssTest.php b/web/core/tests/Drupal/Tests/Component/Utility/XssTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Utility/XssTest.php rename to web/core/tests/Drupal/Tests/Component/Utility/XssTest.php diff --git a/core/tests/Drupal/Tests/Component/Uuid/UuidTest.php b/web/core/tests/Drupal/Tests/Component/Uuid/UuidTest.php similarity index 100% rename from core/tests/Drupal/Tests/Component/Uuid/UuidTest.php rename to web/core/tests/Drupal/Tests/Component/Uuid/UuidTest.php diff --git a/core/tests/Drupal/Tests/ComposerIntegrationTest.php b/web/core/tests/Drupal/Tests/ComposerIntegrationTest.php similarity index 100% rename from core/tests/Drupal/Tests/ComposerIntegrationTest.php rename to web/core/tests/Drupal/Tests/ComposerIntegrationTest.php diff --git a/core/tests/Drupal/Tests/ConfigTestTrait.php b/web/core/tests/Drupal/Tests/ConfigTestTrait.php similarity index 100% rename from core/tests/Drupal/Tests/ConfigTestTrait.php rename to web/core/tests/Drupal/Tests/ConfigTestTrait.php diff --git a/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php b/web/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Access/AccessResultForbiddenTest.php b/web/core/tests/Drupal/Tests/Core/Access/AccessResultForbiddenTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Access/AccessResultForbiddenTest.php rename to web/core/tests/Drupal/Tests/Core/Access/AccessResultForbiddenTest.php diff --git a/core/tests/Drupal/Tests/Core/Access/AccessResultTest.php b/web/core/tests/Drupal/Tests/Core/Access/AccessResultTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Access/AccessResultTest.php rename to web/core/tests/Drupal/Tests/Core/Access/AccessResultTest.php diff --git a/core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php b/web/core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php rename to web/core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php diff --git a/core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php b/web/core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php rename to web/core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php diff --git a/core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php b/web/core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php rename to web/core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php diff --git a/core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php b/web/core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php rename to web/core/tests/Drupal/Tests/Core/Access/DefaultAccessCheckTest.php diff --git a/core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php b/web/core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php rename to web/core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php diff --git a/core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php b/web/core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php rename to web/core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php diff --git a/core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php b/web/core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php rename to web/core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php diff --git a/core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php b/web/core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php rename to web/core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php diff --git a/core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php b/web/core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php rename to web/core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php diff --git a/core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php b/web/core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php rename to web/core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php diff --git a/core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php b/web/core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php rename to web/core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php diff --git a/core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php b/web/core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php rename to web/core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php diff --git a/core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php b/web/core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php rename to web/core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php diff --git a/core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php b/web/core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php rename to web/core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php diff --git a/core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php b/web/core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php rename to web/core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php diff --git a/core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php b/web/core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php rename to web/core/tests/Drupal/Tests/Core/Asset/LibraryDependencyResolverTest.php diff --git a/core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php b/web/core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php rename to web/core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryCollectorTest.php diff --git a/core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php b/web/core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php rename to web/core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php diff --git a/core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryTest.php b/web/core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryTest.php rename to web/core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryTest.php diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/charset.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/charset.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/charset.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/charset.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/charset.css.optimized.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/charset.css.optimized.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/charset.css.optimized.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/charset.css.optimized.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_newline.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_newline.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_newline.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_newline.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_sameline.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_sameline.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_sameline.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/charset_sameline.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/comment_hacks.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/comment_hacks.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/comment_hacks.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/comment_hacks.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/comment_hacks.css.optimized.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/comment_hacks.css.optimized.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/comment_hacks.css.optimized.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/comment_hacks.css.optimized.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_bom.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_bom.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_bom.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_bom.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_bom_and_charset.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_bom_and_charset.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_bom_and_charset.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_bom_and_charset.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_charset.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_charset.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_charset.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_charset.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css.optimized.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css.optimized.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css.optimized.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_import.css.optimized.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_utf16_bom.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_utf16_bom.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_utf16_bom.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_with_utf16_bom.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_without_import.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_without_import.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_without_import.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_without_import.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_without_import.css.optimized.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_without_import.css.optimized.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_without_import.css.optimized.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_input_without_import.css.optimized.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css.optimized.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css.optimized.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css.optimized.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/css_subfolder/css_input_with_import.css.optimized.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/import1.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/import1.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/import1.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/import1.css diff --git a/core/tests/Drupal/Tests/Core/Asset/css_test_files/import2.css b/web/core/tests/Drupal/Tests/Core/Asset/css_test_files/import2.css similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/css_test_files/import2.css rename to web/core/tests/Drupal/Tests/Core/Asset/css_test_files/import2.css diff --git a/core/tests/Drupal/Tests/Core/Asset/js_test_files/latin_9.js b/web/core/tests/Drupal/Tests/Core/Asset/js_test_files/latin_9.js similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/js_test_files/latin_9.js rename to web/core/tests/Drupal/Tests/Core/Asset/js_test_files/latin_9.js diff --git a/core/tests/Drupal/Tests/Core/Asset/js_test_files/latin_9.js.optimized.js b/web/core/tests/Drupal/Tests/Core/Asset/js_test_files/latin_9.js.optimized.js similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/js_test_files/latin_9.js.optimized.js rename to web/core/tests/Drupal/Tests/Core/Asset/js_test_files/latin_9.js.optimized.js diff --git a/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url.min.js b/web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url.min.js similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url.min.js rename to web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url.min.js diff --git a/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url.min.js.optimized.js b/web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url.min.js.optimized.js similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url.min.js.optimized.js rename to web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url.min.js.optimized.js diff --git a/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url_old.min.js b/web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url_old.min.js similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url_old.min.js rename to web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url_old.min.js diff --git a/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url_old.min.js.optimized.js b/web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url_old.min.js.optimized.js similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url_old.min.js.optimized.js rename to web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_mapping_url_old.min.js.optimized.js diff --git a/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url.min.js b/web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url.min.js similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url.min.js rename to web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url.min.js diff --git a/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url.min.js.optimized.js b/web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url.min.js.optimized.js similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url.min.js.optimized.js rename to web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url.min.js.optimized.js diff --git a/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url_old.min.js b/web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url_old.min.js similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url_old.min.js rename to web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url_old.min.js diff --git a/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url_old.min.js.optimized.js b/web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url_old.min.js.optimized.js similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url_old.min.js.optimized.js rename to web/core/tests/Drupal/Tests/Core/Asset/js_test_files/source_url_old.min.js.optimized.js diff --git a/core/tests/Drupal/Tests/Core/Asset/js_test_files/utf16_bom.js b/web/core/tests/Drupal/Tests/Core/Asset/js_test_files/utf16_bom.js similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/js_test_files/utf16_bom.js rename to web/core/tests/Drupal/Tests/Core/Asset/js_test_files/utf16_bom.js diff --git a/core/tests/Drupal/Tests/Core/Asset/js_test_files/utf16_bom.js.optimized.js b/web/core/tests/Drupal/Tests/Core/Asset/js_test_files/utf16_bom.js.optimized.js similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/js_test_files/utf16_bom.js.optimized.js rename to web/core/tests/Drupal/Tests/Core/Asset/js_test_files/utf16_bom.js.optimized.js diff --git a/core/tests/Drupal/Tests/Core/Asset/js_test_files/utf8_bom.js b/web/core/tests/Drupal/Tests/Core/Asset/js_test_files/utf8_bom.js similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/js_test_files/utf8_bom.js rename to web/core/tests/Drupal/Tests/Core/Asset/js_test_files/utf8_bom.js diff --git a/core/tests/Drupal/Tests/Core/Asset/js_test_files/utf8_bom.js.optimized.js b/web/core/tests/Drupal/Tests/Core/Asset/js_test_files/utf8_bom.js.optimized.js similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/js_test_files/utf8_bom.js.optimized.js rename to web/core/tests/Drupal/Tests/Core/Asset/js_test_files/utf8_bom.js.optimized.js diff --git a/core/tests/Drupal/Tests/Core/Asset/library_test_files/css_js_settings.libraries.yml b/web/core/tests/Drupal/Tests/Core/Asset/library_test_files/css_js_settings.libraries.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/library_test_files/css_js_settings.libraries.yml rename to web/core/tests/Drupal/Tests/Core/Asset/library_test_files/css_js_settings.libraries.yml diff --git a/core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml b/web/core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml rename to web/core/tests/Drupal/Tests/Core/Asset/library_test_files/css_weights.libraries.yml diff --git a/core/tests/Drupal/Tests/Core/Asset/library_test_files/data_types.libraries.yml b/web/core/tests/Drupal/Tests/Core/Asset/library_test_files/data_types.libraries.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/library_test_files/data_types.libraries.yml rename to web/core/tests/Drupal/Tests/Core/Asset/library_test_files/data_types.libraries.yml diff --git a/core/tests/Drupal/Tests/Core/Asset/library_test_files/dependencies.libraries.yml b/web/core/tests/Drupal/Tests/Core/Asset/library_test_files/dependencies.libraries.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/library_test_files/dependencies.libraries.yml rename to web/core/tests/Drupal/Tests/Core/Asset/library_test_files/dependencies.libraries.yml diff --git a/core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module.libraries.yml b/web/core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module.libraries.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module.libraries.yml rename to web/core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module.libraries.yml diff --git a/core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_missing_information.libraries.yml b/web/core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_missing_information.libraries.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_missing_information.libraries.yml rename to web/core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_missing_information.libraries.yml diff --git a/core/tests/Drupal/Tests/Core/Asset/library_test_files/example_theme.libraries.yml b/web/core/tests/Drupal/Tests/Core/Asset/library_test_files/example_theme.libraries.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/library_test_files/example_theme.libraries.yml rename to web/core/tests/Drupal/Tests/Core/Asset/library_test_files/example_theme.libraries.yml diff --git a/core/tests/Drupal/Tests/Core/Asset/library_test_files/external.libraries.yml b/web/core/tests/Drupal/Tests/Core/Asset/library_test_files/external.libraries.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/library_test_files/external.libraries.yml rename to web/core/tests/Drupal/Tests/Core/Asset/library_test_files/external.libraries.yml diff --git a/core/tests/Drupal/Tests/Core/Asset/library_test_files/invalid_file.libraries.yml b/web/core/tests/Drupal/Tests/Core/Asset/library_test_files/invalid_file.libraries.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/library_test_files/invalid_file.libraries.yml rename to web/core/tests/Drupal/Tests/Core/Asset/library_test_files/invalid_file.libraries.yml diff --git a/core/tests/Drupal/Tests/Core/Asset/library_test_files/js.libraries.yml b/web/core/tests/Drupal/Tests/Core/Asset/library_test_files/js.libraries.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/library_test_files/js.libraries.yml rename to web/core/tests/Drupal/Tests/Core/Asset/library_test_files/js.libraries.yml diff --git a/core/tests/Drupal/Tests/Core/Asset/library_test_files/js_positive_weight.libraries.yml b/web/core/tests/Drupal/Tests/Core/Asset/library_test_files/js_positive_weight.libraries.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/library_test_files/js_positive_weight.libraries.yml rename to web/core/tests/Drupal/Tests/Core/Asset/library_test_files/js_positive_weight.libraries.yml diff --git a/core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses.libraries.yml b/web/core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses.libraries.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses.libraries.yml rename to web/core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses.libraries.yml diff --git a/core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses_missing_information.libraries.yml b/web/core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses_missing_information.libraries.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses_missing_information.libraries.yml rename to web/core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses_missing_information.libraries.yml diff --git a/core/tests/Drupal/Tests/Core/Asset/library_test_files/versions.libraries.yml b/web/core/tests/Drupal/Tests/Core/Asset/library_test_files/versions.libraries.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Asset/library_test_files/versions.libraries.yml rename to web/core/tests/Drupal/Tests/Core/Asset/library_test_files/versions.libraries.yml diff --git a/core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php b/web/core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php rename to web/core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php diff --git a/core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php b/web/core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php b/web/core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php rename to web/core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php diff --git a/core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php b/web/core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php rename to web/core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php diff --git a/core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php b/web/core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbTest.php b/web/core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbTest.php rename to web/core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbTest.php diff --git a/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php b/web/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php rename to web/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php diff --git a/core/tests/Drupal/Tests/Core/Cache/CacheCollectorHelper.php b/web/core/tests/Drupal/Tests/Core/Cache/CacheCollectorHelper.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Cache/CacheCollectorHelper.php rename to web/core/tests/Drupal/Tests/Core/Cache/CacheCollectorHelper.php diff --git a/core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php b/web/core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php rename to web/core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php diff --git a/core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php b/web/core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php rename to web/core/tests/Drupal/Tests/Core/Cache/CacheFactoryTest.php diff --git a/core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php b/web/core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php rename to web/core/tests/Drupal/Tests/Core/Cache/CacheTagsInvalidatorTest.php diff --git a/core/tests/Drupal/Tests/Core/Cache/CacheTest.php b/web/core/tests/Drupal/Tests/Core/Cache/CacheTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Cache/CacheTest.php rename to web/core/tests/Drupal/Tests/Core/Cache/CacheTest.php diff --git a/core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php b/web/core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php rename to web/core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php diff --git a/core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php b/web/core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php rename to web/core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php diff --git a/core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php b/web/core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Cache/Context/PathParentCacheContextTest.php b/web/core/tests/Drupal/Tests/Core/Cache/Context/PathParentCacheContextTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Cache/Context/PathParentCacheContextTest.php rename to web/core/tests/Drupal/Tests/Core/Cache/Context/PathParentCacheContextTest.php diff --git a/core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php b/web/core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php rename to web/core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php diff --git a/core/tests/Drupal/Tests/Core/Cache/Context/SessionCacheContextTest.php b/web/core/tests/Drupal/Tests/Core/Cache/Context/SessionCacheContextTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Cache/Context/SessionCacheContextTest.php rename to web/core/tests/Drupal/Tests/Core/Cache/Context/SessionCacheContextTest.php diff --git a/core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php b/web/core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php rename to web/core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php diff --git a/core/tests/Drupal/Tests/Core/Common/AttributesTest.php b/web/core/tests/Drupal/Tests/Core/Common/AttributesTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Common/AttributesTest.php rename to web/core/tests/Drupal/Tests/Core/Common/AttributesTest.php diff --git a/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php b/web/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php rename to web/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php diff --git a/core/tests/Drupal/Tests/Core/Common/TagsTest.php b/web/core/tests/Drupal/Tests/Core/Common/TagsTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Common/TagsTest.php rename to web/core/tests/Drupal/Tests/Core/Common/TagsTest.php diff --git a/core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php b/web/core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php rename to web/core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php diff --git a/core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php b/web/core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php rename to web/core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php diff --git a/core/tests/Drupal/Tests/Core/Config/ConfigDependencyManagerTest.php b/web/core/tests/Drupal/Tests/Core/Config/ConfigDependencyManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/ConfigDependencyManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Config/ConfigDependencyManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php b/web/core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php rename to web/core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php diff --git a/core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php b/web/core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php rename to web/core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php diff --git a/core/tests/Drupal/Tests/Core/Config/ConfigTest.php b/web/core/tests/Drupal/Tests/Core/Config/ConfigTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/ConfigTest.php rename to web/core/tests/Drupal/Tests/Core/Config/ConfigTest.php diff --git a/core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php b/web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigDependencyManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php b/web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php rename to web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php diff --git a/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php b/web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php rename to web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php diff --git a/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php b/web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php rename to web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php diff --git a/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php b/web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php rename to web/core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php diff --git a/core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php b/web/core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php rename to web/core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php diff --git a/core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php b/web/core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php rename to web/core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php diff --git a/core/tests/Drupal/Tests/Core/Config/Entity/Fixtures/ConfigEntityBaseWithPluginCollections.php b/web/core/tests/Drupal/Tests/Core/Config/Entity/Fixtures/ConfigEntityBaseWithPluginCollections.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/Entity/Fixtures/ConfigEntityBaseWithPluginCollections.php rename to web/core/tests/Drupal/Tests/Core/Config/Entity/Fixtures/ConfigEntityBaseWithPluginCollections.php diff --git a/core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php b/web/core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php rename to web/core/tests/Drupal/Tests/Core/Config/Entity/Query/QueryFactoryTest.php diff --git a/core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php b/web/core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php rename to web/core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php diff --git a/core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php b/web/core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php rename to web/core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php diff --git a/core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php b/web/core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php rename to web/core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php diff --git a/core/tests/Drupal/Tests/Core/Controller/ControllerBaseTest.php b/web/core/tests/Drupal/Tests/Core/Controller/ControllerBaseTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Controller/ControllerBaseTest.php rename to web/core/tests/Drupal/Tests/Core/Controller/ControllerBaseTest.php diff --git a/core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php b/web/core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php rename to web/core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php diff --git a/core/tests/Drupal/Tests/Core/Controller/TestController.php b/web/core/tests/Drupal/Tests/Core/Controller/TestController.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Controller/TestController.php rename to web/core/tests/Drupal/Tests/Core/Controller/TestController.php diff --git a/core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php b/web/core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php rename to web/core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php diff --git a/core/tests/Drupal/Tests/Core/Database/ConditionTest.php b/web/core/tests/Drupal/Tests/Core/Database/ConditionTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Database/ConditionTest.php rename to web/core/tests/Drupal/Tests/Core/Database/ConditionTest.php diff --git a/core/tests/Drupal/Tests/Core/Database/ConnectionTest.php b/web/core/tests/Drupal/Tests/Core/Database/ConnectionTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Database/ConnectionTest.php rename to web/core/tests/Drupal/Tests/Core/Database/ConnectionTest.php diff --git a/core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlConnectionTest.php b/web/core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlConnectionTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlConnectionTest.php rename to web/core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlConnectionTest.php diff --git a/core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php b/web/core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php rename to web/core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php diff --git a/core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php b/web/core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php rename to web/core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php diff --git a/core/tests/Drupal/Tests/Core/Database/OrderByTest.php b/web/core/tests/Drupal/Tests/Core/Database/OrderByTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Database/OrderByTest.php rename to web/core/tests/Drupal/Tests/Core/Database/OrderByTest.php diff --git a/core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php b/web/core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php rename to web/core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php diff --git a/core/tests/Drupal/Tests/Core/Database/Stub/Select.php b/web/core/tests/Drupal/Tests/Core/Database/Stub/Select.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Database/Stub/Select.php rename to web/core/tests/Drupal/Tests/Core/Database/Stub/Select.php diff --git a/core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php b/web/core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php rename to web/core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php diff --git a/core/tests/Drupal/Tests/Core/Database/Stub/StubPDO.php b/web/core/tests/Drupal/Tests/Core/Database/Stub/StubPDO.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Database/Stub/StubPDO.php rename to web/core/tests/Drupal/Tests/Core/Database/Stub/StubPDO.php diff --git a/core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php b/web/core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php rename to web/core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php diff --git a/core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php b/web/core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php rename to web/core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php diff --git a/core/tests/Drupal/Tests/Core/Datetime/DateTest.php b/web/core/tests/Drupal/Tests/Core/Datetime/DateTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Datetime/DateTest.php rename to web/core/tests/Drupal/Tests/Core/Datetime/DateTest.php diff --git a/core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php b/web/core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php rename to web/core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php diff --git a/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php b/web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php rename to web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php diff --git a/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php b/web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php rename to web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php diff --git a/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php b/web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php rename to web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.php diff --git a/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php b/web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php rename to web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php diff --git a/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php b/web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php rename to web/core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php diff --git a/core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php b/web/core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php rename to web/core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php diff --git a/core/tests/Drupal/Tests/Core/DependencyInjection/ContainerTest.php b/web/core/tests/Drupal/Tests/Core/DependencyInjection/ContainerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/DependencyInjection/ContainerTest.php rename to web/core/tests/Drupal/Tests/Core/DependencyInjection/ContainerTest.php diff --git a/core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php b/web/core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php rename to web/core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php diff --git a/core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BarClass.php b/web/core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BarClass.php similarity index 100% rename from core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BarClass.php rename to web/core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BarClass.php diff --git a/core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php b/web/core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php similarity index 100% rename from core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php rename to web/core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php diff --git a/core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php b/web/core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php rename to web/core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php diff --git a/core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php b/web/core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php rename to web/core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php diff --git a/core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php b/web/core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php rename to web/core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php diff --git a/core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php b/web/core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php rename to web/core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php diff --git a/core/tests/Drupal/Tests/Core/DrupalKernel/ValidateHostnameTest.php b/web/core/tests/Drupal/Tests/Core/DrupalKernel/ValidateHostnameTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/DrupalKernel/ValidateHostnameTest.php rename to web/core/tests/Drupal/Tests/Core/DrupalKernel/ValidateHostnameTest.php diff --git a/core/tests/Drupal/Tests/Core/DrupalKernel/fixtures/custom.yml b/web/core/tests/Drupal/Tests/Core/DrupalKernel/fixtures/custom.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/DrupalKernel/fixtures/custom.yml rename to web/core/tests/Drupal/Tests/Core/DrupalKernel/fixtures/custom.yml diff --git a/core/tests/Drupal/Tests/Core/DrupalTest.php b/web/core/tests/Drupal/Tests/Core/DrupalTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/DrupalTest.php rename to web/core/tests/Drupal/Tests/Core/DrupalTest.php diff --git a/core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php b/web/core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php rename to web/core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php diff --git a/core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php b/web/core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php rename to web/core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php b/web/core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php b/web/core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php b/web/core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityListBuilderTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php b/web/core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php b/web/core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/Query/Sql/QueryTest.php b/web/core/tests/Drupal/Tests/Core/Entity/Query/Sql/QueryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/Query/Sql/QueryTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/Query/Sql/QueryTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php b/web/core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php b/web/core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php b/web/core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php b/web/core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php diff --git a/core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php b/web/core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php rename to web/core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php diff --git a/core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php b/web/core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php rename to web/core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php diff --git a/core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php b/web/core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php rename to web/core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php diff --git a/core/tests/Drupal/Tests/Core/EventSubscriber/DefaultExceptionSubscriberTest.php b/web/core/tests/Drupal/Tests/Core/EventSubscriber/DefaultExceptionSubscriberTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/EventSubscriber/DefaultExceptionSubscriberTest.php rename to web/core/tests/Drupal/Tests/Core/EventSubscriber/DefaultExceptionSubscriberTest.php diff --git a/core/tests/Drupal/Tests/Core/EventSubscriber/ModuleRouteSubscriberTest.php b/web/core/tests/Drupal/Tests/Core/EventSubscriber/ModuleRouteSubscriberTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/EventSubscriber/ModuleRouteSubscriberTest.php rename to web/core/tests/Drupal/Tests/Core/EventSubscriber/ModuleRouteSubscriberTest.php diff --git a/core/tests/Drupal/Tests/Core/EventSubscriber/OptionsRequestSubscriberTest.php b/web/core/tests/Drupal/Tests/Core/EventSubscriber/OptionsRequestSubscriberTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/EventSubscriber/OptionsRequestSubscriberTest.php rename to web/core/tests/Drupal/Tests/Core/EventSubscriber/OptionsRequestSubscriberTest.php diff --git a/core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php b/web/core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php rename to web/core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php diff --git a/core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php b/web/core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php rename to web/core/tests/Drupal/Tests/Core/EventSubscriber/PsrResponseSubscriberTest.php diff --git a/core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php b/web/core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php rename to web/core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php diff --git a/core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php b/web/core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php rename to web/core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php diff --git a/core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php b/web/core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php rename to web/core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php diff --git a/core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php b/web/core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php rename to web/core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php diff --git a/core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php b/web/core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php rename to web/core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php diff --git a/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php b/web/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php rename to web/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php diff --git a/core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php b/web/core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php rename to web/core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php diff --git a/core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php b/web/core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php rename to web/core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php diff --git a/core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php b/web/core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php rename to web/core/tests/Drupal/Tests/Core/Extension/ThemeHandlerTest.php diff --git a/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc b/web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc rename to web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc diff --git a/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.info.yml b/web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.info.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.info.yml rename to web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.info.yml diff --git a/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.module b/web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.module similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.module rename to web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.module diff --git a/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.hook.inc b/web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.hook.inc similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.hook.inc rename to web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.hook.inc diff --git a/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.info.yml b/web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.info.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.info.yml rename to web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.info.yml diff --git a/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.module b/web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.module similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.module rename to web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.module diff --git a/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.info.yml b/web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.info.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.info.yml rename to web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.info.yml diff --git a/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.module b/web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.module similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.module rename to web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.module diff --git a/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.info.yml b/web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.info.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.info.yml rename to web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.info.yml diff --git a/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module b/web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module rename to web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module diff --git a/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_no_hook/module_handler_test_no_hook.info.yml b/web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_no_hook/module_handler_test_no_hook.info.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_no_hook/module_handler_test_no_hook.info.yml rename to web/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_no_hook/module_handler_test_no_hook.info.yml diff --git a/core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php b/web/core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php rename to web/core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php diff --git a/core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php b/web/core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php rename to web/core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php diff --git a/core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php b/web/core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php rename to web/core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php diff --git a/core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php b/web/core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php rename to web/core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php diff --git a/core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php b/web/core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php rename to web/core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php diff --git a/core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php b/web/core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php rename to web/core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php diff --git a/core/tests/Drupal/Tests/Core/File/FileSystemTest.php b/web/core/tests/Drupal/Tests/Core/File/FileSystemTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/File/FileSystemTest.php rename to web/core/tests/Drupal/Tests/Core/File/FileSystemTest.php diff --git a/core/tests/Drupal/Tests/Core/File/MimeTypeGuesserTest.php b/web/core/tests/Drupal/Tests/Core/File/MimeTypeGuesserTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/File/MimeTypeGuesserTest.php rename to web/core/tests/Drupal/Tests/Core/File/MimeTypeGuesserTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php b/web/core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php rename to web/core/tests/Drupal/Tests/Core/Form/ConfigFormBaseTraitTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php b/web/core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php rename to web/core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php b/web/core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php rename to web/core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php b/web/core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php rename to web/core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php b/web/core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php rename to web/core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/FormCacheTest.php b/web/core/tests/Drupal/Tests/Core/Form/FormCacheTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/FormCacheTest.php rename to web/core/tests/Drupal/Tests/Core/Form/FormCacheTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php b/web/core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php rename to web/core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php b/web/core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php rename to web/core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/FormHelperTest.php b/web/core/tests/Drupal/Tests/Core/Form/FormHelperTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/FormHelperTest.php rename to web/core/tests/Drupal/Tests/Core/Form/FormHelperTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php b/web/core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php rename to web/core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/FormStateTest.php b/web/core/tests/Drupal/Tests/Core/Form/FormStateTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/FormStateTest.php rename to web/core/tests/Drupal/Tests/Core/Form/FormStateTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php b/web/core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php rename to web/core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php b/web/core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php rename to web/core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/FormTestBase.php b/web/core/tests/Drupal/Tests/Core/Form/FormTestBase.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/FormTestBase.php rename to web/core/tests/Drupal/Tests/Core/Form/FormTestBase.php diff --git a/core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php b/web/core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php rename to web/core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/OptGroupTest.php b/web/core/tests/Drupal/Tests/Core/Form/OptGroupTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/OptGroupTest.php rename to web/core/tests/Drupal/Tests/Core/Form/OptGroupTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/SubformStateTest.php b/web/core/tests/Drupal/Tests/Core/Form/SubformStateTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/SubformStateTest.php rename to web/core/tests/Drupal/Tests/Core/Form/SubformStateTest.php diff --git a/core/tests/Drupal/Tests/Core/Form/fixtures/form_base_test.inc b/web/core/tests/Drupal/Tests/Core/Form/fixtures/form_base_test.inc similarity index 100% rename from core/tests/Drupal/Tests/Core/Form/fixtures/form_base_test.inc rename to web/core/tests/Drupal/Tests/Core/Form/fixtures/form_base_test.inc diff --git a/core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php b/web/core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php rename to web/core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php diff --git a/core/tests/Drupal/Tests/Core/Http/TrustedHostsRequestFactoryTest.php b/web/core/tests/Drupal/Tests/Core/Http/TrustedHostsRequestFactoryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Http/TrustedHostsRequestFactoryTest.php rename to web/core/tests/Drupal/Tests/Core/Http/TrustedHostsRequestFactoryTest.php diff --git a/core/tests/Drupal/Tests/Core/Image/ImageTest.php b/web/core/tests/Drupal/Tests/Core/Image/ImageTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Image/ImageTest.php rename to web/core/tests/Drupal/Tests/Core/Image/ImageTest.php diff --git a/core/tests/Drupal/Tests/Core/Language/LanguageUnitTest.php b/web/core/tests/Drupal/Tests/Core/Language/LanguageUnitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Language/LanguageUnitTest.php rename to web/core/tests/Drupal/Tests/Core/Language/LanguageUnitTest.php diff --git a/core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php b/web/core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php rename to web/core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php diff --git a/core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php b/web/core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php rename to web/core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php diff --git a/core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php b/web/core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php rename to web/core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php diff --git a/core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php b/web/core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php rename to web/core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php diff --git a/core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php b/web/core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php rename to web/core/tests/Drupal/Tests/Core/Mail/MailFormatHelperTest.php diff --git a/core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php b/web/core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php b/web/core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php rename to web/core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php diff --git a/core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php b/web/core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php b/web/core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php rename to web/core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php diff --git a/core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php b/web/core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php rename to web/core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php diff --git a/core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php b/web/core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php rename to web/core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php diff --git a/core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php b/web/core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php b/web/core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php rename to web/core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php diff --git a/core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTestBase.php b/web/core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTestBase.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTestBase.php rename to web/core/tests/Drupal/Tests/Core/Menu/LocalTaskIntegrationTestBase.php diff --git a/core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php b/web/core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Menu/MenuActiveTrailTest.php b/web/core/tests/Drupal/Tests/Core/Menu/MenuActiveTrailTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/MenuActiveTrailTest.php rename to web/core/tests/Drupal/Tests/Core/Menu/MenuActiveTrailTest.php diff --git a/core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultFormTest.php b/web/core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultFormTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultFormTest.php rename to web/core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultFormTest.php diff --git a/core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultTest.php b/web/core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultTest.php rename to web/core/tests/Drupal/Tests/Core/Menu/MenuLinkDefaultTest.php diff --git a/core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php b/web/core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php rename to web/core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php diff --git a/core/tests/Drupal/Tests/Core/Menu/MenuLinkTreeElementTest.php b/web/core/tests/Drupal/Tests/Core/Menu/MenuLinkTreeElementTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/MenuLinkTreeElementTest.php rename to web/core/tests/Drupal/Tests/Core/Menu/MenuLinkTreeElementTest.php diff --git a/core/tests/Drupal/Tests/Core/Menu/MenuTreeParametersTest.php b/web/core/tests/Drupal/Tests/Core/Menu/MenuTreeParametersTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/MenuTreeParametersTest.php rename to web/core/tests/Drupal/Tests/Core/Menu/MenuTreeParametersTest.php diff --git a/core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php b/web/core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php rename to web/core/tests/Drupal/Tests/Core/Menu/StaticMenuLinkOverridesTest.php diff --git a/core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php b/web/core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php rename to web/core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php diff --git a/core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php b/web/core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php rename to web/core/tests/Drupal/Tests/Core/PageCache/ChainResponsePolicyTest.php diff --git a/core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php b/web/core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php rename to web/core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php diff --git a/core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php b/web/core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php rename to web/core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php diff --git a/core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php b/web/core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php rename to web/core/tests/Drupal/Tests/Core/ParamConverter/EntityConverterTest.php diff --git a/core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php b/web/core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php rename to web/core/tests/Drupal/Tests/Core/ParamConverter/EntityRevisionParamConverterTest.php diff --git a/core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php b/web/core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php rename to web/core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php b/web/core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php rename to web/core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php diff --git a/core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php b/web/core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Path/AliasManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php b/web/core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php rename to web/core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php diff --git a/core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php b/web/core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php rename to web/core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php diff --git a/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorAliasTest.php b/web/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorAliasTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorAliasTest.php rename to web/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorAliasTest.php diff --git a/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php b/web/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php rename to web/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php diff --git a/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php b/web/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php rename to web/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/Context/ContextTypedDataTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/Context/ContextTypedDataTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Context/ContextTypedDataTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/Context/ContextTypedDataTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecoratorTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecoratorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecoratorTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecoratorTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/Discovery/Fixtures/test_1/test_1.test.yml b/web/core/tests/Drupal/Tests/Core/Plugin/Discovery/Fixtures/test_1/test_1.test.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Discovery/Fixtures/test_1/test_1.test.yml rename to web/core/tests/Drupal/Tests/Core/Plugin/Discovery/Fixtures/test_1/test_1.test.yml diff --git a/core/tests/Drupal/Tests/Core/Plugin/Discovery/Fixtures/test_2/test_2.test.yml b/web/core/tests/Drupal/Tests/Core/Plugin/Discovery/Fixtures/test_2/test_2.test.yml similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Discovery/Fixtures/test_2/test_2.test.yml rename to web/core/tests/Drupal/Tests/Core/Plugin/Discovery/Fixtures/test_2/test_2.test.yml diff --git a/core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php b/web/core/tests/Drupal/Tests/Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php rename to web/core/tests/Drupal/Tests/Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php b/web/core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php rename to web/core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php b/web/core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php rename to web/core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDirectoryDiscoveryTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDirectoryDiscoveryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDirectoryDiscoveryTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDirectoryDiscoveryTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryDecoratorTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryDecoratorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryDecoratorTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryDecoratorTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php b/web/core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php rename to web/core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php b/web/core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php rename to web/core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php b/web/core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php rename to web/core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php diff --git a/core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php b/web/core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php rename to web/core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php diff --git a/core/tests/Drupal/Tests/Core/PrivateKeyTest.php b/web/core/tests/Drupal/Tests/Core/PrivateKeyTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/PrivateKeyTest.php rename to web/core/tests/Drupal/Tests/Core/PrivateKeyTest.php diff --git a/core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php b/web/core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php rename to web/core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php b/web/core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php rename to web/core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php b/web/core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php rename to web/core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php b/web/core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php rename to web/core/tests/Drupal/Tests/Core/Render/Element/MachineNameTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php b/web/core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php rename to web/core/tests/Drupal/Tests/Core/Render/Element/PasswordConfirmTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/Element/PasswordTest.php b/web/core/tests/Drupal/Tests/Core/Render/Element/PasswordTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/Element/PasswordTest.php rename to web/core/tests/Drupal/Tests/Core/Render/Element/PasswordTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php b/web/core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php rename to web/core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php b/web/core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php rename to web/core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/Element/TextareaTest.php b/web/core/tests/Drupal/Tests/Core/Render/Element/TextareaTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/Element/TextareaTest.php rename to web/core/tests/Drupal/Tests/Core/Render/Element/TextareaTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/Element/TextfieldTest.php b/web/core/tests/Drupal/Tests/Core/Render/Element/TextfieldTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/Element/TextfieldTest.php rename to web/core/tests/Drupal/Tests/Core/Render/Element/TextfieldTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/Element/TokenTest.php b/web/core/tests/Drupal/Tests/Core/Render/Element/TokenTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/Element/TokenTest.php rename to web/core/tests/Drupal/Tests/Core/Render/Element/TokenTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php b/web/core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php rename to web/core/tests/Drupal/Tests/Core/Render/ElementInfoManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/ElementTest.php b/web/core/tests/Drupal/Tests/Core/Render/ElementTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/ElementTest.php rename to web/core/tests/Drupal/Tests/Core/Render/ElementTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php b/web/core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php rename to web/core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php b/web/core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php rename to web/core/tests/Drupal/Tests/Core/Render/Placeholder/ChainedPlaceholderStrategyTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php b/web/core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php rename to web/core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php b/web/core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php rename to web/core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php b/web/core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php rename to web/core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/RendererRecursionTest.php b/web/core/tests/Drupal/Tests/Core/Render/RendererRecursionTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/RendererRecursionTest.php rename to web/core/tests/Drupal/Tests/Core/Render/RendererRecursionTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/RendererTest.php b/web/core/tests/Drupal/Tests/Core/Render/RendererTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/RendererTest.php rename to web/core/tests/Drupal/Tests/Core/Render/RendererTest.php diff --git a/core/tests/Drupal/Tests/Core/Render/RendererTestBase.php b/web/core/tests/Drupal/Tests/Core/Render/RendererTestBase.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/RendererTestBase.php rename to web/core/tests/Drupal/Tests/Core/Render/RendererTestBase.php diff --git a/core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php b/web/core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php rename to web/core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php diff --git a/core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php b/web/core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php rename to web/core/tests/Drupal/Tests/Core/Route/RoleAccessCheckTest.php diff --git a/core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php b/web/core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php rename to web/core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php b/web/core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php rename to web/core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php diff --git a/core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php b/web/core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php rename to web/core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php diff --git a/core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php b/web/core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php rename to web/core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php diff --git a/core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php b/web/core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php rename to web/core/tests/Drupal/Tests/Core/Routing/MethodFilterTest.php diff --git a/core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php b/web/core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php rename to web/core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php diff --git a/core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php b/web/core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php rename to web/core/tests/Drupal/Tests/Core/Routing/RequestFormatRouteFilterTest.php diff --git a/core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php b/web/core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php rename to web/core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php diff --git a/core/tests/Drupal/Tests/Core/Routing/RouteCompilerTest.php b/web/core/tests/Drupal/Tests/Core/Routing/RouteCompilerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/RouteCompilerTest.php rename to web/core/tests/Drupal/Tests/Core/Routing/RouteCompilerTest.php diff --git a/core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php b/web/core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php rename to web/core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php diff --git a/core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php b/web/core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php rename to web/core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php diff --git a/core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php b/web/core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php rename to web/core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php diff --git a/core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php b/web/core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php rename to web/core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php diff --git a/core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php b/web/core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php rename to web/core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php diff --git a/core/tests/Drupal/Tests/Core/Routing/TrustedRedirectResponseTest.php b/web/core/tests/Drupal/Tests/Core/Routing/TrustedRedirectResponseTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/TrustedRedirectResponseTest.php rename to web/core/tests/Drupal/Tests/Core/Routing/TrustedRedirectResponseTest.php diff --git a/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php b/web/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php rename to web/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php diff --git a/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTraitTest.php b/web/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTraitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTraitTest.php rename to web/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTraitTest.php diff --git a/core/tests/Drupal/Tests/Core/Serialization/YamlTest.php b/web/core/tests/Drupal/Tests/Core/Serialization/YamlTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Serialization/YamlTest.php rename to web/core/tests/Drupal/Tests/Core/Serialization/YamlTest.php diff --git a/core/tests/Drupal/Tests/Core/Session/AnonymousUserSessionTest.php b/web/core/tests/Drupal/Tests/Core/Session/AnonymousUserSessionTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Session/AnonymousUserSessionTest.php rename to web/core/tests/Drupal/Tests/Core/Session/AnonymousUserSessionTest.php diff --git a/core/tests/Drupal/Tests/Core/Session/PermissionsHashGeneratorTest.php b/web/core/tests/Drupal/Tests/Core/Session/PermissionsHashGeneratorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Session/PermissionsHashGeneratorTest.php rename to web/core/tests/Drupal/Tests/Core/Session/PermissionsHashGeneratorTest.php diff --git a/core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php b/web/core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php rename to web/core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php diff --git a/core/tests/Drupal/Tests/Core/Session/UserSessionTest.php b/web/core/tests/Drupal/Tests/Core/Session/UserSessionTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Session/UserSessionTest.php rename to web/core/tests/Drupal/Tests/Core/Session/UserSessionTest.php diff --git a/core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php b/web/core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php rename to web/core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php diff --git a/core/tests/Drupal/Tests/Core/Site/SettingsTest.php b/web/core/tests/Drupal/Tests/Core/Site/SettingsTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Site/SettingsTest.php rename to web/core/tests/Drupal/Tests/Core/Site/SettingsTest.php diff --git a/core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php b/web/core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php rename to web/core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php diff --git a/core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php b/web/core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php rename to web/core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php diff --git a/core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php b/web/core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php rename to web/core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php diff --git a/core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php b/web/core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php rename to web/core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php diff --git a/core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php b/web/core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php rename to web/core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php diff --git a/core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php b/web/core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php rename to web/core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php diff --git a/core/tests/Drupal/Tests/Core/Template/AttributeTest.php b/web/core/tests/Drupal/Tests/Core/Template/AttributeTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Template/AttributeTest.php rename to web/core/tests/Drupal/Tests/Core/Template/AttributeTest.php diff --git a/core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php b/web/core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php rename to web/core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php diff --git a/core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php b/web/core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php rename to web/core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php diff --git a/core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php b/web/core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php rename to web/core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php diff --git a/core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php b/web/core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php rename to web/core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php diff --git a/core/tests/Drupal/Tests/Core/Theme/RegistryTest.php b/web/core/tests/Drupal/Tests/Core/Theme/RegistryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Theme/RegistryTest.php rename to web/core/tests/Drupal/Tests/Core/Theme/RegistryTest.php diff --git a/core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php b/web/core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php rename to web/core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php diff --git a/core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php b/web/core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php rename to web/core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php diff --git a/core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php b/web/core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php rename to web/core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php diff --git a/core/tests/Drupal/Tests/Core/TypedData/TypedDataTest.php b/web/core/tests/Drupal/Tests/Core/TypedData/TypedDataTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/TypedData/TypedDataTest.php rename to web/core/tests/Drupal/Tests/Core/TypedData/TypedDataTest.php diff --git a/core/tests/Drupal/Tests/Core/UnroutedUrlTest.php b/web/core/tests/Drupal/Tests/Core/UnroutedUrlTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/UnroutedUrlTest.php rename to web/core/tests/Drupal/Tests/Core/UnroutedUrlTest.php diff --git a/core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php b/web/core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php rename to web/core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php diff --git a/core/tests/Drupal/Tests/Core/UrlTest.php b/web/core/tests/Drupal/Tests/Core/UrlTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/UrlTest.php rename to web/core/tests/Drupal/Tests/Core/UrlTest.php diff --git a/core/tests/Drupal/Tests/Core/Utility/ErrorTest.php b/web/core/tests/Drupal/Tests/Core/Utility/ErrorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Utility/ErrorTest.php rename to web/core/tests/Drupal/Tests/Core/Utility/ErrorTest.php diff --git a/core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php b/web/core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php rename to web/core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php diff --git a/core/tests/Drupal/Tests/Core/Utility/TokenTest.php b/web/core/tests/Drupal/Tests/Core/Utility/TokenTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Utility/TokenTest.php rename to web/core/tests/Drupal/Tests/Core/Utility/TokenTest.php diff --git a/core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php b/web/core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php rename to web/core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php diff --git a/core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php b/web/core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php similarity index 100% rename from core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php rename to web/core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php diff --git a/core/tests/Drupal/Tests/Listeners/DrupalStandardsListener.php b/web/core/tests/Drupal/Tests/Listeners/DrupalStandardsListener.php similarity index 100% rename from core/tests/Drupal/Tests/Listeners/DrupalStandardsListener.php rename to web/core/tests/Drupal/Tests/Listeners/DrupalStandardsListener.php diff --git a/core/tests/Drupal/Tests/Listeners/HtmlOutputPrinter.php b/web/core/tests/Drupal/Tests/Listeners/HtmlOutputPrinter.php similarity index 100% rename from core/tests/Drupal/Tests/Listeners/HtmlOutputPrinter.php rename to web/core/tests/Drupal/Tests/Listeners/HtmlOutputPrinter.php diff --git a/core/tests/Drupal/Tests/RandomGeneratorTrait.php b/web/core/tests/Drupal/Tests/RandomGeneratorTrait.php similarity index 100% rename from core/tests/Drupal/Tests/RandomGeneratorTrait.php rename to web/core/tests/Drupal/Tests/RandomGeneratorTrait.php diff --git a/core/tests/Drupal/Tests/SessionTestTrait.php b/web/core/tests/Drupal/Tests/SessionTestTrait.php similarity index 100% rename from core/tests/Drupal/Tests/SessionTestTrait.php rename to web/core/tests/Drupal/Tests/SessionTestTrait.php diff --git a/core/tests/Drupal/Tests/TestFileCreationTrait.php b/web/core/tests/Drupal/Tests/TestFileCreationTrait.php similarity index 100% rename from core/tests/Drupal/Tests/TestFileCreationTrait.php rename to web/core/tests/Drupal/Tests/TestFileCreationTrait.php diff --git a/core/tests/Drupal/Tests/TestSuites/TestSuiteBaseTest.php b/web/core/tests/Drupal/Tests/TestSuites/TestSuiteBaseTest.php similarity index 100% rename from core/tests/Drupal/Tests/TestSuites/TestSuiteBaseTest.php rename to web/core/tests/Drupal/Tests/TestSuites/TestSuiteBaseTest.php diff --git a/core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php b/web/core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php similarity index 100% rename from core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php rename to web/core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php diff --git a/core/tests/Drupal/Tests/UnitTestCase.php b/web/core/tests/Drupal/Tests/UnitTestCase.php similarity index 100% rename from core/tests/Drupal/Tests/UnitTestCase.php rename to web/core/tests/Drupal/Tests/UnitTestCase.php diff --git a/core/tests/Drupal/Tests/WebAssert.php b/web/core/tests/Drupal/Tests/WebAssert.php similarity index 100% rename from core/tests/Drupal/Tests/WebAssert.php rename to web/core/tests/Drupal/Tests/WebAssert.php diff --git a/core/tests/README.md b/web/core/tests/README.md similarity index 100% rename from core/tests/README.md rename to web/core/tests/README.md diff --git a/core/tests/TestSuites/FunctionalJavascriptTestSuite.php b/web/core/tests/TestSuites/FunctionalJavascriptTestSuite.php similarity index 100% rename from core/tests/TestSuites/FunctionalJavascriptTestSuite.php rename to web/core/tests/TestSuites/FunctionalJavascriptTestSuite.php diff --git a/core/tests/TestSuites/FunctionalTestSuite.php b/web/core/tests/TestSuites/FunctionalTestSuite.php similarity index 100% rename from core/tests/TestSuites/FunctionalTestSuite.php rename to web/core/tests/TestSuites/FunctionalTestSuite.php diff --git a/core/tests/TestSuites/KernelTestSuite.php b/web/core/tests/TestSuites/KernelTestSuite.php similarity index 100% rename from core/tests/TestSuites/KernelTestSuite.php rename to web/core/tests/TestSuites/KernelTestSuite.php diff --git a/core/tests/TestSuites/TestSuiteBase.php b/web/core/tests/TestSuites/TestSuiteBase.php similarity index 100% rename from core/tests/TestSuites/TestSuiteBase.php rename to web/core/tests/TestSuites/TestSuiteBase.php diff --git a/core/tests/TestSuites/UnitTestSuite.php b/web/core/tests/TestSuites/UnitTestSuite.php similarity index 100% rename from core/tests/TestSuites/UnitTestSuite.php rename to web/core/tests/TestSuites/UnitTestSuite.php diff --git a/core/tests/bootstrap.php b/web/core/tests/bootstrap.php similarity index 100% rename from core/tests/bootstrap.php rename to web/core/tests/bootstrap.php diff --git a/core/themes/bartik/bartik.breakpoints.yml b/web/core/themes/bartik/bartik.breakpoints.yml similarity index 100% rename from core/themes/bartik/bartik.breakpoints.yml rename to web/core/themes/bartik/bartik.breakpoints.yml diff --git a/core/themes/bartik/bartik.info.yml b/web/core/themes/bartik/bartik.info.yml similarity index 100% rename from core/themes/bartik/bartik.info.yml rename to web/core/themes/bartik/bartik.info.yml diff --git a/core/themes/bartik/bartik.libraries.yml b/web/core/themes/bartik/bartik.libraries.yml similarity index 100% rename from core/themes/bartik/bartik.libraries.yml rename to web/core/themes/bartik/bartik.libraries.yml diff --git a/core/themes/bartik/bartik.theme b/web/core/themes/bartik/bartik.theme similarity index 100% rename from core/themes/bartik/bartik.theme rename to web/core/themes/bartik/bartik.theme diff --git a/core/themes/bartik/color/color.inc b/web/core/themes/bartik/color/color.inc similarity index 100% rename from core/themes/bartik/color/color.inc rename to web/core/themes/bartik/color/color.inc diff --git a/core/themes/bartik/color/preview.css b/web/core/themes/bartik/color/preview.css similarity index 100% rename from core/themes/bartik/color/preview.css rename to web/core/themes/bartik/color/preview.css diff --git a/core/themes/bartik/color/preview.html b/web/core/themes/bartik/color/preview.html similarity index 100% rename from core/themes/bartik/color/preview.html rename to web/core/themes/bartik/color/preview.html diff --git a/core/themes/bartik/color/preview.js b/web/core/themes/bartik/color/preview.js similarity index 100% rename from core/themes/bartik/color/preview.js rename to web/core/themes/bartik/color/preview.js diff --git a/core/themes/bartik/config/schema/bartik.schema.yml b/web/core/themes/bartik/config/schema/bartik.schema.yml similarity index 100% rename from core/themes/bartik/config/schema/bartik.schema.yml rename to web/core/themes/bartik/config/schema/bartik.schema.yml diff --git a/core/themes/bartik/css/base/elements.css b/web/core/themes/bartik/css/base/elements.css similarity index 100% rename from core/themes/bartik/css/base/elements.css rename to web/core/themes/bartik/css/base/elements.css diff --git a/core/themes/bartik/css/colors.css b/web/core/themes/bartik/css/colors.css similarity index 100% rename from core/themes/bartik/css/colors.css rename to web/core/themes/bartik/css/colors.css diff --git a/core/themes/bartik/css/components/block.css b/web/core/themes/bartik/css/components/block.css similarity index 100% rename from core/themes/bartik/css/components/block.css rename to web/core/themes/bartik/css/components/block.css diff --git a/core/themes/bartik/css/components/book.css b/web/core/themes/bartik/css/components/book.css similarity index 100% rename from core/themes/bartik/css/components/book.css rename to web/core/themes/bartik/css/components/book.css diff --git a/core/themes/bartik/css/components/breadcrumb.css b/web/core/themes/bartik/css/components/breadcrumb.css similarity index 100% rename from core/themes/bartik/css/components/breadcrumb.css rename to web/core/themes/bartik/css/components/breadcrumb.css diff --git a/core/themes/bartik/css/components/buttons.css b/web/core/themes/bartik/css/components/buttons.css similarity index 100% rename from core/themes/bartik/css/components/buttons.css rename to web/core/themes/bartik/css/components/buttons.css diff --git a/core/themes/bartik/css/components/captions.css b/web/core/themes/bartik/css/components/captions.css similarity index 100% rename from core/themes/bartik/css/components/captions.css rename to web/core/themes/bartik/css/components/captions.css diff --git a/core/themes/bartik/css/components/comments.css b/web/core/themes/bartik/css/components/comments.css similarity index 100% rename from core/themes/bartik/css/components/comments.css rename to web/core/themes/bartik/css/components/comments.css diff --git a/core/themes/bartik/css/components/contextual.css b/web/core/themes/bartik/css/components/contextual.css similarity index 100% rename from core/themes/bartik/css/components/contextual.css rename to web/core/themes/bartik/css/components/contextual.css diff --git a/core/themes/bartik/css/components/demo-block.css b/web/core/themes/bartik/css/components/demo-block.css similarity index 100% rename from core/themes/bartik/css/components/demo-block.css rename to web/core/themes/bartik/css/components/demo-block.css diff --git a/core/themes/bartik/css/components/dropbutton.component.css b/web/core/themes/bartik/css/components/dropbutton.component.css similarity index 100% rename from core/themes/bartik/css/components/dropbutton.component.css rename to web/core/themes/bartik/css/components/dropbutton.component.css diff --git a/core/themes/bartik/css/components/featured-bottom.css b/web/core/themes/bartik/css/components/featured-bottom.css similarity index 100% rename from core/themes/bartik/css/components/featured-bottom.css rename to web/core/themes/bartik/css/components/featured-bottom.css diff --git a/core/themes/bartik/css/components/featured-top.css b/web/core/themes/bartik/css/components/featured-top.css similarity index 100% rename from core/themes/bartik/css/components/featured-top.css rename to web/core/themes/bartik/css/components/featured-top.css diff --git a/core/themes/bartik/css/components/feed-icon.css b/web/core/themes/bartik/css/components/feed-icon.css similarity index 100% rename from core/themes/bartik/css/components/feed-icon.css rename to web/core/themes/bartik/css/components/feed-icon.css diff --git a/core/themes/bartik/css/components/field.css b/web/core/themes/bartik/css/components/field.css similarity index 100% rename from core/themes/bartik/css/components/field.css rename to web/core/themes/bartik/css/components/field.css diff --git a/core/themes/bartik/css/components/form.css b/web/core/themes/bartik/css/components/form.css similarity index 100% rename from core/themes/bartik/css/components/form.css rename to web/core/themes/bartik/css/components/form.css diff --git a/core/themes/bartik/css/components/forum.css b/web/core/themes/bartik/css/components/forum.css similarity index 100% rename from core/themes/bartik/css/components/forum.css rename to web/core/themes/bartik/css/components/forum.css diff --git a/core/themes/bartik/css/components/header.css b/web/core/themes/bartik/css/components/header.css similarity index 100% rename from core/themes/bartik/css/components/header.css rename to web/core/themes/bartik/css/components/header.css diff --git a/core/themes/bartik/css/components/help.css b/web/core/themes/bartik/css/components/help.css similarity index 100% rename from core/themes/bartik/css/components/help.css rename to web/core/themes/bartik/css/components/help.css diff --git a/core/themes/bartik/css/components/highlighted.css b/web/core/themes/bartik/css/components/highlighted.css similarity index 100% rename from core/themes/bartik/css/components/highlighted.css rename to web/core/themes/bartik/css/components/highlighted.css diff --git a/core/themes/bartik/css/components/image-button.css b/web/core/themes/bartik/css/components/image-button.css similarity index 100% rename from core/themes/bartik/css/components/image-button.css rename to web/core/themes/bartik/css/components/image-button.css diff --git a/core/themes/bartik/css/components/item-list.css b/web/core/themes/bartik/css/components/item-list.css similarity index 100% rename from core/themes/bartik/css/components/item-list.css rename to web/core/themes/bartik/css/components/item-list.css diff --git a/core/themes/bartik/css/components/list-group.css b/web/core/themes/bartik/css/components/list-group.css similarity index 100% rename from core/themes/bartik/css/components/list-group.css rename to web/core/themes/bartik/css/components/list-group.css diff --git a/core/themes/bartik/css/components/list.css b/web/core/themes/bartik/css/components/list.css similarity index 100% rename from core/themes/bartik/css/components/list.css rename to web/core/themes/bartik/css/components/list.css diff --git a/core/themes/bartik/css/components/main-content.css b/web/core/themes/bartik/css/components/main-content.css similarity index 100% rename from core/themes/bartik/css/components/main-content.css rename to web/core/themes/bartik/css/components/main-content.css diff --git a/core/themes/bartik/css/components/menu.css b/web/core/themes/bartik/css/components/menu.css similarity index 100% rename from core/themes/bartik/css/components/menu.css rename to web/core/themes/bartik/css/components/menu.css diff --git a/core/themes/bartik/css/components/messages.css b/web/core/themes/bartik/css/components/messages.css similarity index 100% rename from core/themes/bartik/css/components/messages.css rename to web/core/themes/bartik/css/components/messages.css diff --git a/core/themes/bartik/css/components/node-preview.css b/web/core/themes/bartik/css/components/node-preview.css similarity index 100% rename from core/themes/bartik/css/components/node-preview.css rename to web/core/themes/bartik/css/components/node-preview.css diff --git a/core/themes/bartik/css/components/node.css b/web/core/themes/bartik/css/components/node.css similarity index 100% rename from core/themes/bartik/css/components/node.css rename to web/core/themes/bartik/css/components/node.css diff --git a/core/themes/bartik/css/components/page-title.css b/web/core/themes/bartik/css/components/page-title.css similarity index 100% rename from core/themes/bartik/css/components/page-title.css rename to web/core/themes/bartik/css/components/page-title.css diff --git a/core/themes/bartik/css/components/pager.css b/web/core/themes/bartik/css/components/pager.css similarity index 100% rename from core/themes/bartik/css/components/pager.css rename to web/core/themes/bartik/css/components/pager.css diff --git a/core/themes/bartik/css/components/panel.css b/web/core/themes/bartik/css/components/panel.css similarity index 100% rename from core/themes/bartik/css/components/panel.css rename to web/core/themes/bartik/css/components/panel.css diff --git a/core/themes/bartik/css/components/password-suggestions.css b/web/core/themes/bartik/css/components/password-suggestions.css similarity index 100% rename from core/themes/bartik/css/components/password-suggestions.css rename to web/core/themes/bartik/css/components/password-suggestions.css diff --git a/core/themes/bartik/css/components/primary-menu.css b/web/core/themes/bartik/css/components/primary-menu.css similarity index 100% rename from core/themes/bartik/css/components/primary-menu.css rename to web/core/themes/bartik/css/components/primary-menu.css diff --git a/core/themes/bartik/css/components/search-form.css b/web/core/themes/bartik/css/components/search-form.css similarity index 100% rename from core/themes/bartik/css/components/search-form.css rename to web/core/themes/bartik/css/components/search-form.css diff --git a/core/themes/bartik/css/components/search-results.css b/web/core/themes/bartik/css/components/search-results.css similarity index 100% rename from core/themes/bartik/css/components/search-results.css rename to web/core/themes/bartik/css/components/search-results.css diff --git a/core/themes/bartik/css/components/secondary-menu.css b/web/core/themes/bartik/css/components/secondary-menu.css similarity index 100% rename from core/themes/bartik/css/components/secondary-menu.css rename to web/core/themes/bartik/css/components/secondary-menu.css diff --git a/core/themes/bartik/css/components/shortcut.css b/web/core/themes/bartik/css/components/shortcut.css similarity index 100% rename from core/themes/bartik/css/components/shortcut.css rename to web/core/themes/bartik/css/components/shortcut.css diff --git a/core/themes/bartik/css/components/sidebar.css b/web/core/themes/bartik/css/components/sidebar.css similarity index 100% rename from core/themes/bartik/css/components/sidebar.css rename to web/core/themes/bartik/css/components/sidebar.css diff --git a/core/themes/bartik/css/components/site-branding.css b/web/core/themes/bartik/css/components/site-branding.css similarity index 100% rename from core/themes/bartik/css/components/site-branding.css rename to web/core/themes/bartik/css/components/site-branding.css diff --git a/core/themes/bartik/css/components/site-footer.css b/web/core/themes/bartik/css/components/site-footer.css similarity index 100% rename from core/themes/bartik/css/components/site-footer.css rename to web/core/themes/bartik/css/components/site-footer.css diff --git a/core/themes/bartik/css/components/skip-link.css b/web/core/themes/bartik/css/components/skip-link.css similarity index 100% rename from core/themes/bartik/css/components/skip-link.css rename to web/core/themes/bartik/css/components/skip-link.css diff --git a/core/themes/bartik/css/components/table.css b/web/core/themes/bartik/css/components/table.css similarity index 100% rename from core/themes/bartik/css/components/table.css rename to web/core/themes/bartik/css/components/table.css diff --git a/core/themes/bartik/css/components/tablesort-indicator.css b/web/core/themes/bartik/css/components/tablesort-indicator.css similarity index 100% rename from core/themes/bartik/css/components/tablesort-indicator.css rename to web/core/themes/bartik/css/components/tablesort-indicator.css diff --git a/core/themes/bartik/css/components/tabs.css b/web/core/themes/bartik/css/components/tabs.css similarity index 100% rename from core/themes/bartik/css/components/tabs.css rename to web/core/themes/bartik/css/components/tabs.css diff --git a/core/themes/bartik/css/components/text-formatted.css b/web/core/themes/bartik/css/components/text-formatted.css similarity index 100% rename from core/themes/bartik/css/components/text-formatted.css rename to web/core/themes/bartik/css/components/text-formatted.css diff --git a/core/themes/bartik/css/components/toolbar.css b/web/core/themes/bartik/css/components/toolbar.css similarity index 100% rename from core/themes/bartik/css/components/toolbar.css rename to web/core/themes/bartik/css/components/toolbar.css diff --git a/core/themes/bartik/css/components/ui-dialog.css b/web/core/themes/bartik/css/components/ui-dialog.css similarity index 100% rename from core/themes/bartik/css/components/ui-dialog.css rename to web/core/themes/bartik/css/components/ui-dialog.css diff --git a/core/themes/bartik/css/components/ui.widget.css b/web/core/themes/bartik/css/components/ui.widget.css similarity index 100% rename from core/themes/bartik/css/components/ui.widget.css rename to web/core/themes/bartik/css/components/ui.widget.css diff --git a/core/themes/bartik/css/components/vertical-tabs.component.css b/web/core/themes/bartik/css/components/vertical-tabs.component.css similarity index 100% rename from core/themes/bartik/css/components/vertical-tabs.component.css rename to web/core/themes/bartik/css/components/vertical-tabs.component.css diff --git a/core/themes/bartik/css/components/views.css b/web/core/themes/bartik/css/components/views.css similarity index 100% rename from core/themes/bartik/css/components/views.css rename to web/core/themes/bartik/css/components/views.css diff --git a/core/themes/bartik/css/layout.css b/web/core/themes/bartik/css/layout.css similarity index 100% rename from core/themes/bartik/css/layout.css rename to web/core/themes/bartik/css/layout.css diff --git a/core/themes/bartik/css/maintenance-page.css b/web/core/themes/bartik/css/maintenance-page.css similarity index 100% rename from core/themes/bartik/css/maintenance-page.css rename to web/core/themes/bartik/css/maintenance-page.css diff --git a/core/themes/bartik/css/print.css b/web/core/themes/bartik/css/print.css similarity index 100% rename from core/themes/bartik/css/print.css rename to web/core/themes/bartik/css/print.css diff --git a/core/themes/bartik/images/add.png b/web/core/themes/bartik/images/add.png similarity index 100% rename from core/themes/bartik/images/add.png rename to web/core/themes/bartik/images/add.png diff --git a/core/themes/bartik/images/required.svg b/web/core/themes/bartik/images/required.svg similarity index 100% rename from core/themes/bartik/images/required.svg rename to web/core/themes/bartik/images/required.svg diff --git a/core/themes/bartik/images/tabs-border.png b/web/core/themes/bartik/images/tabs-border.png similarity index 100% rename from core/themes/bartik/images/tabs-border.png rename to web/core/themes/bartik/images/tabs-border.png diff --git a/core/themes/bartik/logo.svg b/web/core/themes/bartik/logo.svg similarity index 100% rename from core/themes/bartik/logo.svg rename to web/core/themes/bartik/logo.svg diff --git a/core/themes/bartik/screenshot.png b/web/core/themes/bartik/screenshot.png similarity index 100% rename from core/themes/bartik/screenshot.png rename to web/core/themes/bartik/screenshot.png diff --git a/core/themes/bartik/templates/block--search-form-block.html.twig b/web/core/themes/bartik/templates/block--search-form-block.html.twig similarity index 100% rename from core/themes/bartik/templates/block--search-form-block.html.twig rename to web/core/themes/bartik/templates/block--search-form-block.html.twig diff --git a/core/themes/bartik/templates/block--system-branding-block.html.twig b/web/core/themes/bartik/templates/block--system-branding-block.html.twig similarity index 100% rename from core/themes/bartik/templates/block--system-branding-block.html.twig rename to web/core/themes/bartik/templates/block--system-branding-block.html.twig diff --git a/core/themes/bartik/templates/block--system-menu-block.html.twig b/web/core/themes/bartik/templates/block--system-menu-block.html.twig similarity index 100% rename from core/themes/bartik/templates/block--system-menu-block.html.twig rename to web/core/themes/bartik/templates/block--system-menu-block.html.twig diff --git a/core/themes/bartik/templates/block.html.twig b/web/core/themes/bartik/templates/block.html.twig similarity index 100% rename from core/themes/bartik/templates/block.html.twig rename to web/core/themes/bartik/templates/block.html.twig diff --git a/core/themes/bartik/templates/comment.html.twig b/web/core/themes/bartik/templates/comment.html.twig similarity index 100% rename from core/themes/bartik/templates/comment.html.twig rename to web/core/themes/bartik/templates/comment.html.twig diff --git a/core/themes/bartik/templates/field--node--field-tags.html.twig b/web/core/themes/bartik/templates/field--node--field-tags.html.twig similarity index 100% rename from core/themes/bartik/templates/field--node--field-tags.html.twig rename to web/core/themes/bartik/templates/field--node--field-tags.html.twig diff --git a/core/themes/bartik/templates/form--search-block-form.html.twig b/web/core/themes/bartik/templates/form--search-block-form.html.twig similarity index 100% rename from core/themes/bartik/templates/form--search-block-form.html.twig rename to web/core/themes/bartik/templates/form--search-block-form.html.twig diff --git a/core/themes/bartik/templates/maintenance-page.html.twig b/web/core/themes/bartik/templates/maintenance-page.html.twig similarity index 100% rename from core/themes/bartik/templates/maintenance-page.html.twig rename to web/core/themes/bartik/templates/maintenance-page.html.twig diff --git a/core/themes/bartik/templates/node.html.twig b/web/core/themes/bartik/templates/node.html.twig similarity index 100% rename from core/themes/bartik/templates/node.html.twig rename to web/core/themes/bartik/templates/node.html.twig diff --git a/core/themes/bartik/templates/page-title.html.twig b/web/core/themes/bartik/templates/page-title.html.twig similarity index 100% rename from core/themes/bartik/templates/page-title.html.twig rename to web/core/themes/bartik/templates/page-title.html.twig diff --git a/core/themes/bartik/templates/page.html.twig b/web/core/themes/bartik/templates/page.html.twig similarity index 100% rename from core/themes/bartik/templates/page.html.twig rename to web/core/themes/bartik/templates/page.html.twig diff --git a/core/themes/bartik/templates/region--header.html.twig b/web/core/themes/bartik/templates/region--header.html.twig similarity index 100% rename from core/themes/bartik/templates/region--header.html.twig rename to web/core/themes/bartik/templates/region--header.html.twig diff --git a/core/themes/bartik/templates/status-messages.html.twig b/web/core/themes/bartik/templates/status-messages.html.twig similarity index 100% rename from core/themes/bartik/templates/status-messages.html.twig rename to web/core/themes/bartik/templates/status-messages.html.twig diff --git a/core/themes/classy/README.txt b/web/core/themes/classy/README.txt similarity index 100% rename from core/themes/classy/README.txt rename to web/core/themes/classy/README.txt diff --git a/core/themes/classy/classy.info.yml b/web/core/themes/classy/classy.info.yml similarity index 100% rename from core/themes/classy/classy.info.yml rename to web/core/themes/classy/classy.info.yml diff --git a/core/themes/classy/classy.libraries.yml b/web/core/themes/classy/classy.libraries.yml similarity index 100% rename from core/themes/classy/classy.libraries.yml rename to web/core/themes/classy/classy.libraries.yml diff --git a/core/themes/classy/css/components/action-links.css b/web/core/themes/classy/css/components/action-links.css similarity index 100% rename from core/themes/classy/css/components/action-links.css rename to web/core/themes/classy/css/components/action-links.css diff --git a/core/themes/classy/css/components/book-navigation.css b/web/core/themes/classy/css/components/book-navigation.css similarity index 100% rename from core/themes/classy/css/components/book-navigation.css rename to web/core/themes/classy/css/components/book-navigation.css diff --git a/core/themes/classy/css/components/breadcrumb.css b/web/core/themes/classy/css/components/breadcrumb.css similarity index 100% rename from core/themes/classy/css/components/breadcrumb.css rename to web/core/themes/classy/css/components/breadcrumb.css diff --git a/core/themes/classy/css/components/button.css b/web/core/themes/classy/css/components/button.css similarity index 100% rename from core/themes/classy/css/components/button.css rename to web/core/themes/classy/css/components/button.css diff --git a/core/themes/classy/css/components/collapse-processed.css b/web/core/themes/classy/css/components/collapse-processed.css similarity index 100% rename from core/themes/classy/css/components/collapse-processed.css rename to web/core/themes/classy/css/components/collapse-processed.css diff --git a/core/themes/classy/css/components/container-inline.css b/web/core/themes/classy/css/components/container-inline.css similarity index 100% rename from core/themes/classy/css/components/container-inline.css rename to web/core/themes/classy/css/components/container-inline.css diff --git a/core/themes/classy/css/components/details.css b/web/core/themes/classy/css/components/details.css similarity index 100% rename from core/themes/classy/css/components/details.css rename to web/core/themes/classy/css/components/details.css diff --git a/core/themes/classy/css/components/dialog.css b/web/core/themes/classy/css/components/dialog.css similarity index 100% rename from core/themes/classy/css/components/dialog.css rename to web/core/themes/classy/css/components/dialog.css diff --git a/core/themes/classy/css/components/dropbutton.css b/web/core/themes/classy/css/components/dropbutton.css similarity index 100% rename from core/themes/classy/css/components/dropbutton.css rename to web/core/themes/classy/css/components/dropbutton.css diff --git a/core/themes/classy/css/components/exposed-filters.css b/web/core/themes/classy/css/components/exposed-filters.css similarity index 100% rename from core/themes/classy/css/components/exposed-filters.css rename to web/core/themes/classy/css/components/exposed-filters.css diff --git a/core/themes/classy/css/components/field.css b/web/core/themes/classy/css/components/field.css similarity index 100% rename from core/themes/classy/css/components/field.css rename to web/core/themes/classy/css/components/field.css diff --git a/core/themes/classy/css/components/file.css b/web/core/themes/classy/css/components/file.css similarity index 100% rename from core/themes/classy/css/components/file.css rename to web/core/themes/classy/css/components/file.css diff --git a/core/themes/classy/css/components/form.css b/web/core/themes/classy/css/components/form.css similarity index 100% rename from core/themes/classy/css/components/form.css rename to web/core/themes/classy/css/components/form.css diff --git a/core/themes/classy/css/components/forum.css b/web/core/themes/classy/css/components/forum.css similarity index 100% rename from core/themes/classy/css/components/forum.css rename to web/core/themes/classy/css/components/forum.css diff --git a/core/themes/classy/css/components/icons.css b/web/core/themes/classy/css/components/icons.css similarity index 100% rename from core/themes/classy/css/components/icons.css rename to web/core/themes/classy/css/components/icons.css diff --git a/core/themes/classy/css/components/image-widget.css b/web/core/themes/classy/css/components/image-widget.css similarity index 100% rename from core/themes/classy/css/components/image-widget.css rename to web/core/themes/classy/css/components/image-widget.css diff --git a/core/themes/classy/css/components/indented.css b/web/core/themes/classy/css/components/indented.css similarity index 100% rename from core/themes/classy/css/components/indented.css rename to web/core/themes/classy/css/components/indented.css diff --git a/core/themes/classy/css/components/inline-form.css b/web/core/themes/classy/css/components/inline-form.css similarity index 100% rename from core/themes/classy/css/components/inline-form.css rename to web/core/themes/classy/css/components/inline-form.css diff --git a/core/themes/classy/css/components/item-list.css b/web/core/themes/classy/css/components/item-list.css similarity index 100% rename from core/themes/classy/css/components/item-list.css rename to web/core/themes/classy/css/components/item-list.css diff --git a/core/themes/classy/css/components/link.css b/web/core/themes/classy/css/components/link.css similarity index 100% rename from core/themes/classy/css/components/link.css rename to web/core/themes/classy/css/components/link.css diff --git a/core/themes/classy/css/components/links.css b/web/core/themes/classy/css/components/links.css similarity index 100% rename from core/themes/classy/css/components/links.css rename to web/core/themes/classy/css/components/links.css diff --git a/core/themes/classy/css/components/menu.css b/web/core/themes/classy/css/components/menu.css similarity index 100% rename from core/themes/classy/css/components/menu.css rename to web/core/themes/classy/css/components/menu.css diff --git a/core/themes/classy/css/components/messages.css b/web/core/themes/classy/css/components/messages.css similarity index 100% rename from core/themes/classy/css/components/messages.css rename to web/core/themes/classy/css/components/messages.css diff --git a/core/themes/classy/css/components/more-link.css b/web/core/themes/classy/css/components/more-link.css similarity index 100% rename from core/themes/classy/css/components/more-link.css rename to web/core/themes/classy/css/components/more-link.css diff --git a/core/themes/classy/css/components/node.css b/web/core/themes/classy/css/components/node.css similarity index 100% rename from core/themes/classy/css/components/node.css rename to web/core/themes/classy/css/components/node.css diff --git a/core/themes/classy/css/components/pager.css b/web/core/themes/classy/css/components/pager.css similarity index 100% rename from core/themes/classy/css/components/pager.css rename to web/core/themes/classy/css/components/pager.css diff --git a/core/themes/classy/css/components/progress.css b/web/core/themes/classy/css/components/progress.css similarity index 100% rename from core/themes/classy/css/components/progress.css rename to web/core/themes/classy/css/components/progress.css diff --git a/core/themes/classy/css/components/search-results.css b/web/core/themes/classy/css/components/search-results.css similarity index 100% rename from core/themes/classy/css/components/search-results.css rename to web/core/themes/classy/css/components/search-results.css diff --git a/core/themes/classy/css/components/tabledrag.css b/web/core/themes/classy/css/components/tabledrag.css similarity index 100% rename from core/themes/classy/css/components/tabledrag.css rename to web/core/themes/classy/css/components/tabledrag.css diff --git a/core/themes/classy/css/components/tableselect.css b/web/core/themes/classy/css/components/tableselect.css similarity index 100% rename from core/themes/classy/css/components/tableselect.css rename to web/core/themes/classy/css/components/tableselect.css diff --git a/core/themes/classy/css/components/tablesort.css b/web/core/themes/classy/css/components/tablesort.css similarity index 100% rename from core/themes/classy/css/components/tablesort.css rename to web/core/themes/classy/css/components/tablesort.css diff --git a/core/themes/classy/css/components/tabs.css b/web/core/themes/classy/css/components/tabs.css similarity index 100% rename from core/themes/classy/css/components/tabs.css rename to web/core/themes/classy/css/components/tabs.css diff --git a/core/themes/classy/css/components/textarea.css b/web/core/themes/classy/css/components/textarea.css similarity index 100% rename from core/themes/classy/css/components/textarea.css rename to web/core/themes/classy/css/components/textarea.css diff --git a/core/themes/classy/css/components/ui-dialog.css b/web/core/themes/classy/css/components/ui-dialog.css similarity index 100% rename from core/themes/classy/css/components/ui-dialog.css rename to web/core/themes/classy/css/components/ui-dialog.css diff --git a/core/themes/classy/css/components/user.css b/web/core/themes/classy/css/components/user.css similarity index 100% rename from core/themes/classy/css/components/user.css rename to web/core/themes/classy/css/components/user.css diff --git a/core/themes/classy/images/icons/application-octet-stream.png b/web/core/themes/classy/images/icons/application-octet-stream.png similarity index 100% rename from core/themes/classy/images/icons/application-octet-stream.png rename to web/core/themes/classy/images/icons/application-octet-stream.png diff --git a/core/themes/classy/images/icons/application-pdf.png b/web/core/themes/classy/images/icons/application-pdf.png similarity index 100% rename from core/themes/classy/images/icons/application-pdf.png rename to web/core/themes/classy/images/icons/application-pdf.png diff --git a/core/themes/classy/images/icons/application-x-executable.png b/web/core/themes/classy/images/icons/application-x-executable.png similarity index 100% rename from core/themes/classy/images/icons/application-x-executable.png rename to web/core/themes/classy/images/icons/application-x-executable.png diff --git a/core/themes/classy/images/icons/audio-x-generic.png b/web/core/themes/classy/images/icons/audio-x-generic.png similarity index 100% rename from core/themes/classy/images/icons/audio-x-generic.png rename to web/core/themes/classy/images/icons/audio-x-generic.png diff --git a/core/themes/classy/images/icons/forum-icons.png b/web/core/themes/classy/images/icons/forum-icons.png similarity index 100% rename from core/themes/classy/images/icons/forum-icons.png rename to web/core/themes/classy/images/icons/forum-icons.png diff --git a/core/themes/classy/images/icons/image-x-generic.png b/web/core/themes/classy/images/icons/image-x-generic.png similarity index 100% rename from core/themes/classy/images/icons/image-x-generic.png rename to web/core/themes/classy/images/icons/image-x-generic.png diff --git a/core/themes/classy/images/icons/package-x-generic.png b/web/core/themes/classy/images/icons/package-x-generic.png similarity index 100% rename from core/themes/classy/images/icons/package-x-generic.png rename to web/core/themes/classy/images/icons/package-x-generic.png diff --git a/core/themes/classy/images/icons/text-html.png b/web/core/themes/classy/images/icons/text-html.png similarity index 100% rename from core/themes/classy/images/icons/text-html.png rename to web/core/themes/classy/images/icons/text-html.png diff --git a/core/themes/classy/images/icons/text-plain.png b/web/core/themes/classy/images/icons/text-plain.png similarity index 100% rename from core/themes/classy/images/icons/text-plain.png rename to web/core/themes/classy/images/icons/text-plain.png diff --git a/core/themes/classy/images/icons/text-x-generic.png b/web/core/themes/classy/images/icons/text-x-generic.png similarity index 100% rename from core/themes/classy/images/icons/text-x-generic.png rename to web/core/themes/classy/images/icons/text-x-generic.png diff --git a/core/themes/classy/images/icons/text-x-script.png b/web/core/themes/classy/images/icons/text-x-script.png similarity index 100% rename from core/themes/classy/images/icons/text-x-script.png rename to web/core/themes/classy/images/icons/text-x-script.png diff --git a/core/themes/classy/images/icons/video-x-generic.png b/web/core/themes/classy/images/icons/video-x-generic.png similarity index 100% rename from core/themes/classy/images/icons/video-x-generic.png rename to web/core/themes/classy/images/icons/video-x-generic.png diff --git a/core/themes/classy/images/icons/x-office-document.png b/web/core/themes/classy/images/icons/x-office-document.png similarity index 100% rename from core/themes/classy/images/icons/x-office-document.png rename to web/core/themes/classy/images/icons/x-office-document.png diff --git a/core/themes/classy/images/icons/x-office-presentation.png b/web/core/themes/classy/images/icons/x-office-presentation.png similarity index 100% rename from core/themes/classy/images/icons/x-office-presentation.png rename to web/core/themes/classy/images/icons/x-office-presentation.png diff --git a/core/themes/classy/images/icons/x-office-spreadsheet.png b/web/core/themes/classy/images/icons/x-office-spreadsheet.png similarity index 100% rename from core/themes/classy/images/icons/x-office-spreadsheet.png rename to web/core/themes/classy/images/icons/x-office-spreadsheet.png diff --git a/core/themes/classy/logo.svg b/web/core/themes/classy/logo.svg similarity index 100% rename from core/themes/classy/logo.svg rename to web/core/themes/classy/logo.svg diff --git a/core/themes/classy/screenshot.png b/web/core/themes/classy/screenshot.png similarity index 100% rename from core/themes/classy/screenshot.png rename to web/core/themes/classy/screenshot.png diff --git a/core/themes/classy/templates/block/block--local-actions-block.html.twig b/web/core/themes/classy/templates/block/block--local-actions-block.html.twig similarity index 100% rename from core/themes/classy/templates/block/block--local-actions-block.html.twig rename to web/core/themes/classy/templates/block/block--local-actions-block.html.twig diff --git a/core/themes/classy/templates/block/block--local-tasks-block.html.twig b/web/core/themes/classy/templates/block/block--local-tasks-block.html.twig similarity index 100% rename from core/themes/classy/templates/block/block--local-tasks-block.html.twig rename to web/core/themes/classy/templates/block/block--local-tasks-block.html.twig diff --git a/core/themes/classy/templates/block/block--search-form-block.html.twig b/web/core/themes/classy/templates/block/block--search-form-block.html.twig similarity index 100% rename from core/themes/classy/templates/block/block--search-form-block.html.twig rename to web/core/themes/classy/templates/block/block--search-form-block.html.twig diff --git a/core/themes/classy/templates/block/block--system-branding-block.html.twig b/web/core/themes/classy/templates/block/block--system-branding-block.html.twig similarity index 100% rename from core/themes/classy/templates/block/block--system-branding-block.html.twig rename to web/core/themes/classy/templates/block/block--system-branding-block.html.twig diff --git a/core/themes/classy/templates/block/block--system-menu-block.html.twig b/web/core/themes/classy/templates/block/block--system-menu-block.html.twig similarity index 100% rename from core/themes/classy/templates/block/block--system-menu-block.html.twig rename to web/core/themes/classy/templates/block/block--system-menu-block.html.twig diff --git a/core/themes/classy/templates/block/block.html.twig b/web/core/themes/classy/templates/block/block.html.twig similarity index 100% rename from core/themes/classy/templates/block/block.html.twig rename to web/core/themes/classy/templates/block/block.html.twig diff --git a/core/themes/classy/templates/content-edit/file-managed-file.html.twig b/web/core/themes/classy/templates/content-edit/file-managed-file.html.twig similarity index 100% rename from core/themes/classy/templates/content-edit/file-managed-file.html.twig rename to web/core/themes/classy/templates/content-edit/file-managed-file.html.twig diff --git a/core/themes/classy/templates/content-edit/file-upload-help.html.twig b/web/core/themes/classy/templates/content-edit/file-upload-help.html.twig similarity index 100% rename from core/themes/classy/templates/content-edit/file-upload-help.html.twig rename to web/core/themes/classy/templates/content-edit/file-upload-help.html.twig diff --git a/core/themes/classy/templates/content-edit/file-widget-multiple.html.twig b/web/core/themes/classy/templates/content-edit/file-widget-multiple.html.twig similarity index 100% rename from core/themes/classy/templates/content-edit/file-widget-multiple.html.twig rename to web/core/themes/classy/templates/content-edit/file-widget-multiple.html.twig diff --git a/core/themes/classy/templates/content-edit/filter-caption.html.twig b/web/core/themes/classy/templates/content-edit/filter-caption.html.twig similarity index 100% rename from core/themes/classy/templates/content-edit/filter-caption.html.twig rename to web/core/themes/classy/templates/content-edit/filter-caption.html.twig diff --git a/core/themes/classy/templates/content-edit/filter-guidelines.html.twig b/web/core/themes/classy/templates/content-edit/filter-guidelines.html.twig similarity index 100% rename from core/themes/classy/templates/content-edit/filter-guidelines.html.twig rename to web/core/themes/classy/templates/content-edit/filter-guidelines.html.twig diff --git a/core/themes/classy/templates/content-edit/filter-tips.html.twig b/web/core/themes/classy/templates/content-edit/filter-tips.html.twig similarity index 100% rename from core/themes/classy/templates/content-edit/filter-tips.html.twig rename to web/core/themes/classy/templates/content-edit/filter-tips.html.twig diff --git a/core/themes/classy/templates/content-edit/image-widget.html.twig b/web/core/themes/classy/templates/content-edit/image-widget.html.twig similarity index 100% rename from core/themes/classy/templates/content-edit/image-widget.html.twig rename to web/core/themes/classy/templates/content-edit/image-widget.html.twig diff --git a/core/themes/classy/templates/content-edit/node-add-list.html.twig b/web/core/themes/classy/templates/content-edit/node-add-list.html.twig similarity index 100% rename from core/themes/classy/templates/content-edit/node-add-list.html.twig rename to web/core/themes/classy/templates/content-edit/node-add-list.html.twig diff --git a/core/themes/classy/templates/content-edit/node-edit-form.html.twig b/web/core/themes/classy/templates/content-edit/node-edit-form.html.twig similarity index 100% rename from core/themes/classy/templates/content-edit/node-edit-form.html.twig rename to web/core/themes/classy/templates/content-edit/node-edit-form.html.twig diff --git a/core/themes/classy/templates/content-edit/text-format-wrapper.html.twig b/web/core/themes/classy/templates/content-edit/text-format-wrapper.html.twig similarity index 100% rename from core/themes/classy/templates/content-edit/text-format-wrapper.html.twig rename to web/core/themes/classy/templates/content-edit/text-format-wrapper.html.twig diff --git a/core/themes/classy/templates/content/aggregator-item.html.twig b/web/core/themes/classy/templates/content/aggregator-item.html.twig similarity index 100% rename from core/themes/classy/templates/content/aggregator-item.html.twig rename to web/core/themes/classy/templates/content/aggregator-item.html.twig diff --git a/core/themes/classy/templates/content/book-node-export-html.html.twig b/web/core/themes/classy/templates/content/book-node-export-html.html.twig similarity index 100% rename from core/themes/classy/templates/content/book-node-export-html.html.twig rename to web/core/themes/classy/templates/content/book-node-export-html.html.twig diff --git a/core/themes/classy/templates/content/comment.html.twig b/web/core/themes/classy/templates/content/comment.html.twig similarity index 100% rename from core/themes/classy/templates/content/comment.html.twig rename to web/core/themes/classy/templates/content/comment.html.twig diff --git a/core/themes/classy/templates/content/links--node.html.twig b/web/core/themes/classy/templates/content/links--node.html.twig similarity index 100% rename from core/themes/classy/templates/content/links--node.html.twig rename to web/core/themes/classy/templates/content/links--node.html.twig diff --git a/core/themes/classy/templates/content/mark.html.twig b/web/core/themes/classy/templates/content/mark.html.twig similarity index 100% rename from core/themes/classy/templates/content/mark.html.twig rename to web/core/themes/classy/templates/content/mark.html.twig diff --git a/core/themes/classy/templates/content/node.html.twig b/web/core/themes/classy/templates/content/node.html.twig similarity index 100% rename from core/themes/classy/templates/content/node.html.twig rename to web/core/themes/classy/templates/content/node.html.twig diff --git a/core/themes/classy/templates/content/page-title.html.twig b/web/core/themes/classy/templates/content/page-title.html.twig similarity index 100% rename from core/themes/classy/templates/content/page-title.html.twig rename to web/core/themes/classy/templates/content/page-title.html.twig diff --git a/core/themes/classy/templates/content/search-result.html.twig b/web/core/themes/classy/templates/content/search-result.html.twig similarity index 100% rename from core/themes/classy/templates/content/search-result.html.twig rename to web/core/themes/classy/templates/content/search-result.html.twig diff --git a/core/themes/classy/templates/content/taxonomy-term.html.twig b/web/core/themes/classy/templates/content/taxonomy-term.html.twig similarity index 100% rename from core/themes/classy/templates/content/taxonomy-term.html.twig rename to web/core/themes/classy/templates/content/taxonomy-term.html.twig diff --git a/core/themes/classy/templates/dataset/aggregator-feed.html.twig b/web/core/themes/classy/templates/dataset/aggregator-feed.html.twig similarity index 100% rename from core/themes/classy/templates/dataset/aggregator-feed.html.twig rename to web/core/themes/classy/templates/dataset/aggregator-feed.html.twig diff --git a/core/themes/classy/templates/dataset/forum-icon.html.twig b/web/core/themes/classy/templates/dataset/forum-icon.html.twig similarity index 100% rename from core/themes/classy/templates/dataset/forum-icon.html.twig rename to web/core/themes/classy/templates/dataset/forum-icon.html.twig diff --git a/core/themes/classy/templates/dataset/forum-list.html.twig b/web/core/themes/classy/templates/dataset/forum-list.html.twig similarity index 100% rename from core/themes/classy/templates/dataset/forum-list.html.twig rename to web/core/themes/classy/templates/dataset/forum-list.html.twig diff --git a/core/themes/classy/templates/dataset/forums.html.twig b/web/core/themes/classy/templates/dataset/forums.html.twig similarity index 100% rename from core/themes/classy/templates/dataset/forums.html.twig rename to web/core/themes/classy/templates/dataset/forums.html.twig diff --git a/core/themes/classy/templates/dataset/item-list--search-results.html.twig b/web/core/themes/classy/templates/dataset/item-list--search-results.html.twig similarity index 100% rename from core/themes/classy/templates/dataset/item-list--search-results.html.twig rename to web/core/themes/classy/templates/dataset/item-list--search-results.html.twig diff --git a/core/themes/classy/templates/dataset/item-list.html.twig b/web/core/themes/classy/templates/dataset/item-list.html.twig similarity index 100% rename from core/themes/classy/templates/dataset/item-list.html.twig rename to web/core/themes/classy/templates/dataset/item-list.html.twig diff --git a/core/themes/classy/templates/dataset/table.html.twig b/web/core/themes/classy/templates/dataset/table.html.twig similarity index 100% rename from core/themes/classy/templates/dataset/table.html.twig rename to web/core/themes/classy/templates/dataset/table.html.twig diff --git a/core/themes/classy/templates/field/field--comment.html.twig b/web/core/themes/classy/templates/field/field--comment.html.twig similarity index 100% rename from core/themes/classy/templates/field/field--comment.html.twig rename to web/core/themes/classy/templates/field/field--comment.html.twig diff --git a/core/themes/classy/templates/field/field--node--created.html.twig b/web/core/themes/classy/templates/field/field--node--created.html.twig similarity index 100% rename from core/themes/classy/templates/field/field--node--created.html.twig rename to web/core/themes/classy/templates/field/field--node--created.html.twig diff --git a/core/themes/classy/templates/field/field--node--title.html.twig b/web/core/themes/classy/templates/field/field--node--title.html.twig similarity index 100% rename from core/themes/classy/templates/field/field--node--title.html.twig rename to web/core/themes/classy/templates/field/field--node--title.html.twig diff --git a/core/themes/classy/templates/field/field--node--uid.html.twig b/web/core/themes/classy/templates/field/field--node--uid.html.twig similarity index 100% rename from core/themes/classy/templates/field/field--node--uid.html.twig rename to web/core/themes/classy/templates/field/field--node--uid.html.twig diff --git a/core/themes/classy/templates/field/field--text-long.html.twig b/web/core/themes/classy/templates/field/field--text-long.html.twig similarity index 100% rename from core/themes/classy/templates/field/field--text-long.html.twig rename to web/core/themes/classy/templates/field/field--text-long.html.twig diff --git a/core/themes/classy/templates/field/field--text-with-summary.html.twig b/web/core/themes/classy/templates/field/field--text-with-summary.html.twig similarity index 100% rename from core/themes/classy/templates/field/field--text-with-summary.html.twig rename to web/core/themes/classy/templates/field/field--text-with-summary.html.twig diff --git a/core/themes/classy/templates/field/field--text.html.twig b/web/core/themes/classy/templates/field/field--text.html.twig similarity index 100% rename from core/themes/classy/templates/field/field--text.html.twig rename to web/core/themes/classy/templates/field/field--text.html.twig diff --git a/core/themes/classy/templates/field/field.html.twig b/web/core/themes/classy/templates/field/field.html.twig similarity index 100% rename from core/themes/classy/templates/field/field.html.twig rename to web/core/themes/classy/templates/field/field.html.twig diff --git a/core/themes/classy/templates/field/file-link.html.twig b/web/core/themes/classy/templates/field/file-link.html.twig similarity index 100% rename from core/themes/classy/templates/field/file-link.html.twig rename to web/core/themes/classy/templates/field/file-link.html.twig diff --git a/core/themes/classy/templates/field/image-formatter.html.twig b/web/core/themes/classy/templates/field/image-formatter.html.twig similarity index 100% rename from core/themes/classy/templates/field/image-formatter.html.twig rename to web/core/themes/classy/templates/field/image-formatter.html.twig diff --git a/core/themes/classy/templates/field/image-style.html.twig b/web/core/themes/classy/templates/field/image-style.html.twig similarity index 100% rename from core/themes/classy/templates/field/image-style.html.twig rename to web/core/themes/classy/templates/field/image-style.html.twig diff --git a/core/themes/classy/templates/field/image.html.twig b/web/core/themes/classy/templates/field/image.html.twig similarity index 100% rename from core/themes/classy/templates/field/image.html.twig rename to web/core/themes/classy/templates/field/image.html.twig diff --git a/core/themes/classy/templates/field/link-formatter-link-separate.html.twig b/web/core/themes/classy/templates/field/link-formatter-link-separate.html.twig similarity index 100% rename from core/themes/classy/templates/field/link-formatter-link-separate.html.twig rename to web/core/themes/classy/templates/field/link-formatter-link-separate.html.twig diff --git a/core/themes/classy/templates/field/time.html.twig b/web/core/themes/classy/templates/field/time.html.twig similarity index 100% rename from core/themes/classy/templates/field/time.html.twig rename to web/core/themes/classy/templates/field/time.html.twig diff --git a/core/themes/classy/templates/form/checkboxes.html.twig b/web/core/themes/classy/templates/form/checkboxes.html.twig similarity index 100% rename from core/themes/classy/templates/form/checkboxes.html.twig rename to web/core/themes/classy/templates/form/checkboxes.html.twig diff --git a/core/themes/classy/templates/form/confirm-form.html.twig b/web/core/themes/classy/templates/form/confirm-form.html.twig similarity index 100% rename from core/themes/classy/templates/form/confirm-form.html.twig rename to web/core/themes/classy/templates/form/confirm-form.html.twig diff --git a/core/themes/classy/templates/form/container.html.twig b/web/core/themes/classy/templates/form/container.html.twig similarity index 100% rename from core/themes/classy/templates/form/container.html.twig rename to web/core/themes/classy/templates/form/container.html.twig diff --git a/core/themes/classy/templates/form/datetime-form.html.twig b/web/core/themes/classy/templates/form/datetime-form.html.twig similarity index 100% rename from core/themes/classy/templates/form/datetime-form.html.twig rename to web/core/themes/classy/templates/form/datetime-form.html.twig diff --git a/core/themes/classy/templates/form/datetime-wrapper.html.twig b/web/core/themes/classy/templates/form/datetime-wrapper.html.twig similarity index 100% rename from core/themes/classy/templates/form/datetime-wrapper.html.twig rename to web/core/themes/classy/templates/form/datetime-wrapper.html.twig diff --git a/core/themes/classy/templates/form/details.html.twig b/web/core/themes/classy/templates/form/details.html.twig similarity index 100% rename from core/themes/classy/templates/form/details.html.twig rename to web/core/themes/classy/templates/form/details.html.twig diff --git a/core/themes/classy/templates/form/dropbutton-wrapper.html.twig b/web/core/themes/classy/templates/form/dropbutton-wrapper.html.twig similarity index 100% rename from core/themes/classy/templates/form/dropbutton-wrapper.html.twig rename to web/core/themes/classy/templates/form/dropbutton-wrapper.html.twig diff --git a/core/themes/classy/templates/form/field-multiple-value-form.html.twig b/web/core/themes/classy/templates/form/field-multiple-value-form.html.twig similarity index 100% rename from core/themes/classy/templates/form/field-multiple-value-form.html.twig rename to web/core/themes/classy/templates/form/field-multiple-value-form.html.twig diff --git a/core/themes/classy/templates/form/fieldset.html.twig b/web/core/themes/classy/templates/form/fieldset.html.twig similarity index 100% rename from core/themes/classy/templates/form/fieldset.html.twig rename to web/core/themes/classy/templates/form/fieldset.html.twig diff --git a/core/themes/classy/templates/form/form-element-label.html.twig b/web/core/themes/classy/templates/form/form-element-label.html.twig similarity index 100% rename from core/themes/classy/templates/form/form-element-label.html.twig rename to web/core/themes/classy/templates/form/form-element-label.html.twig diff --git a/core/themes/classy/templates/form/form-element.html.twig b/web/core/themes/classy/templates/form/form-element.html.twig similarity index 100% rename from core/themes/classy/templates/form/form-element.html.twig rename to web/core/themes/classy/templates/form/form-element.html.twig diff --git a/core/themes/classy/templates/form/form.html.twig b/web/core/themes/classy/templates/form/form.html.twig similarity index 100% rename from core/themes/classy/templates/form/form.html.twig rename to web/core/themes/classy/templates/form/form.html.twig diff --git a/core/themes/classy/templates/form/input.html.twig b/web/core/themes/classy/templates/form/input.html.twig similarity index 100% rename from core/themes/classy/templates/form/input.html.twig rename to web/core/themes/classy/templates/form/input.html.twig diff --git a/core/themes/classy/templates/form/radios.html.twig b/web/core/themes/classy/templates/form/radios.html.twig similarity index 100% rename from core/themes/classy/templates/form/radios.html.twig rename to web/core/themes/classy/templates/form/radios.html.twig diff --git a/core/themes/classy/templates/form/select.html.twig b/web/core/themes/classy/templates/form/select.html.twig similarity index 100% rename from core/themes/classy/templates/form/select.html.twig rename to web/core/themes/classy/templates/form/select.html.twig diff --git a/core/themes/classy/templates/form/textarea.html.twig b/web/core/themes/classy/templates/form/textarea.html.twig similarity index 100% rename from core/themes/classy/templates/form/textarea.html.twig rename to web/core/themes/classy/templates/form/textarea.html.twig diff --git a/core/themes/classy/templates/layout/book-export-html.html.twig b/web/core/themes/classy/templates/layout/book-export-html.html.twig similarity index 100% rename from core/themes/classy/templates/layout/book-export-html.html.twig rename to web/core/themes/classy/templates/layout/book-export-html.html.twig diff --git a/core/themes/classy/templates/layout/html.html.twig b/web/core/themes/classy/templates/layout/html.html.twig similarity index 100% rename from core/themes/classy/templates/layout/html.html.twig rename to web/core/themes/classy/templates/layout/html.html.twig diff --git a/core/themes/classy/templates/layout/maintenance-page.html.twig b/web/core/themes/classy/templates/layout/maintenance-page.html.twig similarity index 100% rename from core/themes/classy/templates/layout/maintenance-page.html.twig rename to web/core/themes/classy/templates/layout/maintenance-page.html.twig diff --git a/core/themes/classy/templates/layout/page.html.twig b/web/core/themes/classy/templates/layout/page.html.twig similarity index 100% rename from core/themes/classy/templates/layout/page.html.twig rename to web/core/themes/classy/templates/layout/page.html.twig diff --git a/core/themes/classy/templates/layout/region.html.twig b/web/core/themes/classy/templates/layout/region.html.twig similarity index 100% rename from core/themes/classy/templates/layout/region.html.twig rename to web/core/themes/classy/templates/layout/region.html.twig diff --git a/core/themes/classy/templates/misc/help-section.html.twig b/web/core/themes/classy/templates/misc/help-section.html.twig similarity index 100% rename from core/themes/classy/templates/misc/help-section.html.twig rename to web/core/themes/classy/templates/misc/help-section.html.twig diff --git a/core/themes/classy/templates/misc/progress-bar.html.twig b/web/core/themes/classy/templates/misc/progress-bar.html.twig similarity index 100% rename from core/themes/classy/templates/misc/progress-bar.html.twig rename to web/core/themes/classy/templates/misc/progress-bar.html.twig diff --git a/core/themes/classy/templates/misc/rdf-metadata.html.twig b/web/core/themes/classy/templates/misc/rdf-metadata.html.twig similarity index 100% rename from core/themes/classy/templates/misc/rdf-metadata.html.twig rename to web/core/themes/classy/templates/misc/rdf-metadata.html.twig diff --git a/core/themes/classy/templates/misc/status-messages.html.twig b/web/core/themes/classy/templates/misc/status-messages.html.twig similarity index 100% rename from core/themes/classy/templates/misc/status-messages.html.twig rename to web/core/themes/classy/templates/misc/status-messages.html.twig diff --git a/core/themes/classy/templates/navigation/book-all-books-block.html.twig b/web/core/themes/classy/templates/navigation/book-all-books-block.html.twig similarity index 100% rename from core/themes/classy/templates/navigation/book-all-books-block.html.twig rename to web/core/themes/classy/templates/navigation/book-all-books-block.html.twig diff --git a/core/themes/classy/templates/navigation/book-navigation.html.twig b/web/core/themes/classy/templates/navigation/book-navigation.html.twig similarity index 100% rename from core/themes/classy/templates/navigation/book-navigation.html.twig rename to web/core/themes/classy/templates/navigation/book-navigation.html.twig diff --git a/core/themes/classy/templates/navigation/book-tree.html.twig b/web/core/themes/classy/templates/navigation/book-tree.html.twig similarity index 100% rename from core/themes/classy/templates/navigation/book-tree.html.twig rename to web/core/themes/classy/templates/navigation/book-tree.html.twig diff --git a/core/themes/classy/templates/navigation/breadcrumb.html.twig b/web/core/themes/classy/templates/navigation/breadcrumb.html.twig similarity index 100% rename from core/themes/classy/templates/navigation/breadcrumb.html.twig rename to web/core/themes/classy/templates/navigation/breadcrumb.html.twig diff --git a/core/themes/classy/templates/navigation/links.html.twig b/web/core/themes/classy/templates/navigation/links.html.twig similarity index 100% rename from core/themes/classy/templates/navigation/links.html.twig rename to web/core/themes/classy/templates/navigation/links.html.twig diff --git a/core/themes/classy/templates/navigation/menu-local-action.html.twig b/web/core/themes/classy/templates/navigation/menu-local-action.html.twig similarity index 100% rename from core/themes/classy/templates/navigation/menu-local-action.html.twig rename to web/core/themes/classy/templates/navigation/menu-local-action.html.twig diff --git a/core/themes/classy/templates/navigation/menu-local-task.html.twig b/web/core/themes/classy/templates/navigation/menu-local-task.html.twig similarity index 100% rename from core/themes/classy/templates/navigation/menu-local-task.html.twig rename to web/core/themes/classy/templates/navigation/menu-local-task.html.twig diff --git a/core/themes/classy/templates/navigation/menu-local-tasks.html.twig b/web/core/themes/classy/templates/navigation/menu-local-tasks.html.twig similarity index 100% rename from core/themes/classy/templates/navigation/menu-local-tasks.html.twig rename to web/core/themes/classy/templates/navigation/menu-local-tasks.html.twig diff --git a/core/themes/classy/templates/navigation/menu.html.twig b/web/core/themes/classy/templates/navigation/menu.html.twig similarity index 100% rename from core/themes/classy/templates/navigation/menu.html.twig rename to web/core/themes/classy/templates/navigation/menu.html.twig diff --git a/core/themes/classy/templates/navigation/pager.html.twig b/web/core/themes/classy/templates/navigation/pager.html.twig similarity index 100% rename from core/themes/classy/templates/navigation/pager.html.twig rename to web/core/themes/classy/templates/navigation/pager.html.twig diff --git a/core/themes/classy/templates/navigation/toolbar.html.twig b/web/core/themes/classy/templates/navigation/toolbar.html.twig similarity index 100% rename from core/themes/classy/templates/navigation/toolbar.html.twig rename to web/core/themes/classy/templates/navigation/toolbar.html.twig diff --git a/core/themes/classy/templates/navigation/vertical-tabs.html.twig b/web/core/themes/classy/templates/navigation/vertical-tabs.html.twig similarity index 100% rename from core/themes/classy/templates/navigation/vertical-tabs.html.twig rename to web/core/themes/classy/templates/navigation/vertical-tabs.html.twig diff --git a/core/themes/classy/templates/user/forum-submitted.html.twig b/web/core/themes/classy/templates/user/forum-submitted.html.twig similarity index 100% rename from core/themes/classy/templates/user/forum-submitted.html.twig rename to web/core/themes/classy/templates/user/forum-submitted.html.twig diff --git a/core/themes/classy/templates/user/user.html.twig b/web/core/themes/classy/templates/user/user.html.twig similarity index 100% rename from core/themes/classy/templates/user/user.html.twig rename to web/core/themes/classy/templates/user/user.html.twig diff --git a/core/themes/classy/templates/user/username.html.twig b/web/core/themes/classy/templates/user/username.html.twig similarity index 100% rename from core/themes/classy/templates/user/username.html.twig rename to web/core/themes/classy/templates/user/username.html.twig diff --git a/core/themes/classy/templates/views/views-exposed-form.html.twig b/web/core/themes/classy/templates/views/views-exposed-form.html.twig similarity index 100% rename from core/themes/classy/templates/views/views-exposed-form.html.twig rename to web/core/themes/classy/templates/views/views-exposed-form.html.twig diff --git a/core/themes/classy/templates/views/views-mini-pager.html.twig b/web/core/themes/classy/templates/views/views-mini-pager.html.twig similarity index 100% rename from core/themes/classy/templates/views/views-mini-pager.html.twig rename to web/core/themes/classy/templates/views/views-mini-pager.html.twig diff --git a/core/themes/classy/templates/views/views-view-grid.html.twig b/web/core/themes/classy/templates/views/views-view-grid.html.twig similarity index 100% rename from core/themes/classy/templates/views/views-view-grid.html.twig rename to web/core/themes/classy/templates/views/views-view-grid.html.twig diff --git a/core/themes/classy/templates/views/views-view-grouping.html.twig b/web/core/themes/classy/templates/views/views-view-grouping.html.twig similarity index 100% rename from core/themes/classy/templates/views/views-view-grouping.html.twig rename to web/core/themes/classy/templates/views/views-view-grouping.html.twig diff --git a/core/themes/classy/templates/views/views-view-list.html.twig b/web/core/themes/classy/templates/views/views-view-list.html.twig similarity index 100% rename from core/themes/classy/templates/views/views-view-list.html.twig rename to web/core/themes/classy/templates/views/views-view-list.html.twig diff --git a/core/themes/classy/templates/views/views-view-mapping-test.html.twig b/web/core/themes/classy/templates/views/views-view-mapping-test.html.twig similarity index 100% rename from core/themes/classy/templates/views/views-view-mapping-test.html.twig rename to web/core/themes/classy/templates/views/views-view-mapping-test.html.twig diff --git a/core/themes/classy/templates/views/views-view-opml.html.twig b/web/core/themes/classy/templates/views/views-view-opml.html.twig similarity index 100% rename from core/themes/classy/templates/views/views-view-opml.html.twig rename to web/core/themes/classy/templates/views/views-view-opml.html.twig diff --git a/core/themes/classy/templates/views/views-view-row-opml.html.twig b/web/core/themes/classy/templates/views/views-view-row-opml.html.twig similarity index 100% rename from core/themes/classy/templates/views/views-view-row-opml.html.twig rename to web/core/themes/classy/templates/views/views-view-row-opml.html.twig diff --git a/core/themes/classy/templates/views/views-view-row-rss.html.twig b/web/core/themes/classy/templates/views/views-view-row-rss.html.twig similarity index 100% rename from core/themes/classy/templates/views/views-view-row-rss.html.twig rename to web/core/themes/classy/templates/views/views-view-row-rss.html.twig diff --git a/core/themes/classy/templates/views/views-view-rss.html.twig b/web/core/themes/classy/templates/views/views-view-rss.html.twig similarity index 100% rename from core/themes/classy/templates/views/views-view-rss.html.twig rename to web/core/themes/classy/templates/views/views-view-rss.html.twig diff --git a/core/themes/classy/templates/views/views-view-summary-unformatted.html.twig b/web/core/themes/classy/templates/views/views-view-summary-unformatted.html.twig similarity index 100% rename from core/themes/classy/templates/views/views-view-summary-unformatted.html.twig rename to web/core/themes/classy/templates/views/views-view-summary-unformatted.html.twig diff --git a/core/themes/classy/templates/views/views-view-summary.html.twig b/web/core/themes/classy/templates/views/views-view-summary.html.twig similarity index 100% rename from core/themes/classy/templates/views/views-view-summary.html.twig rename to web/core/themes/classy/templates/views/views-view-summary.html.twig diff --git a/core/themes/classy/templates/views/views-view-table.html.twig b/web/core/themes/classy/templates/views/views-view-table.html.twig similarity index 100% rename from core/themes/classy/templates/views/views-view-table.html.twig rename to web/core/themes/classy/templates/views/views-view-table.html.twig diff --git a/core/themes/classy/templates/views/views-view-unformatted.html.twig b/web/core/themes/classy/templates/views/views-view-unformatted.html.twig similarity index 100% rename from core/themes/classy/templates/views/views-view-unformatted.html.twig rename to web/core/themes/classy/templates/views/views-view-unformatted.html.twig diff --git a/core/themes/classy/templates/views/views-view.html.twig b/web/core/themes/classy/templates/views/views-view.html.twig similarity index 100% rename from core/themes/classy/templates/views/views-view.html.twig rename to web/core/themes/classy/templates/views/views-view.html.twig diff --git a/core/themes/engines/twig/twig.engine b/web/core/themes/engines/twig/twig.engine similarity index 100% rename from core/themes/engines/twig/twig.engine rename to web/core/themes/engines/twig/twig.engine diff --git a/core/themes/engines/twig/twig.info.yml b/web/core/themes/engines/twig/twig.info.yml similarity index 100% rename from core/themes/engines/twig/twig.info.yml rename to web/core/themes/engines/twig/twig.info.yml diff --git a/core/themes/seven/config/schema/seven.schema.yml b/web/core/themes/seven/config/schema/seven.schema.yml similarity index 100% rename from core/themes/seven/config/schema/seven.schema.yml rename to web/core/themes/seven/config/schema/seven.schema.yml diff --git a/core/themes/seven/css/base/elements.css b/web/core/themes/seven/css/base/elements.css similarity index 100% rename from core/themes/seven/css/base/elements.css rename to web/core/themes/seven/css/base/elements.css diff --git a/core/themes/seven/css/base/print.css b/web/core/themes/seven/css/base/print.css similarity index 100% rename from core/themes/seven/css/base/print.css rename to web/core/themes/seven/css/base/print.css diff --git a/core/themes/seven/css/base/typography.css b/web/core/themes/seven/css/base/typography.css similarity index 100% rename from core/themes/seven/css/base/typography.css rename to web/core/themes/seven/css/base/typography.css diff --git a/core/themes/seven/css/components/admin-list.css b/web/core/themes/seven/css/components/admin-list.css similarity index 100% rename from core/themes/seven/css/components/admin-list.css rename to web/core/themes/seven/css/components/admin-list.css diff --git a/core/themes/seven/css/components/breadcrumb.css b/web/core/themes/seven/css/components/breadcrumb.css similarity index 100% rename from core/themes/seven/css/components/breadcrumb.css rename to web/core/themes/seven/css/components/breadcrumb.css diff --git a/core/themes/seven/css/components/buttons.css b/web/core/themes/seven/css/components/buttons.css similarity index 100% rename from core/themes/seven/css/components/buttons.css rename to web/core/themes/seven/css/components/buttons.css diff --git a/core/themes/seven/css/components/colors.css b/web/core/themes/seven/css/components/colors.css similarity index 100% rename from core/themes/seven/css/components/colors.css rename to web/core/themes/seven/css/components/colors.css diff --git a/core/themes/seven/css/components/content-header.css b/web/core/themes/seven/css/components/content-header.css similarity index 100% rename from core/themes/seven/css/components/content-header.css rename to web/core/themes/seven/css/components/content-header.css diff --git a/core/themes/seven/css/components/dialog.css b/web/core/themes/seven/css/components/dialog.css similarity index 100% rename from core/themes/seven/css/components/dialog.css rename to web/core/themes/seven/css/components/dialog.css diff --git a/core/themes/seven/css/components/dropbutton.component.css b/web/core/themes/seven/css/components/dropbutton.component.css similarity index 100% rename from core/themes/seven/css/components/dropbutton.component.css rename to web/core/themes/seven/css/components/dropbutton.component.css diff --git a/core/themes/seven/css/components/entity-meta.css b/web/core/themes/seven/css/components/entity-meta.css similarity index 100% rename from core/themes/seven/css/components/entity-meta.css rename to web/core/themes/seven/css/components/entity-meta.css diff --git a/core/themes/seven/css/components/field-ui.css b/web/core/themes/seven/css/components/field-ui.css similarity index 100% rename from core/themes/seven/css/components/field-ui.css rename to web/core/themes/seven/css/components/field-ui.css diff --git a/core/themes/seven/css/components/form.css b/web/core/themes/seven/css/components/form.css similarity index 100% rename from core/themes/seven/css/components/form.css rename to web/core/themes/seven/css/components/form.css diff --git a/core/themes/seven/css/components/help.css b/web/core/themes/seven/css/components/help.css similarity index 100% rename from core/themes/seven/css/components/help.css rename to web/core/themes/seven/css/components/help.css diff --git a/core/themes/seven/css/components/jquery.ui/theme.css b/web/core/themes/seven/css/components/jquery.ui/theme.css similarity index 100% rename from core/themes/seven/css/components/jquery.ui/theme.css rename to web/core/themes/seven/css/components/jquery.ui/theme.css diff --git a/core/themes/seven/css/components/menus-and-lists.css b/web/core/themes/seven/css/components/menus-and-lists.css similarity index 100% rename from core/themes/seven/css/components/menus-and-lists.css rename to web/core/themes/seven/css/components/menus-and-lists.css diff --git a/core/themes/seven/css/components/messages.css b/web/core/themes/seven/css/components/messages.css similarity index 100% rename from core/themes/seven/css/components/messages.css rename to web/core/themes/seven/css/components/messages.css diff --git a/core/themes/seven/css/components/modules-page.css b/web/core/themes/seven/css/components/modules-page.css similarity index 100% rename from core/themes/seven/css/components/modules-page.css rename to web/core/themes/seven/css/components/modules-page.css diff --git a/core/themes/seven/css/components/node.css b/web/core/themes/seven/css/components/node.css similarity index 100% rename from core/themes/seven/css/components/node.css rename to web/core/themes/seven/css/components/node.css diff --git a/core/themes/seven/css/components/page-title.css b/web/core/themes/seven/css/components/page-title.css similarity index 100% rename from core/themes/seven/css/components/page-title.css rename to web/core/themes/seven/css/components/page-title.css diff --git a/core/themes/seven/css/components/pager.css b/web/core/themes/seven/css/components/pager.css similarity index 100% rename from core/themes/seven/css/components/pager.css rename to web/core/themes/seven/css/components/pager.css diff --git a/core/themes/seven/css/components/panel.css b/web/core/themes/seven/css/components/panel.css similarity index 100% rename from core/themes/seven/css/components/panel.css rename to web/core/themes/seven/css/components/panel.css diff --git a/core/themes/seven/css/components/quickedit.css b/web/core/themes/seven/css/components/quickedit.css similarity index 100% rename from core/themes/seven/css/components/quickedit.css rename to web/core/themes/seven/css/components/quickedit.css diff --git a/core/themes/seven/css/components/search-admin-settings.css b/web/core/themes/seven/css/components/search-admin-settings.css similarity index 100% rename from core/themes/seven/css/components/search-admin-settings.css rename to web/core/themes/seven/css/components/search-admin-settings.css diff --git a/core/themes/seven/css/components/skip-link.css b/web/core/themes/seven/css/components/skip-link.css similarity index 100% rename from core/themes/seven/css/components/skip-link.css rename to web/core/themes/seven/css/components/skip-link.css diff --git a/core/themes/seven/css/components/system-status-report.css b/web/core/themes/seven/css/components/system-status-report.css similarity index 100% rename from core/themes/seven/css/components/system-status-report.css rename to web/core/themes/seven/css/components/system-status-report.css diff --git a/core/themes/seven/css/components/tables.css b/web/core/themes/seven/css/components/tables.css similarity index 100% rename from core/themes/seven/css/components/tables.css rename to web/core/themes/seven/css/components/tables.css diff --git a/core/themes/seven/css/components/tablesort-indicator.css b/web/core/themes/seven/css/components/tablesort-indicator.css similarity index 100% rename from core/themes/seven/css/components/tablesort-indicator.css rename to web/core/themes/seven/css/components/tablesort-indicator.css diff --git a/core/themes/seven/css/components/tabs.css b/web/core/themes/seven/css/components/tabs.css similarity index 100% rename from core/themes/seven/css/components/tabs.css rename to web/core/themes/seven/css/components/tabs.css diff --git a/core/themes/seven/css/components/tour.theme.css b/web/core/themes/seven/css/components/tour.theme.css similarity index 100% rename from core/themes/seven/css/components/tour.theme.css rename to web/core/themes/seven/css/components/tour.theme.css diff --git a/core/themes/seven/css/components/vertical-tabs.css b/web/core/themes/seven/css/components/vertical-tabs.css similarity index 100% rename from core/themes/seven/css/components/vertical-tabs.css rename to web/core/themes/seven/css/components/vertical-tabs.css diff --git a/core/themes/seven/css/components/views-ui.css b/web/core/themes/seven/css/components/views-ui.css similarity index 100% rename from core/themes/seven/css/components/views-ui.css rename to web/core/themes/seven/css/components/views-ui.css diff --git a/core/themes/seven/css/layout/layout.css b/web/core/themes/seven/css/layout/layout.css similarity index 100% rename from core/themes/seven/css/layout/layout.css rename to web/core/themes/seven/css/layout/layout.css diff --git a/core/themes/seven/css/layout/node-add.css b/web/core/themes/seven/css/layout/node-add.css similarity index 100% rename from core/themes/seven/css/layout/node-add.css rename to web/core/themes/seven/css/layout/node-add.css diff --git a/core/themes/seven/css/theme/ckeditor-dialog.css b/web/core/themes/seven/css/theme/ckeditor-dialog.css similarity index 100% rename from core/themes/seven/css/theme/ckeditor-dialog.css rename to web/core/themes/seven/css/theme/ckeditor-dialog.css diff --git a/core/themes/seven/css/theme/install-page.css b/web/core/themes/seven/css/theme/install-page.css similarity index 100% rename from core/themes/seven/css/theme/install-page.css rename to web/core/themes/seven/css/theme/install-page.css diff --git a/core/themes/seven/css/theme/maintenance-page.css b/web/core/themes/seven/css/theme/maintenance-page.css similarity index 100% rename from core/themes/seven/css/theme/maintenance-page.css rename to web/core/themes/seven/css/theme/maintenance-page.css diff --git a/core/themes/seven/images/noise-low.png b/web/core/themes/seven/images/noise-low.png similarity index 100% rename from core/themes/seven/images/noise-low.png rename to web/core/themes/seven/images/noise-low.png diff --git a/core/themes/seven/images/ui-icons-222222-256x240.png b/web/core/themes/seven/images/ui-icons-222222-256x240.png similarity index 100% rename from core/themes/seven/images/ui-icons-222222-256x240.png rename to web/core/themes/seven/images/ui-icons-222222-256x240.png diff --git a/core/themes/seven/images/ui-icons-454545-256x240.png b/web/core/themes/seven/images/ui-icons-454545-256x240.png similarity index 100% rename from core/themes/seven/images/ui-icons-454545-256x240.png rename to web/core/themes/seven/images/ui-icons-454545-256x240.png diff --git a/core/themes/seven/images/ui-icons-800000-256x240.png b/web/core/themes/seven/images/ui-icons-800000-256x240.png similarity index 100% rename from core/themes/seven/images/ui-icons-800000-256x240.png rename to web/core/themes/seven/images/ui-icons-800000-256x240.png diff --git a/core/themes/seven/images/ui-icons-888888-256x240.png b/web/core/themes/seven/images/ui-icons-888888-256x240.png similarity index 100% rename from core/themes/seven/images/ui-icons-888888-256x240.png rename to web/core/themes/seven/images/ui-icons-888888-256x240.png diff --git a/core/themes/seven/images/ui-icons-ffffff-256x240.png b/web/core/themes/seven/images/ui-icons-ffffff-256x240.png similarity index 100% rename from core/themes/seven/images/ui-icons-ffffff-256x240.png rename to web/core/themes/seven/images/ui-icons-ffffff-256x240.png diff --git a/core/themes/seven/js/mobile.install.js b/web/core/themes/seven/js/mobile.install.js similarity index 100% rename from core/themes/seven/js/mobile.install.js rename to web/core/themes/seven/js/mobile.install.js diff --git a/core/themes/seven/js/nav-tabs.js b/web/core/themes/seven/js/nav-tabs.js similarity index 100% rename from core/themes/seven/js/nav-tabs.js rename to web/core/themes/seven/js/nav-tabs.js diff --git a/core/themes/seven/logo.svg b/web/core/themes/seven/logo.svg similarity index 100% rename from core/themes/seven/logo.svg rename to web/core/themes/seven/logo.svg diff --git a/core/themes/seven/screenshot.png b/web/core/themes/seven/screenshot.png similarity index 100% rename from core/themes/seven/screenshot.png rename to web/core/themes/seven/screenshot.png diff --git a/core/themes/seven/seven.breakpoints.yml b/web/core/themes/seven/seven.breakpoints.yml similarity index 100% rename from core/themes/seven/seven.breakpoints.yml rename to web/core/themes/seven/seven.breakpoints.yml diff --git a/core/themes/seven/seven.info.yml b/web/core/themes/seven/seven.info.yml similarity index 100% rename from core/themes/seven/seven.info.yml rename to web/core/themes/seven/seven.info.yml diff --git a/core/themes/seven/seven.libraries.yml b/web/core/themes/seven/seven.libraries.yml similarity index 100% rename from core/themes/seven/seven.libraries.yml rename to web/core/themes/seven/seven.libraries.yml diff --git a/core/themes/seven/seven.theme b/web/core/themes/seven/seven.theme similarity index 100% rename from core/themes/seven/seven.theme rename to web/core/themes/seven/seven.theme diff --git a/core/themes/seven/templates/admin-block-content.html.twig b/web/core/themes/seven/templates/admin-block-content.html.twig similarity index 100% rename from core/themes/seven/templates/admin-block-content.html.twig rename to web/core/themes/seven/templates/admin-block-content.html.twig diff --git a/core/themes/seven/templates/block--local-actions-block.html.twig b/web/core/themes/seven/templates/block--local-actions-block.html.twig similarity index 100% rename from core/themes/seven/templates/block--local-actions-block.html.twig rename to web/core/themes/seven/templates/block--local-actions-block.html.twig diff --git a/core/themes/seven/templates/block-content-add-list.html.twig b/web/core/themes/seven/templates/block-content-add-list.html.twig similarity index 100% rename from core/themes/seven/templates/block-content-add-list.html.twig rename to web/core/themes/seven/templates/block-content-add-list.html.twig diff --git a/core/themes/seven/templates/entity-add-list.html.twig b/web/core/themes/seven/templates/entity-add-list.html.twig similarity index 100% rename from core/themes/seven/templates/entity-add-list.html.twig rename to web/core/themes/seven/templates/entity-add-list.html.twig diff --git a/core/themes/seven/templates/install-page.html.twig b/web/core/themes/seven/templates/install-page.html.twig similarity index 100% rename from core/themes/seven/templates/install-page.html.twig rename to web/core/themes/seven/templates/install-page.html.twig diff --git a/core/themes/seven/templates/maintenance-page.html.twig b/web/core/themes/seven/templates/maintenance-page.html.twig similarity index 100% rename from core/themes/seven/templates/maintenance-page.html.twig rename to web/core/themes/seven/templates/maintenance-page.html.twig diff --git a/core/themes/seven/templates/menu-local-tasks.html.twig b/web/core/themes/seven/templates/menu-local-tasks.html.twig similarity index 100% rename from core/themes/seven/templates/menu-local-tasks.html.twig rename to web/core/themes/seven/templates/menu-local-tasks.html.twig diff --git a/core/themes/seven/templates/node-add-list.html.twig b/web/core/themes/seven/templates/node-add-list.html.twig similarity index 100% rename from core/themes/seven/templates/node-add-list.html.twig rename to web/core/themes/seven/templates/node-add-list.html.twig diff --git a/core/themes/seven/templates/page.html.twig b/web/core/themes/seven/templates/page.html.twig similarity index 100% rename from core/themes/seven/templates/page.html.twig rename to web/core/themes/seven/templates/page.html.twig diff --git a/core/themes/stable/README.txt b/web/core/themes/stable/README.txt similarity index 100% rename from core/themes/stable/README.txt rename to web/core/themes/stable/README.txt diff --git a/core/themes/stable/css/block/block.admin.css b/web/core/themes/stable/css/block/block.admin.css similarity index 100% rename from core/themes/stable/css/block/block.admin.css rename to web/core/themes/stable/css/block/block.admin.css diff --git a/core/themes/stable/css/ckeditor/ckeditor-iframe.css b/web/core/themes/stable/css/ckeditor/ckeditor-iframe.css similarity index 100% rename from core/themes/stable/css/ckeditor/ckeditor-iframe.css rename to web/core/themes/stable/css/ckeditor/ckeditor-iframe.css diff --git a/core/themes/stable/css/ckeditor/ckeditor.admin.css b/web/core/themes/stable/css/ckeditor/ckeditor.admin.css similarity index 100% rename from core/themes/stable/css/ckeditor/ckeditor.admin.css rename to web/core/themes/stable/css/ckeditor/ckeditor.admin.css diff --git a/core/themes/stable/css/ckeditor/ckeditor.css b/web/core/themes/stable/css/ckeditor/ckeditor.css similarity index 100% rename from core/themes/stable/css/ckeditor/ckeditor.css rename to web/core/themes/stable/css/ckeditor/ckeditor.css diff --git a/core/themes/stable/css/ckeditor/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css b/web/core/themes/stable/css/ckeditor/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css similarity index 100% rename from core/themes/stable/css/ckeditor/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css rename to web/core/themes/stable/css/ckeditor/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css diff --git a/core/themes/stable/css/ckeditor/plugins/language/ckeditor.language.css b/web/core/themes/stable/css/ckeditor/plugins/language/ckeditor.language.css similarity index 100% rename from core/themes/stable/css/ckeditor/plugins/language/ckeditor.language.css rename to web/core/themes/stable/css/ckeditor/plugins/language/ckeditor.language.css diff --git a/core/themes/stable/css/color/color.admin.css b/web/core/themes/stable/css/color/color.admin.css similarity index 100% rename from core/themes/stable/css/color/color.admin.css rename to web/core/themes/stable/css/color/color.admin.css diff --git a/core/themes/stable/css/config_translation/config_translation.admin.css b/web/core/themes/stable/css/config_translation/config_translation.admin.css similarity index 100% rename from core/themes/stable/css/config_translation/config_translation.admin.css rename to web/core/themes/stable/css/config_translation/config_translation.admin.css diff --git a/core/themes/stable/css/content_translation/content_translation.admin.css b/web/core/themes/stable/css/content_translation/content_translation.admin.css similarity index 100% rename from core/themes/stable/css/content_translation/content_translation.admin.css rename to web/core/themes/stable/css/content_translation/content_translation.admin.css diff --git a/core/themes/stable/css/contextual/contextual.icons.theme.css b/web/core/themes/stable/css/contextual/contextual.icons.theme.css similarity index 100% rename from core/themes/stable/css/contextual/contextual.icons.theme.css rename to web/core/themes/stable/css/contextual/contextual.icons.theme.css diff --git a/core/themes/stable/css/contextual/contextual.module.css b/web/core/themes/stable/css/contextual/contextual.module.css similarity index 100% rename from core/themes/stable/css/contextual/contextual.module.css rename to web/core/themes/stable/css/contextual/contextual.module.css diff --git a/core/themes/stable/css/contextual/contextual.theme.css b/web/core/themes/stable/css/contextual/contextual.theme.css similarity index 100% rename from core/themes/stable/css/contextual/contextual.theme.css rename to web/core/themes/stable/css/contextual/contextual.theme.css diff --git a/core/themes/stable/css/contextual/contextual.toolbar.css b/web/core/themes/stable/css/contextual/contextual.toolbar.css similarity index 100% rename from core/themes/stable/css/contextual/contextual.toolbar.css rename to web/core/themes/stable/css/contextual/contextual.toolbar.css diff --git a/core/themes/stable/css/core/dropbutton/dropbutton.css b/web/core/themes/stable/css/core/dropbutton/dropbutton.css similarity index 100% rename from core/themes/stable/css/core/dropbutton/dropbutton.css rename to web/core/themes/stable/css/core/dropbutton/dropbutton.css diff --git a/core/themes/stable/css/core/print.css b/web/core/themes/stable/css/core/print.css similarity index 100% rename from core/themes/stable/css/core/print.css rename to web/core/themes/stable/css/core/print.css diff --git a/core/themes/stable/css/core/vertical-tabs.css b/web/core/themes/stable/css/core/vertical-tabs.css similarity index 100% rename from core/themes/stable/css/core/vertical-tabs.css rename to web/core/themes/stable/css/core/vertical-tabs.css diff --git a/core/themes/stable/css/dblog/dblog.module.css b/web/core/themes/stable/css/dblog/dblog.module.css similarity index 100% rename from core/themes/stable/css/dblog/dblog.module.css rename to web/core/themes/stable/css/dblog/dblog.module.css diff --git a/core/themes/stable/css/field_ui/field_ui.admin.css b/web/core/themes/stable/css/field_ui/field_ui.admin.css similarity index 100% rename from core/themes/stable/css/field_ui/field_ui.admin.css rename to web/core/themes/stable/css/field_ui/field_ui.admin.css diff --git a/core/themes/stable/css/file/file.admin.css b/web/core/themes/stable/css/file/file.admin.css similarity index 100% rename from core/themes/stable/css/file/file.admin.css rename to web/core/themes/stable/css/file/file.admin.css diff --git a/core/themes/stable/css/filter/filter.admin.css b/web/core/themes/stable/css/filter/filter.admin.css similarity index 100% rename from core/themes/stable/css/filter/filter.admin.css rename to web/core/themes/stable/css/filter/filter.admin.css diff --git a/core/themes/stable/css/filter/filter.caption.css b/web/core/themes/stable/css/filter/filter.caption.css similarity index 100% rename from core/themes/stable/css/filter/filter.caption.css rename to web/core/themes/stable/css/filter/filter.caption.css diff --git a/core/themes/stable/css/image/image.admin.css b/web/core/themes/stable/css/image/image.admin.css similarity index 100% rename from core/themes/stable/css/image/image.admin.css rename to web/core/themes/stable/css/image/image.admin.css diff --git a/core/themes/stable/css/language/language.admin.css b/web/core/themes/stable/css/language/language.admin.css similarity index 100% rename from core/themes/stable/css/language/language.admin.css rename to web/core/themes/stable/css/language/language.admin.css diff --git a/core/themes/stable/css/locale/locale.admin.css b/web/core/themes/stable/css/locale/locale.admin.css similarity index 100% rename from core/themes/stable/css/locale/locale.admin.css rename to web/core/themes/stable/css/locale/locale.admin.css diff --git a/core/themes/stable/css/menu_ui/menu_ui.admin.css b/web/core/themes/stable/css/menu_ui/menu_ui.admin.css similarity index 100% rename from core/themes/stable/css/menu_ui/menu_ui.admin.css rename to web/core/themes/stable/css/menu_ui/menu_ui.admin.css diff --git a/core/themes/stable/css/node/node.admin.css b/web/core/themes/stable/css/node/node.admin.css similarity index 100% rename from core/themes/stable/css/node/node.admin.css rename to web/core/themes/stable/css/node/node.admin.css diff --git a/core/themes/stable/css/node/node.module.css b/web/core/themes/stable/css/node/node.module.css similarity index 100% rename from core/themes/stable/css/node/node.module.css rename to web/core/themes/stable/css/node/node.module.css diff --git a/core/themes/stable/css/node/node.preview.css b/web/core/themes/stable/css/node/node.preview.css similarity index 100% rename from core/themes/stable/css/node/node.preview.css rename to web/core/themes/stable/css/node/node.preview.css diff --git a/core/themes/stable/css/quickedit/quickedit.icons.theme.css b/web/core/themes/stable/css/quickedit/quickedit.icons.theme.css similarity index 100% rename from core/themes/stable/css/quickedit/quickedit.icons.theme.css rename to web/core/themes/stable/css/quickedit/quickedit.icons.theme.css diff --git a/core/themes/stable/css/quickedit/quickedit.module.css b/web/core/themes/stable/css/quickedit/quickedit.module.css similarity index 100% rename from core/themes/stable/css/quickedit/quickedit.module.css rename to web/core/themes/stable/css/quickedit/quickedit.module.css diff --git a/core/themes/stable/css/quickedit/quickedit.theme.css b/web/core/themes/stable/css/quickedit/quickedit.theme.css similarity index 100% rename from core/themes/stable/css/quickedit/quickedit.theme.css rename to web/core/themes/stable/css/quickedit/quickedit.theme.css diff --git a/core/themes/stable/css/shortcut/shortcut.icons.theme.css b/web/core/themes/stable/css/shortcut/shortcut.icons.theme.css similarity index 100% rename from core/themes/stable/css/shortcut/shortcut.icons.theme.css rename to web/core/themes/stable/css/shortcut/shortcut.icons.theme.css diff --git a/core/themes/stable/css/shortcut/shortcut.theme.css b/web/core/themes/stable/css/shortcut/shortcut.theme.css similarity index 100% rename from core/themes/stable/css/shortcut/shortcut.theme.css rename to web/core/themes/stable/css/shortcut/shortcut.theme.css diff --git a/core/themes/stable/css/simpletest/simpletest.module.css b/web/core/themes/stable/css/simpletest/simpletest.module.css similarity index 100% rename from core/themes/stable/css/simpletest/simpletest.module.css rename to web/core/themes/stable/css/simpletest/simpletest.module.css diff --git a/core/themes/stable/css/system/components/ajax-progress.module.css b/web/core/themes/stable/css/system/components/ajax-progress.module.css similarity index 100% rename from core/themes/stable/css/system/components/ajax-progress.module.css rename to web/core/themes/stable/css/system/components/ajax-progress.module.css diff --git a/core/themes/stable/css/system/components/align.module.css b/web/core/themes/stable/css/system/components/align.module.css similarity index 100% rename from core/themes/stable/css/system/components/align.module.css rename to web/core/themes/stable/css/system/components/align.module.css diff --git a/core/themes/stable/css/system/components/autocomplete-loading.module.css b/web/core/themes/stable/css/system/components/autocomplete-loading.module.css similarity index 100% rename from core/themes/stable/css/system/components/autocomplete-loading.module.css rename to web/core/themes/stable/css/system/components/autocomplete-loading.module.css diff --git a/core/themes/stable/css/system/components/clearfix.module.css b/web/core/themes/stable/css/system/components/clearfix.module.css similarity index 100% rename from core/themes/stable/css/system/components/clearfix.module.css rename to web/core/themes/stable/css/system/components/clearfix.module.css diff --git a/core/themes/stable/css/system/components/container-inline.module.css b/web/core/themes/stable/css/system/components/container-inline.module.css similarity index 100% rename from core/themes/stable/css/system/components/container-inline.module.css rename to web/core/themes/stable/css/system/components/container-inline.module.css diff --git a/core/themes/stable/css/system/components/details.module.css b/web/core/themes/stable/css/system/components/details.module.css similarity index 100% rename from core/themes/stable/css/system/components/details.module.css rename to web/core/themes/stable/css/system/components/details.module.css diff --git a/core/themes/stable/css/system/components/fieldgroup.module.css b/web/core/themes/stable/css/system/components/fieldgroup.module.css similarity index 100% rename from core/themes/stable/css/system/components/fieldgroup.module.css rename to web/core/themes/stable/css/system/components/fieldgroup.module.css diff --git a/core/themes/stable/css/system/components/hidden.module.css b/web/core/themes/stable/css/system/components/hidden.module.css similarity index 100% rename from core/themes/stable/css/system/components/hidden.module.css rename to web/core/themes/stable/css/system/components/hidden.module.css diff --git a/core/themes/stable/css/system/components/item-list.module.css b/web/core/themes/stable/css/system/components/item-list.module.css similarity index 100% rename from core/themes/stable/css/system/components/item-list.module.css rename to web/core/themes/stable/css/system/components/item-list.module.css diff --git a/core/themes/stable/css/system/components/js.module.css b/web/core/themes/stable/css/system/components/js.module.css similarity index 100% rename from core/themes/stable/css/system/components/js.module.css rename to web/core/themes/stable/css/system/components/js.module.css diff --git a/core/themes/stable/css/system/components/nowrap.module.css b/web/core/themes/stable/css/system/components/nowrap.module.css similarity index 100% rename from core/themes/stable/css/system/components/nowrap.module.css rename to web/core/themes/stable/css/system/components/nowrap.module.css diff --git a/core/themes/stable/css/system/components/position-container.module.css b/web/core/themes/stable/css/system/components/position-container.module.css similarity index 100% rename from core/themes/stable/css/system/components/position-container.module.css rename to web/core/themes/stable/css/system/components/position-container.module.css diff --git a/core/themes/stable/css/system/components/progress.module.css b/web/core/themes/stable/css/system/components/progress.module.css similarity index 100% rename from core/themes/stable/css/system/components/progress.module.css rename to web/core/themes/stable/css/system/components/progress.module.css diff --git a/core/themes/stable/css/system/components/reset-appearance.module.css b/web/core/themes/stable/css/system/components/reset-appearance.module.css similarity index 100% rename from core/themes/stable/css/system/components/reset-appearance.module.css rename to web/core/themes/stable/css/system/components/reset-appearance.module.css diff --git a/core/themes/stable/css/system/components/resize.module.css b/web/core/themes/stable/css/system/components/resize.module.css similarity index 100% rename from core/themes/stable/css/system/components/resize.module.css rename to web/core/themes/stable/css/system/components/resize.module.css diff --git a/core/themes/stable/css/system/components/sticky-header.module.css b/web/core/themes/stable/css/system/components/sticky-header.module.css similarity index 100% rename from core/themes/stable/css/system/components/sticky-header.module.css rename to web/core/themes/stable/css/system/components/sticky-header.module.css diff --git a/core/themes/stable/css/system/components/tabledrag.module.css b/web/core/themes/stable/css/system/components/tabledrag.module.css similarity index 100% rename from core/themes/stable/css/system/components/tabledrag.module.css rename to web/core/themes/stable/css/system/components/tabledrag.module.css diff --git a/core/themes/stable/css/system/components/tablesort.module.css b/web/core/themes/stable/css/system/components/tablesort.module.css similarity index 100% rename from core/themes/stable/css/system/components/tablesort.module.css rename to web/core/themes/stable/css/system/components/tablesort.module.css diff --git a/core/themes/stable/css/system/components/tree-child.module.css b/web/core/themes/stable/css/system/components/tree-child.module.css similarity index 100% rename from core/themes/stable/css/system/components/tree-child.module.css rename to web/core/themes/stable/css/system/components/tree-child.module.css diff --git a/core/themes/stable/css/system/system.admin.css b/web/core/themes/stable/css/system/system.admin.css similarity index 100% rename from core/themes/stable/css/system/system.admin.css rename to web/core/themes/stable/css/system/system.admin.css diff --git a/core/themes/stable/css/system/system.diff.css b/web/core/themes/stable/css/system/system.diff.css similarity index 100% rename from core/themes/stable/css/system/system.diff.css rename to web/core/themes/stable/css/system/system.diff.css diff --git a/core/themes/stable/css/system/system.maintenance.css b/web/core/themes/stable/css/system/system.maintenance.css similarity index 100% rename from core/themes/stable/css/system/system.maintenance.css rename to web/core/themes/stable/css/system/system.maintenance.css diff --git a/core/themes/stable/css/taxonomy/taxonomy.theme.css b/web/core/themes/stable/css/taxonomy/taxonomy.theme.css similarity index 100% rename from core/themes/stable/css/taxonomy/taxonomy.theme.css rename to web/core/themes/stable/css/taxonomy/taxonomy.theme.css diff --git a/core/themes/stable/css/toolbar/toolbar.icons.theme.css b/web/core/themes/stable/css/toolbar/toolbar.icons.theme.css similarity index 100% rename from core/themes/stable/css/toolbar/toolbar.icons.theme.css rename to web/core/themes/stable/css/toolbar/toolbar.icons.theme.css diff --git a/core/themes/stable/css/toolbar/toolbar.menu.css b/web/core/themes/stable/css/toolbar/toolbar.menu.css similarity index 100% rename from core/themes/stable/css/toolbar/toolbar.menu.css rename to web/core/themes/stable/css/toolbar/toolbar.menu.css diff --git a/core/themes/stable/css/toolbar/toolbar.module.css b/web/core/themes/stable/css/toolbar/toolbar.module.css similarity index 100% rename from core/themes/stable/css/toolbar/toolbar.module.css rename to web/core/themes/stable/css/toolbar/toolbar.module.css diff --git a/core/themes/stable/css/toolbar/toolbar.theme.css b/web/core/themes/stable/css/toolbar/toolbar.theme.css similarity index 100% rename from core/themes/stable/css/toolbar/toolbar.theme.css rename to web/core/themes/stable/css/toolbar/toolbar.theme.css diff --git a/core/themes/stable/css/tour/tour.module.css b/web/core/themes/stable/css/tour/tour.module.css similarity index 100% rename from core/themes/stable/css/tour/tour.module.css rename to web/core/themes/stable/css/tour/tour.module.css diff --git a/core/themes/stable/css/update/update.admin.theme.css b/web/core/themes/stable/css/update/update.admin.theme.css similarity index 100% rename from core/themes/stable/css/update/update.admin.theme.css rename to web/core/themes/stable/css/update/update.admin.theme.css diff --git a/core/themes/stable/css/user/user.admin.css b/web/core/themes/stable/css/user/user.admin.css similarity index 100% rename from core/themes/stable/css/user/user.admin.css rename to web/core/themes/stable/css/user/user.admin.css diff --git a/core/themes/stable/css/user/user.icons.admin.css b/web/core/themes/stable/css/user/user.icons.admin.css similarity index 100% rename from core/themes/stable/css/user/user.icons.admin.css rename to web/core/themes/stable/css/user/user.icons.admin.css diff --git a/core/themes/stable/css/user/user.module.css b/web/core/themes/stable/css/user/user.module.css similarity index 100% rename from core/themes/stable/css/user/user.module.css rename to web/core/themes/stable/css/user/user.module.css diff --git a/core/themes/stable/css/views/views.module.css b/web/core/themes/stable/css/views/views.module.css similarity index 100% rename from core/themes/stable/css/views/views.module.css rename to web/core/themes/stable/css/views/views.module.css diff --git a/core/themes/stable/css/views_ui/views_ui.admin.css b/web/core/themes/stable/css/views_ui/views_ui.admin.css similarity index 100% rename from core/themes/stable/css/views_ui/views_ui.admin.css rename to web/core/themes/stable/css/views_ui/views_ui.admin.css diff --git a/core/themes/stable/css/views_ui/views_ui.admin.theme.css b/web/core/themes/stable/css/views_ui/views_ui.admin.theme.css similarity index 100% rename from core/themes/stable/css/views_ui/views_ui.admin.theme.css rename to web/core/themes/stable/css/views_ui/views_ui.admin.theme.css diff --git a/core/themes/stable/css/views_ui/views_ui.contextual.css b/web/core/themes/stable/css/views_ui/views_ui.contextual.css similarity index 100% rename from core/themes/stable/css/views_ui/views_ui.contextual.css rename to web/core/themes/stable/css/views_ui/views_ui.contextual.css diff --git a/core/themes/stable/images/color/hook-rtl.png b/web/core/themes/stable/images/color/hook-rtl.png similarity index 100% rename from core/themes/stable/images/color/hook-rtl.png rename to web/core/themes/stable/images/color/hook-rtl.png diff --git a/core/themes/stable/images/color/hook.png b/web/core/themes/stable/images/color/hook.png similarity index 100% rename from core/themes/stable/images/color/hook.png rename to web/core/themes/stable/images/color/hook.png diff --git a/core/themes/stable/images/color/lock.png b/web/core/themes/stable/images/color/lock.png similarity index 100% rename from core/themes/stable/images/color/lock.png rename to web/core/themes/stable/images/color/lock.png diff --git a/core/themes/stable/images/core/druplicon.png b/web/core/themes/stable/images/core/druplicon.png similarity index 100% rename from core/themes/stable/images/core/druplicon.png rename to web/core/themes/stable/images/core/druplicon.png diff --git a/core/themes/stable/images/core/feed.svg b/web/core/themes/stable/images/core/feed.svg similarity index 100% rename from core/themes/stable/images/core/feed.svg rename to web/core/themes/stable/images/core/feed.svg diff --git a/core/themes/stable/images/core/help.png b/web/core/themes/stable/images/core/help.png similarity index 100% rename from core/themes/stable/images/core/help.png rename to web/core/themes/stable/images/core/help.png diff --git a/core/themes/stable/images/core/icons/000000/barchart.svg b/web/core/themes/stable/images/core/icons/000000/barchart.svg similarity index 100% rename from core/themes/stable/images/core/icons/000000/barchart.svg rename to web/core/themes/stable/images/core/icons/000000/barchart.svg diff --git a/core/themes/stable/images/core/icons/000000/chevron-left.svg b/web/core/themes/stable/images/core/icons/000000/chevron-left.svg similarity index 100% rename from core/themes/stable/images/core/icons/000000/chevron-left.svg rename to web/core/themes/stable/images/core/icons/000000/chevron-left.svg diff --git a/core/themes/stable/images/core/icons/000000/chevron-right.svg b/web/core/themes/stable/images/core/icons/000000/chevron-right.svg similarity index 100% rename from core/themes/stable/images/core/icons/000000/chevron-right.svg rename to web/core/themes/stable/images/core/icons/000000/chevron-right.svg diff --git a/core/themes/stable/images/core/icons/000000/ex.svg b/web/core/themes/stable/images/core/icons/000000/ex.svg similarity index 100% rename from core/themes/stable/images/core/icons/000000/ex.svg rename to web/core/themes/stable/images/core/icons/000000/ex.svg diff --git a/core/themes/stable/images/core/icons/000000/file.svg b/web/core/themes/stable/images/core/icons/000000/file.svg similarity index 100% rename from core/themes/stable/images/core/icons/000000/file.svg rename to web/core/themes/stable/images/core/icons/000000/file.svg diff --git a/core/themes/stable/images/core/icons/000000/move.svg b/web/core/themes/stable/images/core/icons/000000/move.svg similarity index 100% rename from core/themes/stable/images/core/icons/000000/move.svg rename to web/core/themes/stable/images/core/icons/000000/move.svg diff --git a/core/themes/stable/images/core/icons/000000/orgchart.svg b/web/core/themes/stable/images/core/icons/000000/orgchart.svg similarity index 100% rename from core/themes/stable/images/core/icons/000000/orgchart.svg rename to web/core/themes/stable/images/core/icons/000000/orgchart.svg diff --git a/core/themes/stable/images/core/icons/000000/paintbrush.svg b/web/core/themes/stable/images/core/icons/000000/paintbrush.svg similarity index 100% rename from core/themes/stable/images/core/icons/000000/paintbrush.svg rename to web/core/themes/stable/images/core/icons/000000/paintbrush.svg diff --git a/core/themes/stable/images/core/icons/000000/people.svg b/web/core/themes/stable/images/core/icons/000000/people.svg similarity index 100% rename from core/themes/stable/images/core/icons/000000/people.svg rename to web/core/themes/stable/images/core/icons/000000/people.svg diff --git a/core/themes/stable/images/core/icons/000000/puzzlepiece.svg b/web/core/themes/stable/images/core/icons/000000/puzzlepiece.svg similarity index 100% rename from core/themes/stable/images/core/icons/000000/puzzlepiece.svg rename to web/core/themes/stable/images/core/icons/000000/puzzlepiece.svg diff --git a/core/themes/stable/images/core/icons/000000/questionmark-disc.svg b/web/core/themes/stable/images/core/icons/000000/questionmark-disc.svg similarity index 100% rename from core/themes/stable/images/core/icons/000000/questionmark-disc.svg rename to web/core/themes/stable/images/core/icons/000000/questionmark-disc.svg diff --git a/core/themes/stable/images/core/icons/000000/wrench.svg b/web/core/themes/stable/images/core/icons/000000/wrench.svg similarity index 100% rename from core/themes/stable/images/core/icons/000000/wrench.svg rename to web/core/themes/stable/images/core/icons/000000/wrench.svg diff --git a/core/themes/stable/images/core/icons/004875/twistie-down.svg b/web/core/themes/stable/images/core/icons/004875/twistie-down.svg similarity index 100% rename from core/themes/stable/images/core/icons/004875/twistie-down.svg rename to web/core/themes/stable/images/core/icons/004875/twistie-down.svg diff --git a/core/themes/stable/images/core/icons/004875/twistie-up.svg b/web/core/themes/stable/images/core/icons/004875/twistie-up.svg similarity index 100% rename from core/themes/stable/images/core/icons/004875/twistie-up.svg rename to web/core/themes/stable/images/core/icons/004875/twistie-up.svg diff --git a/core/themes/stable/images/core/icons/0074bd/chevron-left.svg b/web/core/themes/stable/images/core/icons/0074bd/chevron-left.svg similarity index 100% rename from core/themes/stable/images/core/icons/0074bd/chevron-left.svg rename to web/core/themes/stable/images/core/icons/0074bd/chevron-left.svg diff --git a/core/themes/stable/images/core/icons/0074bd/chevron-right.svg b/web/core/themes/stable/images/core/icons/0074bd/chevron-right.svg similarity index 100% rename from core/themes/stable/images/core/icons/0074bd/chevron-right.svg rename to web/core/themes/stable/images/core/icons/0074bd/chevron-right.svg diff --git a/core/themes/stable/images/core/icons/008ee6/twistie-down.svg b/web/core/themes/stable/images/core/icons/008ee6/twistie-down.svg similarity index 100% rename from core/themes/stable/images/core/icons/008ee6/twistie-down.svg rename to web/core/themes/stable/images/core/icons/008ee6/twistie-down.svg diff --git a/core/themes/stable/images/core/icons/008ee6/twistie-up.svg b/web/core/themes/stable/images/core/icons/008ee6/twistie-up.svg similarity index 100% rename from core/themes/stable/images/core/icons/008ee6/twistie-up.svg rename to web/core/themes/stable/images/core/icons/008ee6/twistie-up.svg diff --git a/core/themes/stable/images/core/icons/333333/caret-down.svg b/web/core/themes/stable/images/core/icons/333333/caret-down.svg similarity index 100% rename from core/themes/stable/images/core/icons/333333/caret-down.svg rename to web/core/themes/stable/images/core/icons/333333/caret-down.svg diff --git a/core/themes/stable/images/core/icons/424242/loupe.svg b/web/core/themes/stable/images/core/icons/424242/loupe.svg similarity index 100% rename from core/themes/stable/images/core/icons/424242/loupe.svg rename to web/core/themes/stable/images/core/icons/424242/loupe.svg diff --git a/core/themes/stable/images/core/icons/505050/loupe.svg b/web/core/themes/stable/images/core/icons/505050/loupe.svg similarity index 100% rename from core/themes/stable/images/core/icons/505050/loupe.svg rename to web/core/themes/stable/images/core/icons/505050/loupe.svg diff --git a/core/themes/stable/images/core/icons/5181c6/chevron-disc-down.svg b/web/core/themes/stable/images/core/icons/5181c6/chevron-disc-down.svg similarity index 100% rename from core/themes/stable/images/core/icons/5181c6/chevron-disc-down.svg rename to web/core/themes/stable/images/core/icons/5181c6/chevron-disc-down.svg diff --git a/core/themes/stable/images/core/icons/5181c6/chevron-disc-up.svg b/web/core/themes/stable/images/core/icons/5181c6/chevron-disc-up.svg similarity index 100% rename from core/themes/stable/images/core/icons/5181c6/chevron-disc-up.svg rename to web/core/themes/stable/images/core/icons/5181c6/chevron-disc-up.svg diff --git a/core/themes/stable/images/core/icons/5181c6/pencil.svg b/web/core/themes/stable/images/core/icons/5181c6/pencil.svg similarity index 100% rename from core/themes/stable/images/core/icons/5181c6/pencil.svg rename to web/core/themes/stable/images/core/icons/5181c6/pencil.svg diff --git a/core/themes/stable/images/core/icons/5181c6/twistie-down.svg b/web/core/themes/stable/images/core/icons/5181c6/twistie-down.svg similarity index 100% rename from core/themes/stable/images/core/icons/5181c6/twistie-down.svg rename to web/core/themes/stable/images/core/icons/5181c6/twistie-down.svg diff --git a/core/themes/stable/images/core/icons/5181c6/twistie-up.svg b/web/core/themes/stable/images/core/icons/5181c6/twistie-up.svg similarity index 100% rename from core/themes/stable/images/core/icons/5181c6/twistie-up.svg rename to web/core/themes/stable/images/core/icons/5181c6/twistie-up.svg diff --git a/core/themes/stable/images/core/icons/73b355/check.svg b/web/core/themes/stable/images/core/icons/73b355/check.svg similarity index 100% rename from core/themes/stable/images/core/icons/73b355/check.svg rename to web/core/themes/stable/images/core/icons/73b355/check.svg diff --git a/core/themes/stable/images/core/icons/787878/barchart.svg b/web/core/themes/stable/images/core/icons/787878/barchart.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/barchart.svg rename to web/core/themes/stable/images/core/icons/787878/barchart.svg diff --git a/core/themes/stable/images/core/icons/787878/chevron-disc-down.svg b/web/core/themes/stable/images/core/icons/787878/chevron-disc-down.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/chevron-disc-down.svg rename to web/core/themes/stable/images/core/icons/787878/chevron-disc-down.svg diff --git a/core/themes/stable/images/core/icons/787878/chevron-disc-up.svg b/web/core/themes/stable/images/core/icons/787878/chevron-disc-up.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/chevron-disc-up.svg rename to web/core/themes/stable/images/core/icons/787878/chevron-disc-up.svg diff --git a/core/themes/stable/images/core/icons/787878/cog.svg b/web/core/themes/stable/images/core/icons/787878/cog.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/cog.svg rename to web/core/themes/stable/images/core/icons/787878/cog.svg diff --git a/core/themes/stable/images/core/icons/787878/ex.svg b/web/core/themes/stable/images/core/icons/787878/ex.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/ex.svg rename to web/core/themes/stable/images/core/icons/787878/ex.svg diff --git a/core/themes/stable/images/core/icons/787878/file.svg b/web/core/themes/stable/images/core/icons/787878/file.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/file.svg rename to web/core/themes/stable/images/core/icons/787878/file.svg diff --git a/core/themes/stable/images/core/icons/787878/key.svg b/web/core/themes/stable/images/core/icons/787878/key.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/key.svg rename to web/core/themes/stable/images/core/icons/787878/key.svg diff --git a/core/themes/stable/images/core/icons/787878/move.svg b/web/core/themes/stable/images/core/icons/787878/move.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/move.svg rename to web/core/themes/stable/images/core/icons/787878/move.svg diff --git a/core/themes/stable/images/core/icons/787878/orgchart.svg b/web/core/themes/stable/images/core/icons/787878/orgchart.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/orgchart.svg rename to web/core/themes/stable/images/core/icons/787878/orgchart.svg diff --git a/core/themes/stable/images/core/icons/787878/paintbrush.svg b/web/core/themes/stable/images/core/icons/787878/paintbrush.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/paintbrush.svg rename to web/core/themes/stable/images/core/icons/787878/paintbrush.svg diff --git a/core/themes/stable/images/core/icons/787878/pencil.svg b/web/core/themes/stable/images/core/icons/787878/pencil.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/pencil.svg rename to web/core/themes/stable/images/core/icons/787878/pencil.svg diff --git a/core/themes/stable/images/core/icons/787878/people.svg b/web/core/themes/stable/images/core/icons/787878/people.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/people.svg rename to web/core/themes/stable/images/core/icons/787878/people.svg diff --git a/core/themes/stable/images/core/icons/787878/push-left.svg b/web/core/themes/stable/images/core/icons/787878/push-left.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/push-left.svg rename to web/core/themes/stable/images/core/icons/787878/push-left.svg diff --git a/core/themes/stable/images/core/icons/787878/push-right.svg b/web/core/themes/stable/images/core/icons/787878/push-right.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/push-right.svg rename to web/core/themes/stable/images/core/icons/787878/push-right.svg diff --git a/core/themes/stable/images/core/icons/787878/push-up.svg b/web/core/themes/stable/images/core/icons/787878/push-up.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/push-up.svg rename to web/core/themes/stable/images/core/icons/787878/push-up.svg diff --git a/core/themes/stable/images/core/icons/787878/puzzlepiece.svg b/web/core/themes/stable/images/core/icons/787878/puzzlepiece.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/puzzlepiece.svg rename to web/core/themes/stable/images/core/icons/787878/puzzlepiece.svg diff --git a/core/themes/stable/images/core/icons/787878/questionmark-disc.svg b/web/core/themes/stable/images/core/icons/787878/questionmark-disc.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/questionmark-disc.svg rename to web/core/themes/stable/images/core/icons/787878/questionmark-disc.svg diff --git a/core/themes/stable/images/core/icons/787878/twistie-down.svg b/web/core/themes/stable/images/core/icons/787878/twistie-down.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/twistie-down.svg rename to web/core/themes/stable/images/core/icons/787878/twistie-down.svg diff --git a/core/themes/stable/images/core/icons/787878/twistie-up.svg b/web/core/themes/stable/images/core/icons/787878/twistie-up.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/twistie-up.svg rename to web/core/themes/stable/images/core/icons/787878/twistie-up.svg diff --git a/core/themes/stable/images/core/icons/787878/wrench.svg b/web/core/themes/stable/images/core/icons/787878/wrench.svg similarity index 100% rename from core/themes/stable/images/core/icons/787878/wrench.svg rename to web/core/themes/stable/images/core/icons/787878/wrench.svg diff --git a/core/themes/stable/images/core/icons/bebebe/chevron-disc-left.svg b/web/core/themes/stable/images/core/icons/bebebe/chevron-disc-left.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/chevron-disc-left.svg rename to web/core/themes/stable/images/core/icons/bebebe/chevron-disc-left.svg diff --git a/core/themes/stable/images/core/icons/bebebe/chevron-disc-right.svg b/web/core/themes/stable/images/core/icons/bebebe/chevron-disc-right.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/chevron-disc-right.svg rename to web/core/themes/stable/images/core/icons/bebebe/chevron-disc-right.svg diff --git a/core/themes/stable/images/core/icons/bebebe/cog.svg b/web/core/themes/stable/images/core/icons/bebebe/cog.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/cog.svg rename to web/core/themes/stable/images/core/icons/bebebe/cog.svg diff --git a/core/themes/stable/images/core/icons/bebebe/ex.svg b/web/core/themes/stable/images/core/icons/bebebe/ex.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/ex.svg rename to web/core/themes/stable/images/core/icons/bebebe/ex.svg diff --git a/core/themes/stable/images/core/icons/bebebe/hamburger.svg b/web/core/themes/stable/images/core/icons/bebebe/hamburger.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/hamburger.svg rename to web/core/themes/stable/images/core/icons/bebebe/hamburger.svg diff --git a/core/themes/stable/images/core/icons/bebebe/house.svg b/web/core/themes/stable/images/core/icons/bebebe/house.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/house.svg rename to web/core/themes/stable/images/core/icons/bebebe/house.svg diff --git a/core/themes/stable/images/core/icons/bebebe/key.svg b/web/core/themes/stable/images/core/icons/bebebe/key.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/key.svg rename to web/core/themes/stable/images/core/icons/bebebe/key.svg diff --git a/core/themes/stable/images/core/icons/bebebe/move.svg b/web/core/themes/stable/images/core/icons/bebebe/move.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/move.svg rename to web/core/themes/stable/images/core/icons/bebebe/move.svg diff --git a/core/themes/stable/images/core/icons/bebebe/pencil.svg b/web/core/themes/stable/images/core/icons/bebebe/pencil.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/pencil.svg rename to web/core/themes/stable/images/core/icons/bebebe/pencil.svg diff --git a/core/themes/stable/images/core/icons/bebebe/person.svg b/web/core/themes/stable/images/core/icons/bebebe/person.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/person.svg rename to web/core/themes/stable/images/core/icons/bebebe/person.svg diff --git a/core/themes/stable/images/core/icons/bebebe/push-left.svg b/web/core/themes/stable/images/core/icons/bebebe/push-left.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/push-left.svg rename to web/core/themes/stable/images/core/icons/bebebe/push-left.svg diff --git a/core/themes/stable/images/core/icons/bebebe/push-right.svg b/web/core/themes/stable/images/core/icons/bebebe/push-right.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/push-right.svg rename to web/core/themes/stable/images/core/icons/bebebe/push-right.svg diff --git a/core/themes/stable/images/core/icons/bebebe/push-up.svg b/web/core/themes/stable/images/core/icons/bebebe/push-up.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/push-up.svg rename to web/core/themes/stable/images/core/icons/bebebe/push-up.svg diff --git a/core/themes/stable/images/core/icons/bebebe/questionmark-disc.svg b/web/core/themes/stable/images/core/icons/bebebe/questionmark-disc.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/questionmark-disc.svg rename to web/core/themes/stable/images/core/icons/bebebe/questionmark-disc.svg diff --git a/core/themes/stable/images/core/icons/bebebe/star-empty.svg b/web/core/themes/stable/images/core/icons/bebebe/star-empty.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/star-empty.svg rename to web/core/themes/stable/images/core/icons/bebebe/star-empty.svg diff --git a/core/themes/stable/images/core/icons/bebebe/star.svg b/web/core/themes/stable/images/core/icons/bebebe/star.svg similarity index 100% rename from core/themes/stable/images/core/icons/bebebe/star.svg rename to web/core/themes/stable/images/core/icons/bebebe/star.svg diff --git a/core/themes/stable/images/core/icons/e29700/warning.svg b/web/core/themes/stable/images/core/icons/e29700/warning.svg similarity index 100% rename from core/themes/stable/images/core/icons/e29700/warning.svg rename to web/core/themes/stable/images/core/icons/e29700/warning.svg diff --git a/core/themes/stable/images/core/icons/e32700/error.svg b/web/core/themes/stable/images/core/icons/e32700/error.svg similarity index 100% rename from core/themes/stable/images/core/icons/e32700/error.svg rename to web/core/themes/stable/images/core/icons/e32700/error.svg diff --git a/core/themes/stable/images/core/icons/ee0000/required.svg b/web/core/themes/stable/images/core/icons/ee0000/required.svg similarity index 100% rename from core/themes/stable/images/core/icons/ee0000/required.svg rename to web/core/themes/stable/images/core/icons/ee0000/required.svg diff --git a/core/themes/stable/images/core/icons/ffffff/ex.svg b/web/core/themes/stable/images/core/icons/ffffff/ex.svg similarity index 100% rename from core/themes/stable/images/core/icons/ffffff/ex.svg rename to web/core/themes/stable/images/core/icons/ffffff/ex.svg diff --git a/core/themes/stable/images/core/icons/ffffff/hamburger.svg b/web/core/themes/stable/images/core/icons/ffffff/hamburger.svg similarity index 100% rename from core/themes/stable/images/core/icons/ffffff/hamburger.svg rename to web/core/themes/stable/images/core/icons/ffffff/hamburger.svg diff --git a/core/themes/stable/images/core/icons/ffffff/house.svg b/web/core/themes/stable/images/core/icons/ffffff/house.svg similarity index 100% rename from core/themes/stable/images/core/icons/ffffff/house.svg rename to web/core/themes/stable/images/core/icons/ffffff/house.svg diff --git a/core/themes/stable/images/core/icons/ffffff/pencil.svg b/web/core/themes/stable/images/core/icons/ffffff/pencil.svg similarity index 100% rename from core/themes/stable/images/core/icons/ffffff/pencil.svg rename to web/core/themes/stable/images/core/icons/ffffff/pencil.svg diff --git a/core/themes/stable/images/core/icons/ffffff/person.svg b/web/core/themes/stable/images/core/icons/ffffff/person.svg similarity index 100% rename from core/themes/stable/images/core/icons/ffffff/person.svg rename to web/core/themes/stable/images/core/icons/ffffff/person.svg diff --git a/core/themes/stable/images/core/icons/ffffff/questionmark-disc.svg b/web/core/themes/stable/images/core/icons/ffffff/questionmark-disc.svg similarity index 100% rename from core/themes/stable/images/core/icons/ffffff/questionmark-disc.svg rename to web/core/themes/stable/images/core/icons/ffffff/questionmark-disc.svg diff --git a/core/themes/stable/images/core/icons/ffffff/star-empty.svg b/web/core/themes/stable/images/core/icons/ffffff/star-empty.svg similarity index 100% rename from core/themes/stable/images/core/icons/ffffff/star-empty.svg rename to web/core/themes/stable/images/core/icons/ffffff/star-empty.svg diff --git a/core/themes/stable/images/core/icons/ffffff/star.svg b/web/core/themes/stable/images/core/icons/ffffff/star.svg similarity index 100% rename from core/themes/stable/images/core/icons/ffffff/star.svg rename to web/core/themes/stable/images/core/icons/ffffff/star.svg diff --git a/core/themes/stable/images/core/icons/ffffff/twistie-down.svg b/web/core/themes/stable/images/core/icons/ffffff/twistie-down.svg similarity index 100% rename from core/themes/stable/images/core/icons/ffffff/twistie-down.svg rename to web/core/themes/stable/images/core/icons/ffffff/twistie-down.svg diff --git a/core/themes/stable/images/core/icons/ffffff/twistie-up.svg b/web/core/themes/stable/images/core/icons/ffffff/twistie-up.svg similarity index 100% rename from core/themes/stable/images/core/icons/ffffff/twistie-up.svg rename to web/core/themes/stable/images/core/icons/ffffff/twistie-up.svg diff --git a/core/themes/stable/images/core/icons/license.md b/web/core/themes/stable/images/core/icons/license.md similarity index 100% rename from core/themes/stable/images/core/icons/license.md rename to web/core/themes/stable/images/core/icons/license.md diff --git a/core/themes/stable/images/core/loading-small.gif b/web/core/themes/stable/images/core/loading-small.gif similarity index 100% rename from core/themes/stable/images/core/loading-small.gif rename to web/core/themes/stable/images/core/loading-small.gif diff --git a/core/themes/stable/images/core/loading.gif b/web/core/themes/stable/images/core/loading.gif similarity index 100% rename from core/themes/stable/images/core/loading.gif rename to web/core/themes/stable/images/core/loading.gif diff --git a/core/themes/stable/images/core/menu-collapsed-rtl.png b/web/core/themes/stable/images/core/menu-collapsed-rtl.png similarity index 100% rename from core/themes/stable/images/core/menu-collapsed-rtl.png rename to web/core/themes/stable/images/core/menu-collapsed-rtl.png diff --git a/core/themes/stable/images/core/menu-collapsed.png b/web/core/themes/stable/images/core/menu-collapsed.png similarity index 100% rename from core/themes/stable/images/core/menu-collapsed.png rename to web/core/themes/stable/images/core/menu-collapsed.png diff --git a/core/themes/stable/images/core/menu-expanded.png b/web/core/themes/stable/images/core/menu-expanded.png similarity index 100% rename from core/themes/stable/images/core/menu-expanded.png rename to web/core/themes/stable/images/core/menu-expanded.png diff --git a/core/themes/stable/images/core/menu-leaf.png b/web/core/themes/stable/images/core/menu-leaf.png similarity index 100% rename from core/themes/stable/images/core/menu-leaf.png rename to web/core/themes/stable/images/core/menu-leaf.png diff --git a/core/themes/stable/images/core/throbber-active.gif b/web/core/themes/stable/images/core/throbber-active.gif similarity index 100% rename from core/themes/stable/images/core/throbber-active.gif rename to web/core/themes/stable/images/core/throbber-active.gif diff --git a/core/themes/stable/images/core/throbber-inactive.png b/web/core/themes/stable/images/core/throbber-inactive.png similarity index 100% rename from core/themes/stable/images/core/throbber-inactive.png rename to web/core/themes/stable/images/core/throbber-inactive.png diff --git a/core/themes/stable/images/core/tree-bottom.png b/web/core/themes/stable/images/core/tree-bottom.png similarity index 100% rename from core/themes/stable/images/core/tree-bottom.png rename to web/core/themes/stable/images/core/tree-bottom.png diff --git a/core/themes/stable/images/core/tree.png b/web/core/themes/stable/images/core/tree.png similarity index 100% rename from core/themes/stable/images/core/tree.png rename to web/core/themes/stable/images/core/tree.png diff --git a/core/themes/stable/images/quickedit/icon-throbber.gif b/web/core/themes/stable/images/quickedit/icon-throbber.gif similarity index 100% rename from core/themes/stable/images/quickedit/icon-throbber.gif rename to web/core/themes/stable/images/quickedit/icon-throbber.gif diff --git a/core/themes/stable/images/shortcut/favstar-rtl.svg b/web/core/themes/stable/images/shortcut/favstar-rtl.svg similarity index 100% rename from core/themes/stable/images/shortcut/favstar-rtl.svg rename to web/core/themes/stable/images/shortcut/favstar-rtl.svg diff --git a/core/themes/stable/images/shortcut/favstar.svg b/web/core/themes/stable/images/shortcut/favstar.svg similarity index 100% rename from core/themes/stable/images/shortcut/favstar.svg rename to web/core/themes/stable/images/shortcut/favstar.svg diff --git a/core/themes/stable/images/views_ui/sprites.png b/web/core/themes/stable/images/views_ui/sprites.png similarity index 100% rename from core/themes/stable/images/views_ui/sprites.png rename to web/core/themes/stable/images/views_ui/sprites.png diff --git a/core/themes/stable/stable.info.yml b/web/core/themes/stable/stable.info.yml similarity index 100% rename from core/themes/stable/stable.info.yml rename to web/core/themes/stable/stable.info.yml diff --git a/core/themes/stable/stable.theme b/web/core/themes/stable/stable.theme similarity index 100% rename from core/themes/stable/stable.theme rename to web/core/themes/stable/stable.theme diff --git a/core/themes/stable/templates/admin/admin-block-content.html.twig b/web/core/themes/stable/templates/admin/admin-block-content.html.twig similarity index 100% rename from core/themes/stable/templates/admin/admin-block-content.html.twig rename to web/core/themes/stable/templates/admin/admin-block-content.html.twig diff --git a/core/themes/stable/templates/admin/admin-block.html.twig b/web/core/themes/stable/templates/admin/admin-block.html.twig similarity index 100% rename from core/themes/stable/templates/admin/admin-block.html.twig rename to web/core/themes/stable/templates/admin/admin-block.html.twig diff --git a/core/themes/stable/templates/admin/admin-page.html.twig b/web/core/themes/stable/templates/admin/admin-page.html.twig similarity index 100% rename from core/themes/stable/templates/admin/admin-page.html.twig rename to web/core/themes/stable/templates/admin/admin-page.html.twig diff --git a/core/themes/stable/templates/admin/authorize-report.html.twig b/web/core/themes/stable/templates/admin/authorize-report.html.twig similarity index 100% rename from core/themes/stable/templates/admin/authorize-report.html.twig rename to web/core/themes/stable/templates/admin/authorize-report.html.twig diff --git a/core/themes/stable/templates/admin/block-content-add-list.html.twig b/web/core/themes/stable/templates/admin/block-content-add-list.html.twig similarity index 100% rename from core/themes/stable/templates/admin/block-content-add-list.html.twig rename to web/core/themes/stable/templates/admin/block-content-add-list.html.twig diff --git a/core/themes/stable/templates/admin/ckeditor-settings-toolbar.html.twig b/web/core/themes/stable/templates/admin/ckeditor-settings-toolbar.html.twig similarity index 100% rename from core/themes/stable/templates/admin/ckeditor-settings-toolbar.html.twig rename to web/core/themes/stable/templates/admin/ckeditor-settings-toolbar.html.twig diff --git a/core/themes/stable/templates/admin/color-scheme-form.html.twig b/web/core/themes/stable/templates/admin/color-scheme-form.html.twig similarity index 100% rename from core/themes/stable/templates/admin/color-scheme-form.html.twig rename to web/core/themes/stable/templates/admin/color-scheme-form.html.twig diff --git a/core/themes/stable/templates/admin/config_translation_manage_form_element.html.twig b/web/core/themes/stable/templates/admin/config_translation_manage_form_element.html.twig similarity index 100% rename from core/themes/stable/templates/admin/config_translation_manage_form_element.html.twig rename to web/core/themes/stable/templates/admin/config_translation_manage_form_element.html.twig diff --git a/core/themes/stable/templates/admin/field-ui-table.html.twig b/web/core/themes/stable/templates/admin/field-ui-table.html.twig similarity index 100% rename from core/themes/stable/templates/admin/field-ui-table.html.twig rename to web/core/themes/stable/templates/admin/field-ui-table.html.twig diff --git a/core/themes/stable/templates/admin/help-section.html.twig b/web/core/themes/stable/templates/admin/help-section.html.twig similarity index 100% rename from core/themes/stable/templates/admin/help-section.html.twig rename to web/core/themes/stable/templates/admin/help-section.html.twig diff --git a/core/themes/stable/templates/admin/image-anchor.html.twig b/web/core/themes/stable/templates/admin/image-anchor.html.twig similarity index 100% rename from core/themes/stable/templates/admin/image-anchor.html.twig rename to web/core/themes/stable/templates/admin/image-anchor.html.twig diff --git a/core/themes/stable/templates/admin/image-crop-summary.html.twig b/web/core/themes/stable/templates/admin/image-crop-summary.html.twig similarity index 100% rename from core/themes/stable/templates/admin/image-crop-summary.html.twig rename to web/core/themes/stable/templates/admin/image-crop-summary.html.twig diff --git a/core/themes/stable/templates/admin/image-resize-summary.html.twig b/web/core/themes/stable/templates/admin/image-resize-summary.html.twig similarity index 100% rename from core/themes/stable/templates/admin/image-resize-summary.html.twig rename to web/core/themes/stable/templates/admin/image-resize-summary.html.twig diff --git a/core/themes/stable/templates/admin/image-rotate-summary.html.twig b/web/core/themes/stable/templates/admin/image-rotate-summary.html.twig similarity index 100% rename from core/themes/stable/templates/admin/image-rotate-summary.html.twig rename to web/core/themes/stable/templates/admin/image-rotate-summary.html.twig diff --git a/core/themes/stable/templates/admin/image-scale-summary.html.twig b/web/core/themes/stable/templates/admin/image-scale-summary.html.twig similarity index 100% rename from core/themes/stable/templates/admin/image-scale-summary.html.twig rename to web/core/themes/stable/templates/admin/image-scale-summary.html.twig diff --git a/core/themes/stable/templates/admin/image-style-preview.html.twig b/web/core/themes/stable/templates/admin/image-style-preview.html.twig similarity index 100% rename from core/themes/stable/templates/admin/image-style-preview.html.twig rename to web/core/themes/stable/templates/admin/image-style-preview.html.twig diff --git a/core/themes/stable/templates/admin/indentation.html.twig b/web/core/themes/stable/templates/admin/indentation.html.twig similarity index 100% rename from core/themes/stable/templates/admin/indentation.html.twig rename to web/core/themes/stable/templates/admin/indentation.html.twig diff --git a/core/themes/stable/templates/admin/language-content-settings-table.html.twig b/web/core/themes/stable/templates/admin/language-content-settings-table.html.twig similarity index 100% rename from core/themes/stable/templates/admin/language-content-settings-table.html.twig rename to web/core/themes/stable/templates/admin/language-content-settings-table.html.twig diff --git a/core/themes/stable/templates/admin/language-negotiation-configure-form.html.twig b/web/core/themes/stable/templates/admin/language-negotiation-configure-form.html.twig similarity index 100% rename from core/themes/stable/templates/admin/language-negotiation-configure-form.html.twig rename to web/core/themes/stable/templates/admin/language-negotiation-configure-form.html.twig diff --git a/core/themes/stable/templates/admin/locale-translation-last-check.html.twig b/web/core/themes/stable/templates/admin/locale-translation-last-check.html.twig similarity index 100% rename from core/themes/stable/templates/admin/locale-translation-last-check.html.twig rename to web/core/themes/stable/templates/admin/locale-translation-last-check.html.twig diff --git a/core/themes/stable/templates/admin/locale-translation-update-info.html.twig b/web/core/themes/stable/templates/admin/locale-translation-update-info.html.twig similarity index 100% rename from core/themes/stable/templates/admin/locale-translation-update-info.html.twig rename to web/core/themes/stable/templates/admin/locale-translation-update-info.html.twig diff --git a/core/themes/stable/templates/admin/maintenance-task-list.html.twig b/web/core/themes/stable/templates/admin/maintenance-task-list.html.twig similarity index 100% rename from core/themes/stable/templates/admin/maintenance-task-list.html.twig rename to web/core/themes/stable/templates/admin/maintenance-task-list.html.twig diff --git a/core/themes/stable/templates/admin/simpletest-result-summary.html.twig b/web/core/themes/stable/templates/admin/simpletest-result-summary.html.twig similarity index 100% rename from core/themes/stable/templates/admin/simpletest-result-summary.html.twig rename to web/core/themes/stable/templates/admin/simpletest-result-summary.html.twig diff --git a/core/themes/stable/templates/admin/status-report.html.twig b/web/core/themes/stable/templates/admin/status-report.html.twig similarity index 100% rename from core/themes/stable/templates/admin/status-report.html.twig rename to web/core/themes/stable/templates/admin/status-report.html.twig diff --git a/core/themes/stable/templates/admin/system-admin-index.html.twig b/web/core/themes/stable/templates/admin/system-admin-index.html.twig similarity index 100% rename from core/themes/stable/templates/admin/system-admin-index.html.twig rename to web/core/themes/stable/templates/admin/system-admin-index.html.twig diff --git a/core/themes/stable/templates/admin/system-config-form.html.twig b/web/core/themes/stable/templates/admin/system-config-form.html.twig similarity index 100% rename from core/themes/stable/templates/admin/system-config-form.html.twig rename to web/core/themes/stable/templates/admin/system-config-form.html.twig diff --git a/core/themes/stable/templates/admin/system-modules-details.html.twig b/web/core/themes/stable/templates/admin/system-modules-details.html.twig similarity index 100% rename from core/themes/stable/templates/admin/system-modules-details.html.twig rename to web/core/themes/stable/templates/admin/system-modules-details.html.twig diff --git a/core/themes/stable/templates/admin/system-modules-uninstall.html.twig b/web/core/themes/stable/templates/admin/system-modules-uninstall.html.twig similarity index 100% rename from core/themes/stable/templates/admin/system-modules-uninstall.html.twig rename to web/core/themes/stable/templates/admin/system-modules-uninstall.html.twig diff --git a/core/themes/stable/templates/admin/system-themes-page.html.twig b/web/core/themes/stable/templates/admin/system-themes-page.html.twig similarity index 100% rename from core/themes/stable/templates/admin/system-themes-page.html.twig rename to web/core/themes/stable/templates/admin/system-themes-page.html.twig diff --git a/core/themes/stable/templates/admin/tablesort-indicator.html.twig b/web/core/themes/stable/templates/admin/tablesort-indicator.html.twig similarity index 100% rename from core/themes/stable/templates/admin/tablesort-indicator.html.twig rename to web/core/themes/stable/templates/admin/tablesort-indicator.html.twig diff --git a/core/themes/stable/templates/admin/update-last-check.html.twig b/web/core/themes/stable/templates/admin/update-last-check.html.twig similarity index 100% rename from core/themes/stable/templates/admin/update-last-check.html.twig rename to web/core/themes/stable/templates/admin/update-last-check.html.twig diff --git a/core/themes/stable/templates/admin/update-project-status.html.twig b/web/core/themes/stable/templates/admin/update-project-status.html.twig similarity index 100% rename from core/themes/stable/templates/admin/update-project-status.html.twig rename to web/core/themes/stable/templates/admin/update-project-status.html.twig diff --git a/core/themes/stable/templates/admin/update-report.html.twig b/web/core/themes/stable/templates/admin/update-report.html.twig similarity index 100% rename from core/themes/stable/templates/admin/update-report.html.twig rename to web/core/themes/stable/templates/admin/update-report.html.twig diff --git a/core/themes/stable/templates/admin/update-version.html.twig b/web/core/themes/stable/templates/admin/update-version.html.twig similarity index 100% rename from core/themes/stable/templates/admin/update-version.html.twig rename to web/core/themes/stable/templates/admin/update-version.html.twig diff --git a/core/themes/stable/templates/admin/views-ui-build-group-filter-form.html.twig b/web/core/themes/stable/templates/admin/views-ui-build-group-filter-form.html.twig similarity index 100% rename from core/themes/stable/templates/admin/views-ui-build-group-filter-form.html.twig rename to web/core/themes/stable/templates/admin/views-ui-build-group-filter-form.html.twig diff --git a/core/themes/stable/templates/admin/views-ui-container.html.twig b/web/core/themes/stable/templates/admin/views-ui-container.html.twig similarity index 100% rename from core/themes/stable/templates/admin/views-ui-container.html.twig rename to web/core/themes/stable/templates/admin/views-ui-container.html.twig diff --git a/core/themes/stable/templates/admin/views-ui-display-tab-bucket.html.twig b/web/core/themes/stable/templates/admin/views-ui-display-tab-bucket.html.twig similarity index 100% rename from core/themes/stable/templates/admin/views-ui-display-tab-bucket.html.twig rename to web/core/themes/stable/templates/admin/views-ui-display-tab-bucket.html.twig diff --git a/core/themes/stable/templates/admin/views-ui-display-tab-setting.html.twig b/web/core/themes/stable/templates/admin/views-ui-display-tab-setting.html.twig similarity index 100% rename from core/themes/stable/templates/admin/views-ui-display-tab-setting.html.twig rename to web/core/themes/stable/templates/admin/views-ui-display-tab-setting.html.twig diff --git a/core/themes/stable/templates/admin/views-ui-expose-filter-form.html.twig b/web/core/themes/stable/templates/admin/views-ui-expose-filter-form.html.twig similarity index 100% rename from core/themes/stable/templates/admin/views-ui-expose-filter-form.html.twig rename to web/core/themes/stable/templates/admin/views-ui-expose-filter-form.html.twig diff --git a/core/themes/stable/templates/admin/views-ui-rearrange-filter-form.html.twig b/web/core/themes/stable/templates/admin/views-ui-rearrange-filter-form.html.twig similarity index 100% rename from core/themes/stable/templates/admin/views-ui-rearrange-filter-form.html.twig rename to web/core/themes/stable/templates/admin/views-ui-rearrange-filter-form.html.twig diff --git a/core/themes/stable/templates/admin/views-ui-style-plugin-table.html.twig b/web/core/themes/stable/templates/admin/views-ui-style-plugin-table.html.twig similarity index 100% rename from core/themes/stable/templates/admin/views-ui-style-plugin-table.html.twig rename to web/core/themes/stable/templates/admin/views-ui-style-plugin-table.html.twig diff --git a/core/themes/stable/templates/admin/views-ui-view-info.html.twig b/web/core/themes/stable/templates/admin/views-ui-view-info.html.twig similarity index 100% rename from core/themes/stable/templates/admin/views-ui-view-info.html.twig rename to web/core/themes/stable/templates/admin/views-ui-view-info.html.twig diff --git a/core/themes/stable/templates/admin/views-ui-view-preview-section.html.twig b/web/core/themes/stable/templates/admin/views-ui-view-preview-section.html.twig similarity index 100% rename from core/themes/stable/templates/admin/views-ui-view-preview-section.html.twig rename to web/core/themes/stable/templates/admin/views-ui-view-preview-section.html.twig diff --git a/core/themes/stable/templates/block/block--local-actions-block.html.twig b/web/core/themes/stable/templates/block/block--local-actions-block.html.twig similarity index 100% rename from core/themes/stable/templates/block/block--local-actions-block.html.twig rename to web/core/themes/stable/templates/block/block--local-actions-block.html.twig diff --git a/core/themes/stable/templates/block/block--system-branding-block.html.twig b/web/core/themes/stable/templates/block/block--system-branding-block.html.twig similarity index 100% rename from core/themes/stable/templates/block/block--system-branding-block.html.twig rename to web/core/themes/stable/templates/block/block--system-branding-block.html.twig diff --git a/core/themes/stable/templates/block/block--system-menu-block.html.twig b/web/core/themes/stable/templates/block/block--system-menu-block.html.twig similarity index 100% rename from core/themes/stable/templates/block/block--system-menu-block.html.twig rename to web/core/themes/stable/templates/block/block--system-menu-block.html.twig diff --git a/core/themes/stable/templates/block/block--system-messages-block.html.twig b/web/core/themes/stable/templates/block/block--system-messages-block.html.twig similarity index 100% rename from core/themes/stable/templates/block/block--system-messages-block.html.twig rename to web/core/themes/stable/templates/block/block--system-messages-block.html.twig diff --git a/core/themes/stable/templates/block/block.html.twig b/web/core/themes/stable/templates/block/block.html.twig similarity index 100% rename from core/themes/stable/templates/block/block.html.twig rename to web/core/themes/stable/templates/block/block.html.twig diff --git a/core/themes/stable/templates/content-edit/entity-add-list.html.twig b/web/core/themes/stable/templates/content-edit/entity-add-list.html.twig similarity index 100% rename from core/themes/stable/templates/content-edit/entity-add-list.html.twig rename to web/core/themes/stable/templates/content-edit/entity-add-list.html.twig diff --git a/core/themes/stable/templates/content-edit/file-managed-file.html.twig b/web/core/themes/stable/templates/content-edit/file-managed-file.html.twig similarity index 100% rename from core/themes/stable/templates/content-edit/file-managed-file.html.twig rename to web/core/themes/stable/templates/content-edit/file-managed-file.html.twig diff --git a/core/themes/stable/templates/content-edit/file-upload-help.html.twig b/web/core/themes/stable/templates/content-edit/file-upload-help.html.twig similarity index 100% rename from core/themes/stable/templates/content-edit/file-upload-help.html.twig rename to web/core/themes/stable/templates/content-edit/file-upload-help.html.twig diff --git a/core/themes/stable/templates/content-edit/file-widget-multiple.html.twig b/web/core/themes/stable/templates/content-edit/file-widget-multiple.html.twig similarity index 100% rename from core/themes/stable/templates/content-edit/file-widget-multiple.html.twig rename to web/core/themes/stable/templates/content-edit/file-widget-multiple.html.twig diff --git a/core/themes/stable/templates/content-edit/filter-caption.html.twig b/web/core/themes/stable/templates/content-edit/filter-caption.html.twig similarity index 100% rename from core/themes/stable/templates/content-edit/filter-caption.html.twig rename to web/core/themes/stable/templates/content-edit/filter-caption.html.twig diff --git a/core/themes/stable/templates/content-edit/filter-guidelines.html.twig b/web/core/themes/stable/templates/content-edit/filter-guidelines.html.twig similarity index 100% rename from core/themes/stable/templates/content-edit/filter-guidelines.html.twig rename to web/core/themes/stable/templates/content-edit/filter-guidelines.html.twig diff --git a/core/themes/stable/templates/content-edit/filter-tips.html.twig b/web/core/themes/stable/templates/content-edit/filter-tips.html.twig similarity index 100% rename from core/themes/stable/templates/content-edit/filter-tips.html.twig rename to web/core/themes/stable/templates/content-edit/filter-tips.html.twig diff --git a/core/themes/stable/templates/content-edit/image-widget.html.twig b/web/core/themes/stable/templates/content-edit/image-widget.html.twig similarity index 100% rename from core/themes/stable/templates/content-edit/image-widget.html.twig rename to web/core/themes/stable/templates/content-edit/image-widget.html.twig diff --git a/core/themes/stable/templates/content-edit/node-add-list.html.twig b/web/core/themes/stable/templates/content-edit/node-add-list.html.twig similarity index 100% rename from core/themes/stable/templates/content-edit/node-add-list.html.twig rename to web/core/themes/stable/templates/content-edit/node-add-list.html.twig diff --git a/core/themes/stable/templates/content-edit/node-edit-form.html.twig b/web/core/themes/stable/templates/content-edit/node-edit-form.html.twig similarity index 100% rename from core/themes/stable/templates/content-edit/node-edit-form.html.twig rename to web/core/themes/stable/templates/content-edit/node-edit-form.html.twig diff --git a/core/themes/stable/templates/content-edit/text-format-wrapper.html.twig b/web/core/themes/stable/templates/content-edit/text-format-wrapper.html.twig similarity index 100% rename from core/themes/stable/templates/content-edit/text-format-wrapper.html.twig rename to web/core/themes/stable/templates/content-edit/text-format-wrapper.html.twig diff --git a/core/themes/stable/templates/content/aggregator-item.html.twig b/web/core/themes/stable/templates/content/aggregator-item.html.twig similarity index 100% rename from core/themes/stable/templates/content/aggregator-item.html.twig rename to web/core/themes/stable/templates/content/aggregator-item.html.twig diff --git a/core/themes/stable/templates/content/book-node-export-html.html.twig b/web/core/themes/stable/templates/content/book-node-export-html.html.twig similarity index 100% rename from core/themes/stable/templates/content/book-node-export-html.html.twig rename to web/core/themes/stable/templates/content/book-node-export-html.html.twig diff --git a/core/themes/stable/templates/content/comment.html.twig b/web/core/themes/stable/templates/content/comment.html.twig similarity index 100% rename from core/themes/stable/templates/content/comment.html.twig rename to web/core/themes/stable/templates/content/comment.html.twig diff --git a/core/themes/stable/templates/content/mark.html.twig b/web/core/themes/stable/templates/content/mark.html.twig similarity index 100% rename from core/themes/stable/templates/content/mark.html.twig rename to web/core/themes/stable/templates/content/mark.html.twig diff --git a/core/themes/stable/templates/content/node.html.twig b/web/core/themes/stable/templates/content/node.html.twig similarity index 100% rename from core/themes/stable/templates/content/node.html.twig rename to web/core/themes/stable/templates/content/node.html.twig diff --git a/core/themes/stable/templates/content/page-title.html.twig b/web/core/themes/stable/templates/content/page-title.html.twig similarity index 100% rename from core/themes/stable/templates/content/page-title.html.twig rename to web/core/themes/stable/templates/content/page-title.html.twig diff --git a/core/themes/stable/templates/content/search-result.html.twig b/web/core/themes/stable/templates/content/search-result.html.twig similarity index 100% rename from core/themes/stable/templates/content/search-result.html.twig rename to web/core/themes/stable/templates/content/search-result.html.twig diff --git a/core/themes/stable/templates/content/taxonomy-term.html.twig b/web/core/themes/stable/templates/content/taxonomy-term.html.twig similarity index 100% rename from core/themes/stable/templates/content/taxonomy-term.html.twig rename to web/core/themes/stable/templates/content/taxonomy-term.html.twig diff --git a/core/themes/stable/templates/dataset/aggregator-feed.html.twig b/web/core/themes/stable/templates/dataset/aggregator-feed.html.twig similarity index 100% rename from core/themes/stable/templates/dataset/aggregator-feed.html.twig rename to web/core/themes/stable/templates/dataset/aggregator-feed.html.twig diff --git a/core/themes/stable/templates/dataset/forum-icon.html.twig b/web/core/themes/stable/templates/dataset/forum-icon.html.twig similarity index 100% rename from core/themes/stable/templates/dataset/forum-icon.html.twig rename to web/core/themes/stable/templates/dataset/forum-icon.html.twig diff --git a/core/themes/stable/templates/dataset/forum-list.html.twig b/web/core/themes/stable/templates/dataset/forum-list.html.twig similarity index 100% rename from core/themes/stable/templates/dataset/forum-list.html.twig rename to web/core/themes/stable/templates/dataset/forum-list.html.twig diff --git a/core/themes/stable/templates/dataset/forums.html.twig b/web/core/themes/stable/templates/dataset/forums.html.twig similarity index 100% rename from core/themes/stable/templates/dataset/forums.html.twig rename to web/core/themes/stable/templates/dataset/forums.html.twig diff --git a/core/themes/stable/templates/dataset/item-list.html.twig b/web/core/themes/stable/templates/dataset/item-list.html.twig similarity index 100% rename from core/themes/stable/templates/dataset/item-list.html.twig rename to web/core/themes/stable/templates/dataset/item-list.html.twig diff --git a/core/themes/stable/templates/dataset/table.html.twig b/web/core/themes/stable/templates/dataset/table.html.twig similarity index 100% rename from core/themes/stable/templates/dataset/table.html.twig rename to web/core/themes/stable/templates/dataset/table.html.twig diff --git a/core/themes/stable/templates/field/field--comment.html.twig b/web/core/themes/stable/templates/field/field--comment.html.twig similarity index 100% rename from core/themes/stable/templates/field/field--comment.html.twig rename to web/core/themes/stable/templates/field/field--comment.html.twig diff --git a/core/themes/stable/templates/field/field--node--created.html.twig b/web/core/themes/stable/templates/field/field--node--created.html.twig similarity index 100% rename from core/themes/stable/templates/field/field--node--created.html.twig rename to web/core/themes/stable/templates/field/field--node--created.html.twig diff --git a/core/themes/stable/templates/field/field--node--title.html.twig b/web/core/themes/stable/templates/field/field--node--title.html.twig similarity index 100% rename from core/themes/stable/templates/field/field--node--title.html.twig rename to web/core/themes/stable/templates/field/field--node--title.html.twig diff --git a/core/themes/stable/templates/field/field--node--uid.html.twig b/web/core/themes/stable/templates/field/field--node--uid.html.twig similarity index 100% rename from core/themes/stable/templates/field/field--node--uid.html.twig rename to web/core/themes/stable/templates/field/field--node--uid.html.twig diff --git a/core/themes/stable/templates/field/field.html.twig b/web/core/themes/stable/templates/field/field.html.twig similarity index 100% rename from core/themes/stable/templates/field/field.html.twig rename to web/core/themes/stable/templates/field/field.html.twig diff --git a/core/themes/stable/templates/field/file-link.html.twig b/web/core/themes/stable/templates/field/file-link.html.twig similarity index 100% rename from core/themes/stable/templates/field/file-link.html.twig rename to web/core/themes/stable/templates/field/file-link.html.twig diff --git a/core/themes/stable/templates/field/image-formatter.html.twig b/web/core/themes/stable/templates/field/image-formatter.html.twig similarity index 100% rename from core/themes/stable/templates/field/image-formatter.html.twig rename to web/core/themes/stable/templates/field/image-formatter.html.twig diff --git a/core/themes/stable/templates/field/image-style.html.twig b/web/core/themes/stable/templates/field/image-style.html.twig similarity index 100% rename from core/themes/stable/templates/field/image-style.html.twig rename to web/core/themes/stable/templates/field/image-style.html.twig diff --git a/core/themes/stable/templates/field/image.html.twig b/web/core/themes/stable/templates/field/image.html.twig similarity index 100% rename from core/themes/stable/templates/field/image.html.twig rename to web/core/themes/stable/templates/field/image.html.twig diff --git a/core/themes/stable/templates/field/link-formatter-link-separate.html.twig b/web/core/themes/stable/templates/field/link-formatter-link-separate.html.twig similarity index 100% rename from core/themes/stable/templates/field/link-formatter-link-separate.html.twig rename to web/core/themes/stable/templates/field/link-formatter-link-separate.html.twig diff --git a/core/themes/stable/templates/field/responsive-image-formatter.html.twig b/web/core/themes/stable/templates/field/responsive-image-formatter.html.twig similarity index 100% rename from core/themes/stable/templates/field/responsive-image-formatter.html.twig rename to web/core/themes/stable/templates/field/responsive-image-formatter.html.twig diff --git a/core/themes/stable/templates/field/responsive-image.html.twig b/web/core/themes/stable/templates/field/responsive-image.html.twig similarity index 100% rename from core/themes/stable/templates/field/responsive-image.html.twig rename to web/core/themes/stable/templates/field/responsive-image.html.twig diff --git a/core/themes/stable/templates/field/time.html.twig b/web/core/themes/stable/templates/field/time.html.twig similarity index 100% rename from core/themes/stable/templates/field/time.html.twig rename to web/core/themes/stable/templates/field/time.html.twig diff --git a/core/themes/stable/templates/form/checkboxes.html.twig b/web/core/themes/stable/templates/form/checkboxes.html.twig similarity index 100% rename from core/themes/stable/templates/form/checkboxes.html.twig rename to web/core/themes/stable/templates/form/checkboxes.html.twig diff --git a/core/themes/stable/templates/form/confirm-form.html.twig b/web/core/themes/stable/templates/form/confirm-form.html.twig similarity index 100% rename from core/themes/stable/templates/form/confirm-form.html.twig rename to web/core/themes/stable/templates/form/confirm-form.html.twig diff --git a/core/themes/stable/templates/form/container.html.twig b/web/core/themes/stable/templates/form/container.html.twig similarity index 100% rename from core/themes/stable/templates/form/container.html.twig rename to web/core/themes/stable/templates/form/container.html.twig diff --git a/core/themes/stable/templates/form/datetime-form.html.twig b/web/core/themes/stable/templates/form/datetime-form.html.twig similarity index 100% rename from core/themes/stable/templates/form/datetime-form.html.twig rename to web/core/themes/stable/templates/form/datetime-form.html.twig diff --git a/core/themes/stable/templates/form/datetime-wrapper.html.twig b/web/core/themes/stable/templates/form/datetime-wrapper.html.twig similarity index 100% rename from core/themes/stable/templates/form/datetime-wrapper.html.twig rename to web/core/themes/stable/templates/form/datetime-wrapper.html.twig diff --git a/core/themes/stable/templates/form/details.html.twig b/web/core/themes/stable/templates/form/details.html.twig similarity index 100% rename from core/themes/stable/templates/form/details.html.twig rename to web/core/themes/stable/templates/form/details.html.twig diff --git a/core/themes/stable/templates/form/dropbutton-wrapper.html.twig b/web/core/themes/stable/templates/form/dropbutton-wrapper.html.twig similarity index 100% rename from core/themes/stable/templates/form/dropbutton-wrapper.html.twig rename to web/core/themes/stable/templates/form/dropbutton-wrapper.html.twig diff --git a/core/themes/stable/templates/form/field-multiple-value-form.html.twig b/web/core/themes/stable/templates/form/field-multiple-value-form.html.twig similarity index 100% rename from core/themes/stable/templates/form/field-multiple-value-form.html.twig rename to web/core/themes/stable/templates/form/field-multiple-value-form.html.twig diff --git a/core/themes/stable/templates/form/fieldset.html.twig b/web/core/themes/stable/templates/form/fieldset.html.twig similarity index 100% rename from core/themes/stable/templates/form/fieldset.html.twig rename to web/core/themes/stable/templates/form/fieldset.html.twig diff --git a/core/themes/stable/templates/form/form-element-label.html.twig b/web/core/themes/stable/templates/form/form-element-label.html.twig similarity index 100% rename from core/themes/stable/templates/form/form-element-label.html.twig rename to web/core/themes/stable/templates/form/form-element-label.html.twig diff --git a/core/themes/stable/templates/form/form-element.html.twig b/web/core/themes/stable/templates/form/form-element.html.twig similarity index 100% rename from core/themes/stable/templates/form/form-element.html.twig rename to web/core/themes/stable/templates/form/form-element.html.twig diff --git a/core/themes/stable/templates/form/form.html.twig b/web/core/themes/stable/templates/form/form.html.twig similarity index 100% rename from core/themes/stable/templates/form/form.html.twig rename to web/core/themes/stable/templates/form/form.html.twig diff --git a/core/themes/stable/templates/form/input.html.twig b/web/core/themes/stable/templates/form/input.html.twig similarity index 100% rename from core/themes/stable/templates/form/input.html.twig rename to web/core/themes/stable/templates/form/input.html.twig diff --git a/core/themes/stable/templates/form/radios.html.twig b/web/core/themes/stable/templates/form/radios.html.twig similarity index 100% rename from core/themes/stable/templates/form/radios.html.twig rename to web/core/themes/stable/templates/form/radios.html.twig diff --git a/core/themes/stable/templates/form/select.html.twig b/web/core/themes/stable/templates/form/select.html.twig similarity index 100% rename from core/themes/stable/templates/form/select.html.twig rename to web/core/themes/stable/templates/form/select.html.twig diff --git a/core/themes/stable/templates/form/textarea.html.twig b/web/core/themes/stable/templates/form/textarea.html.twig similarity index 100% rename from core/themes/stable/templates/form/textarea.html.twig rename to web/core/themes/stable/templates/form/textarea.html.twig diff --git a/core/themes/stable/templates/layout/book-export-html.html.twig b/web/core/themes/stable/templates/layout/book-export-html.html.twig similarity index 100% rename from core/themes/stable/templates/layout/book-export-html.html.twig rename to web/core/themes/stable/templates/layout/book-export-html.html.twig diff --git a/core/themes/stable/templates/layout/html.html.twig b/web/core/themes/stable/templates/layout/html.html.twig similarity index 100% rename from core/themes/stable/templates/layout/html.html.twig rename to web/core/themes/stable/templates/layout/html.html.twig diff --git a/core/themes/stable/templates/layout/install-page.html.twig b/web/core/themes/stable/templates/layout/install-page.html.twig similarity index 100% rename from core/themes/stable/templates/layout/install-page.html.twig rename to web/core/themes/stable/templates/layout/install-page.html.twig diff --git a/core/themes/stable/templates/layout/maintenance-page.html.twig b/web/core/themes/stable/templates/layout/maintenance-page.html.twig similarity index 100% rename from core/themes/stable/templates/layout/maintenance-page.html.twig rename to web/core/themes/stable/templates/layout/maintenance-page.html.twig diff --git a/core/themes/stable/templates/layout/page.html.twig b/web/core/themes/stable/templates/layout/page.html.twig similarity index 100% rename from core/themes/stable/templates/layout/page.html.twig rename to web/core/themes/stable/templates/layout/page.html.twig diff --git a/core/themes/stable/templates/layout/region.html.twig b/web/core/themes/stable/templates/layout/region.html.twig similarity index 100% rename from core/themes/stable/templates/layout/region.html.twig rename to web/core/themes/stable/templates/layout/region.html.twig diff --git a/core/themes/stable/templates/misc/feed-icon.html.twig b/web/core/themes/stable/templates/misc/feed-icon.html.twig similarity index 100% rename from core/themes/stable/templates/misc/feed-icon.html.twig rename to web/core/themes/stable/templates/misc/feed-icon.html.twig diff --git a/core/themes/stable/templates/misc/progress-bar.html.twig b/web/core/themes/stable/templates/misc/progress-bar.html.twig similarity index 100% rename from core/themes/stable/templates/misc/progress-bar.html.twig rename to web/core/themes/stable/templates/misc/progress-bar.html.twig diff --git a/core/themes/stable/templates/misc/rdf-metadata.html.twig b/web/core/themes/stable/templates/misc/rdf-metadata.html.twig similarity index 100% rename from core/themes/stable/templates/misc/rdf-metadata.html.twig rename to web/core/themes/stable/templates/misc/rdf-metadata.html.twig diff --git a/core/themes/stable/templates/misc/rdf-wrapper.html.twig b/web/core/themes/stable/templates/misc/rdf-wrapper.html.twig similarity index 100% rename from core/themes/stable/templates/misc/rdf-wrapper.html.twig rename to web/core/themes/stable/templates/misc/rdf-wrapper.html.twig diff --git a/core/themes/stable/templates/misc/status-messages.html.twig b/web/core/themes/stable/templates/misc/status-messages.html.twig similarity index 100% rename from core/themes/stable/templates/misc/status-messages.html.twig rename to web/core/themes/stable/templates/misc/status-messages.html.twig diff --git a/core/themes/stable/templates/navigation/book-all-books-block.html.twig b/web/core/themes/stable/templates/navigation/book-all-books-block.html.twig similarity index 100% rename from core/themes/stable/templates/navigation/book-all-books-block.html.twig rename to web/core/themes/stable/templates/navigation/book-all-books-block.html.twig diff --git a/core/themes/stable/templates/navigation/book-navigation.html.twig b/web/core/themes/stable/templates/navigation/book-navigation.html.twig similarity index 100% rename from core/themes/stable/templates/navigation/book-navigation.html.twig rename to web/core/themes/stable/templates/navigation/book-navigation.html.twig diff --git a/core/themes/stable/templates/navigation/book-tree.html.twig b/web/core/themes/stable/templates/navigation/book-tree.html.twig similarity index 100% rename from core/themes/stable/templates/navigation/book-tree.html.twig rename to web/core/themes/stable/templates/navigation/book-tree.html.twig diff --git a/core/themes/stable/templates/navigation/breadcrumb.html.twig b/web/core/themes/stable/templates/navigation/breadcrumb.html.twig similarity index 100% rename from core/themes/stable/templates/navigation/breadcrumb.html.twig rename to web/core/themes/stable/templates/navigation/breadcrumb.html.twig diff --git a/core/themes/stable/templates/navigation/links.html.twig b/web/core/themes/stable/templates/navigation/links.html.twig similarity index 100% rename from core/themes/stable/templates/navigation/links.html.twig rename to web/core/themes/stable/templates/navigation/links.html.twig diff --git a/core/themes/stable/templates/navigation/menu--toolbar.html.twig b/web/core/themes/stable/templates/navigation/menu--toolbar.html.twig similarity index 100% rename from core/themes/stable/templates/navigation/menu--toolbar.html.twig rename to web/core/themes/stable/templates/navigation/menu--toolbar.html.twig diff --git a/core/themes/stable/templates/navigation/menu-local-action.html.twig b/web/core/themes/stable/templates/navigation/menu-local-action.html.twig similarity index 100% rename from core/themes/stable/templates/navigation/menu-local-action.html.twig rename to web/core/themes/stable/templates/navigation/menu-local-action.html.twig diff --git a/core/themes/stable/templates/navigation/menu-local-task.html.twig b/web/core/themes/stable/templates/navigation/menu-local-task.html.twig similarity index 100% rename from core/themes/stable/templates/navigation/menu-local-task.html.twig rename to web/core/themes/stable/templates/navigation/menu-local-task.html.twig diff --git a/core/themes/stable/templates/navigation/menu-local-tasks.html.twig b/web/core/themes/stable/templates/navigation/menu-local-tasks.html.twig similarity index 100% rename from core/themes/stable/templates/navigation/menu-local-tasks.html.twig rename to web/core/themes/stable/templates/navigation/menu-local-tasks.html.twig diff --git a/core/themes/stable/templates/navigation/menu.html.twig b/web/core/themes/stable/templates/navigation/menu.html.twig similarity index 100% rename from core/themes/stable/templates/navigation/menu.html.twig rename to web/core/themes/stable/templates/navigation/menu.html.twig diff --git a/core/themes/stable/templates/navigation/pager.html.twig b/web/core/themes/stable/templates/navigation/pager.html.twig similarity index 100% rename from core/themes/stable/templates/navigation/pager.html.twig rename to web/core/themes/stable/templates/navigation/pager.html.twig diff --git a/core/themes/stable/templates/navigation/toolbar.html.twig b/web/core/themes/stable/templates/navigation/toolbar.html.twig similarity index 100% rename from core/themes/stable/templates/navigation/toolbar.html.twig rename to web/core/themes/stable/templates/navigation/toolbar.html.twig diff --git a/core/themes/stable/templates/navigation/vertical-tabs.html.twig b/web/core/themes/stable/templates/navigation/vertical-tabs.html.twig similarity index 100% rename from core/themes/stable/templates/navigation/vertical-tabs.html.twig rename to web/core/themes/stable/templates/navigation/vertical-tabs.html.twig diff --git a/core/themes/stable/templates/user/forum-submitted.html.twig b/web/core/themes/stable/templates/user/forum-submitted.html.twig similarity index 100% rename from core/themes/stable/templates/user/forum-submitted.html.twig rename to web/core/themes/stable/templates/user/forum-submitted.html.twig diff --git a/core/themes/stable/templates/user/user.html.twig b/web/core/themes/stable/templates/user/user.html.twig similarity index 100% rename from core/themes/stable/templates/user/user.html.twig rename to web/core/themes/stable/templates/user/user.html.twig diff --git a/core/themes/stable/templates/user/username.html.twig b/web/core/themes/stable/templates/user/username.html.twig similarity index 100% rename from core/themes/stable/templates/user/username.html.twig rename to web/core/themes/stable/templates/user/username.html.twig diff --git a/core/themes/stable/templates/views/views-exposed-form.html.twig b/web/core/themes/stable/templates/views/views-exposed-form.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-exposed-form.html.twig rename to web/core/themes/stable/templates/views/views-exposed-form.html.twig diff --git a/core/themes/stable/templates/views/views-mini-pager.html.twig b/web/core/themes/stable/templates/views/views-mini-pager.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-mini-pager.html.twig rename to web/core/themes/stable/templates/views/views-mini-pager.html.twig diff --git a/core/themes/stable/templates/views/views-view-field.html.twig b/web/core/themes/stable/templates/views/views-view-field.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-view-field.html.twig rename to web/core/themes/stable/templates/views/views-view-field.html.twig diff --git a/core/themes/stable/templates/views/views-view-fields.html.twig b/web/core/themes/stable/templates/views/views-view-fields.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-view-fields.html.twig rename to web/core/themes/stable/templates/views/views-view-fields.html.twig diff --git a/core/themes/stable/templates/views/views-view-grid.html.twig b/web/core/themes/stable/templates/views/views-view-grid.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-view-grid.html.twig rename to web/core/themes/stable/templates/views/views-view-grid.html.twig diff --git a/core/themes/stable/templates/views/views-view-grouping.html.twig b/web/core/themes/stable/templates/views/views-view-grouping.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-view-grouping.html.twig rename to web/core/themes/stable/templates/views/views-view-grouping.html.twig diff --git a/core/themes/stable/templates/views/views-view-list.html.twig b/web/core/themes/stable/templates/views/views-view-list.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-view-list.html.twig rename to web/core/themes/stable/templates/views/views-view-list.html.twig diff --git a/core/themes/stable/templates/views/views-view-mapping-test.html.twig b/web/core/themes/stable/templates/views/views-view-mapping-test.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-view-mapping-test.html.twig rename to web/core/themes/stable/templates/views/views-view-mapping-test.html.twig diff --git a/core/themes/stable/templates/views/views-view-opml.html.twig b/web/core/themes/stable/templates/views/views-view-opml.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-view-opml.html.twig rename to web/core/themes/stable/templates/views/views-view-opml.html.twig diff --git a/core/themes/stable/templates/views/views-view-row-opml.html.twig b/web/core/themes/stable/templates/views/views-view-row-opml.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-view-row-opml.html.twig rename to web/core/themes/stable/templates/views/views-view-row-opml.html.twig diff --git a/core/themes/stable/templates/views/views-view-row-rss.html.twig b/web/core/themes/stable/templates/views/views-view-row-rss.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-view-row-rss.html.twig rename to web/core/themes/stable/templates/views/views-view-row-rss.html.twig diff --git a/core/themes/stable/templates/views/views-view-rss.html.twig b/web/core/themes/stable/templates/views/views-view-rss.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-view-rss.html.twig rename to web/core/themes/stable/templates/views/views-view-rss.html.twig diff --git a/core/themes/stable/templates/views/views-view-summary-unformatted.html.twig b/web/core/themes/stable/templates/views/views-view-summary-unformatted.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-view-summary-unformatted.html.twig rename to web/core/themes/stable/templates/views/views-view-summary-unformatted.html.twig diff --git a/core/themes/stable/templates/views/views-view-summary.html.twig b/web/core/themes/stable/templates/views/views-view-summary.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-view-summary.html.twig rename to web/core/themes/stable/templates/views/views-view-summary.html.twig diff --git a/core/themes/stable/templates/views/views-view-table.html.twig b/web/core/themes/stable/templates/views/views-view-table.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-view-table.html.twig rename to web/core/themes/stable/templates/views/views-view-table.html.twig diff --git a/core/themes/stable/templates/views/views-view-unformatted.html.twig b/web/core/themes/stable/templates/views/views-view-unformatted.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-view-unformatted.html.twig rename to web/core/themes/stable/templates/views/views-view-unformatted.html.twig diff --git a/core/themes/stable/templates/views/views-view.html.twig b/web/core/themes/stable/templates/views/views-view.html.twig similarity index 100% rename from core/themes/stable/templates/views/views-view.html.twig rename to web/core/themes/stable/templates/views/views-view.html.twig diff --git a/core/themes/stark/README.txt b/web/core/themes/stark/README.txt similarity index 100% rename from core/themes/stark/README.txt rename to web/core/themes/stark/README.txt diff --git a/core/themes/stark/config/schema/stark.schema.yml b/web/core/themes/stark/config/schema/stark.schema.yml similarity index 100% rename from core/themes/stark/config/schema/stark.schema.yml rename to web/core/themes/stark/config/schema/stark.schema.yml diff --git a/core/themes/stark/css/layout.css b/web/core/themes/stark/css/layout.css similarity index 100% rename from core/themes/stark/css/layout.css rename to web/core/themes/stark/css/layout.css diff --git a/core/themes/stark/logo.svg b/web/core/themes/stark/logo.svg similarity index 100% rename from core/themes/stark/logo.svg rename to web/core/themes/stark/logo.svg diff --git a/core/themes/stark/screenshot.png b/web/core/themes/stark/screenshot.png similarity index 100% rename from core/themes/stark/screenshot.png rename to web/core/themes/stark/screenshot.png diff --git a/core/themes/stark/stark.breakpoints.yml b/web/core/themes/stark/stark.breakpoints.yml similarity index 100% rename from core/themes/stark/stark.breakpoints.yml rename to web/core/themes/stark/stark.breakpoints.yml diff --git a/core/themes/stark/stark.info.yml b/web/core/themes/stark/stark.info.yml similarity index 100% rename from core/themes/stark/stark.info.yml rename to web/core/themes/stark/stark.info.yml diff --git a/core/themes/stark/stark.libraries.yml b/web/core/themes/stark/stark.libraries.yml similarity index 100% rename from core/themes/stark/stark.libraries.yml rename to web/core/themes/stark/stark.libraries.yml diff --git a/drush/example.drushrc.php b/web/drush/example.drushrc.php similarity index 100% rename from drush/example.drushrc.php rename to web/drush/example.drushrc.php diff --git a/example.gitignore b/web/example.gitignore similarity index 100% rename from example.gitignore rename to web/example.gitignore diff --git a/index.php b/web/index.php similarity index 100% rename from index.php rename to web/index.php diff --git a/modules/README.txt b/web/modules/README.txt similarity index 100% rename from modules/README.txt rename to web/modules/README.txt diff --git a/profiles/README.txt b/web/profiles/README.txt similarity index 100% rename from profiles/README.txt rename to web/profiles/README.txt diff --git a/robots.txt b/web/robots.txt similarity index 100% rename from robots.txt rename to web/robots.txt diff --git a/sites/README.txt b/web/sites/README.txt similarity index 100% rename from sites/README.txt rename to web/sites/README.txt diff --git a/sites/default/config/.htaccess b/web/sites/default/config/.htaccess similarity index 100% rename from sites/default/config/.htaccess rename to web/sites/default/config/.htaccess diff --git a/sites/default/config/README.txt b/web/sites/default/config/README.txt similarity index 100% rename from sites/default/config/README.txt rename to web/sites/default/config/README.txt diff --git a/sites/default/default.services.pantheon.preproduction.yml b/web/sites/default/default.services.pantheon.preproduction.yml similarity index 100% rename from sites/default/default.services.pantheon.preproduction.yml rename to web/sites/default/default.services.pantheon.preproduction.yml diff --git a/sites/default/default.services.yml b/web/sites/default/default.services.yml similarity index 100% rename from sites/default/default.services.yml rename to web/sites/default/default.services.yml diff --git a/sites/default/default.settings.php b/web/sites/default/default.settings.php similarity index 100% rename from sites/default/default.settings.php rename to web/sites/default/default.settings.php diff --git a/sites/default/settings.pantheon.php b/web/sites/default/settings.pantheon.php similarity index 100% rename from sites/default/settings.pantheon.php rename to web/sites/default/settings.pantheon.php diff --git a/sites/default/settings.php b/web/sites/default/settings.php similarity index 100% rename from sites/default/settings.php rename to web/sites/default/settings.php diff --git a/sites/development.services.yml b/web/sites/development.services.yml similarity index 100% rename from sites/development.services.yml rename to web/sites/development.services.yml diff --git a/sites/example.settings.local.php b/web/sites/example.settings.local.php similarity index 100% rename from sites/example.settings.local.php rename to web/sites/example.settings.local.php diff --git a/sites/example.sites.php b/web/sites/example.sites.php similarity index 100% rename from sites/example.sites.php rename to web/sites/example.sites.php diff --git a/themes/README.txt b/web/themes/README.txt similarity index 100% rename from themes/README.txt rename to web/themes/README.txt diff --git a/update.php b/web/update.php similarity index 100% rename from update.php rename to web/update.php diff --git a/vendor/.htaccess b/web/vendor/.htaccess similarity index 100% rename from vendor/.htaccess rename to web/vendor/.htaccess diff --git a/vendor/asm89/stack-cors/.gitignore b/web/vendor/asm89/stack-cors/.gitignore similarity index 100% rename from vendor/asm89/stack-cors/.gitignore rename to web/vendor/asm89/stack-cors/.gitignore diff --git a/vendor/asm89/stack-cors/.travis.yml b/web/vendor/asm89/stack-cors/.travis.yml similarity index 100% rename from vendor/asm89/stack-cors/.travis.yml rename to web/vendor/asm89/stack-cors/.travis.yml diff --git a/vendor/asm89/stack-cors/README.md b/web/vendor/asm89/stack-cors/README.md similarity index 100% rename from vendor/asm89/stack-cors/README.md rename to web/vendor/asm89/stack-cors/README.md diff --git a/vendor/asm89/stack-cors/composer.json b/web/vendor/asm89/stack-cors/composer.json similarity index 100% rename from vendor/asm89/stack-cors/composer.json rename to web/vendor/asm89/stack-cors/composer.json diff --git a/vendor/asm89/stack-cors/phpunit.xml.dist b/web/vendor/asm89/stack-cors/phpunit.xml.dist similarity index 100% rename from vendor/asm89/stack-cors/phpunit.xml.dist rename to web/vendor/asm89/stack-cors/phpunit.xml.dist diff --git a/vendor/asm89/stack-cors/src/Asm89/Stack/Cors.php b/web/vendor/asm89/stack-cors/src/Asm89/Stack/Cors.php similarity index 100% rename from vendor/asm89/stack-cors/src/Asm89/Stack/Cors.php rename to web/vendor/asm89/stack-cors/src/Asm89/Stack/Cors.php diff --git a/vendor/asm89/stack-cors/src/Asm89/Stack/CorsService.php b/web/vendor/asm89/stack-cors/src/Asm89/Stack/CorsService.php similarity index 100% rename from vendor/asm89/stack-cors/src/Asm89/Stack/CorsService.php rename to web/vendor/asm89/stack-cors/src/Asm89/Stack/CorsService.php diff --git a/vendor/asm89/stack-cors/test/Asm89/Stack/CorsTest.php b/web/vendor/asm89/stack-cors/test/Asm89/Stack/CorsTest.php similarity index 100% rename from vendor/asm89/stack-cors/test/Asm89/Stack/CorsTest.php rename to web/vendor/asm89/stack-cors/test/Asm89/Stack/CorsTest.php diff --git a/vendor/asm89/stack-cors/test/bootstrap.php b/web/vendor/asm89/stack-cors/test/bootstrap.php similarity index 100% rename from vendor/asm89/stack-cors/test/bootstrap.php rename to web/vendor/asm89/stack-cors/test/bootstrap.php diff --git a/vendor/autoload.php b/web/vendor/autoload.php similarity index 100% rename from vendor/autoload.php rename to web/vendor/autoload.php diff --git a/vendor/behat/mink-browserkit-driver/.gitignore b/web/vendor/behat/mink-browserkit-driver/.gitignore similarity index 100% rename from vendor/behat/mink-browserkit-driver/.gitignore rename to web/vendor/behat/mink-browserkit-driver/.gitignore diff --git a/vendor/behat/mink-browserkit-driver/.travis.yml b/web/vendor/behat/mink-browserkit-driver/.travis.yml similarity index 100% rename from vendor/behat/mink-browserkit-driver/.travis.yml rename to web/vendor/behat/mink-browserkit-driver/.travis.yml diff --git a/vendor/behat/mink-browserkit-driver/CHANGELOG.md b/web/vendor/behat/mink-browserkit-driver/CHANGELOG.md similarity index 100% rename from vendor/behat/mink-browserkit-driver/CHANGELOG.md rename to web/vendor/behat/mink-browserkit-driver/CHANGELOG.md diff --git a/vendor/behat/mink-browserkit-driver/LICENSE b/web/vendor/behat/mink-browserkit-driver/LICENSE similarity index 100% rename from vendor/behat/mink-browserkit-driver/LICENSE rename to web/vendor/behat/mink-browserkit-driver/LICENSE diff --git a/vendor/behat/mink-browserkit-driver/README.md b/web/vendor/behat/mink-browserkit-driver/README.md similarity index 100% rename from vendor/behat/mink-browserkit-driver/README.md rename to web/vendor/behat/mink-browserkit-driver/README.md diff --git a/vendor/behat/mink-browserkit-driver/composer.json b/web/vendor/behat/mink-browserkit-driver/composer.json similarity index 100% rename from vendor/behat/mink-browserkit-driver/composer.json rename to web/vendor/behat/mink-browserkit-driver/composer.json diff --git a/vendor/behat/mink-browserkit-driver/phpunit.xml.dist b/web/vendor/behat/mink-browserkit-driver/phpunit.xml.dist similarity index 100% rename from vendor/behat/mink-browserkit-driver/phpunit.xml.dist rename to web/vendor/behat/mink-browserkit-driver/phpunit.xml.dist diff --git a/vendor/behat/mink-browserkit-driver/src/BrowserKitDriver.php b/web/vendor/behat/mink-browserkit-driver/src/BrowserKitDriver.php similarity index 100% rename from vendor/behat/mink-browserkit-driver/src/BrowserKitDriver.php rename to web/vendor/behat/mink-browserkit-driver/src/BrowserKitDriver.php diff --git a/vendor/behat/mink-goutte-driver/.gitignore b/web/vendor/behat/mink-goutte-driver/.gitignore similarity index 100% rename from vendor/behat/mink-goutte-driver/.gitignore rename to web/vendor/behat/mink-goutte-driver/.gitignore diff --git a/vendor/behat/mink-goutte-driver/.travis.yml b/web/vendor/behat/mink-goutte-driver/.travis.yml similarity index 100% rename from vendor/behat/mink-goutte-driver/.travis.yml rename to web/vendor/behat/mink-goutte-driver/.travis.yml diff --git a/vendor/behat/mink-goutte-driver/CHANGELOG.md b/web/vendor/behat/mink-goutte-driver/CHANGELOG.md similarity index 100% rename from vendor/behat/mink-goutte-driver/CHANGELOG.md rename to web/vendor/behat/mink-goutte-driver/CHANGELOG.md diff --git a/vendor/behat/mink-goutte-driver/LICENSE b/web/vendor/behat/mink-goutte-driver/LICENSE similarity index 100% rename from vendor/behat/mink-goutte-driver/LICENSE rename to web/vendor/behat/mink-goutte-driver/LICENSE diff --git a/vendor/behat/mink-goutte-driver/README.md b/web/vendor/behat/mink-goutte-driver/README.md similarity index 100% rename from vendor/behat/mink-goutte-driver/README.md rename to web/vendor/behat/mink-goutte-driver/README.md diff --git a/vendor/behat/mink-goutte-driver/composer.json b/web/vendor/behat/mink-goutte-driver/composer.json similarity index 100% rename from vendor/behat/mink-goutte-driver/composer.json rename to web/vendor/behat/mink-goutte-driver/composer.json diff --git a/vendor/behat/mink-goutte-driver/phpunit.xml.dist b/web/vendor/behat/mink-goutte-driver/phpunit.xml.dist similarity index 100% rename from vendor/behat/mink-goutte-driver/phpunit.xml.dist rename to web/vendor/behat/mink-goutte-driver/phpunit.xml.dist diff --git a/vendor/behat/mink-goutte-driver/src/Goutte/Client.php b/web/vendor/behat/mink-goutte-driver/src/Goutte/Client.php similarity index 100% rename from vendor/behat/mink-goutte-driver/src/Goutte/Client.php rename to web/vendor/behat/mink-goutte-driver/src/Goutte/Client.php diff --git a/vendor/behat/mink-goutte-driver/src/GoutteDriver.php b/web/vendor/behat/mink-goutte-driver/src/GoutteDriver.php similarity index 100% rename from vendor/behat/mink-goutte-driver/src/GoutteDriver.php rename to web/vendor/behat/mink-goutte-driver/src/GoutteDriver.php diff --git a/vendor/behat/mink/CHANGES.md b/web/vendor/behat/mink/CHANGES.md similarity index 100% rename from vendor/behat/mink/CHANGES.md rename to web/vendor/behat/mink/CHANGES.md diff --git a/vendor/behat/mink/LICENSE b/web/vendor/behat/mink/LICENSE similarity index 100% rename from vendor/behat/mink/LICENSE rename to web/vendor/behat/mink/LICENSE diff --git a/vendor/behat/mink/README.md b/web/vendor/behat/mink/README.md similarity index 100% rename from vendor/behat/mink/README.md rename to web/vendor/behat/mink/README.md diff --git a/vendor/behat/mink/composer.json b/web/vendor/behat/mink/composer.json similarity index 100% rename from vendor/behat/mink/composer.json rename to web/vendor/behat/mink/composer.json diff --git a/vendor/behat/mink/src/Driver/CoreDriver.php b/web/vendor/behat/mink/src/Driver/CoreDriver.php similarity index 100% rename from vendor/behat/mink/src/Driver/CoreDriver.php rename to web/vendor/behat/mink/src/Driver/CoreDriver.php diff --git a/vendor/behat/mink/src/Driver/DriverInterface.php b/web/vendor/behat/mink/src/Driver/DriverInterface.php similarity index 100% rename from vendor/behat/mink/src/Driver/DriverInterface.php rename to web/vendor/behat/mink/src/Driver/DriverInterface.php diff --git a/vendor/behat/mink/src/Element/DocumentElement.php b/web/vendor/behat/mink/src/Element/DocumentElement.php similarity index 100% rename from vendor/behat/mink/src/Element/DocumentElement.php rename to web/vendor/behat/mink/src/Element/DocumentElement.php diff --git a/vendor/behat/mink/src/Element/Element.php b/web/vendor/behat/mink/src/Element/Element.php similarity index 100% rename from vendor/behat/mink/src/Element/Element.php rename to web/vendor/behat/mink/src/Element/Element.php diff --git a/vendor/behat/mink/src/Element/ElementInterface.php b/web/vendor/behat/mink/src/Element/ElementInterface.php similarity index 100% rename from vendor/behat/mink/src/Element/ElementInterface.php rename to web/vendor/behat/mink/src/Element/ElementInterface.php diff --git a/vendor/behat/mink/src/Element/NodeElement.php b/web/vendor/behat/mink/src/Element/NodeElement.php similarity index 100% rename from vendor/behat/mink/src/Element/NodeElement.php rename to web/vendor/behat/mink/src/Element/NodeElement.php diff --git a/vendor/behat/mink/src/Element/TraversableElement.php b/web/vendor/behat/mink/src/Element/TraversableElement.php similarity index 100% rename from vendor/behat/mink/src/Element/TraversableElement.php rename to web/vendor/behat/mink/src/Element/TraversableElement.php diff --git a/vendor/behat/mink/src/Exception/DriverException.php b/web/vendor/behat/mink/src/Exception/DriverException.php similarity index 100% rename from vendor/behat/mink/src/Exception/DriverException.php rename to web/vendor/behat/mink/src/Exception/DriverException.php diff --git a/vendor/behat/mink/src/Exception/ElementException.php b/web/vendor/behat/mink/src/Exception/ElementException.php similarity index 100% rename from vendor/behat/mink/src/Exception/ElementException.php rename to web/vendor/behat/mink/src/Exception/ElementException.php diff --git a/vendor/behat/mink/src/Exception/ElementHtmlException.php b/web/vendor/behat/mink/src/Exception/ElementHtmlException.php similarity index 100% rename from vendor/behat/mink/src/Exception/ElementHtmlException.php rename to web/vendor/behat/mink/src/Exception/ElementHtmlException.php diff --git a/vendor/behat/mink/src/Exception/ElementNotFoundException.php b/web/vendor/behat/mink/src/Exception/ElementNotFoundException.php similarity index 100% rename from vendor/behat/mink/src/Exception/ElementNotFoundException.php rename to web/vendor/behat/mink/src/Exception/ElementNotFoundException.php diff --git a/vendor/behat/mink/src/Exception/ElementTextException.php b/web/vendor/behat/mink/src/Exception/ElementTextException.php similarity index 100% rename from vendor/behat/mink/src/Exception/ElementTextException.php rename to web/vendor/behat/mink/src/Exception/ElementTextException.php diff --git a/vendor/behat/mink/src/Exception/Exception.php b/web/vendor/behat/mink/src/Exception/Exception.php similarity index 100% rename from vendor/behat/mink/src/Exception/Exception.php rename to web/vendor/behat/mink/src/Exception/Exception.php diff --git a/vendor/behat/mink/src/Exception/ExpectationException.php b/web/vendor/behat/mink/src/Exception/ExpectationException.php similarity index 100% rename from vendor/behat/mink/src/Exception/ExpectationException.php rename to web/vendor/behat/mink/src/Exception/ExpectationException.php diff --git a/vendor/behat/mink/src/Exception/ResponseTextException.php b/web/vendor/behat/mink/src/Exception/ResponseTextException.php similarity index 100% rename from vendor/behat/mink/src/Exception/ResponseTextException.php rename to web/vendor/behat/mink/src/Exception/ResponseTextException.php diff --git a/vendor/behat/mink/src/Exception/UnsupportedDriverActionException.php b/web/vendor/behat/mink/src/Exception/UnsupportedDriverActionException.php similarity index 100% rename from vendor/behat/mink/src/Exception/UnsupportedDriverActionException.php rename to web/vendor/behat/mink/src/Exception/UnsupportedDriverActionException.php diff --git a/vendor/behat/mink/src/Mink.php b/web/vendor/behat/mink/src/Mink.php similarity index 100% rename from vendor/behat/mink/src/Mink.php rename to web/vendor/behat/mink/src/Mink.php diff --git a/vendor/behat/mink/src/Selector/CssSelector.php b/web/vendor/behat/mink/src/Selector/CssSelector.php similarity index 100% rename from vendor/behat/mink/src/Selector/CssSelector.php rename to web/vendor/behat/mink/src/Selector/CssSelector.php diff --git a/vendor/behat/mink/src/Selector/ExactNamedSelector.php b/web/vendor/behat/mink/src/Selector/ExactNamedSelector.php similarity index 100% rename from vendor/behat/mink/src/Selector/ExactNamedSelector.php rename to web/vendor/behat/mink/src/Selector/ExactNamedSelector.php diff --git a/vendor/behat/mink/src/Selector/NamedSelector.php b/web/vendor/behat/mink/src/Selector/NamedSelector.php similarity index 100% rename from vendor/behat/mink/src/Selector/NamedSelector.php rename to web/vendor/behat/mink/src/Selector/NamedSelector.php diff --git a/vendor/behat/mink/src/Selector/PartialNamedSelector.php b/web/vendor/behat/mink/src/Selector/PartialNamedSelector.php similarity index 100% rename from vendor/behat/mink/src/Selector/PartialNamedSelector.php rename to web/vendor/behat/mink/src/Selector/PartialNamedSelector.php diff --git a/vendor/behat/mink/src/Selector/SelectorInterface.php b/web/vendor/behat/mink/src/Selector/SelectorInterface.php similarity index 100% rename from vendor/behat/mink/src/Selector/SelectorInterface.php rename to web/vendor/behat/mink/src/Selector/SelectorInterface.php diff --git a/vendor/behat/mink/src/Selector/SelectorsHandler.php b/web/vendor/behat/mink/src/Selector/SelectorsHandler.php similarity index 100% rename from vendor/behat/mink/src/Selector/SelectorsHandler.php rename to web/vendor/behat/mink/src/Selector/SelectorsHandler.php diff --git a/vendor/behat/mink/src/Selector/Xpath/Escaper.php b/web/vendor/behat/mink/src/Selector/Xpath/Escaper.php similarity index 100% rename from vendor/behat/mink/src/Selector/Xpath/Escaper.php rename to web/vendor/behat/mink/src/Selector/Xpath/Escaper.php diff --git a/vendor/behat/mink/src/Selector/Xpath/Manipulator.php b/web/vendor/behat/mink/src/Selector/Xpath/Manipulator.php similarity index 100% rename from vendor/behat/mink/src/Selector/Xpath/Manipulator.php rename to web/vendor/behat/mink/src/Selector/Xpath/Manipulator.php diff --git a/vendor/behat/mink/src/Session.php b/web/vendor/behat/mink/src/Session.php similarity index 100% rename from vendor/behat/mink/src/Session.php rename to web/vendor/behat/mink/src/Session.php diff --git a/vendor/behat/mink/src/WebAssert.php b/web/vendor/behat/mink/src/WebAssert.php similarity index 100% rename from vendor/behat/mink/src/WebAssert.php rename to web/vendor/behat/mink/src/WebAssert.php diff --git a/vendor/bin/phpunit b/web/vendor/bin/phpunit similarity index 100% rename from vendor/bin/phpunit rename to web/vendor/bin/phpunit diff --git a/vendor/composer/ClassLoader.php b/web/vendor/composer/ClassLoader.php similarity index 100% rename from vendor/composer/ClassLoader.php rename to web/vendor/composer/ClassLoader.php diff --git a/vendor/composer/LICENSE b/web/vendor/composer/LICENSE similarity index 100% rename from vendor/composer/LICENSE rename to web/vendor/composer/LICENSE diff --git a/vendor/composer/autoload_classmap.php b/web/vendor/composer/autoload_classmap.php similarity index 100% rename from vendor/composer/autoload_classmap.php rename to web/vendor/composer/autoload_classmap.php diff --git a/vendor/composer/autoload_files.php b/web/vendor/composer/autoload_files.php similarity index 100% rename from vendor/composer/autoload_files.php rename to web/vendor/composer/autoload_files.php diff --git a/vendor/composer/autoload_namespaces.php b/web/vendor/composer/autoload_namespaces.php similarity index 100% rename from vendor/composer/autoload_namespaces.php rename to web/vendor/composer/autoload_namespaces.php diff --git a/vendor/composer/autoload_psr4.php b/web/vendor/composer/autoload_psr4.php similarity index 100% rename from vendor/composer/autoload_psr4.php rename to web/vendor/composer/autoload_psr4.php diff --git a/vendor/composer/autoload_real.php b/web/vendor/composer/autoload_real.php similarity index 100% rename from vendor/composer/autoload_real.php rename to web/vendor/composer/autoload_real.php diff --git a/vendor/composer/autoload_static.php b/web/vendor/composer/autoload_static.php similarity index 100% rename from vendor/composer/autoload_static.php rename to web/vendor/composer/autoload_static.php diff --git a/vendor/composer/installed.json b/web/vendor/composer/installed.json similarity index 100% rename from vendor/composer/installed.json rename to web/vendor/composer/installed.json diff --git a/vendor/composer/installers/.editorconfig b/web/vendor/composer/installers/.editorconfig similarity index 100% rename from vendor/composer/installers/.editorconfig rename to web/vendor/composer/installers/.editorconfig diff --git a/vendor/composer/installers/.gitignore b/web/vendor/composer/installers/.gitignore similarity index 100% rename from vendor/composer/installers/.gitignore rename to web/vendor/composer/installers/.gitignore diff --git a/vendor/composer/installers/.travis.yml b/web/vendor/composer/installers/.travis.yml similarity index 100% rename from vendor/composer/installers/.travis.yml rename to web/vendor/composer/installers/.travis.yml diff --git a/vendor/composer/installers/LICENSE b/web/vendor/composer/installers/LICENSE similarity index 100% rename from vendor/composer/installers/LICENSE rename to web/vendor/composer/installers/LICENSE diff --git a/vendor/composer/installers/README.md b/web/vendor/composer/installers/README.md similarity index 100% rename from vendor/composer/installers/README.md rename to web/vendor/composer/installers/README.md diff --git a/vendor/composer/installers/composer.json b/web/vendor/composer/installers/composer.json similarity index 100% rename from vendor/composer/installers/composer.json rename to web/vendor/composer/installers/composer.json diff --git a/vendor/composer/installers/phpunit.xml.dist b/web/vendor/composer/installers/phpunit.xml.dist similarity index 100% rename from vendor/composer/installers/phpunit.xml.dist rename to web/vendor/composer/installers/phpunit.xml.dist diff --git a/vendor/composer/installers/src/Composer/Installers/AglInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/AglInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/AglInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/AglInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/BaseInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/ChefInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php b/web/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php rename to web/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php diff --git a/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/CraftInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/ElggInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/FuelInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/GravInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/GravInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/GravInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/GravInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/HuradInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/Installer.php b/web/vendor/composer/installers/src/Composer/Installers/Installer.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/Installer.php rename to web/vendor/composer/installers/src/Composer/Installers/Installer.php diff --git a/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/MakoInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/OxidInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/PPIInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/SMFInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php b/web/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php rename to web/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php diff --git a/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/TuskInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/ZendInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php diff --git a/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php b/web/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php similarity index 100% rename from vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php rename to web/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php diff --git a/vendor/composer/installers/src/bootstrap.php b/web/vendor/composer/installers/src/bootstrap.php similarity index 100% rename from vendor/composer/installers/src/bootstrap.php rename to web/vendor/composer/installers/src/bootstrap.php diff --git a/vendor/composer/installers/tests/Composer/Installers/Test/AsgardInstallerTest.php b/web/vendor/composer/installers/tests/Composer/Installers/Test/AsgardInstallerTest.php similarity index 100% rename from vendor/composer/installers/tests/Composer/Installers/Test/AsgardInstallerTest.php rename to web/vendor/composer/installers/tests/Composer/Installers/Test/AsgardInstallerTest.php diff --git a/vendor/composer/installers/tests/Composer/Installers/Test/CakePHPInstallerTest.php b/web/vendor/composer/installers/tests/Composer/Installers/Test/CakePHPInstallerTest.php similarity index 100% rename from vendor/composer/installers/tests/Composer/Installers/Test/CakePHPInstallerTest.php rename to web/vendor/composer/installers/tests/Composer/Installers/Test/CakePHPInstallerTest.php diff --git a/vendor/composer/installers/tests/Composer/Installers/Test/DokuWikiInstallerTest.php b/web/vendor/composer/installers/tests/Composer/Installers/Test/DokuWikiInstallerTest.php similarity index 100% rename from vendor/composer/installers/tests/Composer/Installers/Test/DokuWikiInstallerTest.php rename to web/vendor/composer/installers/tests/Composer/Installers/Test/DokuWikiInstallerTest.php diff --git a/vendor/composer/installers/tests/Composer/Installers/Test/GravInstallerTest.php b/web/vendor/composer/installers/tests/Composer/Installers/Test/GravInstallerTest.php similarity index 100% rename from vendor/composer/installers/tests/Composer/Installers/Test/GravInstallerTest.php rename to web/vendor/composer/installers/tests/Composer/Installers/Test/GravInstallerTest.php diff --git a/vendor/composer/installers/tests/Composer/Installers/Test/InstallerTest.php b/web/vendor/composer/installers/tests/Composer/Installers/Test/InstallerTest.php similarity index 100% rename from vendor/composer/installers/tests/Composer/Installers/Test/InstallerTest.php rename to web/vendor/composer/installers/tests/Composer/Installers/Test/InstallerTest.php diff --git a/vendor/composer/installers/tests/Composer/Installers/Test/MediaWikiInstallerTest.php b/web/vendor/composer/installers/tests/Composer/Installers/Test/MediaWikiInstallerTest.php similarity index 100% rename from vendor/composer/installers/tests/Composer/Installers/Test/MediaWikiInstallerTest.php rename to web/vendor/composer/installers/tests/Composer/Installers/Test/MediaWikiInstallerTest.php diff --git a/vendor/composer/installers/tests/Composer/Installers/Test/OctoberInstallerTest.php b/web/vendor/composer/installers/tests/Composer/Installers/Test/OctoberInstallerTest.php similarity index 100% rename from vendor/composer/installers/tests/Composer/Installers/Test/OctoberInstallerTest.php rename to web/vendor/composer/installers/tests/Composer/Installers/Test/OctoberInstallerTest.php diff --git a/vendor/composer/installers/tests/Composer/Installers/Test/PimcoreInstallerTest.php b/web/vendor/composer/installers/tests/Composer/Installers/Test/PimcoreInstallerTest.php similarity index 100% rename from vendor/composer/installers/tests/Composer/Installers/Test/PimcoreInstallerTest.php rename to web/vendor/composer/installers/tests/Composer/Installers/Test/PimcoreInstallerTest.php diff --git a/vendor/composer/installers/tests/Composer/Installers/Test/PiwikInstallerTest.php b/web/vendor/composer/installers/tests/Composer/Installers/Test/PiwikInstallerTest.php similarity index 100% rename from vendor/composer/installers/tests/Composer/Installers/Test/PiwikInstallerTest.php rename to web/vendor/composer/installers/tests/Composer/Installers/Test/PiwikInstallerTest.php diff --git a/vendor/composer/installers/tests/Composer/Installers/Test/TestCase.php b/web/vendor/composer/installers/tests/Composer/Installers/Test/TestCase.php similarity index 100% rename from vendor/composer/installers/tests/Composer/Installers/Test/TestCase.php rename to web/vendor/composer/installers/tests/Composer/Installers/Test/TestCase.php diff --git a/vendor/composer/installers/tests/bootstrap.php b/web/vendor/composer/installers/tests/bootstrap.php similarity index 100% rename from vendor/composer/installers/tests/bootstrap.php rename to web/vendor/composer/installers/tests/bootstrap.php diff --git a/vendor/composer/semver/CHANGELOG.md b/web/vendor/composer/semver/CHANGELOG.md similarity index 100% rename from vendor/composer/semver/CHANGELOG.md rename to web/vendor/composer/semver/CHANGELOG.md diff --git a/vendor/composer/semver/LICENSE b/web/vendor/composer/semver/LICENSE similarity index 100% rename from vendor/composer/semver/LICENSE rename to web/vendor/composer/semver/LICENSE diff --git a/vendor/composer/semver/README.md b/web/vendor/composer/semver/README.md similarity index 100% rename from vendor/composer/semver/README.md rename to web/vendor/composer/semver/README.md diff --git a/vendor/composer/semver/composer.json b/web/vendor/composer/semver/composer.json similarity index 100% rename from vendor/composer/semver/composer.json rename to web/vendor/composer/semver/composer.json diff --git a/vendor/composer/semver/src/Comparator.php b/web/vendor/composer/semver/src/Comparator.php similarity index 100% rename from vendor/composer/semver/src/Comparator.php rename to web/vendor/composer/semver/src/Comparator.php diff --git a/vendor/composer/semver/src/Constraint/AbstractConstraint.php b/web/vendor/composer/semver/src/Constraint/AbstractConstraint.php similarity index 100% rename from vendor/composer/semver/src/Constraint/AbstractConstraint.php rename to web/vendor/composer/semver/src/Constraint/AbstractConstraint.php diff --git a/vendor/composer/semver/src/Constraint/Constraint.php b/web/vendor/composer/semver/src/Constraint/Constraint.php similarity index 100% rename from vendor/composer/semver/src/Constraint/Constraint.php rename to web/vendor/composer/semver/src/Constraint/Constraint.php diff --git a/vendor/composer/semver/src/Constraint/ConstraintInterface.php b/web/vendor/composer/semver/src/Constraint/ConstraintInterface.php similarity index 100% rename from vendor/composer/semver/src/Constraint/ConstraintInterface.php rename to web/vendor/composer/semver/src/Constraint/ConstraintInterface.php diff --git a/vendor/composer/semver/src/Constraint/EmptyConstraint.php b/web/vendor/composer/semver/src/Constraint/EmptyConstraint.php similarity index 100% rename from vendor/composer/semver/src/Constraint/EmptyConstraint.php rename to web/vendor/composer/semver/src/Constraint/EmptyConstraint.php diff --git a/vendor/composer/semver/src/Constraint/MultiConstraint.php b/web/vendor/composer/semver/src/Constraint/MultiConstraint.php similarity index 100% rename from vendor/composer/semver/src/Constraint/MultiConstraint.php rename to web/vendor/composer/semver/src/Constraint/MultiConstraint.php diff --git a/vendor/composer/semver/src/Semver.php b/web/vendor/composer/semver/src/Semver.php similarity index 100% rename from vendor/composer/semver/src/Semver.php rename to web/vendor/composer/semver/src/Semver.php diff --git a/vendor/composer/semver/src/VersionParser.php b/web/vendor/composer/semver/src/VersionParser.php similarity index 100% rename from vendor/composer/semver/src/VersionParser.php rename to web/vendor/composer/semver/src/VersionParser.php diff --git a/vendor/doctrine/annotations/LICENSE b/web/vendor/doctrine/annotations/LICENSE similarity index 100% rename from vendor/doctrine/annotations/LICENSE rename to web/vendor/doctrine/annotations/LICENSE diff --git a/vendor/doctrine/annotations/README.md b/web/vendor/doctrine/annotations/README.md similarity index 100% rename from vendor/doctrine/annotations/README.md rename to web/vendor/doctrine/annotations/README.md diff --git a/vendor/doctrine/annotations/composer.json b/web/vendor/doctrine/annotations/composer.json similarity index 100% rename from vendor/doctrine/annotations/composer.json rename to web/vendor/doctrine/annotations/composer.json diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php diff --git a/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php b/web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php similarity index 100% rename from vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php rename to web/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php diff --git a/vendor/doctrine/cache/.coveralls.yml b/web/vendor/doctrine/cache/.coveralls.yml similarity index 100% rename from vendor/doctrine/cache/.coveralls.yml rename to web/vendor/doctrine/cache/.coveralls.yml diff --git a/vendor/doctrine/cache/.gitignore b/web/vendor/doctrine/cache/.gitignore similarity index 100% rename from vendor/doctrine/cache/.gitignore rename to web/vendor/doctrine/cache/.gitignore diff --git a/vendor/doctrine/cache/.travis.yml b/web/vendor/doctrine/cache/.travis.yml similarity index 100% rename from vendor/doctrine/cache/.travis.yml rename to web/vendor/doctrine/cache/.travis.yml diff --git a/vendor/doctrine/cache/LICENSE b/web/vendor/doctrine/cache/LICENSE similarity index 100% rename from vendor/doctrine/cache/LICENSE rename to web/vendor/doctrine/cache/LICENSE diff --git a/vendor/doctrine/cache/README.md b/web/vendor/doctrine/cache/README.md similarity index 100% rename from vendor/doctrine/cache/README.md rename to web/vendor/doctrine/cache/README.md diff --git a/vendor/doctrine/cache/UPGRADE.md b/web/vendor/doctrine/cache/UPGRADE.md similarity index 100% rename from vendor/doctrine/cache/UPGRADE.md rename to web/vendor/doctrine/cache/UPGRADE.md diff --git a/vendor/doctrine/cache/build.properties b/web/vendor/doctrine/cache/build.properties similarity index 100% rename from vendor/doctrine/cache/build.properties rename to web/vendor/doctrine/cache/build.properties diff --git a/vendor/doctrine/cache/build.xml b/web/vendor/doctrine/cache/build.xml similarity index 100% rename from vendor/doctrine/cache/build.xml rename to web/vendor/doctrine/cache/build.xml diff --git a/vendor/doctrine/cache/composer.json b/web/vendor/doctrine/cache/composer.json similarity index 100% rename from vendor/doctrine/cache/composer.json rename to web/vendor/doctrine/cache/composer.json diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php diff --git a/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php b/web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php similarity index 100% rename from vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php rename to web/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php diff --git a/vendor/doctrine/cache/phpunit.xml.dist b/web/vendor/doctrine/cache/phpunit.xml.dist similarity index 100% rename from vendor/doctrine/cache/phpunit.xml.dist rename to web/vendor/doctrine/cache/phpunit.xml.dist diff --git a/vendor/doctrine/collections/.gitignore b/web/vendor/doctrine/collections/.gitignore similarity index 100% rename from vendor/doctrine/collections/.gitignore rename to web/vendor/doctrine/collections/.gitignore diff --git a/vendor/doctrine/collections/.travis.yml b/web/vendor/doctrine/collections/.travis.yml similarity index 100% rename from vendor/doctrine/collections/.travis.yml rename to web/vendor/doctrine/collections/.travis.yml diff --git a/vendor/doctrine/collections/LICENSE b/web/vendor/doctrine/collections/LICENSE similarity index 100% rename from vendor/doctrine/collections/LICENSE rename to web/vendor/doctrine/collections/LICENSE diff --git a/vendor/doctrine/collections/README.md b/web/vendor/doctrine/collections/README.md similarity index 100% rename from vendor/doctrine/collections/README.md rename to web/vendor/doctrine/collections/README.md diff --git a/vendor/doctrine/collections/composer.json b/web/vendor/doctrine/collections/composer.json similarity index 100% rename from vendor/doctrine/collections/composer.json rename to web/vendor/doctrine/collections/composer.json diff --git a/vendor/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php b/web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php similarity index 100% rename from vendor/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php rename to web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php diff --git a/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php b/web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php similarity index 100% rename from vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php rename to web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php diff --git a/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php b/web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php similarity index 100% rename from vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php rename to web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php diff --git a/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php b/web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php similarity index 100% rename from vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php rename to web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Criteria.php diff --git a/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php b/web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php similarity index 100% rename from vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php rename to web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php diff --git a/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php b/web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php similarity index 100% rename from vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php rename to web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Comparison.php diff --git a/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php b/web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php similarity index 100% rename from vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php rename to web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php diff --git a/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php b/web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php similarity index 100% rename from vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php rename to web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Expression.php diff --git a/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php b/web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php similarity index 100% rename from vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php rename to web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php diff --git a/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php b/web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php similarity index 100% rename from vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php rename to web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Expr/Value.php diff --git a/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php b/web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php similarity index 100% rename from vendor/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php rename to web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php diff --git a/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php b/web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php similarity index 100% rename from vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php rename to web/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php diff --git a/vendor/doctrine/collections/phpunit.xml.dist b/web/vendor/doctrine/collections/phpunit.xml.dist similarity index 100% rename from vendor/doctrine/collections/phpunit.xml.dist rename to web/vendor/doctrine/collections/phpunit.xml.dist diff --git a/vendor/doctrine/common/.gitignore b/web/vendor/doctrine/common/.gitignore similarity index 100% rename from vendor/doctrine/common/.gitignore rename to web/vendor/doctrine/common/.gitignore diff --git a/vendor/doctrine/common/.gitmodules b/web/vendor/doctrine/common/.gitmodules similarity index 100% rename from vendor/doctrine/common/.gitmodules rename to web/vendor/doctrine/common/.gitmodules diff --git a/vendor/doctrine/common/.travis.yml b/web/vendor/doctrine/common/.travis.yml similarity index 100% rename from vendor/doctrine/common/.travis.yml rename to web/vendor/doctrine/common/.travis.yml diff --git a/vendor/doctrine/common/LICENSE b/web/vendor/doctrine/common/LICENSE similarity index 100% rename from vendor/doctrine/common/LICENSE rename to web/vendor/doctrine/common/LICENSE diff --git a/vendor/doctrine/common/README.md b/web/vendor/doctrine/common/README.md similarity index 100% rename from vendor/doctrine/common/README.md rename to web/vendor/doctrine/common/README.md diff --git a/vendor/doctrine/common/UPGRADE_TO_2_1 b/web/vendor/doctrine/common/UPGRADE_TO_2_1 similarity index 100% rename from vendor/doctrine/common/UPGRADE_TO_2_1 rename to web/vendor/doctrine/common/UPGRADE_TO_2_1 diff --git a/vendor/doctrine/common/UPGRADE_TO_2_2 b/web/vendor/doctrine/common/UPGRADE_TO_2_2 similarity index 100% rename from vendor/doctrine/common/UPGRADE_TO_2_2 rename to web/vendor/doctrine/common/UPGRADE_TO_2_2 diff --git a/vendor/doctrine/common/build.properties b/web/vendor/doctrine/common/build.properties similarity index 100% rename from vendor/doctrine/common/build.properties rename to web/vendor/doctrine/common/build.properties diff --git a/vendor/doctrine/common/build.xml b/web/vendor/doctrine/common/build.xml similarity index 100% rename from vendor/doctrine/common/build.xml rename to web/vendor/doctrine/common/build.xml diff --git a/vendor/doctrine/common/composer.json b/web/vendor/doctrine/common/composer.json similarity index 100% rename from vendor/doctrine/common/composer.json rename to web/vendor/doctrine/common/composer.json diff --git a/vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php b/web/vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/CommonException.php b/web/vendor/doctrine/common/lib/Doctrine/Common/CommonException.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/CommonException.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/CommonException.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Comparable.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Comparable.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Comparable.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Comparable.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/EventArgs.php b/web/vendor/doctrine/common/lib/Doctrine/Common/EventArgs.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/EventArgs.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/EventArgs.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/EventManager.php b/web/vendor/doctrine/common/lib/Doctrine/Common/EventManager.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/EventManager.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/EventManager.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/EventSubscriber.php b/web/vendor/doctrine/common/lib/Doctrine/Common/EventSubscriber.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/EventSubscriber.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/EventSubscriber.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Lexer.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php b/web/vendor/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/NotifyPropertyChanged.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerDecorator.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php b/web/vendor/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/PropertyChangedListener.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/InvalidArgumentException.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/ProxyException.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/UnexpectedValueException.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyDefinition.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Util/Debug.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Util/Debug.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Util/Debug.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Util/Debug.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php diff --git a/vendor/doctrine/common/lib/Doctrine/Common/Version.php b/web/vendor/doctrine/common/lib/Doctrine/Common/Version.php similarity index 100% rename from vendor/doctrine/common/lib/Doctrine/Common/Version.php rename to web/vendor/doctrine/common/lib/Doctrine/Common/Version.php diff --git a/vendor/doctrine/common/phpunit.xml.dist b/web/vendor/doctrine/common/phpunit.xml.dist similarity index 100% rename from vendor/doctrine/common/phpunit.xml.dist rename to web/vendor/doctrine/common/phpunit.xml.dist diff --git a/vendor/doctrine/inflector/.gitignore b/web/vendor/doctrine/inflector/.gitignore similarity index 100% rename from vendor/doctrine/inflector/.gitignore rename to web/vendor/doctrine/inflector/.gitignore diff --git a/vendor/doctrine/inflector/.travis.yml b/web/vendor/doctrine/inflector/.travis.yml similarity index 100% rename from vendor/doctrine/inflector/.travis.yml rename to web/vendor/doctrine/inflector/.travis.yml diff --git a/vendor/doctrine/inflector/LICENSE b/web/vendor/doctrine/inflector/LICENSE similarity index 100% rename from vendor/doctrine/inflector/LICENSE rename to web/vendor/doctrine/inflector/LICENSE diff --git a/vendor/doctrine/inflector/README.md b/web/vendor/doctrine/inflector/README.md similarity index 100% rename from vendor/doctrine/inflector/README.md rename to web/vendor/doctrine/inflector/README.md diff --git a/vendor/doctrine/inflector/composer.json b/web/vendor/doctrine/inflector/composer.json similarity index 100% rename from vendor/doctrine/inflector/composer.json rename to web/vendor/doctrine/inflector/composer.json diff --git a/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php b/web/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php similarity index 100% rename from vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php rename to web/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php diff --git a/vendor/doctrine/inflector/phpunit.xml.dist b/web/vendor/doctrine/inflector/phpunit.xml.dist similarity index 100% rename from vendor/doctrine/inflector/phpunit.xml.dist rename to web/vendor/doctrine/inflector/phpunit.xml.dist diff --git a/vendor/doctrine/instantiator/.gitignore b/web/vendor/doctrine/instantiator/.gitignore similarity index 100% rename from vendor/doctrine/instantiator/.gitignore rename to web/vendor/doctrine/instantiator/.gitignore diff --git a/vendor/doctrine/instantiator/.scrutinizer.yml b/web/vendor/doctrine/instantiator/.scrutinizer.yml similarity index 100% rename from vendor/doctrine/instantiator/.scrutinizer.yml rename to web/vendor/doctrine/instantiator/.scrutinizer.yml diff --git a/vendor/doctrine/instantiator/.travis.install.sh b/web/vendor/doctrine/instantiator/.travis.install.sh similarity index 100% rename from vendor/doctrine/instantiator/.travis.install.sh rename to web/vendor/doctrine/instantiator/.travis.install.sh diff --git a/vendor/doctrine/instantiator/.travis.yml b/web/vendor/doctrine/instantiator/.travis.yml similarity index 100% rename from vendor/doctrine/instantiator/.travis.yml rename to web/vendor/doctrine/instantiator/.travis.yml diff --git a/vendor/doctrine/instantiator/CONTRIBUTING.md b/web/vendor/doctrine/instantiator/CONTRIBUTING.md similarity index 100% rename from vendor/doctrine/instantiator/CONTRIBUTING.md rename to web/vendor/doctrine/instantiator/CONTRIBUTING.md diff --git a/vendor/doctrine/instantiator/LICENSE b/web/vendor/doctrine/instantiator/LICENSE similarity index 100% rename from vendor/doctrine/instantiator/LICENSE rename to web/vendor/doctrine/instantiator/LICENSE diff --git a/vendor/doctrine/instantiator/README.md b/web/vendor/doctrine/instantiator/README.md similarity index 100% rename from vendor/doctrine/instantiator/README.md rename to web/vendor/doctrine/instantiator/README.md diff --git a/vendor/doctrine/instantiator/composer.json b/web/vendor/doctrine/instantiator/composer.json similarity index 100% rename from vendor/doctrine/instantiator/composer.json rename to web/vendor/doctrine/instantiator/composer.json diff --git a/vendor/doctrine/instantiator/phpmd.xml.dist b/web/vendor/doctrine/instantiator/phpmd.xml.dist similarity index 100% rename from vendor/doctrine/instantiator/phpmd.xml.dist rename to web/vendor/doctrine/instantiator/phpmd.xml.dist diff --git a/vendor/doctrine/instantiator/phpunit.xml.dist b/web/vendor/doctrine/instantiator/phpunit.xml.dist similarity index 100% rename from vendor/doctrine/instantiator/phpunit.xml.dist rename to web/vendor/doctrine/instantiator/phpunit.xml.dist diff --git a/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php b/web/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php similarity index 100% rename from vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php rename to web/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php diff --git a/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php b/web/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php rename to web/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php diff --git a/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php b/web/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php similarity index 100% rename from vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php rename to web/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php diff --git a/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php b/web/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php similarity index 100% rename from vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php rename to web/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php diff --git a/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php b/web/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php similarity index 100% rename from vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php rename to web/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php diff --git a/vendor/doctrine/lexer/LICENSE b/web/vendor/doctrine/lexer/LICENSE similarity index 100% rename from vendor/doctrine/lexer/LICENSE rename to web/vendor/doctrine/lexer/LICENSE diff --git a/vendor/doctrine/lexer/README.md b/web/vendor/doctrine/lexer/README.md similarity index 100% rename from vendor/doctrine/lexer/README.md rename to web/vendor/doctrine/lexer/README.md diff --git a/vendor/doctrine/lexer/composer.json b/web/vendor/doctrine/lexer/composer.json similarity index 100% rename from vendor/doctrine/lexer/composer.json rename to web/vendor/doctrine/lexer/composer.json diff --git a/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php b/web/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php similarity index 100% rename from vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php rename to web/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php diff --git a/vendor/easyrdf/easyrdf/CHANGELOG.md b/web/vendor/easyrdf/easyrdf/CHANGELOG.md similarity index 100% rename from vendor/easyrdf/easyrdf/CHANGELOG.md rename to web/vendor/easyrdf/easyrdf/CHANGELOG.md diff --git a/vendor/easyrdf/easyrdf/DEVELOPER.md b/web/vendor/easyrdf/easyrdf/DEVELOPER.md similarity index 100% rename from vendor/easyrdf/easyrdf/DEVELOPER.md rename to web/vendor/easyrdf/easyrdf/DEVELOPER.md diff --git a/vendor/easyrdf/easyrdf/LICENSE.md b/web/vendor/easyrdf/easyrdf/LICENSE.md similarity index 100% rename from vendor/easyrdf/easyrdf/LICENSE.md rename to web/vendor/easyrdf/easyrdf/LICENSE.md diff --git a/vendor/easyrdf/easyrdf/README.md b/web/vendor/easyrdf/easyrdf/README.md similarity index 100% rename from vendor/easyrdf/easyrdf/README.md rename to web/vendor/easyrdf/easyrdf/README.md diff --git a/vendor/easyrdf/easyrdf/composer.json b/web/vendor/easyrdf/easyrdf/composer.json similarity index 100% rename from vendor/easyrdf/easyrdf/composer.json rename to web/vendor/easyrdf/easyrdf/composer.json diff --git a/vendor/easyrdf/easyrdf/doap.php b/web/vendor/easyrdf/easyrdf/doap.php similarity index 100% rename from vendor/easyrdf/easyrdf/doap.php rename to web/vendor/easyrdf/easyrdf/doap.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Collection.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Collection.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Collection.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Collection.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Container.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Container.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Container.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Container.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Exception.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Exception.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Exception.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Exception.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Format.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/GraphStore.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/GraphStore.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/GraphStore.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/GraphStore.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Http.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Http.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Http.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Http.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Client.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Client.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Client.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Client.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Exception.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Exception.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Exception.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Exception.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Isomorphic.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Isomorphic.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Isomorphic.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Isomorphic.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Literal.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Boolean.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Boolean.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Boolean.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Boolean.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Date.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Date.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Date.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Date.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/DateTime.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/DateTime.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/DateTime.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/DateTime.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Decimal.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Decimal.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Decimal.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Decimal.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/HTML.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/HTML.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/HTML.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/HTML.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/HexBinary.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/HexBinary.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/HexBinary.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/HexBinary.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Integer.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Integer.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Integer.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/Integer.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/XML.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/XML.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/XML.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal/XML.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Namespace.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Namespace.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Namespace.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Namespace.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Parser.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Arc.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Arc.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Arc.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Arc.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Exception.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Exception.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Exception.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Exception.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Json.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Json.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Json.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Json.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/JsonLd.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/JsonLd.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/JsonLd.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/JsonLd.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/JsonLdImplementation.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/JsonLdImplementation.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/JsonLdImplementation.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/JsonLdImplementation.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Ntriples.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Ntriples.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Ntriples.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Ntriples.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rapper.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rapper.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rapper.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rapper.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfPhp.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfPhp.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfPhp.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfPhp.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rdfa.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rdfa.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rdfa.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rdfa.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Redland.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Redland.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Redland.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Redland.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Resource.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Arc.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Arc.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Arc.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Arc.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/GraphViz.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Json.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Json.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Json.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Json.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/JsonLd.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/JsonLd.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/JsonLd.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/JsonLd.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/JsonLd_real.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/JsonLd_real.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/JsonLd_real.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/JsonLd_real.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Ntriples.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Ntriples.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Ntriples.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Ntriples.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Rapper.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Rapper.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Rapper.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Rapper.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/RdfPhp.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/RdfPhp.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/RdfPhp.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/RdfPhp.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/RdfXml.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/RdfXml.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/RdfXml.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/RdfXml.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Turtle.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Turtle.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Turtle.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Serialiser/Turtle.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Client.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Client.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Client.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Client.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Sparql/Result.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/TypeMapper.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/TypeMapper.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/TypeMapper.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/TypeMapper.php diff --git a/vendor/easyrdf/easyrdf/lib/EasyRdf/Utils.php b/web/vendor/easyrdf/easyrdf/lib/EasyRdf/Utils.php similarity index 100% rename from vendor/easyrdf/easyrdf/lib/EasyRdf/Utils.php rename to web/vendor/easyrdf/easyrdf/lib/EasyRdf/Utils.php diff --git a/vendor/easyrdf/easyrdf/scripts/copyright_updater.php b/web/vendor/easyrdf/easyrdf/scripts/copyright_updater.php similarity index 100% rename from vendor/easyrdf/easyrdf/scripts/copyright_updater.php rename to web/vendor/easyrdf/easyrdf/scripts/copyright_updater.php diff --git a/vendor/egulias/email-validator/.coveralls.yml b/web/vendor/egulias/email-validator/.coveralls.yml similarity index 100% rename from vendor/egulias/email-validator/.coveralls.yml rename to web/vendor/egulias/email-validator/.coveralls.yml diff --git a/vendor/egulias/email-validator/.gitignore b/web/vendor/egulias/email-validator/.gitignore similarity index 100% rename from vendor/egulias/email-validator/.gitignore rename to web/vendor/egulias/email-validator/.gitignore diff --git a/vendor/egulias/email-validator/.travis.yml b/web/vendor/egulias/email-validator/.travis.yml similarity index 100% rename from vendor/egulias/email-validator/.travis.yml rename to web/vendor/egulias/email-validator/.travis.yml diff --git a/vendor/egulias/email-validator/LICENSE b/web/vendor/egulias/email-validator/LICENSE similarity index 100% rename from vendor/egulias/email-validator/LICENSE rename to web/vendor/egulias/email-validator/LICENSE diff --git a/vendor/egulias/email-validator/README.md b/web/vendor/egulias/email-validator/README.md similarity index 100% rename from vendor/egulias/email-validator/README.md rename to web/vendor/egulias/email-validator/README.md diff --git a/vendor/egulias/email-validator/composer.json b/web/vendor/egulias/email-validator/composer.json similarity index 100% rename from vendor/egulias/email-validator/composer.json rename to web/vendor/egulias/email-validator/composer.json diff --git a/vendor/egulias/email-validator/composer.lock b/web/vendor/egulias/email-validator/composer.lock similarity index 100% rename from vendor/egulias/email-validator/composer.lock rename to web/vendor/egulias/email-validator/composer.lock diff --git a/vendor/egulias/email-validator/phpunit.xml.dist b/web/vendor/egulias/email-validator/phpunit.xml.dist similarity index 100% rename from vendor/egulias/email-validator/phpunit.xml.dist rename to web/vendor/egulias/email-validator/phpunit.xml.dist diff --git a/vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailLexer.php b/web/vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailLexer.php similarity index 100% rename from vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailLexer.php rename to web/vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailLexer.php diff --git a/vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailParser.php b/web/vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailParser.php similarity index 100% rename from vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailParser.php rename to web/vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailParser.php diff --git a/vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailValidator.php b/web/vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailValidator.php similarity index 100% rename from vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailValidator.php rename to web/vendor/egulias/email-validator/src/Egulias/EmailValidator/EmailValidator.php diff --git a/vendor/egulias/email-validator/src/Egulias/EmailValidator/Parser/DomainPart.php b/web/vendor/egulias/email-validator/src/Egulias/EmailValidator/Parser/DomainPart.php similarity index 100% rename from vendor/egulias/email-validator/src/Egulias/EmailValidator/Parser/DomainPart.php rename to web/vendor/egulias/email-validator/src/Egulias/EmailValidator/Parser/DomainPart.php diff --git a/vendor/egulias/email-validator/src/Egulias/EmailValidator/Parser/LocalPart.php b/web/vendor/egulias/email-validator/src/Egulias/EmailValidator/Parser/LocalPart.php similarity index 100% rename from vendor/egulias/email-validator/src/Egulias/EmailValidator/Parser/LocalPart.php rename to web/vendor/egulias/email-validator/src/Egulias/EmailValidator/Parser/LocalPart.php diff --git a/vendor/egulias/email-validator/src/Egulias/EmailValidator/Parser/Parser.php b/web/vendor/egulias/email-validator/src/Egulias/EmailValidator/Parser/Parser.php similarity index 100% rename from vendor/egulias/email-validator/src/Egulias/EmailValidator/Parser/Parser.php rename to web/vendor/egulias/email-validator/src/Egulias/EmailValidator/Parser/Parser.php diff --git a/vendor/fabpot/goutte/.gitignore b/web/vendor/fabpot/goutte/.gitignore similarity index 100% rename from vendor/fabpot/goutte/.gitignore rename to web/vendor/fabpot/goutte/.gitignore diff --git a/vendor/fabpot/goutte/.travis.yml b/web/vendor/fabpot/goutte/.travis.yml similarity index 100% rename from vendor/fabpot/goutte/.travis.yml rename to web/vendor/fabpot/goutte/.travis.yml diff --git a/vendor/fabpot/goutte/Goutte/Client.php b/web/vendor/fabpot/goutte/Goutte/Client.php similarity index 100% rename from vendor/fabpot/goutte/Goutte/Client.php rename to web/vendor/fabpot/goutte/Goutte/Client.php diff --git a/vendor/fabpot/goutte/Goutte/Resources/phar-stub.php b/web/vendor/fabpot/goutte/Goutte/Resources/phar-stub.php similarity index 100% rename from vendor/fabpot/goutte/Goutte/Resources/phar-stub.php rename to web/vendor/fabpot/goutte/Goutte/Resources/phar-stub.php diff --git a/vendor/fabpot/goutte/LICENSE b/web/vendor/fabpot/goutte/LICENSE similarity index 100% rename from vendor/fabpot/goutte/LICENSE rename to web/vendor/fabpot/goutte/LICENSE diff --git a/vendor/fabpot/goutte/README.rst b/web/vendor/fabpot/goutte/README.rst similarity index 100% rename from vendor/fabpot/goutte/README.rst rename to web/vendor/fabpot/goutte/README.rst diff --git a/vendor/fabpot/goutte/box.json b/web/vendor/fabpot/goutte/box.json similarity index 100% rename from vendor/fabpot/goutte/box.json rename to web/vendor/fabpot/goutte/box.json diff --git a/vendor/fabpot/goutte/composer.json b/web/vendor/fabpot/goutte/composer.json similarity index 100% rename from vendor/fabpot/goutte/composer.json rename to web/vendor/fabpot/goutte/composer.json diff --git a/vendor/fabpot/goutte/phpunit.xml.dist b/web/vendor/fabpot/goutte/phpunit.xml.dist similarity index 100% rename from vendor/fabpot/goutte/phpunit.xml.dist rename to web/vendor/fabpot/goutte/phpunit.xml.dist diff --git a/vendor/guzzlehttp/guzzle/.travis.yml b/web/vendor/guzzlehttp/guzzle/.travis.yml similarity index 100% rename from vendor/guzzlehttp/guzzle/.travis.yml rename to web/vendor/guzzlehttp/guzzle/.travis.yml diff --git a/vendor/guzzlehttp/guzzle/CHANGELOG.md b/web/vendor/guzzlehttp/guzzle/CHANGELOG.md similarity index 100% rename from vendor/guzzlehttp/guzzle/CHANGELOG.md rename to web/vendor/guzzlehttp/guzzle/CHANGELOG.md diff --git a/vendor/guzzlehttp/guzzle/LICENSE b/web/vendor/guzzlehttp/guzzle/LICENSE similarity index 100% rename from vendor/guzzlehttp/guzzle/LICENSE rename to web/vendor/guzzlehttp/guzzle/LICENSE diff --git a/vendor/guzzlehttp/guzzle/README.md b/web/vendor/guzzlehttp/guzzle/README.md similarity index 100% rename from vendor/guzzlehttp/guzzle/README.md rename to web/vendor/guzzlehttp/guzzle/README.md diff --git a/vendor/guzzlehttp/guzzle/UPGRADING.md b/web/vendor/guzzlehttp/guzzle/UPGRADING.md similarity index 100% rename from vendor/guzzlehttp/guzzle/UPGRADING.md rename to web/vendor/guzzlehttp/guzzle/UPGRADING.md diff --git a/vendor/guzzlehttp/guzzle/composer.json b/web/vendor/guzzlehttp/guzzle/composer.json similarity index 100% rename from vendor/guzzlehttp/guzzle/composer.json rename to web/vendor/guzzlehttp/guzzle/composer.json diff --git a/vendor/guzzlehttp/guzzle/src/Client.php b/web/vendor/guzzlehttp/guzzle/src/Client.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Client.php rename to web/vendor/guzzlehttp/guzzle/src/Client.php diff --git a/vendor/guzzlehttp/guzzle/src/ClientInterface.php b/web/vendor/guzzlehttp/guzzle/src/ClientInterface.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/ClientInterface.php rename to web/vendor/guzzlehttp/guzzle/src/ClientInterface.php diff --git a/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php b/web/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php rename to web/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php diff --git a/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php b/web/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php rename to web/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php diff --git a/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php b/web/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php rename to web/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php diff --git a/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php b/web/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php rename to web/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php diff --git a/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php b/web/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php rename to web/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php diff --git a/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php b/web/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php rename to web/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php diff --git a/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php b/web/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Exception/ClientException.php rename to web/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php diff --git a/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php b/web/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php rename to web/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php diff --git a/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php b/web/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php rename to web/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php diff --git a/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php b/web/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Exception/RequestException.php rename to web/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php diff --git a/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php b/web/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Exception/SeekException.php rename to web/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php diff --git a/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php b/web/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Exception/ServerException.php rename to web/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php diff --git a/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php b/web/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php rename to web/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php diff --git a/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php b/web/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Exception/TransferException.php rename to web/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php diff --git a/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php b/web/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php rename to web/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php diff --git a/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php b/web/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php rename to web/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php diff --git a/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php b/web/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php rename to web/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php diff --git a/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php b/web/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php rename to web/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php diff --git a/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php b/web/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php rename to web/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php diff --git a/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php b/web/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php rename to web/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php diff --git a/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php b/web/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Handler/Proxy.php rename to web/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php diff --git a/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php b/web/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php rename to web/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php diff --git a/vendor/guzzlehttp/guzzle/src/HandlerStack.php b/web/vendor/guzzlehttp/guzzle/src/HandlerStack.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/HandlerStack.php rename to web/vendor/guzzlehttp/guzzle/src/HandlerStack.php diff --git a/vendor/guzzlehttp/guzzle/src/MessageFormatter.php b/web/vendor/guzzlehttp/guzzle/src/MessageFormatter.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/MessageFormatter.php rename to web/vendor/guzzlehttp/guzzle/src/MessageFormatter.php diff --git a/vendor/guzzlehttp/guzzle/src/Middleware.php b/web/vendor/guzzlehttp/guzzle/src/Middleware.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Middleware.php rename to web/vendor/guzzlehttp/guzzle/src/Middleware.php diff --git a/vendor/guzzlehttp/guzzle/src/Pool.php b/web/vendor/guzzlehttp/guzzle/src/Pool.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/Pool.php rename to web/vendor/guzzlehttp/guzzle/src/Pool.php diff --git a/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php b/web/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php rename to web/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php diff --git a/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php b/web/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php rename to web/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php diff --git a/vendor/guzzlehttp/guzzle/src/RequestOptions.php b/web/vendor/guzzlehttp/guzzle/src/RequestOptions.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/RequestOptions.php rename to web/vendor/guzzlehttp/guzzle/src/RequestOptions.php diff --git a/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php b/web/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/RetryMiddleware.php rename to web/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php diff --git a/vendor/guzzlehttp/guzzle/src/TransferStats.php b/web/vendor/guzzlehttp/guzzle/src/TransferStats.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/TransferStats.php rename to web/vendor/guzzlehttp/guzzle/src/TransferStats.php diff --git a/vendor/guzzlehttp/guzzle/src/UriTemplate.php b/web/vendor/guzzlehttp/guzzle/src/UriTemplate.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/UriTemplate.php rename to web/vendor/guzzlehttp/guzzle/src/UriTemplate.php diff --git a/vendor/guzzlehttp/guzzle/src/functions.php b/web/vendor/guzzlehttp/guzzle/src/functions.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/functions.php rename to web/vendor/guzzlehttp/guzzle/src/functions.php diff --git a/vendor/guzzlehttp/guzzle/src/functions_include.php b/web/vendor/guzzlehttp/guzzle/src/functions_include.php similarity index 100% rename from vendor/guzzlehttp/guzzle/src/functions_include.php rename to web/vendor/guzzlehttp/guzzle/src/functions_include.php diff --git a/vendor/guzzlehttp/promises/.gitignore b/web/vendor/guzzlehttp/promises/.gitignore similarity index 100% rename from vendor/guzzlehttp/promises/.gitignore rename to web/vendor/guzzlehttp/promises/.gitignore diff --git a/vendor/guzzlehttp/promises/.travis.yml b/web/vendor/guzzlehttp/promises/.travis.yml similarity index 100% rename from vendor/guzzlehttp/promises/.travis.yml rename to web/vendor/guzzlehttp/promises/.travis.yml diff --git a/vendor/guzzlehttp/promises/CHANGELOG.md b/web/vendor/guzzlehttp/promises/CHANGELOG.md similarity index 100% rename from vendor/guzzlehttp/promises/CHANGELOG.md rename to web/vendor/guzzlehttp/promises/CHANGELOG.md diff --git a/vendor/guzzlehttp/promises/LICENSE b/web/vendor/guzzlehttp/promises/LICENSE similarity index 100% rename from vendor/guzzlehttp/promises/LICENSE rename to web/vendor/guzzlehttp/promises/LICENSE diff --git a/vendor/guzzlehttp/promises/Makefile b/web/vendor/guzzlehttp/promises/Makefile similarity index 100% rename from vendor/guzzlehttp/promises/Makefile rename to web/vendor/guzzlehttp/promises/Makefile diff --git a/vendor/guzzlehttp/promises/README.md b/web/vendor/guzzlehttp/promises/README.md similarity index 100% rename from vendor/guzzlehttp/promises/README.md rename to web/vendor/guzzlehttp/promises/README.md diff --git a/vendor/guzzlehttp/promises/composer.json b/web/vendor/guzzlehttp/promises/composer.json similarity index 100% rename from vendor/guzzlehttp/promises/composer.json rename to web/vendor/guzzlehttp/promises/composer.json diff --git a/vendor/guzzlehttp/promises/phpunit.xml.dist b/web/vendor/guzzlehttp/promises/phpunit.xml.dist similarity index 100% rename from vendor/guzzlehttp/promises/phpunit.xml.dist rename to web/vendor/guzzlehttp/promises/phpunit.xml.dist diff --git a/vendor/guzzlehttp/promises/src/AggregateException.php b/web/vendor/guzzlehttp/promises/src/AggregateException.php similarity index 100% rename from vendor/guzzlehttp/promises/src/AggregateException.php rename to web/vendor/guzzlehttp/promises/src/AggregateException.php diff --git a/vendor/guzzlehttp/promises/src/CancellationException.php b/web/vendor/guzzlehttp/promises/src/CancellationException.php similarity index 100% rename from vendor/guzzlehttp/promises/src/CancellationException.php rename to web/vendor/guzzlehttp/promises/src/CancellationException.php diff --git a/vendor/guzzlehttp/promises/src/EachPromise.php b/web/vendor/guzzlehttp/promises/src/EachPromise.php similarity index 100% rename from vendor/guzzlehttp/promises/src/EachPromise.php rename to web/vendor/guzzlehttp/promises/src/EachPromise.php diff --git a/vendor/guzzlehttp/promises/src/FulfilledPromise.php b/web/vendor/guzzlehttp/promises/src/FulfilledPromise.php similarity index 100% rename from vendor/guzzlehttp/promises/src/FulfilledPromise.php rename to web/vendor/guzzlehttp/promises/src/FulfilledPromise.php diff --git a/vendor/guzzlehttp/promises/src/Promise.php b/web/vendor/guzzlehttp/promises/src/Promise.php similarity index 100% rename from vendor/guzzlehttp/promises/src/Promise.php rename to web/vendor/guzzlehttp/promises/src/Promise.php diff --git a/vendor/guzzlehttp/promises/src/PromiseInterface.php b/web/vendor/guzzlehttp/promises/src/PromiseInterface.php similarity index 100% rename from vendor/guzzlehttp/promises/src/PromiseInterface.php rename to web/vendor/guzzlehttp/promises/src/PromiseInterface.php diff --git a/vendor/guzzlehttp/promises/src/PromisorInterface.php b/web/vendor/guzzlehttp/promises/src/PromisorInterface.php similarity index 100% rename from vendor/guzzlehttp/promises/src/PromisorInterface.php rename to web/vendor/guzzlehttp/promises/src/PromisorInterface.php diff --git a/vendor/guzzlehttp/promises/src/RejectedPromise.php b/web/vendor/guzzlehttp/promises/src/RejectedPromise.php similarity index 100% rename from vendor/guzzlehttp/promises/src/RejectedPromise.php rename to web/vendor/guzzlehttp/promises/src/RejectedPromise.php diff --git a/vendor/guzzlehttp/promises/src/RejectionException.php b/web/vendor/guzzlehttp/promises/src/RejectionException.php similarity index 100% rename from vendor/guzzlehttp/promises/src/RejectionException.php rename to web/vendor/guzzlehttp/promises/src/RejectionException.php diff --git a/vendor/guzzlehttp/promises/src/TaskQueue.php b/web/vendor/guzzlehttp/promises/src/TaskQueue.php similarity index 100% rename from vendor/guzzlehttp/promises/src/TaskQueue.php rename to web/vendor/guzzlehttp/promises/src/TaskQueue.php diff --git a/vendor/guzzlehttp/promises/src/functions.php b/web/vendor/guzzlehttp/promises/src/functions.php similarity index 100% rename from vendor/guzzlehttp/promises/src/functions.php rename to web/vendor/guzzlehttp/promises/src/functions.php diff --git a/vendor/guzzlehttp/promises/src/functions_include.php b/web/vendor/guzzlehttp/promises/src/functions_include.php similarity index 100% rename from vendor/guzzlehttp/promises/src/functions_include.php rename to web/vendor/guzzlehttp/promises/src/functions_include.php diff --git a/vendor/guzzlehttp/psr7/.gitignore b/web/vendor/guzzlehttp/psr7/.gitignore similarity index 100% rename from vendor/guzzlehttp/psr7/.gitignore rename to web/vendor/guzzlehttp/psr7/.gitignore diff --git a/vendor/guzzlehttp/psr7/.travis.yml b/web/vendor/guzzlehttp/psr7/.travis.yml similarity index 100% rename from vendor/guzzlehttp/psr7/.travis.yml rename to web/vendor/guzzlehttp/psr7/.travis.yml diff --git a/vendor/guzzlehttp/psr7/CHANGELOG.md b/web/vendor/guzzlehttp/psr7/CHANGELOG.md similarity index 100% rename from vendor/guzzlehttp/psr7/CHANGELOG.md rename to web/vendor/guzzlehttp/psr7/CHANGELOG.md diff --git a/vendor/guzzlehttp/psr7/LICENSE b/web/vendor/guzzlehttp/psr7/LICENSE similarity index 100% rename from vendor/guzzlehttp/psr7/LICENSE rename to web/vendor/guzzlehttp/psr7/LICENSE diff --git a/vendor/guzzlehttp/psr7/Makefile b/web/vendor/guzzlehttp/psr7/Makefile similarity index 100% rename from vendor/guzzlehttp/psr7/Makefile rename to web/vendor/guzzlehttp/psr7/Makefile diff --git a/vendor/guzzlehttp/psr7/README.md b/web/vendor/guzzlehttp/psr7/README.md similarity index 100% rename from vendor/guzzlehttp/psr7/README.md rename to web/vendor/guzzlehttp/psr7/README.md diff --git a/vendor/guzzlehttp/psr7/composer.json b/web/vendor/guzzlehttp/psr7/composer.json similarity index 100% rename from vendor/guzzlehttp/psr7/composer.json rename to web/vendor/guzzlehttp/psr7/composer.json diff --git a/vendor/guzzlehttp/psr7/phpunit.xml.dist b/web/vendor/guzzlehttp/psr7/phpunit.xml.dist similarity index 100% rename from vendor/guzzlehttp/psr7/phpunit.xml.dist rename to web/vendor/guzzlehttp/psr7/phpunit.xml.dist diff --git a/vendor/guzzlehttp/psr7/src/AppendStream.php b/web/vendor/guzzlehttp/psr7/src/AppendStream.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/AppendStream.php rename to web/vendor/guzzlehttp/psr7/src/AppendStream.php diff --git a/vendor/guzzlehttp/psr7/src/BufferStream.php b/web/vendor/guzzlehttp/psr7/src/BufferStream.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/BufferStream.php rename to web/vendor/guzzlehttp/psr7/src/BufferStream.php diff --git a/vendor/guzzlehttp/psr7/src/CachingStream.php b/web/vendor/guzzlehttp/psr7/src/CachingStream.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/CachingStream.php rename to web/vendor/guzzlehttp/psr7/src/CachingStream.php diff --git a/vendor/guzzlehttp/psr7/src/DroppingStream.php b/web/vendor/guzzlehttp/psr7/src/DroppingStream.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/DroppingStream.php rename to web/vendor/guzzlehttp/psr7/src/DroppingStream.php diff --git a/vendor/guzzlehttp/psr7/src/FnStream.php b/web/vendor/guzzlehttp/psr7/src/FnStream.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/FnStream.php rename to web/vendor/guzzlehttp/psr7/src/FnStream.php diff --git a/vendor/guzzlehttp/psr7/src/InflateStream.php b/web/vendor/guzzlehttp/psr7/src/InflateStream.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/InflateStream.php rename to web/vendor/guzzlehttp/psr7/src/InflateStream.php diff --git a/vendor/guzzlehttp/psr7/src/LazyOpenStream.php b/web/vendor/guzzlehttp/psr7/src/LazyOpenStream.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/LazyOpenStream.php rename to web/vendor/guzzlehttp/psr7/src/LazyOpenStream.php diff --git a/vendor/guzzlehttp/psr7/src/LimitStream.php b/web/vendor/guzzlehttp/psr7/src/LimitStream.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/LimitStream.php rename to web/vendor/guzzlehttp/psr7/src/LimitStream.php diff --git a/vendor/guzzlehttp/psr7/src/MessageTrait.php b/web/vendor/guzzlehttp/psr7/src/MessageTrait.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/MessageTrait.php rename to web/vendor/guzzlehttp/psr7/src/MessageTrait.php diff --git a/vendor/guzzlehttp/psr7/src/MultipartStream.php b/web/vendor/guzzlehttp/psr7/src/MultipartStream.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/MultipartStream.php rename to web/vendor/guzzlehttp/psr7/src/MultipartStream.php diff --git a/vendor/guzzlehttp/psr7/src/NoSeekStream.php b/web/vendor/guzzlehttp/psr7/src/NoSeekStream.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/NoSeekStream.php rename to web/vendor/guzzlehttp/psr7/src/NoSeekStream.php diff --git a/vendor/guzzlehttp/psr7/src/PumpStream.php b/web/vendor/guzzlehttp/psr7/src/PumpStream.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/PumpStream.php rename to web/vendor/guzzlehttp/psr7/src/PumpStream.php diff --git a/vendor/guzzlehttp/psr7/src/Request.php b/web/vendor/guzzlehttp/psr7/src/Request.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/Request.php rename to web/vendor/guzzlehttp/psr7/src/Request.php diff --git a/vendor/guzzlehttp/psr7/src/Response.php b/web/vendor/guzzlehttp/psr7/src/Response.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/Response.php rename to web/vendor/guzzlehttp/psr7/src/Response.php diff --git a/vendor/guzzlehttp/psr7/src/ServerRequest.php b/web/vendor/guzzlehttp/psr7/src/ServerRequest.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/ServerRequest.php rename to web/vendor/guzzlehttp/psr7/src/ServerRequest.php diff --git a/vendor/guzzlehttp/psr7/src/Stream.php b/web/vendor/guzzlehttp/psr7/src/Stream.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/Stream.php rename to web/vendor/guzzlehttp/psr7/src/Stream.php diff --git a/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php b/web/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php rename to web/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php diff --git a/vendor/guzzlehttp/psr7/src/StreamWrapper.php b/web/vendor/guzzlehttp/psr7/src/StreamWrapper.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/StreamWrapper.php rename to web/vendor/guzzlehttp/psr7/src/StreamWrapper.php diff --git a/vendor/guzzlehttp/psr7/src/UploadedFile.php b/web/vendor/guzzlehttp/psr7/src/UploadedFile.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/UploadedFile.php rename to web/vendor/guzzlehttp/psr7/src/UploadedFile.php diff --git a/vendor/guzzlehttp/psr7/src/Uri.php b/web/vendor/guzzlehttp/psr7/src/Uri.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/Uri.php rename to web/vendor/guzzlehttp/psr7/src/Uri.php diff --git a/vendor/guzzlehttp/psr7/src/functions.php b/web/vendor/guzzlehttp/psr7/src/functions.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/functions.php rename to web/vendor/guzzlehttp/psr7/src/functions.php diff --git a/vendor/guzzlehttp/psr7/src/functions_include.php b/web/vendor/guzzlehttp/psr7/src/functions_include.php similarity index 100% rename from vendor/guzzlehttp/psr7/src/functions_include.php rename to web/vendor/guzzlehttp/psr7/src/functions_include.php diff --git a/vendor/ircmaxell/password-compat/LICENSE.md b/web/vendor/ircmaxell/password-compat/LICENSE.md similarity index 100% rename from vendor/ircmaxell/password-compat/LICENSE.md rename to web/vendor/ircmaxell/password-compat/LICENSE.md diff --git a/vendor/ircmaxell/password-compat/composer.json b/web/vendor/ircmaxell/password-compat/composer.json similarity index 100% rename from vendor/ircmaxell/password-compat/composer.json rename to web/vendor/ircmaxell/password-compat/composer.json diff --git a/vendor/ircmaxell/password-compat/lib/password.php b/web/vendor/ircmaxell/password-compat/lib/password.php similarity index 100% rename from vendor/ircmaxell/password-compat/lib/password.php rename to web/vendor/ircmaxell/password-compat/lib/password.php diff --git a/vendor/ircmaxell/password-compat/version-test.php b/web/vendor/ircmaxell/password-compat/version-test.php similarity index 100% rename from vendor/ircmaxell/password-compat/version-test.php rename to web/vendor/ircmaxell/password-compat/version-test.php diff --git a/vendor/jcalderonzumba/gastonjs/.gitignore b/web/vendor/jcalderonzumba/gastonjs/.gitignore similarity index 100% rename from vendor/jcalderonzumba/gastonjs/.gitignore rename to web/vendor/jcalderonzumba/gastonjs/.gitignore diff --git a/vendor/jcalderonzumba/gastonjs/.travis.yml b/web/vendor/jcalderonzumba/gastonjs/.travis.yml similarity index 100% rename from vendor/jcalderonzumba/gastonjs/.travis.yml rename to web/vendor/jcalderonzumba/gastonjs/.travis.yml diff --git a/vendor/jcalderonzumba/gastonjs/LICENSE b/web/vendor/jcalderonzumba/gastonjs/LICENSE similarity index 100% rename from vendor/jcalderonzumba/gastonjs/LICENSE rename to web/vendor/jcalderonzumba/gastonjs/LICENSE diff --git a/vendor/jcalderonzumba/gastonjs/README.md b/web/vendor/jcalderonzumba/gastonjs/README.md similarity index 100% rename from vendor/jcalderonzumba/gastonjs/README.md rename to web/vendor/jcalderonzumba/gastonjs/README.md diff --git a/vendor/jcalderonzumba/gastonjs/bin/run-tests.sh b/web/vendor/jcalderonzumba/gastonjs/bin/run-tests.sh similarity index 100% rename from vendor/jcalderonzumba/gastonjs/bin/run-tests.sh rename to web/vendor/jcalderonzumba/gastonjs/bin/run-tests.sh diff --git a/vendor/jcalderonzumba/gastonjs/composer.json b/web/vendor/jcalderonzumba/gastonjs/composer.json similarity index 100% rename from vendor/jcalderonzumba/gastonjs/composer.json rename to web/vendor/jcalderonzumba/gastonjs/composer.json diff --git a/vendor/jcalderonzumba/gastonjs/mkdocs.yml b/web/vendor/jcalderonzumba/gastonjs/mkdocs.yml similarity index 100% rename from vendor/jcalderonzumba/gastonjs/mkdocs.yml rename to web/vendor/jcalderonzumba/gastonjs/mkdocs.yml diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/Browser.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/Browser.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/Browser.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/Browser.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserAuthenticationTrait.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserAuthenticationTrait.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/BrowserAuthenticationTrait.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserAuthenticationTrait.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserBase.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserBase.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/BrowserBase.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserBase.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserConfigurationTrait.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserConfigurationTrait.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/BrowserConfigurationTrait.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserConfigurationTrait.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserCookieTrait.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserCookieTrait.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/BrowserCookieTrait.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserCookieTrait.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserFileTrait.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserFileTrait.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/BrowserFileTrait.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserFileTrait.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserFrameTrait.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserFrameTrait.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/BrowserFrameTrait.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserFrameTrait.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserHeadersTrait.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserHeadersTrait.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/BrowserHeadersTrait.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserHeadersTrait.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserMouseEventTrait.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserMouseEventTrait.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/BrowserMouseEventTrait.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserMouseEventTrait.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserNavigateTrait.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserNavigateTrait.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/BrowserNavigateTrait.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserNavigateTrait.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserNetworkTrait.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserNetworkTrait.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/BrowserNetworkTrait.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserNetworkTrait.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserPageElementTrait.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserPageElementTrait.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/BrowserPageElementTrait.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserPageElementTrait.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserPageTrait.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserPageTrait.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/BrowserPageTrait.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserPageTrait.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserRenderTrait.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserRenderTrait.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/BrowserRenderTrait.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserRenderTrait.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserScriptTrait.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserScriptTrait.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/BrowserScriptTrait.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserScriptTrait.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserWindowTrait.php b/web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserWindowTrait.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Browser/BrowserWindowTrait.php rename to web/vendor/jcalderonzumba/gastonjs/src/Browser/BrowserWindowTrait.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/Errors/browser_error.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/browser_error.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/Errors/browser_error.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/browser_error.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/Errors/error.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/error.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/Errors/error.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/error.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/Errors/frame_not_found.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/frame_not_found.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/Errors/frame_not_found.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/frame_not_found.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/Errors/invalid_selector.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/invalid_selector.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/Errors/invalid_selector.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/invalid_selector.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/Errors/javascript_error.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/javascript_error.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/Errors/javascript_error.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/javascript_error.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/Errors/mouse_event_failed.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/mouse_event_failed.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/Errors/mouse_event_failed.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/mouse_event_failed.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/Errors/no_such_window_error.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/no_such_window_error.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/Errors/no_such_window_error.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/no_such_window_error.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/Errors/obsolete_node.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/obsolete_node.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/Errors/obsolete_node.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/obsolete_node.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/Errors/status_fail_error.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/status_fail_error.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/Errors/status_fail_error.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/Errors/status_fail_error.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/Server/server.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/Server/server.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/Server/server.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/Server/server.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/Tools/inherit.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/Tools/inherit.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/Tools/inherit.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/Tools/inherit.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/agent.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/agent.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/agent.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/agent.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/browser.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/browser.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/browser.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/browser.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/main.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/main.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/main.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/main.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/node.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/node.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/node.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/node.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/poltergeist.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/poltergeist.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/poltergeist.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/poltergeist.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Client/web_page.js b/web/vendor/jcalderonzumba/gastonjs/src/Client/web_page.js similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Client/web_page.js rename to web/vendor/jcalderonzumba/gastonjs/src/Client/web_page.js diff --git a/vendor/jcalderonzumba/gastonjs/src/Cookie.php b/web/vendor/jcalderonzumba/gastonjs/src/Cookie.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Cookie.php rename to web/vendor/jcalderonzumba/gastonjs/src/Cookie.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Exception/BrowserError.php b/web/vendor/jcalderonzumba/gastonjs/src/Exception/BrowserError.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Exception/BrowserError.php rename to web/vendor/jcalderonzumba/gastonjs/src/Exception/BrowserError.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Exception/ClientError.php b/web/vendor/jcalderonzumba/gastonjs/src/Exception/ClientError.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Exception/ClientError.php rename to web/vendor/jcalderonzumba/gastonjs/src/Exception/ClientError.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Exception/DeadClient.php b/web/vendor/jcalderonzumba/gastonjs/src/Exception/DeadClient.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Exception/DeadClient.php rename to web/vendor/jcalderonzumba/gastonjs/src/Exception/DeadClient.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Exception/FrameNotFound.php b/web/vendor/jcalderonzumba/gastonjs/src/Exception/FrameNotFound.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Exception/FrameNotFound.php rename to web/vendor/jcalderonzumba/gastonjs/src/Exception/FrameNotFound.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Exception/InvalidSelector.php b/web/vendor/jcalderonzumba/gastonjs/src/Exception/InvalidSelector.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Exception/InvalidSelector.php rename to web/vendor/jcalderonzumba/gastonjs/src/Exception/InvalidSelector.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Exception/JSErrorItem.php b/web/vendor/jcalderonzumba/gastonjs/src/Exception/JSErrorItem.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Exception/JSErrorItem.php rename to web/vendor/jcalderonzumba/gastonjs/src/Exception/JSErrorItem.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Exception/JavascriptError.php b/web/vendor/jcalderonzumba/gastonjs/src/Exception/JavascriptError.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Exception/JavascriptError.php rename to web/vendor/jcalderonzumba/gastonjs/src/Exception/JavascriptError.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Exception/MouseEventFailed.php b/web/vendor/jcalderonzumba/gastonjs/src/Exception/MouseEventFailed.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Exception/MouseEventFailed.php rename to web/vendor/jcalderonzumba/gastonjs/src/Exception/MouseEventFailed.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Exception/NoSuchWindowError.php b/web/vendor/jcalderonzumba/gastonjs/src/Exception/NoSuchWindowError.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Exception/NoSuchWindowError.php rename to web/vendor/jcalderonzumba/gastonjs/src/Exception/NoSuchWindowError.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Exception/NodeError.php b/web/vendor/jcalderonzumba/gastonjs/src/Exception/NodeError.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Exception/NodeError.php rename to web/vendor/jcalderonzumba/gastonjs/src/Exception/NodeError.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Exception/ObsoleteNode.php b/web/vendor/jcalderonzumba/gastonjs/src/Exception/ObsoleteNode.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Exception/ObsoleteNode.php rename to web/vendor/jcalderonzumba/gastonjs/src/Exception/ObsoleteNode.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Exception/StatusFailError.php b/web/vendor/jcalderonzumba/gastonjs/src/Exception/StatusFailError.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Exception/StatusFailError.php rename to web/vendor/jcalderonzumba/gastonjs/src/Exception/StatusFailError.php diff --git a/vendor/jcalderonzumba/gastonjs/src/Exception/TimeoutError.php b/web/vendor/jcalderonzumba/gastonjs/src/Exception/TimeoutError.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/Exception/TimeoutError.php rename to web/vendor/jcalderonzumba/gastonjs/src/Exception/TimeoutError.php diff --git a/vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Request.php b/web/vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Request.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Request.php rename to web/vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Request.php diff --git a/vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Response.php b/web/vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Response.php similarity index 100% rename from vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Response.php rename to web/vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Response.php diff --git a/vendor/jcalderonzumba/gastonjs/unit_tests.xml b/web/vendor/jcalderonzumba/gastonjs/unit_tests.xml similarity index 100% rename from vendor/jcalderonzumba/gastonjs/unit_tests.xml rename to web/vendor/jcalderonzumba/gastonjs/unit_tests.xml diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/.gitignore b/web/vendor/jcalderonzumba/mink-phantomjs-driver/.gitignore similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/.gitignore rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/.gitignore diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/.travis.yml b/web/vendor/jcalderonzumba/mink-phantomjs-driver/.travis.yml similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/.travis.yml rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/.travis.yml diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/CHANGELOG-0.2.md b/web/vendor/jcalderonzumba/mink-phantomjs-driver/CHANGELOG-0.2.md similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/CHANGELOG-0.2.md rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/CHANGELOG-0.2.md diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/LICENSE b/web/vendor/jcalderonzumba/mink-phantomjs-driver/LICENSE similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/LICENSE rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/LICENSE diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/README.md b/web/vendor/jcalderonzumba/mink-phantomjs-driver/README.md similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/README.md rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/README.md diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/bin/run-tests.sh b/web/vendor/jcalderonzumba/mink-phantomjs-driver/bin/run-tests.sh similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/bin/run-tests.sh rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/bin/run-tests.sh diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/composer.json b/web/vendor/jcalderonzumba/mink-phantomjs-driver/composer.json similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/composer.json rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/composer.json diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/integration_tests.xml b/web/vendor/jcalderonzumba/mink-phantomjs-driver/integration_tests.xml similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/integration_tests.xml rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/integration_tests.xml diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/BasePhantomJSDriver.php b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/BasePhantomJSDriver.php similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/BasePhantomJSDriver.php rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/BasePhantomJSDriver.php diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/CookieTrait.php b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/CookieTrait.php similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/CookieTrait.php rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/CookieTrait.php diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/FormManipulationTrait.php b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/FormManipulationTrait.php similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/FormManipulationTrait.php rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/FormManipulationTrait.php diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/HeadersTrait.php b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/HeadersTrait.php similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/HeadersTrait.php rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/HeadersTrait.php diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/JavascriptTrait.php b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/JavascriptTrait.php similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/JavascriptTrait.php rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/JavascriptTrait.php diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/KeyboardTrait.php b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/KeyboardTrait.php similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/KeyboardTrait.php rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/KeyboardTrait.php diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/MouseTrait.php b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/MouseTrait.php similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/MouseTrait.php rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/MouseTrait.php diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/NavigationTrait.php b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/NavigationTrait.php similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/NavigationTrait.php rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/NavigationTrait.php diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/PageContentTrait.php b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/PageContentTrait.php similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/PageContentTrait.php rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/PageContentTrait.php diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/PhantomJSDriver.php b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/PhantomJSDriver.php similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/PhantomJSDriver.php rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/PhantomJSDriver.php diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/check_element.js.twig b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/check_element.js.twig similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/check_element.js.twig rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/check_element.js.twig diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/execute_script.js.twig b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/execute_script.js.twig similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/execute_script.js.twig rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/execute_script.js.twig diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/get_value.js.twig b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/get_value.js.twig similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/get_value.js.twig rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/get_value.js.twig diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/is_checked.js.twig b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/is_checked.js.twig similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/is_checked.js.twig rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/is_checked.js.twig diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/is_selected.js.twig b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/is_selected.js.twig similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/is_selected.js.twig rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/is_selected.js.twig diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/set_value.js.twig b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/set_value.js.twig similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/set_value.js.twig rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/Resources/Script/set_value.js.twig diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/SessionTrait.php b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/SessionTrait.php similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/SessionTrait.php rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/SessionTrait.php diff --git a/vendor/jcalderonzumba/mink-phantomjs-driver/src/WindowTrait.php b/web/vendor/jcalderonzumba/mink-phantomjs-driver/src/WindowTrait.php similarity index 100% rename from vendor/jcalderonzumba/mink-phantomjs-driver/src/WindowTrait.php rename to web/vendor/jcalderonzumba/mink-phantomjs-driver/src/WindowTrait.php diff --git a/vendor/masterminds/html5/.gitignore b/web/vendor/masterminds/html5/.gitignore similarity index 100% rename from vendor/masterminds/html5/.gitignore rename to web/vendor/masterminds/html5/.gitignore diff --git a/vendor/masterminds/html5/.scrutinizer.yml b/web/vendor/masterminds/html5/.scrutinizer.yml similarity index 100% rename from vendor/masterminds/html5/.scrutinizer.yml rename to web/vendor/masterminds/html5/.scrutinizer.yml diff --git a/vendor/masterminds/html5/.travis.yml b/web/vendor/masterminds/html5/.travis.yml similarity index 100% rename from vendor/masterminds/html5/.travis.yml rename to web/vendor/masterminds/html5/.travis.yml diff --git a/vendor/masterminds/html5/CREDITS b/web/vendor/masterminds/html5/CREDITS similarity index 100% rename from vendor/masterminds/html5/CREDITS rename to web/vendor/masterminds/html5/CREDITS diff --git a/vendor/masterminds/html5/LICENSE.txt b/web/vendor/masterminds/html5/LICENSE.txt similarity index 100% rename from vendor/masterminds/html5/LICENSE.txt rename to web/vendor/masterminds/html5/LICENSE.txt diff --git a/vendor/masterminds/html5/README.md b/web/vendor/masterminds/html5/README.md similarity index 100% rename from vendor/masterminds/html5/README.md rename to web/vendor/masterminds/html5/README.md diff --git a/vendor/masterminds/html5/RELEASE.md b/web/vendor/masterminds/html5/RELEASE.md similarity index 100% rename from vendor/masterminds/html5/RELEASE.md rename to web/vendor/masterminds/html5/RELEASE.md diff --git a/vendor/masterminds/html5/UPGRADING.md b/web/vendor/masterminds/html5/UPGRADING.md similarity index 100% rename from vendor/masterminds/html5/UPGRADING.md rename to web/vendor/masterminds/html5/UPGRADING.md diff --git a/vendor/masterminds/html5/bin/entities.php b/web/vendor/masterminds/html5/bin/entities.php similarity index 100% rename from vendor/masterminds/html5/bin/entities.php rename to web/vendor/masterminds/html5/bin/entities.php diff --git a/vendor/masterminds/html5/composer.json b/web/vendor/masterminds/html5/composer.json similarity index 100% rename from vendor/masterminds/html5/composer.json rename to web/vendor/masterminds/html5/composer.json diff --git a/vendor/masterminds/html5/example.php b/web/vendor/masterminds/html5/example.php similarity index 100% rename from vendor/masterminds/html5/example.php rename to web/vendor/masterminds/html5/example.php diff --git a/vendor/masterminds/html5/phpunit.xml.dist b/web/vendor/masterminds/html5/phpunit.xml.dist similarity index 100% rename from vendor/masterminds/html5/phpunit.xml.dist rename to web/vendor/masterminds/html5/phpunit.xml.dist diff --git a/vendor/masterminds/html5/sami.php b/web/vendor/masterminds/html5/sami.php similarity index 100% rename from vendor/masterminds/html5/sami.php rename to web/vendor/masterminds/html5/sami.php diff --git a/vendor/masterminds/html5/src/HTML5.php b/web/vendor/masterminds/html5/src/HTML5.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5.php rename to web/vendor/masterminds/html5/src/HTML5.php diff --git a/vendor/masterminds/html5/src/HTML5/Elements.php b/web/vendor/masterminds/html5/src/HTML5/Elements.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Elements.php rename to web/vendor/masterminds/html5/src/HTML5/Elements.php diff --git a/vendor/masterminds/html5/src/HTML5/Entities.php b/web/vendor/masterminds/html5/src/HTML5/Entities.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Entities.php rename to web/vendor/masterminds/html5/src/HTML5/Entities.php diff --git a/vendor/masterminds/html5/src/HTML5/Exception.php b/web/vendor/masterminds/html5/src/HTML5/Exception.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Exception.php rename to web/vendor/masterminds/html5/src/HTML5/Exception.php diff --git a/vendor/masterminds/html5/src/HTML5/InstructionProcessor.php b/web/vendor/masterminds/html5/src/HTML5/InstructionProcessor.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/InstructionProcessor.php rename to web/vendor/masterminds/html5/src/HTML5/InstructionProcessor.php diff --git a/vendor/masterminds/html5/src/HTML5/Parser/CharacterReference.php b/web/vendor/masterminds/html5/src/HTML5/Parser/CharacterReference.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Parser/CharacterReference.php rename to web/vendor/masterminds/html5/src/HTML5/Parser/CharacterReference.php diff --git a/vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php b/web/vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php rename to web/vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php diff --git a/vendor/masterminds/html5/src/HTML5/Parser/EventHandler.php b/web/vendor/masterminds/html5/src/HTML5/Parser/EventHandler.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Parser/EventHandler.php rename to web/vendor/masterminds/html5/src/HTML5/Parser/EventHandler.php diff --git a/vendor/masterminds/html5/src/HTML5/Parser/FileInputStream.php b/web/vendor/masterminds/html5/src/HTML5/Parser/FileInputStream.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Parser/FileInputStream.php rename to web/vendor/masterminds/html5/src/HTML5/Parser/FileInputStream.php diff --git a/vendor/masterminds/html5/src/HTML5/Parser/InputStream.php b/web/vendor/masterminds/html5/src/HTML5/Parser/InputStream.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Parser/InputStream.php rename to web/vendor/masterminds/html5/src/HTML5/Parser/InputStream.php diff --git a/vendor/masterminds/html5/src/HTML5/Parser/ParseError.php b/web/vendor/masterminds/html5/src/HTML5/Parser/ParseError.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Parser/ParseError.php rename to web/vendor/masterminds/html5/src/HTML5/Parser/ParseError.php diff --git a/vendor/masterminds/html5/src/HTML5/Parser/README.md b/web/vendor/masterminds/html5/src/HTML5/Parser/README.md similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Parser/README.md rename to web/vendor/masterminds/html5/src/HTML5/Parser/README.md diff --git a/vendor/masterminds/html5/src/HTML5/Parser/Scanner.php b/web/vendor/masterminds/html5/src/HTML5/Parser/Scanner.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Parser/Scanner.php rename to web/vendor/masterminds/html5/src/HTML5/Parser/Scanner.php diff --git a/vendor/masterminds/html5/src/HTML5/Parser/StringInputStream.php b/web/vendor/masterminds/html5/src/HTML5/Parser/StringInputStream.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Parser/StringInputStream.php rename to web/vendor/masterminds/html5/src/HTML5/Parser/StringInputStream.php diff --git a/vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php b/web/vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php rename to web/vendor/masterminds/html5/src/HTML5/Parser/Tokenizer.php diff --git a/vendor/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php b/web/vendor/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php rename to web/vendor/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php diff --git a/vendor/masterminds/html5/src/HTML5/Parser/UTF8Utils.php b/web/vendor/masterminds/html5/src/HTML5/Parser/UTF8Utils.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Parser/UTF8Utils.php rename to web/vendor/masterminds/html5/src/HTML5/Parser/UTF8Utils.php diff --git a/vendor/masterminds/html5/src/HTML5/Serializer/HTML5Entities.php b/web/vendor/masterminds/html5/src/HTML5/Serializer/HTML5Entities.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Serializer/HTML5Entities.php rename to web/vendor/masterminds/html5/src/HTML5/Serializer/HTML5Entities.php diff --git a/vendor/masterminds/html5/src/HTML5/Serializer/OutputRules.php b/web/vendor/masterminds/html5/src/HTML5/Serializer/OutputRules.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Serializer/OutputRules.php rename to web/vendor/masterminds/html5/src/HTML5/Serializer/OutputRules.php diff --git a/vendor/masterminds/html5/src/HTML5/Serializer/README.md b/web/vendor/masterminds/html5/src/HTML5/Serializer/README.md similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Serializer/README.md rename to web/vendor/masterminds/html5/src/HTML5/Serializer/README.md diff --git a/vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php b/web/vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php rename to web/vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php diff --git a/vendor/masterminds/html5/src/HTML5/Serializer/Traverser.php b/web/vendor/masterminds/html5/src/HTML5/Serializer/Traverser.php similarity index 100% rename from vendor/masterminds/html5/src/HTML5/Serializer/Traverser.php rename to web/vendor/masterminds/html5/src/HTML5/Serializer/Traverser.php diff --git a/vendor/mikey179/vfsStream/CHANGELOG.md b/web/vendor/mikey179/vfsStream/CHANGELOG.md similarity index 100% rename from vendor/mikey179/vfsStream/CHANGELOG.md rename to web/vendor/mikey179/vfsStream/CHANGELOG.md diff --git a/vendor/mikey179/vfsStream/LICENSE b/web/vendor/mikey179/vfsStream/LICENSE similarity index 100% rename from vendor/mikey179/vfsStream/LICENSE rename to web/vendor/mikey179/vfsStream/LICENSE diff --git a/vendor/mikey179/vfsStream/README.md b/web/vendor/mikey179/vfsStream/README.md similarity index 100% rename from vendor/mikey179/vfsStream/README.md rename to web/vendor/mikey179/vfsStream/README.md diff --git a/vendor/mikey179/vfsStream/composer.json b/web/vendor/mikey179/vfsStream/composer.json similarity index 100% rename from vendor/mikey179/vfsStream/composer.json rename to web/vendor/mikey179/vfsStream/composer.json diff --git a/vendor/mikey179/vfsStream/composer.lock b/web/vendor/mikey179/vfsStream/composer.lock similarity index 100% rename from vendor/mikey179/vfsStream/composer.lock rename to web/vendor/mikey179/vfsStream/composer.lock diff --git a/vendor/mikey179/vfsStream/phpunit.xml.dist b/web/vendor/mikey179/vfsStream/phpunit.xml.dist similarity index 100% rename from vendor/mikey179/vfsStream/phpunit.xml.dist rename to web/vendor/mikey179/vfsStream/phpunit.xml.dist diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/DotDirectory.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/DotDirectory.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/DotDirectory.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/DotDirectory.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/Quota.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/Quota.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/Quota.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/Quota.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/FileContent.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/FileContent.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/FileContent.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/FileContent.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/LargeFileContent.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/LargeFileContent.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/LargeFileContent.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/LargeFileContent.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/SeekableFileContent.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/SeekableFileContent.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/SeekableFileContent.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/SeekableFileContent.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/StringBasedFileContent.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/StringBasedFileContent.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/StringBasedFileContent.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/content/StringBasedFileContent.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStream.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStream.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStream.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStream.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamAbstractContent.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamAbstractContent.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamAbstractContent.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamAbstractContent.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamBlock.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamBlock.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamBlock.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamBlock.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContainer.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContainer.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContainer.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContainer.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContainerIterator.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContainerIterator.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContainerIterator.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContainerIterator.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContent.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContent.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContent.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamContent.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamDirectory.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamDirectory.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamDirectory.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamDirectory.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamException.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamException.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamException.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamException.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamFile.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamFile.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamFile.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamFile.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamAbstractVisitor.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamAbstractVisitor.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamAbstractVisitor.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamAbstractVisitor.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamPrintVisitor.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamPrintVisitor.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamPrintVisitor.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamPrintVisitor.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamStructureVisitor.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamStructureVisitor.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamStructureVisitor.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamStructureVisitor.php diff --git a/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamVisitor.php b/web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamVisitor.php similarity index 100% rename from vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamVisitor.php rename to web/vendor/mikey179/vfsStream/src/main/php/org/bovigo/vfs/visitor/vfsStreamVisitor.php diff --git a/vendor/paragonie/random_compat/.gitignore b/web/vendor/paragonie/random_compat/.gitignore similarity index 100% rename from vendor/paragonie/random_compat/.gitignore rename to web/vendor/paragonie/random_compat/.gitignore diff --git a/vendor/paragonie/random_compat/.scrutinizer.yml b/web/vendor/paragonie/random_compat/.scrutinizer.yml similarity index 100% rename from vendor/paragonie/random_compat/.scrutinizer.yml rename to web/vendor/paragonie/random_compat/.scrutinizer.yml diff --git a/vendor/paragonie/random_compat/.travis.yml b/web/vendor/paragonie/random_compat/.travis.yml similarity index 100% rename from vendor/paragonie/random_compat/.travis.yml rename to web/vendor/paragonie/random_compat/.travis.yml diff --git a/vendor/paragonie/random_compat/ERRATA.md b/web/vendor/paragonie/random_compat/ERRATA.md similarity index 100% rename from vendor/paragonie/random_compat/ERRATA.md rename to web/vendor/paragonie/random_compat/ERRATA.md diff --git a/vendor/paragonie/random_compat/LICENSE b/web/vendor/paragonie/random_compat/LICENSE similarity index 100% rename from vendor/paragonie/random_compat/LICENSE rename to web/vendor/paragonie/random_compat/LICENSE diff --git a/vendor/paragonie/random_compat/README.md b/web/vendor/paragonie/random_compat/README.md similarity index 100% rename from vendor/paragonie/random_compat/README.md rename to web/vendor/paragonie/random_compat/README.md diff --git a/vendor/paragonie/random_compat/SECURITY.md b/web/vendor/paragonie/random_compat/SECURITY.md similarity index 100% rename from vendor/paragonie/random_compat/SECURITY.md rename to web/vendor/paragonie/random_compat/SECURITY.md diff --git a/vendor/paragonie/random_compat/composer.json b/web/vendor/paragonie/random_compat/composer.json similarity index 100% rename from vendor/paragonie/random_compat/composer.json rename to web/vendor/paragonie/random_compat/composer.json diff --git a/vendor/paragonie/random_compat/lib/byte_safe_strings.php b/web/vendor/paragonie/random_compat/lib/byte_safe_strings.php similarity index 100% rename from vendor/paragonie/random_compat/lib/byte_safe_strings.php rename to web/vendor/paragonie/random_compat/lib/byte_safe_strings.php diff --git a/vendor/paragonie/random_compat/lib/cast_to_int.php b/web/vendor/paragonie/random_compat/lib/cast_to_int.php similarity index 100% rename from vendor/paragonie/random_compat/lib/cast_to_int.php rename to web/vendor/paragonie/random_compat/lib/cast_to_int.php diff --git a/vendor/paragonie/random_compat/lib/error_polyfill.php b/web/vendor/paragonie/random_compat/lib/error_polyfill.php similarity index 100% rename from vendor/paragonie/random_compat/lib/error_polyfill.php rename to web/vendor/paragonie/random_compat/lib/error_polyfill.php diff --git a/vendor/paragonie/random_compat/lib/random.php b/web/vendor/paragonie/random_compat/lib/random.php similarity index 100% rename from vendor/paragonie/random_compat/lib/random.php rename to web/vendor/paragonie/random_compat/lib/random.php diff --git a/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php b/web/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php similarity index 100% rename from vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php rename to web/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php diff --git a/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php b/web/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php similarity index 100% rename from vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php rename to web/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php diff --git a/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php b/web/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php similarity index 100% rename from vendor/paragonie/random_compat/lib/random_bytes_libsodium.php rename to web/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php diff --git a/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php b/web/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php similarity index 100% rename from vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php rename to web/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php diff --git a/vendor/paragonie/random_compat/lib/random_bytes_openssl.php b/web/vendor/paragonie/random_compat/lib/random_bytes_openssl.php similarity index 100% rename from vendor/paragonie/random_compat/lib/random_bytes_openssl.php rename to web/vendor/paragonie/random_compat/lib/random_bytes_openssl.php diff --git a/vendor/paragonie/random_compat/lib/random_int.php b/web/vendor/paragonie/random_compat/lib/random_int.php similarity index 100% rename from vendor/paragonie/random_compat/lib/random_int.php rename to web/vendor/paragonie/random_compat/lib/random_int.php diff --git a/vendor/paragonie/random_compat/phpunit.sh b/web/vendor/paragonie/random_compat/phpunit.sh similarity index 100% rename from vendor/paragonie/random_compat/phpunit.sh rename to web/vendor/paragonie/random_compat/phpunit.sh diff --git a/vendor/paragonie/random_compat/phpunit.xml.dist b/web/vendor/paragonie/random_compat/phpunit.xml.dist similarity index 100% rename from vendor/paragonie/random_compat/phpunit.xml.dist rename to web/vendor/paragonie/random_compat/phpunit.xml.dist diff --git a/vendor/phpdocumentor/reflection-docblock/.gitignore b/web/vendor/phpdocumentor/reflection-docblock/.gitignore similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/.gitignore rename to web/vendor/phpdocumentor/reflection-docblock/.gitignore diff --git a/vendor/phpdocumentor/reflection-docblock/.travis.yml b/web/vendor/phpdocumentor/reflection-docblock/.travis.yml similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/.travis.yml rename to web/vendor/phpdocumentor/reflection-docblock/.travis.yml diff --git a/vendor/phpdocumentor/reflection-docblock/LICENSE b/web/vendor/phpdocumentor/reflection-docblock/LICENSE similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/LICENSE rename to web/vendor/phpdocumentor/reflection-docblock/LICENSE diff --git a/vendor/phpdocumentor/reflection-docblock/README.md b/web/vendor/phpdocumentor/reflection-docblock/README.md similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/README.md rename to web/vendor/phpdocumentor/reflection-docblock/README.md diff --git a/vendor/phpdocumentor/reflection-docblock/composer.json b/web/vendor/phpdocumentor/reflection-docblock/composer.json similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/composer.json rename to web/vendor/phpdocumentor/reflection-docblock/composer.json diff --git a/vendor/phpdocumentor/reflection-docblock/composer.lock b/web/vendor/phpdocumentor/reflection-docblock/composer.lock similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/composer.lock rename to web/vendor/phpdocumentor/reflection-docblock/composer.lock diff --git a/vendor/phpdocumentor/reflection-docblock/phpunit.xml.dist b/web/vendor/phpdocumentor/reflection-docblock/phpunit.xml.dist similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/phpunit.xml.dist rename to web/vendor/phpdocumentor/reflection-docblock/phpunit.xml.dist diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Context.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Context.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Context.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Context.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Description.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Description.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Description.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Description.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Location.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Location.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Location.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Location.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Serializer.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Serializer.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Serializer.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Serializer.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/AuthorTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/AuthorTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/AuthorTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/AuthorTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/CoversTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/CoversTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/CoversTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/CoversTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/DeprecatedTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/DeprecatedTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/DeprecatedTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/DeprecatedTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ExampleTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ExampleTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ExampleTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ExampleTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/LinkTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/LinkTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/LinkTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/LinkTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/MethodTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/MethodTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/MethodTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/MethodTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ParamTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ParamTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ParamTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ParamTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/PropertyReadTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/PropertyReadTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/PropertyReadTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/PropertyReadTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/PropertyTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/PropertyTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/PropertyTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/PropertyTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/PropertyWriteTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/PropertyWriteTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/PropertyWriteTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/PropertyWriteTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ReturnTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ReturnTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ReturnTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ReturnTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/SeeTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/SeeTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/SeeTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/SeeTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/SinceTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/SinceTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/SinceTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/SinceTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/SourceTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/SourceTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/SourceTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/SourceTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ThrowsTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ThrowsTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ThrowsTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/ThrowsTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/UsesTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/UsesTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/UsesTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/UsesTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/VarTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/VarTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/VarTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/VarTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/VersionTag.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/VersionTag.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/VersionTag.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Tag/VersionTag.php diff --git a/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Type/Collection.php b/web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Type/Collection.php similarity index 100% rename from vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Type/Collection.php rename to web/vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Type/Collection.php diff --git a/vendor/phpspec/prophecy/.gitignore b/web/vendor/phpspec/prophecy/.gitignore similarity index 100% rename from vendor/phpspec/prophecy/.gitignore rename to web/vendor/phpspec/prophecy/.gitignore diff --git a/vendor/phpspec/prophecy/.travis.yml b/web/vendor/phpspec/prophecy/.travis.yml similarity index 100% rename from vendor/phpspec/prophecy/.travis.yml rename to web/vendor/phpspec/prophecy/.travis.yml diff --git a/vendor/phpspec/prophecy/CHANGES.md b/web/vendor/phpspec/prophecy/CHANGES.md similarity index 100% rename from vendor/phpspec/prophecy/CHANGES.md rename to web/vendor/phpspec/prophecy/CHANGES.md diff --git a/vendor/phpspec/prophecy/CONTRIBUTING.md b/web/vendor/phpspec/prophecy/CONTRIBUTING.md similarity index 100% rename from vendor/phpspec/prophecy/CONTRIBUTING.md rename to web/vendor/phpspec/prophecy/CONTRIBUTING.md diff --git a/vendor/phpspec/prophecy/LICENSE b/web/vendor/phpspec/prophecy/LICENSE similarity index 100% rename from vendor/phpspec/prophecy/LICENSE rename to web/vendor/phpspec/prophecy/LICENSE diff --git a/vendor/phpspec/prophecy/README.md b/web/vendor/phpspec/prophecy/README.md similarity index 100% rename from vendor/phpspec/prophecy/README.md rename to web/vendor/phpspec/prophecy/README.md diff --git a/vendor/phpspec/prophecy/composer.json b/web/vendor/phpspec/prophecy/composer.json similarity index 100% rename from vendor/phpspec/prophecy/composer.json rename to web/vendor/phpspec/prophecy/composer.json diff --git a/vendor/phpspec/prophecy/composer.lock b/web/vendor/phpspec/prophecy/composer.lock similarity index 100% rename from vendor/phpspec/prophecy/composer.lock rename to web/vendor/phpspec/prophecy/composer.lock diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Argument/ArgumentsWildcardSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Argument/ArgumentsWildcardSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Argument/ArgumentsWildcardSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Argument/ArgumentsWildcardSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/AnyValueTokenSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/AnyValueTokenSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/AnyValueTokenSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/AnyValueTokenSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/AnyValuesTokenSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/AnyValuesTokenSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/AnyValuesTokenSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/AnyValuesTokenSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayCountTokenSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayCountTokenSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayCountTokenSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayCountTokenSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayEntryTokenSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayEntryTokenSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayEntryTokenSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayEntryTokenSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayEveryEntryTokenSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayEveryEntryTokenSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayEveryEntryTokenSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ArrayEveryEntryTokenSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/CallbackTokenSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/CallbackTokenSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/CallbackTokenSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/CallbackTokenSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ExactValueTokenSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ExactValueTokenSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ExactValueTokenSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ExactValueTokenSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/IdenticalValueTokenSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/IdenticalValueTokenSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/IdenticalValueTokenSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/IdenticalValueTokenSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/LogicalAndTokenSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/LogicalAndTokenSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/LogicalAndTokenSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/LogicalAndTokenSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/LogicalNotTokenSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/LogicalNotTokenSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/LogicalNotTokenSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/LogicalNotTokenSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ObjectStateTokenSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ObjectStateTokenSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ObjectStateTokenSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/ObjectStateTokenSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/StringContainsTokenSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/StringContainsTokenSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/StringContainsTokenSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/StringContainsTokenSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/TypeTokenSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/TypeTokenSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/TypeTokenSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/TypeTokenSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/ArgumentSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/ArgumentSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/ArgumentSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/ArgumentSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Call/CallCenterSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Call/CallCenterSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Call/CallCenterSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Call/CallCenterSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Call/CallSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Call/CallSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Call/CallSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Call/CallSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Comparator/ClosureComparatorSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Comparator/ClosureComparatorSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Comparator/ClosureComparatorSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Comparator/ClosureComparatorSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Comparator/FactorySpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Comparator/FactorySpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Comparator/FactorySpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Comparator/FactorySpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/DisableConstructorPatchSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/DisableConstructorPatchSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/DisableConstructorPatchSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/DisableConstructorPatchSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/HhvmExceptionPatchSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/HhvmExceptionPatchSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/HhvmExceptionPatchSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/HhvmExceptionPatchSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/KeywordPatchSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/KeywordPatchSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/KeywordPatchSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/KeywordPatchSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/MagicCallPatchSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/ProphecySubjectPatchSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/ProphecySubjectPatchSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/ProphecySubjectPatchSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/ProphecySubjectPatchSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/ReflectionClassNewInstancePatchSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/ReflectionClassNewInstancePatchSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/ReflectionClassNewInstancePatchSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/ReflectionClassNewInstancePatchSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/SplFileInfoPatchSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/SplFileInfoPatchSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/SplFileInfoPatchSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/SplFileInfoPatchSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/TraversablePatchSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/TraversablePatchSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/TraversablePatchSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/ClassPatch/TraversablePatchSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/DoublerSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/DoublerSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/DoublerSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/DoublerSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/ClassCodeGeneratorSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/ClassCodeGeneratorSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/ClassCodeGeneratorSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/ClassCodeGeneratorSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/ClassCreatorSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/ClassCreatorSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/ClassCreatorSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/ClassCreatorSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/ClassMirrorSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/ClassMirrorSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/ClassMirrorSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/ClassMirrorSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/ArgumentNodeSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/ArgumentNodeSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/ArgumentNodeSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/ArgumentNodeSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/ClassNodeSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/ClassNodeSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/ClassNodeSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/ClassNodeSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/MethodNodeSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/MethodNodeSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/MethodNodeSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/Node/MethodNodeSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/LazyDoubleSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/LazyDoubleSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/LazyDoubleSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/LazyDoubleSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Doubler/NameGeneratorSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/NameGeneratorSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Doubler/NameGeneratorSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Doubler/NameGeneratorSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Exception/Call/UnexpectedCallExceptionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Call/UnexpectedCallExceptionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Exception/Call/UnexpectedCallExceptionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Call/UnexpectedCallExceptionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassCreatorExceptionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassCreatorExceptionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassCreatorExceptionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassCreatorExceptionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassMirrorExceptionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassMirrorExceptionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassMirrorExceptionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassMirrorExceptionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassNotFoundExceptionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassNotFoundExceptionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassNotFoundExceptionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/ClassNotFoundExceptionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/DoubleExceptionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/DoubleExceptionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/DoubleExceptionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/DoubleExceptionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/InterfaceNotFoundExceptionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/InterfaceNotFoundExceptionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/InterfaceNotFoundExceptionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/InterfaceNotFoundExceptionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/MethodNotFoundExceptionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/MethodNotFoundExceptionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/MethodNotFoundExceptionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Doubler/MethodNotFoundExceptionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/AggregateExceptionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/AggregateExceptionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/AggregateExceptionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/AggregateExceptionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/NoCallsExceptionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/NoCallsExceptionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/NoCallsExceptionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/NoCallsExceptionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/UnexpectedCallsCountExceptionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/UnexpectedCallsCountExceptionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/UnexpectedCallsCountExceptionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/UnexpectedCallsCountExceptionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/UnexpectedCallsExceptionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/UnexpectedCallsExceptionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/UnexpectedCallsExceptionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prediction/UnexpectedCallsExceptionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prophecy/MethodProphecyExceptionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prophecy/MethodProphecyExceptionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Exception/Prophecy/MethodProphecyExceptionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prophecy/MethodProphecyExceptionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prophecy/ObjectProphecyExceptionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prophecy/ObjectProphecyExceptionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Exception/Prophecy/ObjectProphecyExceptionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Exception/Prophecy/ObjectProphecyExceptionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallPredictionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallPredictionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallPredictionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallPredictionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallTimesPredictionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallTimesPredictionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallTimesPredictionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallTimesPredictionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallbackPredictionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallbackPredictionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallbackPredictionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallbackPredictionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Prediction/NoCallsPredictionSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Prediction/NoCallsPredictionSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Prediction/NoCallsPredictionSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Prediction/NoCallsPredictionSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Promise/CallbackPromiseSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Promise/CallbackPromiseSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Promise/CallbackPromiseSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Promise/CallbackPromiseSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Promise/ReturnArgumentPromiseSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Promise/ReturnArgumentPromiseSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Promise/ReturnArgumentPromiseSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Promise/ReturnArgumentPromiseSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Promise/ReturnPromiseSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Promise/ReturnPromiseSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Promise/ReturnPromiseSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Promise/ReturnPromiseSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Promise/ThrowPromiseSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Promise/ThrowPromiseSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Promise/ThrowPromiseSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Promise/ThrowPromiseSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Prophecy/MethodProphecySpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Prophecy/MethodProphecySpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Prophecy/MethodProphecySpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Prophecy/MethodProphecySpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Prophecy/ObjectProphecySpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Prophecy/ObjectProphecySpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Prophecy/ObjectProphecySpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Prophecy/ObjectProphecySpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Prophecy/RevealerSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Prophecy/RevealerSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Prophecy/RevealerSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Prophecy/RevealerSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/ProphetSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/ProphetSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/ProphetSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/ProphetSpec.php diff --git a/vendor/phpspec/prophecy/spec/Prophecy/Util/StringUtilSpec.php b/web/vendor/phpspec/prophecy/spec/Prophecy/Util/StringUtilSpec.php similarity index 100% rename from vendor/phpspec/prophecy/spec/Prophecy/Util/StringUtilSpec.php rename to web/vendor/phpspec/prophecy/spec/Prophecy/Util/StringUtilSpec.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument/ArgumentsWildcard.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument/ArgumentsWildcard.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument/ArgumentsWildcard.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument/ArgumentsWildcard.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValueToken.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValueToken.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValueToken.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValueToken.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValuesToken.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValuesToken.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValuesToken.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValuesToken.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayCountToken.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayCountToken.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayCountToken.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayCountToken.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEntryToken.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEntryToken.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEntryToken.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEntryToken.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEveryEntryToken.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEveryEntryToken.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEveryEntryToken.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEveryEntryToken.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/CallbackToken.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/CallbackToken.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument/Token/CallbackToken.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/CallbackToken.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ExactValueToken.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ExactValueToken.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ExactValueToken.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ExactValueToken.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/IdenticalValueToken.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/IdenticalValueToken.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument/Token/IdenticalValueToken.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/IdenticalValueToken.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/LogicalAndToken.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/LogicalAndToken.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument/Token/LogicalAndToken.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/LogicalAndToken.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/LogicalNotToken.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/LogicalNotToken.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument/Token/LogicalNotToken.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/LogicalNotToken.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ObjectStateToken.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ObjectStateToken.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ObjectStateToken.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ObjectStateToken.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/StringContainsToken.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/StringContainsToken.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument/Token/StringContainsToken.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/StringContainsToken.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/TokenInterface.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/TokenInterface.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument/Token/TokenInterface.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/TokenInterface.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/TypeToken.php b/web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/TypeToken.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Argument/Token/TypeToken.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/TypeToken.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Call/Call.php b/web/vendor/phpspec/prophecy/src/Prophecy/Call/Call.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Call/Call.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Call/Call.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Call/CallCenter.php b/web/vendor/phpspec/prophecy/src/Prophecy/Call/CallCenter.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Call/CallCenter.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Call/CallCenter.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Comparator/ClosureComparator.php b/web/vendor/phpspec/prophecy/src/Prophecy/Comparator/ClosureComparator.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Comparator/ClosureComparator.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Comparator/ClosureComparator.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Comparator/Factory.php b/web/vendor/phpspec/prophecy/src/Prophecy/Comparator/Factory.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Comparator/Factory.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Comparator/Factory.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/CachedDoubler.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/CachedDoubler.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/CachedDoubler.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/CachedDoubler.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ClassPatchInterface.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ClassPatchInterface.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ClassPatchInterface.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ClassPatchInterface.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/DisableConstructorPatch.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/DisableConstructorPatch.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/DisableConstructorPatch.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/DisableConstructorPatch.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/HhvmExceptionPatch.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/HhvmExceptionPatch.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/HhvmExceptionPatch.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/HhvmExceptionPatch.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/KeywordPatch.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/KeywordPatch.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/KeywordPatch.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/KeywordPatch.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/MagicCallPatch.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/MagicCallPatch.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/MagicCallPatch.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/MagicCallPatch.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ProphecySubjectPatch.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ProphecySubjectPatch.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ProphecySubjectPatch.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ProphecySubjectPatch.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ReflectionClassNewInstancePatch.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ReflectionClassNewInstancePatch.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ReflectionClassNewInstancePatch.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/ReflectionClassNewInstancePatch.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/SplFileInfoPatch.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/SplFileInfoPatch.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/SplFileInfoPatch.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/SplFileInfoPatch.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/TraversablePatch.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/TraversablePatch.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/TraversablePatch.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/TraversablePatch.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/DoubleInterface.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/DoubleInterface.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/DoubleInterface.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/DoubleInterface.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/Doubler.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Doubler.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/Doubler.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Doubler.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ClassCodeGenerator.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ClassCodeGenerator.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ClassCodeGenerator.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ClassCodeGenerator.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ClassCreator.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ClassCreator.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ClassCreator.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ClassCreator.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ClassMirror.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ClassMirror.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ClassMirror.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ClassMirror.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/ArgumentNode.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/ArgumentNode.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/ArgumentNode.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/ArgumentNode.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/ClassNode.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/ClassNode.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/ClassNode.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/ClassNode.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/MethodNode.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/MethodNode.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/MethodNode.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/MethodNode.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ReflectionInterface.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ReflectionInterface.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ReflectionInterface.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ReflectionInterface.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/LazyDouble.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/LazyDouble.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/LazyDouble.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/LazyDouble.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Doubler/NameGenerator.php b/web/vendor/phpspec/prophecy/src/Prophecy/Doubler/NameGenerator.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Doubler/NameGenerator.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Doubler/NameGenerator.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/UnexpectedCallException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/UnexpectedCallException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Call/UnexpectedCallException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/UnexpectedCallException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassCreatorException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassCreatorException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassCreatorException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassCreatorException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassMirrorException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassMirrorException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassMirrorException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassMirrorException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassNotFoundException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassNotFoundException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassNotFoundException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassNotFoundException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/DoubleException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/DoubleException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/DoubleException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/DoubleException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/DoublerException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/DoublerException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/DoublerException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/DoublerException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/InterfaceNotFoundException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/InterfaceNotFoundException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/InterfaceNotFoundException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/InterfaceNotFoundException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/MethodNotFoundException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/MethodNotFoundException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/MethodNotFoundException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/MethodNotFoundException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ReturnByReferenceException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ReturnByReferenceException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ReturnByReferenceException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ReturnByReferenceException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Exception.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Exception.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Exception.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Exception.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/InvalidArgumentException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/InvalidArgumentException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/InvalidArgumentException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/AggregateException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/AggregateException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/AggregateException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/AggregateException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/FailedPredictionException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/FailedPredictionException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/FailedPredictionException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/FailedPredictionException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/NoCallsException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/NoCallsException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/NoCallsException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/NoCallsException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/PredictionException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/PredictionException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/PredictionException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/PredictionException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/UnexpectedCallsCountException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/UnexpectedCallsCountException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/UnexpectedCallsCountException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/UnexpectedCallsCountException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/UnexpectedCallsException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/UnexpectedCallsException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/UnexpectedCallsException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/UnexpectedCallsException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/MethodProphecyException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/MethodProphecyException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/MethodProphecyException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/MethodProphecyException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/ObjectProphecyException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/ObjectProphecyException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/ObjectProphecyException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/ObjectProphecyException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/ProphecyException.php b/web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/ProphecyException.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/ProphecyException.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Exception/Prophecy/ProphecyException.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Prediction/CallPrediction.php b/web/vendor/phpspec/prophecy/src/Prophecy/Prediction/CallPrediction.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Prediction/CallPrediction.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Prediction/CallPrediction.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Prediction/CallTimesPrediction.php b/web/vendor/phpspec/prophecy/src/Prophecy/Prediction/CallTimesPrediction.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Prediction/CallTimesPrediction.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Prediction/CallTimesPrediction.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Prediction/CallbackPrediction.php b/web/vendor/phpspec/prophecy/src/Prophecy/Prediction/CallbackPrediction.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Prediction/CallbackPrediction.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Prediction/CallbackPrediction.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Prediction/NoCallsPrediction.php b/web/vendor/phpspec/prophecy/src/Prophecy/Prediction/NoCallsPrediction.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Prediction/NoCallsPrediction.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Prediction/NoCallsPrediction.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Prediction/PredictionInterface.php b/web/vendor/phpspec/prophecy/src/Prophecy/Prediction/PredictionInterface.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Prediction/PredictionInterface.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Prediction/PredictionInterface.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Promise/CallbackPromise.php b/web/vendor/phpspec/prophecy/src/Prophecy/Promise/CallbackPromise.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Promise/CallbackPromise.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Promise/CallbackPromise.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Promise/PromiseInterface.php b/web/vendor/phpspec/prophecy/src/Prophecy/Promise/PromiseInterface.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Promise/PromiseInterface.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Promise/PromiseInterface.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Promise/ReturnArgumentPromise.php b/web/vendor/phpspec/prophecy/src/Prophecy/Promise/ReturnArgumentPromise.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Promise/ReturnArgumentPromise.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Promise/ReturnArgumentPromise.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Promise/ReturnPromise.php b/web/vendor/phpspec/prophecy/src/Prophecy/Promise/ReturnPromise.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Promise/ReturnPromise.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Promise/ReturnPromise.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Promise/ThrowPromise.php b/web/vendor/phpspec/prophecy/src/Prophecy/Promise/ThrowPromise.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Promise/ThrowPromise.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Promise/ThrowPromise.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Prophecy/MethodProphecy.php b/web/vendor/phpspec/prophecy/src/Prophecy/Prophecy/MethodProphecy.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Prophecy/MethodProphecy.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Prophecy/MethodProphecy.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Prophecy/ObjectProphecy.php b/web/vendor/phpspec/prophecy/src/Prophecy/Prophecy/ObjectProphecy.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Prophecy/ObjectProphecy.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Prophecy/ObjectProphecy.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Prophecy/ProphecyInterface.php b/web/vendor/phpspec/prophecy/src/Prophecy/Prophecy/ProphecyInterface.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Prophecy/ProphecyInterface.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Prophecy/ProphecyInterface.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Prophecy/ProphecySubjectInterface.php b/web/vendor/phpspec/prophecy/src/Prophecy/Prophecy/ProphecySubjectInterface.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Prophecy/ProphecySubjectInterface.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Prophecy/ProphecySubjectInterface.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Prophecy/Revealer.php b/web/vendor/phpspec/prophecy/src/Prophecy/Prophecy/Revealer.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Prophecy/Revealer.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Prophecy/Revealer.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Prophecy/RevealerInterface.php b/web/vendor/phpspec/prophecy/src/Prophecy/Prophecy/RevealerInterface.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Prophecy/RevealerInterface.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Prophecy/RevealerInterface.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Prophet.php b/web/vendor/phpspec/prophecy/src/Prophecy/Prophet.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Prophet.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Prophet.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Util/ExportUtil.php b/web/vendor/phpspec/prophecy/src/Prophecy/Util/ExportUtil.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Util/ExportUtil.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Util/ExportUtil.php diff --git a/vendor/phpspec/prophecy/src/Prophecy/Util/StringUtil.php b/web/vendor/phpspec/prophecy/src/Prophecy/Util/StringUtil.php similarity index 100% rename from vendor/phpspec/prophecy/src/Prophecy/Util/StringUtil.php rename to web/vendor/phpspec/prophecy/src/Prophecy/Util/StringUtil.php diff --git a/vendor/phpunit/php-code-coverage/.gitattributes b/web/vendor/phpunit/php-code-coverage/.gitattributes similarity index 100% rename from vendor/phpunit/php-code-coverage/.gitattributes rename to web/vendor/phpunit/php-code-coverage/.gitattributes diff --git a/vendor/phpunit/php-code-coverage/.gitignore b/web/vendor/phpunit/php-code-coverage/.gitignore similarity index 100% rename from vendor/phpunit/php-code-coverage/.gitignore rename to web/vendor/phpunit/php-code-coverage/.gitignore diff --git a/vendor/phpunit/php-code-coverage/.travis.yml b/web/vendor/phpunit/php-code-coverage/.travis.yml similarity index 100% rename from vendor/phpunit/php-code-coverage/.travis.yml rename to web/vendor/phpunit/php-code-coverage/.travis.yml diff --git a/vendor/phpunit/php-code-coverage/CONTRIBUTING.md b/web/vendor/phpunit/php-code-coverage/CONTRIBUTING.md similarity index 100% rename from vendor/phpunit/php-code-coverage/CONTRIBUTING.md rename to web/vendor/phpunit/php-code-coverage/CONTRIBUTING.md diff --git a/vendor/phpunit/php-code-coverage/ChangeLog-2.2.md b/web/vendor/phpunit/php-code-coverage/ChangeLog-2.2.md similarity index 100% rename from vendor/phpunit/php-code-coverage/ChangeLog-2.2.md rename to web/vendor/phpunit/php-code-coverage/ChangeLog-2.2.md diff --git a/vendor/phpunit/php-code-coverage/LICENSE b/web/vendor/phpunit/php-code-coverage/LICENSE similarity index 100% rename from vendor/phpunit/php-code-coverage/LICENSE rename to web/vendor/phpunit/php-code-coverage/LICENSE diff --git a/vendor/phpunit/php-code-coverage/README.md b/web/vendor/phpunit/php-code-coverage/README.md similarity index 100% rename from vendor/phpunit/php-code-coverage/README.md rename to web/vendor/phpunit/php-code-coverage/README.md diff --git a/vendor/phpunit/php-code-coverage/build.xml b/web/vendor/phpunit/php-code-coverage/build.xml similarity index 100% rename from vendor/phpunit/php-code-coverage/build.xml rename to web/vendor/phpunit/php-code-coverage/build.xml diff --git a/vendor/phpunit/php-code-coverage/build/travis-ci.xml b/web/vendor/phpunit/php-code-coverage/build/travis-ci.xml similarity index 100% rename from vendor/phpunit/php-code-coverage/build/travis-ci.xml rename to web/vendor/phpunit/php-code-coverage/build/travis-ci.xml diff --git a/vendor/phpunit/php-code-coverage/composer.json b/web/vendor/phpunit/php-code-coverage/composer.json similarity index 100% rename from vendor/phpunit/php-code-coverage/composer.json rename to web/vendor/phpunit/php-code-coverage/composer.json diff --git a/vendor/phpunit/php-code-coverage/phpunit.xml.dist b/web/vendor/phpunit/php-code-coverage/phpunit.xml.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/phpunit.xml.dist rename to web/vendor/phpunit/php-code-coverage/phpunit.xml.dist diff --git a/vendor/phpunit/php-code-coverage/scripts/auto_append.php b/web/vendor/phpunit/php-code-coverage/scripts/auto_append.php similarity index 100% rename from vendor/phpunit/php-code-coverage/scripts/auto_append.php rename to web/vendor/phpunit/php-code-coverage/scripts/auto_append.php diff --git a/vendor/phpunit/php-code-coverage/scripts/auto_prepend.php b/web/vendor/phpunit/php-code-coverage/scripts/auto_prepend.php similarity index 100% rename from vendor/phpunit/php-code-coverage/scripts/auto_prepend.php rename to web/vendor/phpunit/php-code-coverage/scripts/auto_prepend.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver/HHVM.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver/HHVM.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver/HHVM.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver/HHVM.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver/PHPDBG.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver/PHPDBG.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver/PHPDBG.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver/PHPDBG.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver/Xdebug.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver/Xdebug.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver/Xdebug.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Driver/Xdebug.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Exception.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Exception.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Exception.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Exception.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Exception/UnintentionallyCoveredCode.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Exception/UnintentionallyCoveredCode.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Exception/UnintentionallyCoveredCode.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Exception/UnintentionallyCoveredCode.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Filter.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Filter.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Filter.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Filter.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Clover.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Clover.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Clover.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Clover.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Crap4j.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Crap4j.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Crap4j.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Crap4j.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Factory.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Factory.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Factory.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Factory.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Dashboard.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Dashboard.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Dashboard.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Dashboard.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Directory.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Directory.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Directory.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Directory.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/File.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/File.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/File.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/File.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/coverage_bar.html.dist b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/coverage_bar.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/coverage_bar.html.dist rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/coverage_bar.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/css/bootstrap.min.css b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/css/bootstrap.min.css similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/css/bootstrap.min.css rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/css/bootstrap.min.css diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/css/nv.d3.min.css b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/css/nv.d3.min.css similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/css/nv.d3.min.css rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/css/nv.d3.min.css diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/css/style.css b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/css/style.css similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/css/style.css rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/css/style.css diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/dashboard.html.dist b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/dashboard.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/dashboard.html.dist rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/dashboard.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/directory.html.dist b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/directory.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/directory.html.dist rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/directory.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/directory_item.html.dist b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/directory_item.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/directory_item.html.dist rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/directory_item.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/file.html.dist b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/file.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/file.html.dist rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/file.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/file_item.html.dist b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/file_item.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/file_item.html.dist rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/file_item.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.eot b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.eot rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.eot diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.svg b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.svg rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.svg diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.ttf b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.ttf rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.ttf diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.woff b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.woff rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.woff diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.woff2 b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.woff2 rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.woff2 diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/bootstrap.min.js b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/bootstrap.min.js similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/bootstrap.min.js rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/bootstrap.min.js diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/d3.min.js b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/d3.min.js similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/d3.min.js rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/d3.min.js diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/holder.min.js b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/holder.min.js similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/holder.min.js rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/holder.min.js diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/html5shiv.min.js b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/html5shiv.min.js similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/html5shiv.min.js rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/html5shiv.min.js diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/jquery.min.js b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/jquery.min.js similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/jquery.min.js rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/jquery.min.js diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/nv.d3.min.js b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/nv.d3.min.js similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/nv.d3.min.js rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/nv.d3.min.js diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/respond.min.js b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/respond.min.js similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/respond.min.js rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/js/respond.min.js diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/method_item.html.dist b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/method_item.html.dist similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/method_item.html.dist rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/method_item.html.dist diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Directory.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Directory.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Directory.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Directory.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/File.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/File.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/File.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/File.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Iterator.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Iterator.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Iterator.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Node/Iterator.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/PHP.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/PHP.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/PHP.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/PHP.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Text.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Text.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Text.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/Text.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Directory.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Directory.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Directory.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Directory.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Coverage.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Coverage.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Coverage.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Coverage.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Method.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Method.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Method.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Method.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Report.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Report.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Report.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Report.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Unit.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Unit.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Unit.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/File/Unit.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Node.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Node.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Node.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Node.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Project.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Project.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Project.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Project.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Tests.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Tests.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Tests.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Tests.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Totals.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Totals.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Totals.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/Totals.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Util.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Util.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Util.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Util.php diff --git a/vendor/phpunit/php-code-coverage/src/CodeCoverage/Util/InvalidArgumentHelper.php b/web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Util/InvalidArgumentHelper.php similarity index 100% rename from vendor/phpunit/php-code-coverage/src/CodeCoverage/Util/InvalidArgumentHelper.php rename to web/vendor/phpunit/php-code-coverage/src/CodeCoverage/Util/InvalidArgumentHelper.php diff --git a/vendor/phpunit/php-file-iterator/.gitattributes b/web/vendor/phpunit/php-file-iterator/.gitattributes similarity index 100% rename from vendor/phpunit/php-file-iterator/.gitattributes rename to web/vendor/phpunit/php-file-iterator/.gitattributes diff --git a/vendor/phpunit/php-file-iterator/.gitignore b/web/vendor/phpunit/php-file-iterator/.gitignore similarity index 100% rename from vendor/phpunit/php-file-iterator/.gitignore rename to web/vendor/phpunit/php-file-iterator/.gitignore diff --git a/vendor/phpunit/php-file-iterator/ChangeLog.md b/web/vendor/phpunit/php-file-iterator/ChangeLog.md similarity index 100% rename from vendor/phpunit/php-file-iterator/ChangeLog.md rename to web/vendor/phpunit/php-file-iterator/ChangeLog.md diff --git a/vendor/phpunit/php-file-iterator/LICENSE b/web/vendor/phpunit/php-file-iterator/LICENSE similarity index 100% rename from vendor/phpunit/php-file-iterator/LICENSE rename to web/vendor/phpunit/php-file-iterator/LICENSE diff --git a/vendor/phpunit/php-file-iterator/README.md b/web/vendor/phpunit/php-file-iterator/README.md similarity index 100% rename from vendor/phpunit/php-file-iterator/README.md rename to web/vendor/phpunit/php-file-iterator/README.md diff --git a/vendor/phpunit/php-file-iterator/composer.json b/web/vendor/phpunit/php-file-iterator/composer.json similarity index 100% rename from vendor/phpunit/php-file-iterator/composer.json rename to web/vendor/phpunit/php-file-iterator/composer.json diff --git a/vendor/phpunit/php-file-iterator/src/Facade.php b/web/vendor/phpunit/php-file-iterator/src/Facade.php similarity index 100% rename from vendor/phpunit/php-file-iterator/src/Facade.php rename to web/vendor/phpunit/php-file-iterator/src/Facade.php diff --git a/vendor/phpunit/php-file-iterator/src/Factory.php b/web/vendor/phpunit/php-file-iterator/src/Factory.php similarity index 100% rename from vendor/phpunit/php-file-iterator/src/Factory.php rename to web/vendor/phpunit/php-file-iterator/src/Factory.php diff --git a/vendor/phpunit/php-file-iterator/src/Iterator.php b/web/vendor/phpunit/php-file-iterator/src/Iterator.php similarity index 100% rename from vendor/phpunit/php-file-iterator/src/Iterator.php rename to web/vendor/phpunit/php-file-iterator/src/Iterator.php diff --git a/vendor/phpunit/php-text-template/.gitattributes b/web/vendor/phpunit/php-text-template/.gitattributes similarity index 100% rename from vendor/phpunit/php-text-template/.gitattributes rename to web/vendor/phpunit/php-text-template/.gitattributes diff --git a/vendor/phpunit/php-text-template/.gitignore b/web/vendor/phpunit/php-text-template/.gitignore similarity index 100% rename from vendor/phpunit/php-text-template/.gitignore rename to web/vendor/phpunit/php-text-template/.gitignore diff --git a/vendor/phpunit/php-text-template/LICENSE b/web/vendor/phpunit/php-text-template/LICENSE similarity index 100% rename from vendor/phpunit/php-text-template/LICENSE rename to web/vendor/phpunit/php-text-template/LICENSE diff --git a/vendor/phpunit/php-text-template/README.md b/web/vendor/phpunit/php-text-template/README.md similarity index 100% rename from vendor/phpunit/php-text-template/README.md rename to web/vendor/phpunit/php-text-template/README.md diff --git a/vendor/phpunit/php-text-template/composer.json b/web/vendor/phpunit/php-text-template/composer.json similarity index 100% rename from vendor/phpunit/php-text-template/composer.json rename to web/vendor/phpunit/php-text-template/composer.json diff --git a/vendor/phpunit/php-text-template/src/Template.php b/web/vendor/phpunit/php-text-template/src/Template.php similarity index 100% rename from vendor/phpunit/php-text-template/src/Template.php rename to web/vendor/phpunit/php-text-template/src/Template.php diff --git a/vendor/phpunit/php-timer/.gitattributes b/web/vendor/phpunit/php-timer/.gitattributes similarity index 100% rename from vendor/phpunit/php-timer/.gitattributes rename to web/vendor/phpunit/php-timer/.gitattributes diff --git a/vendor/phpunit/php-timer/.gitignore b/web/vendor/phpunit/php-timer/.gitignore similarity index 100% rename from vendor/phpunit/php-timer/.gitignore rename to web/vendor/phpunit/php-timer/.gitignore diff --git a/vendor/phpunit/php-timer/.travis.yml b/web/vendor/phpunit/php-timer/.travis.yml similarity index 100% rename from vendor/phpunit/php-timer/.travis.yml rename to web/vendor/phpunit/php-timer/.travis.yml diff --git a/vendor/phpunit/php-timer/LICENSE b/web/vendor/phpunit/php-timer/LICENSE similarity index 100% rename from vendor/phpunit/php-timer/LICENSE rename to web/vendor/phpunit/php-timer/LICENSE diff --git a/vendor/phpunit/php-timer/README.md b/web/vendor/phpunit/php-timer/README.md similarity index 100% rename from vendor/phpunit/php-timer/README.md rename to web/vendor/phpunit/php-timer/README.md diff --git a/vendor/phpunit/php-timer/composer.json b/web/vendor/phpunit/php-timer/composer.json similarity index 100% rename from vendor/phpunit/php-timer/composer.json rename to web/vendor/phpunit/php-timer/composer.json diff --git a/vendor/phpunit/php-timer/src/Timer.php b/web/vendor/phpunit/php-timer/src/Timer.php similarity index 100% rename from vendor/phpunit/php-timer/src/Timer.php rename to web/vendor/phpunit/php-timer/src/Timer.php diff --git a/vendor/phpunit/php-token-stream/.gitattributes b/web/vendor/phpunit/php-token-stream/.gitattributes similarity index 100% rename from vendor/phpunit/php-token-stream/.gitattributes rename to web/vendor/phpunit/php-token-stream/.gitattributes diff --git a/vendor/phpunit/php-token-stream/.gitignore b/web/vendor/phpunit/php-token-stream/.gitignore similarity index 100% rename from vendor/phpunit/php-token-stream/.gitignore rename to web/vendor/phpunit/php-token-stream/.gitignore diff --git a/vendor/phpunit/php-token-stream/.travis.yml b/web/vendor/phpunit/php-token-stream/.travis.yml similarity index 100% rename from vendor/phpunit/php-token-stream/.travis.yml rename to web/vendor/phpunit/php-token-stream/.travis.yml diff --git a/vendor/phpunit/php-token-stream/LICENSE b/web/vendor/phpunit/php-token-stream/LICENSE similarity index 100% rename from vendor/phpunit/php-token-stream/LICENSE rename to web/vendor/phpunit/php-token-stream/LICENSE diff --git a/vendor/phpunit/php-token-stream/README.md b/web/vendor/phpunit/php-token-stream/README.md similarity index 100% rename from vendor/phpunit/php-token-stream/README.md rename to web/vendor/phpunit/php-token-stream/README.md diff --git a/vendor/phpunit/php-token-stream/build.xml b/web/vendor/phpunit/php-token-stream/build.xml similarity index 100% rename from vendor/phpunit/php-token-stream/build.xml rename to web/vendor/phpunit/php-token-stream/build.xml diff --git a/vendor/phpunit/php-token-stream/build/phpunit.xml b/web/vendor/phpunit/php-token-stream/build/phpunit.xml similarity index 100% rename from vendor/phpunit/php-token-stream/build/phpunit.xml rename to web/vendor/phpunit/php-token-stream/build/phpunit.xml diff --git a/vendor/phpunit/php-token-stream/composer.json b/web/vendor/phpunit/php-token-stream/composer.json similarity index 100% rename from vendor/phpunit/php-token-stream/composer.json rename to web/vendor/phpunit/php-token-stream/composer.json diff --git a/vendor/phpunit/php-token-stream/src/Token.php b/web/vendor/phpunit/php-token-stream/src/Token.php similarity index 100% rename from vendor/phpunit/php-token-stream/src/Token.php rename to web/vendor/phpunit/php-token-stream/src/Token.php diff --git a/vendor/phpunit/php-token-stream/src/Token/Stream.php b/web/vendor/phpunit/php-token-stream/src/Token/Stream.php similarity index 100% rename from vendor/phpunit/php-token-stream/src/Token/Stream.php rename to web/vendor/phpunit/php-token-stream/src/Token/Stream.php diff --git a/vendor/phpunit/php-token-stream/src/Token/Stream/CachingFactory.php b/web/vendor/phpunit/php-token-stream/src/Token/Stream/CachingFactory.php similarity index 100% rename from vendor/phpunit/php-token-stream/src/Token/Stream/CachingFactory.php rename to web/vendor/phpunit/php-token-stream/src/Token/Stream/CachingFactory.php diff --git a/vendor/phpunit/phpunit-mock-objects/.gitattributes b/web/vendor/phpunit/phpunit-mock-objects/.gitattributes similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/.gitattributes rename to web/vendor/phpunit/phpunit-mock-objects/.gitattributes diff --git a/vendor/phpunit/phpunit-mock-objects/.gitignore b/web/vendor/phpunit/phpunit-mock-objects/.gitignore similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/.gitignore rename to web/vendor/phpunit/phpunit-mock-objects/.gitignore diff --git a/vendor/phpunit/phpunit-mock-objects/.travis.yml b/web/vendor/phpunit/phpunit-mock-objects/.travis.yml similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/.travis.yml rename to web/vendor/phpunit/phpunit-mock-objects/.travis.yml diff --git a/vendor/phpunit/phpunit-mock-objects/CONTRIBUTING.md b/web/vendor/phpunit/phpunit-mock-objects/CONTRIBUTING.md similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/CONTRIBUTING.md rename to web/vendor/phpunit/phpunit-mock-objects/CONTRIBUTING.md diff --git a/vendor/phpunit/phpunit-mock-objects/LICENSE b/web/vendor/phpunit/phpunit-mock-objects/LICENSE similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/LICENSE rename to web/vendor/phpunit/phpunit-mock-objects/LICENSE diff --git a/vendor/phpunit/phpunit-mock-objects/README.md b/web/vendor/phpunit/phpunit-mock-objects/README.md similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/README.md rename to web/vendor/phpunit/phpunit-mock-objects/README.md diff --git a/vendor/phpunit/phpunit-mock-objects/build.xml b/web/vendor/phpunit/phpunit-mock-objects/build.xml similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/build.xml rename to web/vendor/phpunit/phpunit-mock-objects/build.xml diff --git a/vendor/phpunit/phpunit-mock-objects/build/travis-ci.xml b/web/vendor/phpunit/phpunit-mock-objects/build/travis-ci.xml similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/build/travis-ci.xml rename to web/vendor/phpunit/phpunit-mock-objects/build/travis-ci.xml diff --git a/vendor/phpunit/phpunit-mock-objects/composer.json b/web/vendor/phpunit/phpunit-mock-objects/composer.json similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/composer.json rename to web/vendor/phpunit/phpunit-mock-objects/composer.json diff --git a/vendor/phpunit/phpunit-mock-objects/phpunit.xml.dist b/web/vendor/phpunit/phpunit-mock-objects/phpunit.xml.dist similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/phpunit.xml.dist rename to web/vendor/phpunit/phpunit-mock-objects/phpunit.xml.dist diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Identity.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Identity.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Identity.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Identity.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/InvocationMocker.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/InvocationMocker.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/InvocationMocker.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/InvocationMocker.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Match.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Match.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Match.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Match.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/MethodNameMatch.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/MethodNameMatch.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/MethodNameMatch.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/MethodNameMatch.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Namespace.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Namespace.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Namespace.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Namespace.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/ParametersMatch.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/ParametersMatch.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/ParametersMatch.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/ParametersMatch.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Stub.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Stub.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Stub.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/Stub.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/BadMethodCallException.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/BadMethodCallException.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/BadMethodCallException.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/BadMethodCallException.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/Exception.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/Exception.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/Exception.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/Exception.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/RuntimeException.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/RuntimeException.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/RuntimeException.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Exception/RuntimeException.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_class.tpl.dist b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_class.tpl.dist similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_class.tpl.dist rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_class.tpl.dist diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_class_method.tpl.dist b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_class_method.tpl.dist similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_class_method.tpl.dist rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_class_method.tpl.dist diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_clone.tpl.dist b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_clone.tpl.dist similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_clone.tpl.dist rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_clone.tpl.dist diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_method.tpl.dist b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_method.tpl.dist similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_method.tpl.dist rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_method.tpl.dist diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_static_method.tpl.dist b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_static_method.tpl.dist similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_static_method.tpl.dist rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_static_method.tpl.dist diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/proxied_method.tpl.dist b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/proxied_method.tpl.dist similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/proxied_method.tpl.dist rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/proxied_method.tpl.dist diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/trait_class.tpl.dist b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/trait_class.tpl.dist similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/trait_class.tpl.dist rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/trait_class.tpl.dist diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/unmocked_clone.tpl.dist b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/unmocked_clone.tpl.dist similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/unmocked_clone.tpl.dist rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/unmocked_clone.tpl.dist diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/wsdl_class.tpl.dist b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/wsdl_class.tpl.dist similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/wsdl_class.tpl.dist rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/wsdl_class.tpl.dist diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/wsdl_method.tpl.dist b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/wsdl_method.tpl.dist similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/wsdl_method.tpl.dist rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/wsdl_method.tpl.dist diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Object.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Object.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Object.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Object.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Static.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Static.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Static.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/Static.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/InvocationMocker.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/InvocationMocker.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/InvocationMocker.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/InvocationMocker.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invokable.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invokable.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invokable.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invokable.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyInvokedCount.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyInvokedCount.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyInvokedCount.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyInvokedCount.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyParameters.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyParameters.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyParameters.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/AnyParameters.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/ConsecutiveParameters.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/ConsecutiveParameters.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/ConsecutiveParameters.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/ConsecutiveParameters.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Invocation.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Invocation.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Invocation.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Invocation.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtIndex.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtIndex.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtIndex.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtIndex.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastCount.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastCount.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastCount.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastCount.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastOnce.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastOnce.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastOnce.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtLeastOnce.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtMostCount.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtMostCount.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtMostCount.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedAtMostCount.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedCount.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedCount.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedCount.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedCount.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedRecorder.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedRecorder.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedRecorder.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/InvokedRecorder.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/MethodName.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/MethodName.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/MethodName.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/MethodName.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Parameters.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Parameters.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Parameters.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/Parameters.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/StatelessInvocation.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/StatelessInvocation.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/StatelessInvocation.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/StatelessInvocation.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockBuilder.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockBuilder.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockBuilder.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockBuilder.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockObject.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockObject.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockObject.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/MockObject.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ConsecutiveCalls.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ConsecutiveCalls.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ConsecutiveCalls.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ConsecutiveCalls.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Exception.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Exception.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Exception.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Exception.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/MatcherCollection.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/MatcherCollection.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/MatcherCollection.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/MatcherCollection.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Return.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Return.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Return.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/Return.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnArgument.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnArgument.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnArgument.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnArgument.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnCallback.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnCallback.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnCallback.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnCallback.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnSelf.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnSelf.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnSelf.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnSelf.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnValueMap.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnValueMap.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnValueMap.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/ReturnValueMap.php diff --git a/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Verifiable.php b/web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Verifiable.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Verifiable.php rename to web/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Verifiable.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/GeneratorTest.php b/web/vendor/phpunit/phpunit-mock-objects/tests/GeneratorTest.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/GeneratorTest.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/GeneratorTest.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockBuilderTest.php b/web/vendor/phpunit/phpunit-mock-objects/tests/MockBuilderTest.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockBuilderTest.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockBuilderTest.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/232.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/232.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/232.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/232.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/ObjectTest.php b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/ObjectTest.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/ObjectTest.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/ObjectTest.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/StaticTest.php b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/StaticTest.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/StaticTest.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/StaticTest.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Matcher/ConsecutiveParametersTest.php b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Matcher/ConsecutiveParametersTest.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/Matcher/ConsecutiveParametersTest.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Matcher/ConsecutiveParametersTest.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/abstract_class.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/abstract_class.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/abstract_class.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/abstract_class.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/class.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_call_parent_clone.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_call_parent_clone.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_call_parent_clone.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_call_parent_clone.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_call_parent_constructor.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_call_parent_constructor.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_call_parent_constructor.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_call_parent_constructor.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_dont_call_parent_clone.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_dont_call_parent_clone.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_dont_call_parent_clone.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_dont_call_parent_clone.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_dont_call_parent_constructor.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_dont_call_parent_constructor.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_dont_call_parent_constructor.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_dont_call_parent_constructor.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_implementing_interface_call_parent_constructor.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_implementing_interface_call_parent_constructor.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_implementing_interface_call_parent_constructor.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_implementing_interface_call_parent_constructor.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_implementing_interface_dont_call_parent_constructor.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_implementing_interface_dont_call_parent_constructor.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_implementing_interface_dont_call_parent_constructor.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_implementing_interface_dont_call_parent_constructor.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_partial.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_partial.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_partial.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_partial.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_with_method_named_method.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_with_method_named_method.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_with_method_named_method.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_with_method_named_method.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_with_method_with_variadic_arguments.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_with_method_with_variadic_arguments.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_with_method_with_variadic_arguments.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/class_with_method_with_variadic_arguments.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/interface.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/interface.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/interface.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/interface.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/invocation_object_clone_object.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/invocation_object_clone_object.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/invocation_object_clone_object.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/invocation_object_clone_object.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_call_parent_clone.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_call_parent_clone.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_call_parent_clone.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_call_parent_clone.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_call_parent_constructor.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_call_parent_constructor.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_call_parent_constructor.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_call_parent_constructor.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_dont_call_parent_clone.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_dont_call_parent_clone.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_dont_call_parent_clone.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_dont_call_parent_clone.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_dont_call_parent_constructor.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_dont_call_parent_constructor.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_dont_call_parent_constructor.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_dont_call_parent_constructor.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_implementing_interface_call_parent_constructor.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_implementing_interface_call_parent_constructor.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_implementing_interface_call_parent_constructor.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_implementing_interface_call_parent_constructor.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_implementing_interface_dont_call_parent_constructor.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_implementing_interface_dont_call_parent_constructor.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_implementing_interface_dont_call_parent_constructor.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_implementing_interface_dont_call_parent_constructor.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_partial.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_partial.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_partial.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_class_partial.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_interface.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_interface.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_interface.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/namespaced_interface.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/nonexistent_class.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/nonexistent_class.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/nonexistent_class.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/nonexistent_class.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/nonexistent_class_with_namespace.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/nonexistent_class_with_namespace.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/nonexistent_class_with_namespace.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/nonexistent_class_with_namespace.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/nonexistent_class_with_namespace_starting_with_separator.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/nonexistent_class_with_namespace_starting_with_separator.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/nonexistent_class_with_namespace_starting_with_separator.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/nonexistent_class_with_namespace_starting_with_separator.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/proxy.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/proxy.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/proxy.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/proxy.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/scalar_type_declarations.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/scalar_type_declarations.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/scalar_type_declarations.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/scalar_type_declarations.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/wsdl_class.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/wsdl_class.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/wsdl_class.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/wsdl_class.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/wsdl_class_namespace.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/wsdl_class_namespace.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/wsdl_class_namespace.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/wsdl_class_namespace.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObject/wsdl_class_partial.phpt b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/wsdl_class_partial.phpt similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObject/wsdl_class_partial.phpt rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObject/wsdl_class_partial.phpt diff --git a/vendor/phpunit/phpunit-mock-objects/tests/MockObjectTest.php b/web/vendor/phpunit/phpunit-mock-objects/tests/MockObjectTest.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/MockObjectTest.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/MockObjectTest.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/ProxyObjectTest.php b/web/vendor/phpunit/phpunit-mock-objects/tests/ProxyObjectTest.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/ProxyObjectTest.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/ProxyObjectTest.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AbstractMockTestClass.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AbstractMockTestClass.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/AbstractMockTestClass.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AbstractMockTestClass.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AbstractTrait.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AbstractTrait.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/AbstractTrait.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AbstractTrait.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterface.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterface.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterface.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterface.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnotherInterface.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnotherInterface.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnotherInterface.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnotherInterface.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/Bar.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/Bar.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/Bar.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/Bar.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/ClassThatImplementsSerializable.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/ClassThatImplementsSerializable.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/ClassThatImplementsSerializable.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/ClassThatImplementsSerializable.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/ClassWithStaticMethod.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/ClassWithStaticMethod.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/ClassWithStaticMethod.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/ClassWithStaticMethod.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/Foo.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/Foo.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/Foo.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/Foo.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/FunctionCallback.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/FunctionCallback.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/FunctionCallback.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/FunctionCallback.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/GoogleSearch.wsdl b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/GoogleSearch.wsdl similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/GoogleSearch.wsdl rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/GoogleSearch.wsdl diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/InterfaceWithStaticMethod.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/InterfaceWithStaticMethod.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/InterfaceWithStaticMethod.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/InterfaceWithStaticMethod.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/MethodCallback.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/MethodCallback.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/MethodCallback.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/MethodCallback.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/MethodCallbackByReference.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/MethodCallbackByReference.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/MethodCallbackByReference.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/MethodCallbackByReference.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/MockTestInterface.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/MockTestInterface.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/MockTestInterface.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/MockTestInterface.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/Mockable.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/Mockable.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/Mockable.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/Mockable.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/PartialMockTestClass.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/PartialMockTestClass.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/PartialMockTestClass.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/PartialMockTestClass.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/SingletonClass.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/SingletonClass.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/SingletonClass.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/SingletonClass.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/SomeClass.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/SomeClass.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/SomeClass.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/SomeClass.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/StaticMockTestClass.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/StaticMockTestClass.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/StaticMockTestClass.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/StaticMockTestClass.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/_fixture/TraversableMockTestInterface.php b/web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/TraversableMockTestInterface.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/_fixture/TraversableMockTestInterface.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/_fixture/TraversableMockTestInterface.php diff --git a/vendor/phpunit/phpunit-mock-objects/tests/bootstrap.php b/web/vendor/phpunit/phpunit-mock-objects/tests/bootstrap.php similarity index 100% rename from vendor/phpunit/phpunit-mock-objects/tests/bootstrap.php rename to web/vendor/phpunit/phpunit-mock-objects/tests/bootstrap.php diff --git a/vendor/phpunit/phpunit/.gitattributes b/web/vendor/phpunit/phpunit/.gitattributes similarity index 100% rename from vendor/phpunit/phpunit/.gitattributes rename to web/vendor/phpunit/phpunit/.gitattributes diff --git a/vendor/phpunit/phpunit/.gitignore b/web/vendor/phpunit/phpunit/.gitignore similarity index 100% rename from vendor/phpunit/phpunit/.gitignore rename to web/vendor/phpunit/phpunit/.gitignore diff --git a/vendor/phpunit/phpunit/.php_cs b/web/vendor/phpunit/phpunit/.php_cs similarity index 100% rename from vendor/phpunit/phpunit/.php_cs rename to web/vendor/phpunit/phpunit/.php_cs diff --git a/vendor/phpunit/phpunit/.travis.yml b/web/vendor/phpunit/phpunit/.travis.yml similarity index 100% rename from vendor/phpunit/phpunit/.travis.yml rename to web/vendor/phpunit/phpunit/.travis.yml diff --git a/vendor/phpunit/phpunit/CODE_OF_CONDUCT.md b/web/vendor/phpunit/phpunit/CODE_OF_CONDUCT.md similarity index 100% rename from vendor/phpunit/phpunit/CODE_OF_CONDUCT.md rename to web/vendor/phpunit/phpunit/CODE_OF_CONDUCT.md diff --git a/vendor/phpunit/phpunit/CONTRIBUTING.md b/web/vendor/phpunit/phpunit/CONTRIBUTING.md similarity index 100% rename from vendor/phpunit/phpunit/CONTRIBUTING.md rename to web/vendor/phpunit/phpunit/CONTRIBUTING.md diff --git a/vendor/phpunit/phpunit/ChangeLog-4.0.md b/web/vendor/phpunit/phpunit/ChangeLog-4.0.md similarity index 100% rename from vendor/phpunit/phpunit/ChangeLog-4.0.md rename to web/vendor/phpunit/phpunit/ChangeLog-4.0.md diff --git a/vendor/phpunit/phpunit/ChangeLog-4.1.md b/web/vendor/phpunit/phpunit/ChangeLog-4.1.md similarity index 100% rename from vendor/phpunit/phpunit/ChangeLog-4.1.md rename to web/vendor/phpunit/phpunit/ChangeLog-4.1.md diff --git a/vendor/phpunit/phpunit/ChangeLog-4.2.md b/web/vendor/phpunit/phpunit/ChangeLog-4.2.md similarity index 100% rename from vendor/phpunit/phpunit/ChangeLog-4.2.md rename to web/vendor/phpunit/phpunit/ChangeLog-4.2.md diff --git a/vendor/phpunit/phpunit/ChangeLog-4.3.md b/web/vendor/phpunit/phpunit/ChangeLog-4.3.md similarity index 100% rename from vendor/phpunit/phpunit/ChangeLog-4.3.md rename to web/vendor/phpunit/phpunit/ChangeLog-4.3.md diff --git a/vendor/phpunit/phpunit/ChangeLog-4.4.md b/web/vendor/phpunit/phpunit/ChangeLog-4.4.md similarity index 100% rename from vendor/phpunit/phpunit/ChangeLog-4.4.md rename to web/vendor/phpunit/phpunit/ChangeLog-4.4.md diff --git a/vendor/phpunit/phpunit/ChangeLog-4.5.md b/web/vendor/phpunit/phpunit/ChangeLog-4.5.md similarity index 100% rename from vendor/phpunit/phpunit/ChangeLog-4.5.md rename to web/vendor/phpunit/phpunit/ChangeLog-4.5.md diff --git a/vendor/phpunit/phpunit/ChangeLog-4.6.md b/web/vendor/phpunit/phpunit/ChangeLog-4.6.md similarity index 100% rename from vendor/phpunit/phpunit/ChangeLog-4.6.md rename to web/vendor/phpunit/phpunit/ChangeLog-4.6.md diff --git a/vendor/phpunit/phpunit/ChangeLog-4.7.md b/web/vendor/phpunit/phpunit/ChangeLog-4.7.md similarity index 100% rename from vendor/phpunit/phpunit/ChangeLog-4.7.md rename to web/vendor/phpunit/phpunit/ChangeLog-4.7.md diff --git a/vendor/phpunit/phpunit/ChangeLog-4.8.md b/web/vendor/phpunit/phpunit/ChangeLog-4.8.md similarity index 100% rename from vendor/phpunit/phpunit/ChangeLog-4.8.md rename to web/vendor/phpunit/phpunit/ChangeLog-4.8.md diff --git a/vendor/phpunit/phpunit/LICENSE b/web/vendor/phpunit/phpunit/LICENSE similarity index 100% rename from vendor/phpunit/phpunit/LICENSE rename to web/vendor/phpunit/phpunit/LICENSE diff --git a/vendor/phpunit/phpunit/README.md b/web/vendor/phpunit/phpunit/README.md similarity index 100% rename from vendor/phpunit/phpunit/README.md rename to web/vendor/phpunit/phpunit/README.md diff --git a/vendor/phpunit/phpunit/build.xml b/web/vendor/phpunit/phpunit/build.xml similarity index 100% rename from vendor/phpunit/phpunit/build.xml rename to web/vendor/phpunit/phpunit/build.xml diff --git a/vendor/phpunit/phpunit/composer.json b/web/vendor/phpunit/phpunit/composer.json similarity index 100% rename from vendor/phpunit/phpunit/composer.json rename to web/vendor/phpunit/phpunit/composer.json diff --git a/vendor/phpunit/phpunit/phpunit b/web/vendor/phpunit/phpunit/phpunit similarity index 100% rename from vendor/phpunit/phpunit/phpunit rename to web/vendor/phpunit/phpunit/phpunit diff --git a/vendor/phpunit/phpunit/phpunit.xml b/web/vendor/phpunit/phpunit/phpunit.xml similarity index 100% rename from vendor/phpunit/phpunit/phpunit.xml rename to web/vendor/phpunit/phpunit/phpunit.xml diff --git a/vendor/phpunit/phpunit/phpunit.xsd b/web/vendor/phpunit/phpunit/phpunit.xsd similarity index 100% rename from vendor/phpunit/phpunit/phpunit.xsd rename to web/vendor/phpunit/phpunit/phpunit.xsd diff --git a/vendor/phpunit/phpunit/src/Exception.php b/web/vendor/phpunit/phpunit/src/Exception.php similarity index 100% rename from vendor/phpunit/phpunit/src/Exception.php rename to web/vendor/phpunit/phpunit/src/Exception.php diff --git a/vendor/phpunit/phpunit/src/Extensions/GroupTestSuite.php b/web/vendor/phpunit/phpunit/src/Extensions/GroupTestSuite.php similarity index 100% rename from vendor/phpunit/phpunit/src/Extensions/GroupTestSuite.php rename to web/vendor/phpunit/phpunit/src/Extensions/GroupTestSuite.php diff --git a/vendor/phpunit/phpunit/src/Extensions/PhptTestCase.php b/web/vendor/phpunit/phpunit/src/Extensions/PhptTestCase.php similarity index 100% rename from vendor/phpunit/phpunit/src/Extensions/PhptTestCase.php rename to web/vendor/phpunit/phpunit/src/Extensions/PhptTestCase.php diff --git a/vendor/phpunit/phpunit/src/Extensions/PhptTestSuite.php b/web/vendor/phpunit/phpunit/src/Extensions/PhptTestSuite.php similarity index 100% rename from vendor/phpunit/phpunit/src/Extensions/PhptTestSuite.php rename to web/vendor/phpunit/phpunit/src/Extensions/PhptTestSuite.php diff --git a/vendor/phpunit/phpunit/src/Extensions/RepeatedTest.php b/web/vendor/phpunit/phpunit/src/Extensions/RepeatedTest.php similarity index 100% rename from vendor/phpunit/phpunit/src/Extensions/RepeatedTest.php rename to web/vendor/phpunit/phpunit/src/Extensions/RepeatedTest.php diff --git a/vendor/phpunit/phpunit/src/Extensions/TestDecorator.php b/web/vendor/phpunit/phpunit/src/Extensions/TestDecorator.php similarity index 100% rename from vendor/phpunit/phpunit/src/Extensions/TestDecorator.php rename to web/vendor/phpunit/phpunit/src/Extensions/TestDecorator.php diff --git a/vendor/phpunit/phpunit/src/Extensions/TicketListener.php b/web/vendor/phpunit/phpunit/src/Extensions/TicketListener.php similarity index 100% rename from vendor/phpunit/phpunit/src/Extensions/TicketListener.php rename to web/vendor/phpunit/phpunit/src/Extensions/TicketListener.php diff --git a/vendor/phpunit/phpunit/src/Framework/Assert.php b/web/vendor/phpunit/phpunit/src/Framework/Assert.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Assert.php rename to web/vendor/phpunit/phpunit/src/Framework/Assert.php diff --git a/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php b/web/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Assert/Functions.php rename to web/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php diff --git a/vendor/phpunit/phpunit/src/Framework/AssertionFailedError.php b/web/vendor/phpunit/phpunit/src/Framework/AssertionFailedError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/AssertionFailedError.php rename to web/vendor/phpunit/phpunit/src/Framework/AssertionFailedError.php diff --git a/vendor/phpunit/phpunit/src/Framework/BaseTestListener.php b/web/vendor/phpunit/phpunit/src/Framework/BaseTestListener.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/BaseTestListener.php rename to web/vendor/phpunit/phpunit/src/Framework/BaseTestListener.php diff --git a/vendor/phpunit/phpunit/src/Framework/CodeCoverageException.php b/web/vendor/phpunit/phpunit/src/Framework/CodeCoverageException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/CodeCoverageException.php rename to web/vendor/phpunit/phpunit/src/Framework/CodeCoverageException.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/And.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/And.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/And.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/And.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/ArrayHasKey.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/ArrayHasKey.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/ArrayHasKey.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/ArrayHasKey.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/ArraySubset.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/ArraySubset.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/ArraySubset.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/ArraySubset.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Attribute.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/Attribute.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Attribute.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/Attribute.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/ClassHasAttribute.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/ClassHasAttribute.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/ClassHasAttribute.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/ClassHasAttribute.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/ClassHasStaticAttribute.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/ClassHasStaticAttribute.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/ClassHasStaticAttribute.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/ClassHasStaticAttribute.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Composite.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/Composite.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Composite.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/Composite.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Count.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/Count.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Count.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/Count.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Exception.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/Exception.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Exception.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/Exception.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionCode.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionCode.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionCode.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionCode.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionMessage.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionMessage.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionMessage.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionMessage.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionMessageRegExp.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionMessageRegExp.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionMessageRegExp.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionMessageRegExp.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/FileExists.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/FileExists.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/FileExists.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/FileExists.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/GreaterThan.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/GreaterThan.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/GreaterThan.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/GreaterThan.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/IsEmpty.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/IsEmpty.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/IsEmpty.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/IsEmpty.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/IsEqual.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/IsEqual.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/IsEqual.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/IsEqual.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/IsFalse.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/IsFalse.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/IsFalse.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/IsFalse.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/IsInstanceOf.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/IsInstanceOf.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/IsInstanceOf.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/IsInstanceOf.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/IsJson.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/IsJson.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/IsJson.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/IsJson.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/IsNull.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/IsNull.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/IsNull.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/IsNull.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/IsTrue.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/IsTrue.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/IsTrue.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/IsTrue.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/IsType.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/IsType.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/IsType.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/IsType.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches/ErrorMessageProvider.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches/ErrorMessageProvider.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches/ErrorMessageProvider.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches/ErrorMessageProvider.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/LessThan.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/LessThan.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/LessThan.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/LessThan.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Not.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/Not.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Not.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/Not.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/ObjectHasAttribute.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/ObjectHasAttribute.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/ObjectHasAttribute.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/ObjectHasAttribute.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Or.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/Or.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Or.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/Or.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/PCREMatch.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/PCREMatch.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/PCREMatch.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/PCREMatch.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/SameSize.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/SameSize.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/SameSize.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/SameSize.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/StringContains.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/StringContains.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/StringContains.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/StringContains.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/StringEndsWith.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/StringEndsWith.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/StringEndsWith.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/StringEndsWith.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/StringMatches.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/StringMatches.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/StringMatches.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/StringMatches.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/StringStartsWith.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/StringStartsWith.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/StringStartsWith.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/StringStartsWith.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/TraversableContains.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/TraversableContains.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/TraversableContains.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/TraversableContains.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/TraversableContainsOnly.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/TraversableContainsOnly.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/TraversableContainsOnly.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/TraversableContainsOnly.php diff --git a/vendor/phpunit/phpunit/src/Framework/Constraint/Xor.php b/web/vendor/phpunit/phpunit/src/Framework/Constraint/Xor.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Constraint/Xor.php rename to web/vendor/phpunit/phpunit/src/Framework/Constraint/Xor.php diff --git a/vendor/phpunit/phpunit/src/Framework/Error.php b/web/vendor/phpunit/phpunit/src/Framework/Error.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Error.php rename to web/vendor/phpunit/phpunit/src/Framework/Error.php diff --git a/vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php b/web/vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php rename to web/vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php diff --git a/vendor/phpunit/phpunit/src/Framework/Error/Notice.php b/web/vendor/phpunit/phpunit/src/Framework/Error/Notice.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Error/Notice.php rename to web/vendor/phpunit/phpunit/src/Framework/Error/Notice.php diff --git a/vendor/phpunit/phpunit/src/Framework/Error/Warning.php b/web/vendor/phpunit/phpunit/src/Framework/Error/Warning.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Error/Warning.php rename to web/vendor/phpunit/phpunit/src/Framework/Error/Warning.php diff --git a/vendor/phpunit/phpunit/src/Framework/Exception.php b/web/vendor/phpunit/phpunit/src/Framework/Exception.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Exception.php rename to web/vendor/phpunit/phpunit/src/Framework/Exception.php diff --git a/vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php b/web/vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php rename to web/vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php diff --git a/vendor/phpunit/phpunit/src/Framework/ExpectationFailedException.php b/web/vendor/phpunit/phpunit/src/Framework/ExpectationFailedException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/ExpectationFailedException.php rename to web/vendor/phpunit/phpunit/src/Framework/ExpectationFailedException.php diff --git a/vendor/phpunit/phpunit/src/Framework/IncompleteTest.php b/web/vendor/phpunit/phpunit/src/Framework/IncompleteTest.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/IncompleteTest.php rename to web/vendor/phpunit/phpunit/src/Framework/IncompleteTest.php diff --git a/vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php b/web/vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php rename to web/vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php diff --git a/vendor/phpunit/phpunit/src/Framework/IncompleteTestError.php b/web/vendor/phpunit/phpunit/src/Framework/IncompleteTestError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/IncompleteTestError.php rename to web/vendor/phpunit/phpunit/src/Framework/IncompleteTestError.php diff --git a/vendor/phpunit/phpunit/src/Framework/InvalidCoversTargetError.php b/web/vendor/phpunit/phpunit/src/Framework/InvalidCoversTargetError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/InvalidCoversTargetError.php rename to web/vendor/phpunit/phpunit/src/Framework/InvalidCoversTargetError.php diff --git a/vendor/phpunit/phpunit/src/Framework/InvalidCoversTargetException.php b/web/vendor/phpunit/phpunit/src/Framework/InvalidCoversTargetException.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/InvalidCoversTargetException.php rename to web/vendor/phpunit/phpunit/src/Framework/InvalidCoversTargetException.php diff --git a/vendor/phpunit/phpunit/src/Framework/OutputError.php b/web/vendor/phpunit/phpunit/src/Framework/OutputError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/OutputError.php rename to web/vendor/phpunit/phpunit/src/Framework/OutputError.php diff --git a/vendor/phpunit/phpunit/src/Framework/RiskyTest.php b/web/vendor/phpunit/phpunit/src/Framework/RiskyTest.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/RiskyTest.php rename to web/vendor/phpunit/phpunit/src/Framework/RiskyTest.php diff --git a/vendor/phpunit/phpunit/src/Framework/RiskyTestError.php b/web/vendor/phpunit/phpunit/src/Framework/RiskyTestError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/RiskyTestError.php rename to web/vendor/phpunit/phpunit/src/Framework/RiskyTestError.php diff --git a/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php b/web/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/SelfDescribing.php rename to web/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php diff --git a/vendor/phpunit/phpunit/src/Framework/SkippedTest.php b/web/vendor/phpunit/phpunit/src/Framework/SkippedTest.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/SkippedTest.php rename to web/vendor/phpunit/phpunit/src/Framework/SkippedTest.php diff --git a/vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php b/web/vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php rename to web/vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php diff --git a/vendor/phpunit/phpunit/src/Framework/SkippedTestError.php b/web/vendor/phpunit/phpunit/src/Framework/SkippedTestError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/SkippedTestError.php rename to web/vendor/phpunit/phpunit/src/Framework/SkippedTestError.php diff --git a/vendor/phpunit/phpunit/src/Framework/SkippedTestSuiteError.php b/web/vendor/phpunit/phpunit/src/Framework/SkippedTestSuiteError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/SkippedTestSuiteError.php rename to web/vendor/phpunit/phpunit/src/Framework/SkippedTestSuiteError.php diff --git a/vendor/phpunit/phpunit/src/Framework/SyntheticError.php b/web/vendor/phpunit/phpunit/src/Framework/SyntheticError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/SyntheticError.php rename to web/vendor/phpunit/phpunit/src/Framework/SyntheticError.php diff --git a/vendor/phpunit/phpunit/src/Framework/Test.php b/web/vendor/phpunit/phpunit/src/Framework/Test.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Test.php rename to web/vendor/phpunit/phpunit/src/Framework/Test.php diff --git a/vendor/phpunit/phpunit/src/Framework/TestCase.php b/web/vendor/phpunit/phpunit/src/Framework/TestCase.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/TestCase.php rename to web/vendor/phpunit/phpunit/src/Framework/TestCase.php diff --git a/vendor/phpunit/phpunit/src/Framework/TestFailure.php b/web/vendor/phpunit/phpunit/src/Framework/TestFailure.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/TestFailure.php rename to web/vendor/phpunit/phpunit/src/Framework/TestFailure.php diff --git a/vendor/phpunit/phpunit/src/Framework/TestListener.php b/web/vendor/phpunit/phpunit/src/Framework/TestListener.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/TestListener.php rename to web/vendor/phpunit/phpunit/src/Framework/TestListener.php diff --git a/vendor/phpunit/phpunit/src/Framework/TestResult.php b/web/vendor/phpunit/phpunit/src/Framework/TestResult.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/TestResult.php rename to web/vendor/phpunit/phpunit/src/Framework/TestResult.php diff --git a/vendor/phpunit/phpunit/src/Framework/TestSuite.php b/web/vendor/phpunit/phpunit/src/Framework/TestSuite.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/TestSuite.php rename to web/vendor/phpunit/phpunit/src/Framework/TestSuite.php diff --git a/vendor/phpunit/phpunit/src/Framework/TestSuite/DataProvider.php b/web/vendor/phpunit/phpunit/src/Framework/TestSuite/DataProvider.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/TestSuite/DataProvider.php rename to web/vendor/phpunit/phpunit/src/Framework/TestSuite/DataProvider.php diff --git a/vendor/phpunit/phpunit/src/Framework/UnintentionallyCoveredCodeError.php b/web/vendor/phpunit/phpunit/src/Framework/UnintentionallyCoveredCodeError.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/UnintentionallyCoveredCodeError.php rename to web/vendor/phpunit/phpunit/src/Framework/UnintentionallyCoveredCodeError.php diff --git a/vendor/phpunit/phpunit/src/Framework/Warning.php b/web/vendor/phpunit/phpunit/src/Framework/Warning.php similarity index 100% rename from vendor/phpunit/phpunit/src/Framework/Warning.php rename to web/vendor/phpunit/phpunit/src/Framework/Warning.php diff --git a/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php b/web/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php rename to web/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php diff --git a/vendor/phpunit/phpunit/src/Runner/Exception.php b/web/vendor/phpunit/phpunit/src/Runner/Exception.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Exception.php rename to web/vendor/phpunit/phpunit/src/Runner/Exception.php diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php b/web/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Filter/Factory.php rename to web/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/Group.php b/web/vendor/phpunit/phpunit/src/Runner/Filter/Group.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Filter/Group.php rename to web/vendor/phpunit/phpunit/src/Runner/Filter/Group.php diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/Group/Exclude.php b/web/vendor/phpunit/phpunit/src/Runner/Filter/Group/Exclude.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Filter/Group/Exclude.php rename to web/vendor/phpunit/phpunit/src/Runner/Filter/Group/Exclude.php diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/Group/Include.php b/web/vendor/phpunit/phpunit/src/Runner/Filter/Group/Include.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Filter/Group/Include.php rename to web/vendor/phpunit/phpunit/src/Runner/Filter/Group/Include.php diff --git a/vendor/phpunit/phpunit/src/Runner/Filter/Test.php b/web/vendor/phpunit/phpunit/src/Runner/Filter/Test.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Filter/Test.php rename to web/vendor/phpunit/phpunit/src/Runner/Filter/Test.php diff --git a/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php b/web/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php rename to web/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php diff --git a/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php b/web/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php rename to web/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php diff --git a/vendor/phpunit/phpunit/src/Runner/Version.php b/web/vendor/phpunit/phpunit/src/Runner/Version.php similarity index 100% rename from vendor/phpunit/phpunit/src/Runner/Version.php rename to web/vendor/phpunit/phpunit/src/Runner/Version.php diff --git a/vendor/phpunit/phpunit/src/TextUI/Command.php b/web/vendor/phpunit/phpunit/src/TextUI/Command.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/Command.php rename to web/vendor/phpunit/phpunit/src/TextUI/Command.php diff --git a/vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php b/web/vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php rename to web/vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php diff --git a/vendor/phpunit/phpunit/src/TextUI/TestRunner.php b/web/vendor/phpunit/phpunit/src/TextUI/TestRunner.php similarity index 100% rename from vendor/phpunit/phpunit/src/TextUI/TestRunner.php rename to web/vendor/phpunit/phpunit/src/TextUI/TestRunner.php diff --git a/vendor/phpunit/phpunit/src/Util/Blacklist.php b/web/vendor/phpunit/phpunit/src/Util/Blacklist.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Blacklist.php rename to web/vendor/phpunit/phpunit/src/Util/Blacklist.php diff --git a/vendor/phpunit/phpunit/src/Util/Configuration.php b/web/vendor/phpunit/phpunit/src/Util/Configuration.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Configuration.php rename to web/vendor/phpunit/phpunit/src/Util/Configuration.php diff --git a/vendor/phpunit/phpunit/src/Util/ErrorHandler.php b/web/vendor/phpunit/phpunit/src/Util/ErrorHandler.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/ErrorHandler.php rename to web/vendor/phpunit/phpunit/src/Util/ErrorHandler.php diff --git a/vendor/phpunit/phpunit/src/Util/Fileloader.php b/web/vendor/phpunit/phpunit/src/Util/Fileloader.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Fileloader.php rename to web/vendor/phpunit/phpunit/src/Util/Fileloader.php diff --git a/vendor/phpunit/phpunit/src/Util/Filesystem.php b/web/vendor/phpunit/phpunit/src/Util/Filesystem.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Filesystem.php rename to web/vendor/phpunit/phpunit/src/Util/Filesystem.php diff --git a/vendor/phpunit/phpunit/src/Util/Filter.php b/web/vendor/phpunit/phpunit/src/Util/Filter.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Filter.php rename to web/vendor/phpunit/phpunit/src/Util/Filter.php diff --git a/vendor/phpunit/phpunit/src/Util/Getopt.php b/web/vendor/phpunit/phpunit/src/Util/Getopt.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Getopt.php rename to web/vendor/phpunit/phpunit/src/Util/Getopt.php diff --git a/vendor/phpunit/phpunit/src/Util/GlobalState.php b/web/vendor/phpunit/phpunit/src/Util/GlobalState.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/GlobalState.php rename to web/vendor/phpunit/phpunit/src/Util/GlobalState.php diff --git a/vendor/phpunit/phpunit/src/Util/InvalidArgumentHelper.php b/web/vendor/phpunit/phpunit/src/Util/InvalidArgumentHelper.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/InvalidArgumentHelper.php rename to web/vendor/phpunit/phpunit/src/Util/InvalidArgumentHelper.php diff --git a/vendor/phpunit/phpunit/src/Util/Log/JSON.php b/web/vendor/phpunit/phpunit/src/Util/Log/JSON.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Log/JSON.php rename to web/vendor/phpunit/phpunit/src/Util/Log/JSON.php diff --git a/vendor/phpunit/phpunit/src/Util/Log/JUnit.php b/web/vendor/phpunit/phpunit/src/Util/Log/JUnit.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Log/JUnit.php rename to web/vendor/phpunit/phpunit/src/Util/Log/JUnit.php diff --git a/vendor/phpunit/phpunit/src/Util/Log/TAP.php b/web/vendor/phpunit/phpunit/src/Util/Log/TAP.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Log/TAP.php rename to web/vendor/phpunit/phpunit/src/Util/Log/TAP.php diff --git a/vendor/phpunit/phpunit/src/Util/PHP.php b/web/vendor/phpunit/phpunit/src/Util/PHP.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/PHP.php rename to web/vendor/phpunit/phpunit/src/Util/PHP.php diff --git a/vendor/phpunit/phpunit/src/Util/PHP/Default.php b/web/vendor/phpunit/phpunit/src/Util/PHP/Default.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/PHP/Default.php rename to web/vendor/phpunit/phpunit/src/Util/PHP/Default.php diff --git a/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl.dist b/web/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl.dist similarity index 100% rename from vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl.dist rename to web/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl.dist diff --git a/vendor/phpunit/phpunit/src/Util/PHP/Windows.php b/web/vendor/phpunit/phpunit/src/Util/PHP/Windows.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/PHP/Windows.php rename to web/vendor/phpunit/phpunit/src/Util/PHP/Windows.php diff --git a/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php b/web/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php rename to web/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php diff --git a/vendor/phpunit/phpunit/src/Util/Printer.php b/web/vendor/phpunit/phpunit/src/Util/Printer.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Printer.php rename to web/vendor/phpunit/phpunit/src/Util/Printer.php diff --git a/vendor/phpunit/phpunit/src/Util/Regex.php b/web/vendor/phpunit/phpunit/src/Util/Regex.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Regex.php rename to web/vendor/phpunit/phpunit/src/Util/Regex.php diff --git a/vendor/phpunit/phpunit/src/Util/String.php b/web/vendor/phpunit/phpunit/src/Util/String.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/String.php rename to web/vendor/phpunit/phpunit/src/Util/String.php diff --git a/vendor/phpunit/phpunit/src/Util/Test.php b/web/vendor/phpunit/phpunit/src/Util/Test.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Test.php rename to web/vendor/phpunit/phpunit/src/Util/Test.php diff --git a/vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php b/web/vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php rename to web/vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php diff --git a/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php b/web/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php rename to web/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php diff --git a/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/HTML.php b/web/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/HTML.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/HTML.php rename to web/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/HTML.php diff --git a/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/Text.php b/web/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/Text.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/Text.php rename to web/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/Text.php diff --git a/vendor/phpunit/phpunit/src/Util/TestSuiteIterator.php b/web/vendor/phpunit/phpunit/src/Util/TestSuiteIterator.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/TestSuiteIterator.php rename to web/vendor/phpunit/phpunit/src/Util/TestSuiteIterator.php diff --git a/vendor/phpunit/phpunit/src/Util/Type.php b/web/vendor/phpunit/phpunit/src/Util/Type.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/Type.php rename to web/vendor/phpunit/phpunit/src/Util/Type.php diff --git a/vendor/phpunit/phpunit/src/Util/XML.php b/web/vendor/phpunit/phpunit/src/Util/XML.php similarity index 100% rename from vendor/phpunit/phpunit/src/Util/XML.php rename to web/vendor/phpunit/phpunit/src/Util/XML.php diff --git a/vendor/psr/http-message/LICENSE b/web/vendor/psr/http-message/LICENSE similarity index 100% rename from vendor/psr/http-message/LICENSE rename to web/vendor/psr/http-message/LICENSE diff --git a/vendor/psr/http-message/README.md b/web/vendor/psr/http-message/README.md similarity index 100% rename from vendor/psr/http-message/README.md rename to web/vendor/psr/http-message/README.md diff --git a/vendor/psr/http-message/composer.json b/web/vendor/psr/http-message/composer.json similarity index 100% rename from vendor/psr/http-message/composer.json rename to web/vendor/psr/http-message/composer.json diff --git a/vendor/psr/http-message/src/MessageInterface.php b/web/vendor/psr/http-message/src/MessageInterface.php similarity index 100% rename from vendor/psr/http-message/src/MessageInterface.php rename to web/vendor/psr/http-message/src/MessageInterface.php diff --git a/vendor/psr/http-message/src/RequestInterface.php b/web/vendor/psr/http-message/src/RequestInterface.php similarity index 100% rename from vendor/psr/http-message/src/RequestInterface.php rename to web/vendor/psr/http-message/src/RequestInterface.php diff --git a/vendor/psr/http-message/src/ResponseInterface.php b/web/vendor/psr/http-message/src/ResponseInterface.php similarity index 100% rename from vendor/psr/http-message/src/ResponseInterface.php rename to web/vendor/psr/http-message/src/ResponseInterface.php diff --git a/vendor/psr/http-message/src/ServerRequestInterface.php b/web/vendor/psr/http-message/src/ServerRequestInterface.php similarity index 100% rename from vendor/psr/http-message/src/ServerRequestInterface.php rename to web/vendor/psr/http-message/src/ServerRequestInterface.php diff --git a/vendor/psr/http-message/src/StreamInterface.php b/web/vendor/psr/http-message/src/StreamInterface.php similarity index 100% rename from vendor/psr/http-message/src/StreamInterface.php rename to web/vendor/psr/http-message/src/StreamInterface.php diff --git a/vendor/psr/http-message/src/UploadedFileInterface.php b/web/vendor/psr/http-message/src/UploadedFileInterface.php similarity index 100% rename from vendor/psr/http-message/src/UploadedFileInterface.php rename to web/vendor/psr/http-message/src/UploadedFileInterface.php diff --git a/vendor/psr/http-message/src/UriInterface.php b/web/vendor/psr/http-message/src/UriInterface.php similarity index 100% rename from vendor/psr/http-message/src/UriInterface.php rename to web/vendor/psr/http-message/src/UriInterface.php diff --git a/vendor/psr/log/.gitignore b/web/vendor/psr/log/.gitignore similarity index 100% rename from vendor/psr/log/.gitignore rename to web/vendor/psr/log/.gitignore diff --git a/vendor/psr/log/LICENSE b/web/vendor/psr/log/LICENSE similarity index 100% rename from vendor/psr/log/LICENSE rename to web/vendor/psr/log/LICENSE diff --git a/vendor/psr/log/Psr/Log/AbstractLogger.php b/web/vendor/psr/log/Psr/Log/AbstractLogger.php similarity index 100% rename from vendor/psr/log/Psr/Log/AbstractLogger.php rename to web/vendor/psr/log/Psr/Log/AbstractLogger.php diff --git a/vendor/psr/log/Psr/Log/InvalidArgumentException.php b/web/vendor/psr/log/Psr/Log/InvalidArgumentException.php similarity index 100% rename from vendor/psr/log/Psr/Log/InvalidArgumentException.php rename to web/vendor/psr/log/Psr/Log/InvalidArgumentException.php diff --git a/vendor/psr/log/Psr/Log/LogLevel.php b/web/vendor/psr/log/Psr/Log/LogLevel.php similarity index 100% rename from vendor/psr/log/Psr/Log/LogLevel.php rename to web/vendor/psr/log/Psr/Log/LogLevel.php diff --git a/vendor/psr/log/Psr/Log/LoggerAwareInterface.php b/web/vendor/psr/log/Psr/Log/LoggerAwareInterface.php similarity index 100% rename from vendor/psr/log/Psr/Log/LoggerAwareInterface.php rename to web/vendor/psr/log/Psr/Log/LoggerAwareInterface.php diff --git a/vendor/psr/log/Psr/Log/LoggerAwareTrait.php b/web/vendor/psr/log/Psr/Log/LoggerAwareTrait.php similarity index 100% rename from vendor/psr/log/Psr/Log/LoggerAwareTrait.php rename to web/vendor/psr/log/Psr/Log/LoggerAwareTrait.php diff --git a/vendor/psr/log/Psr/Log/LoggerInterface.php b/web/vendor/psr/log/Psr/Log/LoggerInterface.php similarity index 100% rename from vendor/psr/log/Psr/Log/LoggerInterface.php rename to web/vendor/psr/log/Psr/Log/LoggerInterface.php diff --git a/vendor/psr/log/Psr/Log/LoggerTrait.php b/web/vendor/psr/log/Psr/Log/LoggerTrait.php similarity index 100% rename from vendor/psr/log/Psr/Log/LoggerTrait.php rename to web/vendor/psr/log/Psr/Log/LoggerTrait.php diff --git a/vendor/psr/log/Psr/Log/NullLogger.php b/web/vendor/psr/log/Psr/Log/NullLogger.php similarity index 100% rename from vendor/psr/log/Psr/Log/NullLogger.php rename to web/vendor/psr/log/Psr/Log/NullLogger.php diff --git a/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php b/web/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php similarity index 100% rename from vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php rename to web/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php diff --git a/vendor/psr/log/README.md b/web/vendor/psr/log/README.md similarity index 100% rename from vendor/psr/log/README.md rename to web/vendor/psr/log/README.md diff --git a/vendor/psr/log/composer.json b/web/vendor/psr/log/composer.json similarity index 100% rename from vendor/psr/log/composer.json rename to web/vendor/psr/log/composer.json diff --git a/vendor/sebastian/comparator/.gitignore b/web/vendor/sebastian/comparator/.gitignore similarity index 100% rename from vendor/sebastian/comparator/.gitignore rename to web/vendor/sebastian/comparator/.gitignore diff --git a/vendor/sebastian/comparator/.travis.yml b/web/vendor/sebastian/comparator/.travis.yml similarity index 100% rename from vendor/sebastian/comparator/.travis.yml rename to web/vendor/sebastian/comparator/.travis.yml diff --git a/vendor/sebastian/comparator/LICENSE b/web/vendor/sebastian/comparator/LICENSE similarity index 100% rename from vendor/sebastian/comparator/LICENSE rename to web/vendor/sebastian/comparator/LICENSE diff --git a/vendor/sebastian/comparator/README.md b/web/vendor/sebastian/comparator/README.md similarity index 100% rename from vendor/sebastian/comparator/README.md rename to web/vendor/sebastian/comparator/README.md diff --git a/vendor/sebastian/comparator/build.xml b/web/vendor/sebastian/comparator/build.xml similarity index 100% rename from vendor/sebastian/comparator/build.xml rename to web/vendor/sebastian/comparator/build.xml diff --git a/vendor/sebastian/comparator/build/travis-ci.xml b/web/vendor/sebastian/comparator/build/travis-ci.xml similarity index 100% rename from vendor/sebastian/comparator/build/travis-ci.xml rename to web/vendor/sebastian/comparator/build/travis-ci.xml diff --git a/vendor/sebastian/comparator/composer.json b/web/vendor/sebastian/comparator/composer.json similarity index 100% rename from vendor/sebastian/comparator/composer.json rename to web/vendor/sebastian/comparator/composer.json diff --git a/vendor/sebastian/comparator/phpunit.xml.dist b/web/vendor/sebastian/comparator/phpunit.xml.dist similarity index 100% rename from vendor/sebastian/comparator/phpunit.xml.dist rename to web/vendor/sebastian/comparator/phpunit.xml.dist diff --git a/vendor/sebastian/comparator/src/ArrayComparator.php b/web/vendor/sebastian/comparator/src/ArrayComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/ArrayComparator.php rename to web/vendor/sebastian/comparator/src/ArrayComparator.php diff --git a/vendor/sebastian/comparator/src/Comparator.php b/web/vendor/sebastian/comparator/src/Comparator.php similarity index 100% rename from vendor/sebastian/comparator/src/Comparator.php rename to web/vendor/sebastian/comparator/src/Comparator.php diff --git a/vendor/sebastian/comparator/src/ComparisonFailure.php b/web/vendor/sebastian/comparator/src/ComparisonFailure.php similarity index 100% rename from vendor/sebastian/comparator/src/ComparisonFailure.php rename to web/vendor/sebastian/comparator/src/ComparisonFailure.php diff --git a/vendor/sebastian/comparator/src/DOMNodeComparator.php b/web/vendor/sebastian/comparator/src/DOMNodeComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/DOMNodeComparator.php rename to web/vendor/sebastian/comparator/src/DOMNodeComparator.php diff --git a/vendor/sebastian/comparator/src/DateTimeComparator.php b/web/vendor/sebastian/comparator/src/DateTimeComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/DateTimeComparator.php rename to web/vendor/sebastian/comparator/src/DateTimeComparator.php diff --git a/vendor/sebastian/comparator/src/DoubleComparator.php b/web/vendor/sebastian/comparator/src/DoubleComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/DoubleComparator.php rename to web/vendor/sebastian/comparator/src/DoubleComparator.php diff --git a/vendor/sebastian/comparator/src/ExceptionComparator.php b/web/vendor/sebastian/comparator/src/ExceptionComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/ExceptionComparator.php rename to web/vendor/sebastian/comparator/src/ExceptionComparator.php diff --git a/vendor/sebastian/comparator/src/Factory.php b/web/vendor/sebastian/comparator/src/Factory.php similarity index 100% rename from vendor/sebastian/comparator/src/Factory.php rename to web/vendor/sebastian/comparator/src/Factory.php diff --git a/vendor/sebastian/comparator/src/MockObjectComparator.php b/web/vendor/sebastian/comparator/src/MockObjectComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/MockObjectComparator.php rename to web/vendor/sebastian/comparator/src/MockObjectComparator.php diff --git a/vendor/sebastian/comparator/src/NumericComparator.php b/web/vendor/sebastian/comparator/src/NumericComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/NumericComparator.php rename to web/vendor/sebastian/comparator/src/NumericComparator.php diff --git a/vendor/sebastian/comparator/src/ObjectComparator.php b/web/vendor/sebastian/comparator/src/ObjectComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/ObjectComparator.php rename to web/vendor/sebastian/comparator/src/ObjectComparator.php diff --git a/vendor/sebastian/comparator/src/ResourceComparator.php b/web/vendor/sebastian/comparator/src/ResourceComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/ResourceComparator.php rename to web/vendor/sebastian/comparator/src/ResourceComparator.php diff --git a/vendor/sebastian/comparator/src/ScalarComparator.php b/web/vendor/sebastian/comparator/src/ScalarComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/ScalarComparator.php rename to web/vendor/sebastian/comparator/src/ScalarComparator.php diff --git a/vendor/sebastian/comparator/src/SplObjectStorageComparator.php b/web/vendor/sebastian/comparator/src/SplObjectStorageComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/SplObjectStorageComparator.php rename to web/vendor/sebastian/comparator/src/SplObjectStorageComparator.php diff --git a/vendor/sebastian/comparator/src/TypeComparator.php b/web/vendor/sebastian/comparator/src/TypeComparator.php similarity index 100% rename from vendor/sebastian/comparator/src/TypeComparator.php rename to web/vendor/sebastian/comparator/src/TypeComparator.php diff --git a/vendor/sebastian/diff/.gitignore b/web/vendor/sebastian/diff/.gitignore similarity index 100% rename from vendor/sebastian/diff/.gitignore rename to web/vendor/sebastian/diff/.gitignore diff --git a/vendor/sebastian/diff/.travis.yml b/web/vendor/sebastian/diff/.travis.yml similarity index 100% rename from vendor/sebastian/diff/.travis.yml rename to web/vendor/sebastian/diff/.travis.yml diff --git a/vendor/sebastian/diff/LICENSE b/web/vendor/sebastian/diff/LICENSE similarity index 100% rename from vendor/sebastian/diff/LICENSE rename to web/vendor/sebastian/diff/LICENSE diff --git a/vendor/sebastian/diff/README.md b/web/vendor/sebastian/diff/README.md similarity index 100% rename from vendor/sebastian/diff/README.md rename to web/vendor/sebastian/diff/README.md diff --git a/vendor/sebastian/diff/build.xml b/web/vendor/sebastian/diff/build.xml similarity index 100% rename from vendor/sebastian/diff/build.xml rename to web/vendor/sebastian/diff/build.xml diff --git a/vendor/sebastian/diff/composer.json b/web/vendor/sebastian/diff/composer.json similarity index 100% rename from vendor/sebastian/diff/composer.json rename to web/vendor/sebastian/diff/composer.json diff --git a/vendor/sebastian/diff/phpunit.xml.dist b/web/vendor/sebastian/diff/phpunit.xml.dist similarity index 100% rename from vendor/sebastian/diff/phpunit.xml.dist rename to web/vendor/sebastian/diff/phpunit.xml.dist diff --git a/vendor/sebastian/diff/src/Chunk.php b/web/vendor/sebastian/diff/src/Chunk.php similarity index 100% rename from vendor/sebastian/diff/src/Chunk.php rename to web/vendor/sebastian/diff/src/Chunk.php diff --git a/vendor/sebastian/diff/src/Diff.php b/web/vendor/sebastian/diff/src/Diff.php similarity index 100% rename from vendor/sebastian/diff/src/Diff.php rename to web/vendor/sebastian/diff/src/Diff.php diff --git a/vendor/sebastian/diff/src/Differ.php b/web/vendor/sebastian/diff/src/Differ.php similarity index 100% rename from vendor/sebastian/diff/src/Differ.php rename to web/vendor/sebastian/diff/src/Differ.php diff --git a/vendor/sebastian/diff/src/LCS/LongestCommonSubsequence.php b/web/vendor/sebastian/diff/src/LCS/LongestCommonSubsequence.php similarity index 100% rename from vendor/sebastian/diff/src/LCS/LongestCommonSubsequence.php rename to web/vendor/sebastian/diff/src/LCS/LongestCommonSubsequence.php diff --git a/vendor/sebastian/diff/src/LCS/MemoryEfficientLongestCommonSubsequenceImplementation.php b/web/vendor/sebastian/diff/src/LCS/MemoryEfficientLongestCommonSubsequenceImplementation.php similarity index 100% rename from vendor/sebastian/diff/src/LCS/MemoryEfficientLongestCommonSubsequenceImplementation.php rename to web/vendor/sebastian/diff/src/LCS/MemoryEfficientLongestCommonSubsequenceImplementation.php diff --git a/vendor/sebastian/diff/src/LCS/TimeEfficientLongestCommonSubsequenceImplementation.php b/web/vendor/sebastian/diff/src/LCS/TimeEfficientLongestCommonSubsequenceImplementation.php similarity index 100% rename from vendor/sebastian/diff/src/LCS/TimeEfficientLongestCommonSubsequenceImplementation.php rename to web/vendor/sebastian/diff/src/LCS/TimeEfficientLongestCommonSubsequenceImplementation.php diff --git a/vendor/sebastian/diff/src/Line.php b/web/vendor/sebastian/diff/src/Line.php similarity index 100% rename from vendor/sebastian/diff/src/Line.php rename to web/vendor/sebastian/diff/src/Line.php diff --git a/vendor/sebastian/diff/src/Parser.php b/web/vendor/sebastian/diff/src/Parser.php similarity index 100% rename from vendor/sebastian/diff/src/Parser.php rename to web/vendor/sebastian/diff/src/Parser.php diff --git a/vendor/sebastian/environment/.gitignore b/web/vendor/sebastian/environment/.gitignore similarity index 100% rename from vendor/sebastian/environment/.gitignore rename to web/vendor/sebastian/environment/.gitignore diff --git a/vendor/sebastian/environment/.travis.yml b/web/vendor/sebastian/environment/.travis.yml similarity index 100% rename from vendor/sebastian/environment/.travis.yml rename to web/vendor/sebastian/environment/.travis.yml diff --git a/vendor/sebastian/environment/LICENSE b/web/vendor/sebastian/environment/LICENSE similarity index 100% rename from vendor/sebastian/environment/LICENSE rename to web/vendor/sebastian/environment/LICENSE diff --git a/vendor/sebastian/environment/README.md b/web/vendor/sebastian/environment/README.md similarity index 100% rename from vendor/sebastian/environment/README.md rename to web/vendor/sebastian/environment/README.md diff --git a/vendor/sebastian/environment/build.xml b/web/vendor/sebastian/environment/build.xml similarity index 100% rename from vendor/sebastian/environment/build.xml rename to web/vendor/sebastian/environment/build.xml diff --git a/vendor/sebastian/environment/composer.json b/web/vendor/sebastian/environment/composer.json similarity index 100% rename from vendor/sebastian/environment/composer.json rename to web/vendor/sebastian/environment/composer.json diff --git a/vendor/sebastian/environment/phpunit.xml.dist b/web/vendor/sebastian/environment/phpunit.xml.dist similarity index 100% rename from vendor/sebastian/environment/phpunit.xml.dist rename to web/vendor/sebastian/environment/phpunit.xml.dist diff --git a/vendor/sebastian/environment/src/Console.php b/web/vendor/sebastian/environment/src/Console.php similarity index 100% rename from vendor/sebastian/environment/src/Console.php rename to web/vendor/sebastian/environment/src/Console.php diff --git a/vendor/sebastian/environment/src/Runtime.php b/web/vendor/sebastian/environment/src/Runtime.php similarity index 100% rename from vendor/sebastian/environment/src/Runtime.php rename to web/vendor/sebastian/environment/src/Runtime.php diff --git a/vendor/sebastian/exporter/.gitignore b/web/vendor/sebastian/exporter/.gitignore similarity index 100% rename from vendor/sebastian/exporter/.gitignore rename to web/vendor/sebastian/exporter/.gitignore diff --git a/vendor/sebastian/exporter/.travis.yml b/web/vendor/sebastian/exporter/.travis.yml similarity index 100% rename from vendor/sebastian/exporter/.travis.yml rename to web/vendor/sebastian/exporter/.travis.yml diff --git a/vendor/sebastian/exporter/LICENSE b/web/vendor/sebastian/exporter/LICENSE similarity index 100% rename from vendor/sebastian/exporter/LICENSE rename to web/vendor/sebastian/exporter/LICENSE diff --git a/vendor/sebastian/exporter/README.md b/web/vendor/sebastian/exporter/README.md similarity index 100% rename from vendor/sebastian/exporter/README.md rename to web/vendor/sebastian/exporter/README.md diff --git a/vendor/sebastian/exporter/build.xml b/web/vendor/sebastian/exporter/build.xml similarity index 100% rename from vendor/sebastian/exporter/build.xml rename to web/vendor/sebastian/exporter/build.xml diff --git a/vendor/sebastian/exporter/composer.json b/web/vendor/sebastian/exporter/composer.json similarity index 100% rename from vendor/sebastian/exporter/composer.json rename to web/vendor/sebastian/exporter/composer.json diff --git a/vendor/sebastian/exporter/phpunit.xml.dist b/web/vendor/sebastian/exporter/phpunit.xml.dist similarity index 100% rename from vendor/sebastian/exporter/phpunit.xml.dist rename to web/vendor/sebastian/exporter/phpunit.xml.dist diff --git a/vendor/sebastian/exporter/src/Exporter.php b/web/vendor/sebastian/exporter/src/Exporter.php similarity index 100% rename from vendor/sebastian/exporter/src/Exporter.php rename to web/vendor/sebastian/exporter/src/Exporter.php diff --git a/vendor/sebastian/global-state/.gitignore b/web/vendor/sebastian/global-state/.gitignore similarity index 100% rename from vendor/sebastian/global-state/.gitignore rename to web/vendor/sebastian/global-state/.gitignore diff --git a/vendor/sebastian/global-state/.travis.yml b/web/vendor/sebastian/global-state/.travis.yml similarity index 100% rename from vendor/sebastian/global-state/.travis.yml rename to web/vendor/sebastian/global-state/.travis.yml diff --git a/vendor/sebastian/global-state/LICENSE b/web/vendor/sebastian/global-state/LICENSE similarity index 100% rename from vendor/sebastian/global-state/LICENSE rename to web/vendor/sebastian/global-state/LICENSE diff --git a/vendor/sebastian/global-state/README.md b/web/vendor/sebastian/global-state/README.md similarity index 100% rename from vendor/sebastian/global-state/README.md rename to web/vendor/sebastian/global-state/README.md diff --git a/vendor/sebastian/global-state/build.xml b/web/vendor/sebastian/global-state/build.xml similarity index 100% rename from vendor/sebastian/global-state/build.xml rename to web/vendor/sebastian/global-state/build.xml diff --git a/vendor/sebastian/global-state/build/phpunit.xml b/web/vendor/sebastian/global-state/build/phpunit.xml similarity index 100% rename from vendor/sebastian/global-state/build/phpunit.xml rename to web/vendor/sebastian/global-state/build/phpunit.xml diff --git a/vendor/sebastian/global-state/composer.json b/web/vendor/sebastian/global-state/composer.json similarity index 100% rename from vendor/sebastian/global-state/composer.json rename to web/vendor/sebastian/global-state/composer.json diff --git a/vendor/sebastian/global-state/src/Blacklist.php b/web/vendor/sebastian/global-state/src/Blacklist.php similarity index 100% rename from vendor/sebastian/global-state/src/Blacklist.php rename to web/vendor/sebastian/global-state/src/Blacklist.php diff --git a/vendor/sebastian/global-state/src/Exception.php b/web/vendor/sebastian/global-state/src/Exception.php similarity index 100% rename from vendor/sebastian/global-state/src/Exception.php rename to web/vendor/sebastian/global-state/src/Exception.php diff --git a/vendor/sebastian/global-state/src/Restorer.php b/web/vendor/sebastian/global-state/src/Restorer.php similarity index 100% rename from vendor/sebastian/global-state/src/Restorer.php rename to web/vendor/sebastian/global-state/src/Restorer.php diff --git a/vendor/sebastian/global-state/src/RuntimeException.php b/web/vendor/sebastian/global-state/src/RuntimeException.php similarity index 100% rename from vendor/sebastian/global-state/src/RuntimeException.php rename to web/vendor/sebastian/global-state/src/RuntimeException.php diff --git a/vendor/sebastian/global-state/src/Snapshot.php b/web/vendor/sebastian/global-state/src/Snapshot.php similarity index 100% rename from vendor/sebastian/global-state/src/Snapshot.php rename to web/vendor/sebastian/global-state/src/Snapshot.php diff --git a/vendor/sebastian/recursion-context/.gitignore b/web/vendor/sebastian/recursion-context/.gitignore similarity index 100% rename from vendor/sebastian/recursion-context/.gitignore rename to web/vendor/sebastian/recursion-context/.gitignore diff --git a/vendor/sebastian/recursion-context/.travis.yml b/web/vendor/sebastian/recursion-context/.travis.yml similarity index 100% rename from vendor/sebastian/recursion-context/.travis.yml rename to web/vendor/sebastian/recursion-context/.travis.yml diff --git a/vendor/sebastian/recursion-context/LICENSE b/web/vendor/sebastian/recursion-context/LICENSE similarity index 100% rename from vendor/sebastian/recursion-context/LICENSE rename to web/vendor/sebastian/recursion-context/LICENSE diff --git a/vendor/sebastian/recursion-context/README.md b/web/vendor/sebastian/recursion-context/README.md similarity index 100% rename from vendor/sebastian/recursion-context/README.md rename to web/vendor/sebastian/recursion-context/README.md diff --git a/vendor/sebastian/recursion-context/build.xml b/web/vendor/sebastian/recursion-context/build.xml similarity index 100% rename from vendor/sebastian/recursion-context/build.xml rename to web/vendor/sebastian/recursion-context/build.xml diff --git a/vendor/sebastian/recursion-context/composer.json b/web/vendor/sebastian/recursion-context/composer.json similarity index 100% rename from vendor/sebastian/recursion-context/composer.json rename to web/vendor/sebastian/recursion-context/composer.json diff --git a/vendor/sebastian/recursion-context/phpunit.xml.dist b/web/vendor/sebastian/recursion-context/phpunit.xml.dist similarity index 100% rename from vendor/sebastian/recursion-context/phpunit.xml.dist rename to web/vendor/sebastian/recursion-context/phpunit.xml.dist diff --git a/vendor/sebastian/recursion-context/src/Context.php b/web/vendor/sebastian/recursion-context/src/Context.php similarity index 100% rename from vendor/sebastian/recursion-context/src/Context.php rename to web/vendor/sebastian/recursion-context/src/Context.php diff --git a/vendor/sebastian/recursion-context/src/Exception.php b/web/vendor/sebastian/recursion-context/src/Exception.php similarity index 100% rename from vendor/sebastian/recursion-context/src/Exception.php rename to web/vendor/sebastian/recursion-context/src/Exception.php diff --git a/vendor/sebastian/recursion-context/src/InvalidArgumentException.php b/web/vendor/sebastian/recursion-context/src/InvalidArgumentException.php similarity index 100% rename from vendor/sebastian/recursion-context/src/InvalidArgumentException.php rename to web/vendor/sebastian/recursion-context/src/InvalidArgumentException.php diff --git a/vendor/sebastian/version/.gitattributes b/web/vendor/sebastian/version/.gitattributes similarity index 100% rename from vendor/sebastian/version/.gitattributes rename to web/vendor/sebastian/version/.gitattributes diff --git a/vendor/sebastian/version/.gitignore b/web/vendor/sebastian/version/.gitignore similarity index 100% rename from vendor/sebastian/version/.gitignore rename to web/vendor/sebastian/version/.gitignore diff --git a/vendor/sebastian/version/LICENSE b/web/vendor/sebastian/version/LICENSE similarity index 100% rename from vendor/sebastian/version/LICENSE rename to web/vendor/sebastian/version/LICENSE diff --git a/vendor/sebastian/version/README.md b/web/vendor/sebastian/version/README.md similarity index 100% rename from vendor/sebastian/version/README.md rename to web/vendor/sebastian/version/README.md diff --git a/vendor/sebastian/version/composer.json b/web/vendor/sebastian/version/composer.json similarity index 100% rename from vendor/sebastian/version/composer.json rename to web/vendor/sebastian/version/composer.json diff --git a/vendor/sebastian/version/src/Version.php b/web/vendor/sebastian/version/src/Version.php similarity index 100% rename from vendor/sebastian/version/src/Version.php rename to web/vendor/sebastian/version/src/Version.php diff --git a/vendor/stack/builder/.gitignore b/web/vendor/stack/builder/.gitignore similarity index 100% rename from vendor/stack/builder/.gitignore rename to web/vendor/stack/builder/.gitignore diff --git a/vendor/stack/builder/.travis.yml b/web/vendor/stack/builder/.travis.yml similarity index 100% rename from vendor/stack/builder/.travis.yml rename to web/vendor/stack/builder/.travis.yml diff --git a/vendor/stack/builder/CHANGELOG.md b/web/vendor/stack/builder/CHANGELOG.md similarity index 100% rename from vendor/stack/builder/CHANGELOG.md rename to web/vendor/stack/builder/CHANGELOG.md diff --git a/vendor/stack/builder/LICENSE b/web/vendor/stack/builder/LICENSE similarity index 100% rename from vendor/stack/builder/LICENSE rename to web/vendor/stack/builder/LICENSE diff --git a/vendor/stack/builder/README.md b/web/vendor/stack/builder/README.md similarity index 100% rename from vendor/stack/builder/README.md rename to web/vendor/stack/builder/README.md diff --git a/vendor/stack/builder/composer.json b/web/vendor/stack/builder/composer.json similarity index 100% rename from vendor/stack/builder/composer.json rename to web/vendor/stack/builder/composer.json diff --git a/vendor/stack/builder/composer.lock b/web/vendor/stack/builder/composer.lock similarity index 100% rename from vendor/stack/builder/composer.lock rename to web/vendor/stack/builder/composer.lock diff --git a/vendor/stack/builder/phpunit.xml.dist b/web/vendor/stack/builder/phpunit.xml.dist similarity index 100% rename from vendor/stack/builder/phpunit.xml.dist rename to web/vendor/stack/builder/phpunit.xml.dist diff --git a/vendor/stack/builder/src/Stack/Builder.php b/web/vendor/stack/builder/src/Stack/Builder.php similarity index 100% rename from vendor/stack/builder/src/Stack/Builder.php rename to web/vendor/stack/builder/src/Stack/Builder.php diff --git a/vendor/stack/builder/src/Stack/StackedHttpKernel.php b/web/vendor/stack/builder/src/Stack/StackedHttpKernel.php similarity index 100% rename from vendor/stack/builder/src/Stack/StackedHttpKernel.php rename to web/vendor/stack/builder/src/Stack/StackedHttpKernel.php diff --git a/vendor/symfony-cmf/routing/.gitignore b/web/vendor/symfony-cmf/routing/.gitignore similarity index 100% rename from vendor/symfony-cmf/routing/.gitignore rename to web/vendor/symfony-cmf/routing/.gitignore diff --git a/vendor/symfony-cmf/routing/.styleci.yml b/web/vendor/symfony-cmf/routing/.styleci.yml similarity index 100% rename from vendor/symfony-cmf/routing/.styleci.yml rename to web/vendor/symfony-cmf/routing/.styleci.yml diff --git a/vendor/symfony-cmf/routing/.travis.yml b/web/vendor/symfony-cmf/routing/.travis.yml similarity index 100% rename from vendor/symfony-cmf/routing/.travis.yml rename to web/vendor/symfony-cmf/routing/.travis.yml diff --git a/vendor/symfony-cmf/routing/CHANGELOG.md b/web/vendor/symfony-cmf/routing/CHANGELOG.md similarity index 100% rename from vendor/symfony-cmf/routing/CHANGELOG.md rename to web/vendor/symfony-cmf/routing/CHANGELOG.md diff --git a/vendor/symfony-cmf/routing/CONTRIBUTING.md b/web/vendor/symfony-cmf/routing/CONTRIBUTING.md similarity index 100% rename from vendor/symfony-cmf/routing/CONTRIBUTING.md rename to web/vendor/symfony-cmf/routing/CONTRIBUTING.md diff --git a/vendor/symfony-cmf/routing/Candidates/Candidates.php b/web/vendor/symfony-cmf/routing/Candidates/Candidates.php similarity index 100% rename from vendor/symfony-cmf/routing/Candidates/Candidates.php rename to web/vendor/symfony-cmf/routing/Candidates/Candidates.php diff --git a/vendor/symfony-cmf/routing/Candidates/CandidatesInterface.php b/web/vendor/symfony-cmf/routing/Candidates/CandidatesInterface.php similarity index 100% rename from vendor/symfony-cmf/routing/Candidates/CandidatesInterface.php rename to web/vendor/symfony-cmf/routing/Candidates/CandidatesInterface.php diff --git a/vendor/symfony-cmf/routing/ChainRouteCollection.php b/web/vendor/symfony-cmf/routing/ChainRouteCollection.php similarity index 100% rename from vendor/symfony-cmf/routing/ChainRouteCollection.php rename to web/vendor/symfony-cmf/routing/ChainRouteCollection.php diff --git a/vendor/symfony-cmf/routing/ChainRouter.php b/web/vendor/symfony-cmf/routing/ChainRouter.php similarity index 100% rename from vendor/symfony-cmf/routing/ChainRouter.php rename to web/vendor/symfony-cmf/routing/ChainRouter.php diff --git a/vendor/symfony-cmf/routing/ChainRouterInterface.php b/web/vendor/symfony-cmf/routing/ChainRouterInterface.php similarity index 100% rename from vendor/symfony-cmf/routing/ChainRouterInterface.php rename to web/vendor/symfony-cmf/routing/ChainRouterInterface.php diff --git a/vendor/symfony-cmf/routing/ChainedRouterInterface.php b/web/vendor/symfony-cmf/routing/ChainedRouterInterface.php similarity index 100% rename from vendor/symfony-cmf/routing/ChainedRouterInterface.php rename to web/vendor/symfony-cmf/routing/ChainedRouterInterface.php diff --git a/vendor/symfony-cmf/routing/ContentAwareGenerator.php b/web/vendor/symfony-cmf/routing/ContentAwareGenerator.php similarity index 100% rename from vendor/symfony-cmf/routing/ContentAwareGenerator.php rename to web/vendor/symfony-cmf/routing/ContentAwareGenerator.php diff --git a/vendor/symfony-cmf/routing/ContentRepositoryInterface.php b/web/vendor/symfony-cmf/routing/ContentRepositoryInterface.php similarity index 100% rename from vendor/symfony-cmf/routing/ContentRepositoryInterface.php rename to web/vendor/symfony-cmf/routing/ContentRepositoryInterface.php diff --git a/vendor/symfony-cmf/routing/DependencyInjection/Compiler/RegisterRouteEnhancersPass.php b/web/vendor/symfony-cmf/routing/DependencyInjection/Compiler/RegisterRouteEnhancersPass.php similarity index 100% rename from vendor/symfony-cmf/routing/DependencyInjection/Compiler/RegisterRouteEnhancersPass.php rename to web/vendor/symfony-cmf/routing/DependencyInjection/Compiler/RegisterRouteEnhancersPass.php diff --git a/vendor/symfony-cmf/routing/DependencyInjection/Compiler/RegisterRoutersPass.php b/web/vendor/symfony-cmf/routing/DependencyInjection/Compiler/RegisterRoutersPass.php similarity index 100% rename from vendor/symfony-cmf/routing/DependencyInjection/Compiler/RegisterRoutersPass.php rename to web/vendor/symfony-cmf/routing/DependencyInjection/Compiler/RegisterRoutersPass.php diff --git a/vendor/symfony-cmf/routing/DynamicRouter.php b/web/vendor/symfony-cmf/routing/DynamicRouter.php similarity index 100% rename from vendor/symfony-cmf/routing/DynamicRouter.php rename to web/vendor/symfony-cmf/routing/DynamicRouter.php diff --git a/vendor/symfony-cmf/routing/Enhancer/ContentRepositoryEnhancer.php b/web/vendor/symfony-cmf/routing/Enhancer/ContentRepositoryEnhancer.php similarity index 100% rename from vendor/symfony-cmf/routing/Enhancer/ContentRepositoryEnhancer.php rename to web/vendor/symfony-cmf/routing/Enhancer/ContentRepositoryEnhancer.php diff --git a/vendor/symfony-cmf/routing/Enhancer/FieldByClassEnhancer.php b/web/vendor/symfony-cmf/routing/Enhancer/FieldByClassEnhancer.php similarity index 100% rename from vendor/symfony-cmf/routing/Enhancer/FieldByClassEnhancer.php rename to web/vendor/symfony-cmf/routing/Enhancer/FieldByClassEnhancer.php diff --git a/vendor/symfony-cmf/routing/Enhancer/FieldMapEnhancer.php b/web/vendor/symfony-cmf/routing/Enhancer/FieldMapEnhancer.php similarity index 100% rename from vendor/symfony-cmf/routing/Enhancer/FieldMapEnhancer.php rename to web/vendor/symfony-cmf/routing/Enhancer/FieldMapEnhancer.php diff --git a/vendor/symfony-cmf/routing/Enhancer/FieldPresenceEnhancer.php b/web/vendor/symfony-cmf/routing/Enhancer/FieldPresenceEnhancer.php similarity index 100% rename from vendor/symfony-cmf/routing/Enhancer/FieldPresenceEnhancer.php rename to web/vendor/symfony-cmf/routing/Enhancer/FieldPresenceEnhancer.php diff --git a/vendor/symfony-cmf/routing/Enhancer/RouteContentEnhancer.php b/web/vendor/symfony-cmf/routing/Enhancer/RouteContentEnhancer.php similarity index 100% rename from vendor/symfony-cmf/routing/Enhancer/RouteContentEnhancer.php rename to web/vendor/symfony-cmf/routing/Enhancer/RouteContentEnhancer.php diff --git a/vendor/symfony-cmf/routing/Enhancer/RouteEnhancerInterface.php b/web/vendor/symfony-cmf/routing/Enhancer/RouteEnhancerInterface.php similarity index 100% rename from vendor/symfony-cmf/routing/Enhancer/RouteEnhancerInterface.php rename to web/vendor/symfony-cmf/routing/Enhancer/RouteEnhancerInterface.php diff --git a/vendor/symfony-cmf/routing/Event/Events.php b/web/vendor/symfony-cmf/routing/Event/Events.php similarity index 100% rename from vendor/symfony-cmf/routing/Event/Events.php rename to web/vendor/symfony-cmf/routing/Event/Events.php diff --git a/vendor/symfony-cmf/routing/Event/RouterGenerateEvent.php b/web/vendor/symfony-cmf/routing/Event/RouterGenerateEvent.php similarity index 100% rename from vendor/symfony-cmf/routing/Event/RouterGenerateEvent.php rename to web/vendor/symfony-cmf/routing/Event/RouterGenerateEvent.php diff --git a/vendor/symfony-cmf/routing/Event/RouterMatchEvent.php b/web/vendor/symfony-cmf/routing/Event/RouterMatchEvent.php similarity index 100% rename from vendor/symfony-cmf/routing/Event/RouterMatchEvent.php rename to web/vendor/symfony-cmf/routing/Event/RouterMatchEvent.php diff --git a/vendor/symfony-cmf/routing/LICENSE b/web/vendor/symfony-cmf/routing/LICENSE similarity index 100% rename from vendor/symfony-cmf/routing/LICENSE rename to web/vendor/symfony-cmf/routing/LICENSE diff --git a/vendor/symfony-cmf/routing/LazyRouteCollection.php b/web/vendor/symfony-cmf/routing/LazyRouteCollection.php similarity index 100% rename from vendor/symfony-cmf/routing/LazyRouteCollection.php rename to web/vendor/symfony-cmf/routing/LazyRouteCollection.php diff --git a/vendor/symfony-cmf/routing/NestedMatcher/FinalMatcherInterface.php b/web/vendor/symfony-cmf/routing/NestedMatcher/FinalMatcherInterface.php similarity index 100% rename from vendor/symfony-cmf/routing/NestedMatcher/FinalMatcherInterface.php rename to web/vendor/symfony-cmf/routing/NestedMatcher/FinalMatcherInterface.php diff --git a/vendor/symfony-cmf/routing/NestedMatcher/NestedMatcher.php b/web/vendor/symfony-cmf/routing/NestedMatcher/NestedMatcher.php similarity index 100% rename from vendor/symfony-cmf/routing/NestedMatcher/NestedMatcher.php rename to web/vendor/symfony-cmf/routing/NestedMatcher/NestedMatcher.php diff --git a/vendor/symfony-cmf/routing/NestedMatcher/RouteFilterInterface.php b/web/vendor/symfony-cmf/routing/NestedMatcher/RouteFilterInterface.php similarity index 100% rename from vendor/symfony-cmf/routing/NestedMatcher/RouteFilterInterface.php rename to web/vendor/symfony-cmf/routing/NestedMatcher/RouteFilterInterface.php diff --git a/vendor/symfony-cmf/routing/NestedMatcher/UrlMatcher.php b/web/vendor/symfony-cmf/routing/NestedMatcher/UrlMatcher.php similarity index 100% rename from vendor/symfony-cmf/routing/NestedMatcher/UrlMatcher.php rename to web/vendor/symfony-cmf/routing/NestedMatcher/UrlMatcher.php diff --git a/vendor/symfony-cmf/routing/PagedRouteCollection.php b/web/vendor/symfony-cmf/routing/PagedRouteCollection.php similarity index 100% rename from vendor/symfony-cmf/routing/PagedRouteCollection.php rename to web/vendor/symfony-cmf/routing/PagedRouteCollection.php diff --git a/vendor/symfony-cmf/routing/PagedRouteProviderInterface.php b/web/vendor/symfony-cmf/routing/PagedRouteProviderInterface.php similarity index 100% rename from vendor/symfony-cmf/routing/PagedRouteProviderInterface.php rename to web/vendor/symfony-cmf/routing/PagedRouteProviderInterface.php diff --git a/vendor/symfony-cmf/routing/ProviderBasedGenerator.php b/web/vendor/symfony-cmf/routing/ProviderBasedGenerator.php similarity index 100% rename from vendor/symfony-cmf/routing/ProviderBasedGenerator.php rename to web/vendor/symfony-cmf/routing/ProviderBasedGenerator.php diff --git a/vendor/symfony-cmf/routing/README.md b/web/vendor/symfony-cmf/routing/README.md similarity index 100% rename from vendor/symfony-cmf/routing/README.md rename to web/vendor/symfony-cmf/routing/README.md diff --git a/vendor/symfony-cmf/routing/RedirectRouteInterface.php b/web/vendor/symfony-cmf/routing/RedirectRouteInterface.php similarity index 100% rename from vendor/symfony-cmf/routing/RedirectRouteInterface.php rename to web/vendor/symfony-cmf/routing/RedirectRouteInterface.php diff --git a/vendor/symfony-cmf/routing/RouteObjectInterface.php b/web/vendor/symfony-cmf/routing/RouteObjectInterface.php similarity index 100% rename from vendor/symfony-cmf/routing/RouteObjectInterface.php rename to web/vendor/symfony-cmf/routing/RouteObjectInterface.php diff --git a/vendor/symfony-cmf/routing/RouteProviderInterface.php b/web/vendor/symfony-cmf/routing/RouteProviderInterface.php similarity index 100% rename from vendor/symfony-cmf/routing/RouteProviderInterface.php rename to web/vendor/symfony-cmf/routing/RouteProviderInterface.php diff --git a/vendor/symfony-cmf/routing/RouteReferrersInterface.php b/web/vendor/symfony-cmf/routing/RouteReferrersInterface.php similarity index 100% rename from vendor/symfony-cmf/routing/RouteReferrersInterface.php rename to web/vendor/symfony-cmf/routing/RouteReferrersInterface.php diff --git a/vendor/symfony-cmf/routing/RouteReferrersReadInterface.php b/web/vendor/symfony-cmf/routing/RouteReferrersReadInterface.php similarity index 100% rename from vendor/symfony-cmf/routing/RouteReferrersReadInterface.php rename to web/vendor/symfony-cmf/routing/RouteReferrersReadInterface.php diff --git a/vendor/symfony-cmf/routing/VersatileGeneratorInterface.php b/web/vendor/symfony-cmf/routing/VersatileGeneratorInterface.php similarity index 100% rename from vendor/symfony-cmf/routing/VersatileGeneratorInterface.php rename to web/vendor/symfony-cmf/routing/VersatileGeneratorInterface.php diff --git a/vendor/symfony-cmf/routing/composer.json b/web/vendor/symfony-cmf/routing/composer.json similarity index 100% rename from vendor/symfony-cmf/routing/composer.json rename to web/vendor/symfony-cmf/routing/composer.json diff --git a/vendor/symfony-cmf/routing/phpunit.xml.dist b/web/vendor/symfony-cmf/routing/phpunit.xml.dist similarity index 100% rename from vendor/symfony-cmf/routing/phpunit.xml.dist rename to web/vendor/symfony-cmf/routing/phpunit.xml.dist diff --git a/vendor/symfony/browser-kit/.gitignore b/web/vendor/symfony/browser-kit/.gitignore similarity index 100% rename from vendor/symfony/browser-kit/.gitignore rename to web/vendor/symfony/browser-kit/.gitignore diff --git a/vendor/symfony/browser-kit/CHANGELOG.md b/web/vendor/symfony/browser-kit/CHANGELOG.md similarity index 100% rename from vendor/symfony/browser-kit/CHANGELOG.md rename to web/vendor/symfony/browser-kit/CHANGELOG.md diff --git a/vendor/symfony/browser-kit/Client.php b/web/vendor/symfony/browser-kit/Client.php similarity index 100% rename from vendor/symfony/browser-kit/Client.php rename to web/vendor/symfony/browser-kit/Client.php diff --git a/vendor/symfony/browser-kit/Cookie.php b/web/vendor/symfony/browser-kit/Cookie.php similarity index 100% rename from vendor/symfony/browser-kit/Cookie.php rename to web/vendor/symfony/browser-kit/Cookie.php diff --git a/vendor/symfony/browser-kit/CookieJar.php b/web/vendor/symfony/browser-kit/CookieJar.php similarity index 100% rename from vendor/symfony/browser-kit/CookieJar.php rename to web/vendor/symfony/browser-kit/CookieJar.php diff --git a/vendor/symfony/browser-kit/History.php b/web/vendor/symfony/browser-kit/History.php similarity index 100% rename from vendor/symfony/browser-kit/History.php rename to web/vendor/symfony/browser-kit/History.php diff --git a/vendor/symfony/browser-kit/LICENSE b/web/vendor/symfony/browser-kit/LICENSE similarity index 100% rename from vendor/symfony/browser-kit/LICENSE rename to web/vendor/symfony/browser-kit/LICENSE diff --git a/vendor/symfony/browser-kit/README.md b/web/vendor/symfony/browser-kit/README.md similarity index 100% rename from vendor/symfony/browser-kit/README.md rename to web/vendor/symfony/browser-kit/README.md diff --git a/vendor/symfony/browser-kit/Request.php b/web/vendor/symfony/browser-kit/Request.php similarity index 100% rename from vendor/symfony/browser-kit/Request.php rename to web/vendor/symfony/browser-kit/Request.php diff --git a/vendor/symfony/browser-kit/Response.php b/web/vendor/symfony/browser-kit/Response.php similarity index 100% rename from vendor/symfony/browser-kit/Response.php rename to web/vendor/symfony/browser-kit/Response.php diff --git a/vendor/symfony/browser-kit/composer.json b/web/vendor/symfony/browser-kit/composer.json similarity index 100% rename from vendor/symfony/browser-kit/composer.json rename to web/vendor/symfony/browser-kit/composer.json diff --git a/vendor/symfony/browser-kit/phpunit.xml.dist b/web/vendor/symfony/browser-kit/phpunit.xml.dist similarity index 100% rename from vendor/symfony/browser-kit/phpunit.xml.dist rename to web/vendor/symfony/browser-kit/phpunit.xml.dist diff --git a/vendor/symfony/class-loader/.gitignore b/web/vendor/symfony/class-loader/.gitignore similarity index 100% rename from vendor/symfony/class-loader/.gitignore rename to web/vendor/symfony/class-loader/.gitignore diff --git a/vendor/symfony/class-loader/ApcClassLoader.php b/web/vendor/symfony/class-loader/ApcClassLoader.php similarity index 100% rename from vendor/symfony/class-loader/ApcClassLoader.php rename to web/vendor/symfony/class-loader/ApcClassLoader.php diff --git a/vendor/symfony/class-loader/ApcUniversalClassLoader.php b/web/vendor/symfony/class-loader/ApcUniversalClassLoader.php similarity index 100% rename from vendor/symfony/class-loader/ApcUniversalClassLoader.php rename to web/vendor/symfony/class-loader/ApcUniversalClassLoader.php diff --git a/vendor/symfony/class-loader/CHANGELOG.md b/web/vendor/symfony/class-loader/CHANGELOG.md similarity index 100% rename from vendor/symfony/class-loader/CHANGELOG.md rename to web/vendor/symfony/class-loader/CHANGELOG.md diff --git a/vendor/symfony/class-loader/ClassCollectionLoader.php b/web/vendor/symfony/class-loader/ClassCollectionLoader.php similarity index 100% rename from vendor/symfony/class-loader/ClassCollectionLoader.php rename to web/vendor/symfony/class-loader/ClassCollectionLoader.php diff --git a/vendor/symfony/class-loader/ClassLoader.php b/web/vendor/symfony/class-loader/ClassLoader.php similarity index 100% rename from vendor/symfony/class-loader/ClassLoader.php rename to web/vendor/symfony/class-loader/ClassLoader.php diff --git a/vendor/symfony/class-loader/ClassMapGenerator.php b/web/vendor/symfony/class-loader/ClassMapGenerator.php similarity index 100% rename from vendor/symfony/class-loader/ClassMapGenerator.php rename to web/vendor/symfony/class-loader/ClassMapGenerator.php diff --git a/vendor/symfony/class-loader/DebugClassLoader.php b/web/vendor/symfony/class-loader/DebugClassLoader.php similarity index 100% rename from vendor/symfony/class-loader/DebugClassLoader.php rename to web/vendor/symfony/class-loader/DebugClassLoader.php diff --git a/vendor/symfony/class-loader/DebugUniversalClassLoader.php b/web/vendor/symfony/class-loader/DebugUniversalClassLoader.php similarity index 100% rename from vendor/symfony/class-loader/DebugUniversalClassLoader.php rename to web/vendor/symfony/class-loader/DebugUniversalClassLoader.php diff --git a/vendor/symfony/class-loader/LICENSE b/web/vendor/symfony/class-loader/LICENSE similarity index 100% rename from vendor/symfony/class-loader/LICENSE rename to web/vendor/symfony/class-loader/LICENSE diff --git a/vendor/symfony/class-loader/MapClassLoader.php b/web/vendor/symfony/class-loader/MapClassLoader.php similarity index 100% rename from vendor/symfony/class-loader/MapClassLoader.php rename to web/vendor/symfony/class-loader/MapClassLoader.php diff --git a/vendor/symfony/class-loader/Psr4ClassLoader.php b/web/vendor/symfony/class-loader/Psr4ClassLoader.php similarity index 100% rename from vendor/symfony/class-loader/Psr4ClassLoader.php rename to web/vendor/symfony/class-loader/Psr4ClassLoader.php diff --git a/vendor/symfony/class-loader/README.md b/web/vendor/symfony/class-loader/README.md similarity index 100% rename from vendor/symfony/class-loader/README.md rename to web/vendor/symfony/class-loader/README.md diff --git a/vendor/symfony/class-loader/UniversalClassLoader.php b/web/vendor/symfony/class-loader/UniversalClassLoader.php similarity index 100% rename from vendor/symfony/class-loader/UniversalClassLoader.php rename to web/vendor/symfony/class-loader/UniversalClassLoader.php diff --git a/vendor/symfony/class-loader/WinCacheClassLoader.php b/web/vendor/symfony/class-loader/WinCacheClassLoader.php similarity index 100% rename from vendor/symfony/class-loader/WinCacheClassLoader.php rename to web/vendor/symfony/class-loader/WinCacheClassLoader.php diff --git a/vendor/symfony/class-loader/XcacheClassLoader.php b/web/vendor/symfony/class-loader/XcacheClassLoader.php similarity index 100% rename from vendor/symfony/class-loader/XcacheClassLoader.php rename to web/vendor/symfony/class-loader/XcacheClassLoader.php diff --git a/vendor/symfony/class-loader/composer.json b/web/vendor/symfony/class-loader/composer.json similarity index 100% rename from vendor/symfony/class-loader/composer.json rename to web/vendor/symfony/class-loader/composer.json diff --git a/vendor/symfony/class-loader/phpunit.xml.dist b/web/vendor/symfony/class-loader/phpunit.xml.dist similarity index 100% rename from vendor/symfony/class-loader/phpunit.xml.dist rename to web/vendor/symfony/class-loader/phpunit.xml.dist diff --git a/vendor/symfony/console/.gitignore b/web/vendor/symfony/console/.gitignore similarity index 100% rename from vendor/symfony/console/.gitignore rename to web/vendor/symfony/console/.gitignore diff --git a/vendor/symfony/console/Application.php b/web/vendor/symfony/console/Application.php similarity index 100% rename from vendor/symfony/console/Application.php rename to web/vendor/symfony/console/Application.php diff --git a/vendor/symfony/console/CHANGELOG.md b/web/vendor/symfony/console/CHANGELOG.md similarity index 100% rename from vendor/symfony/console/CHANGELOG.md rename to web/vendor/symfony/console/CHANGELOG.md diff --git a/vendor/symfony/console/Command/Command.php b/web/vendor/symfony/console/Command/Command.php similarity index 100% rename from vendor/symfony/console/Command/Command.php rename to web/vendor/symfony/console/Command/Command.php diff --git a/vendor/symfony/console/Command/HelpCommand.php b/web/vendor/symfony/console/Command/HelpCommand.php similarity index 100% rename from vendor/symfony/console/Command/HelpCommand.php rename to web/vendor/symfony/console/Command/HelpCommand.php diff --git a/vendor/symfony/console/Command/ListCommand.php b/web/vendor/symfony/console/Command/ListCommand.php similarity index 100% rename from vendor/symfony/console/Command/ListCommand.php rename to web/vendor/symfony/console/Command/ListCommand.php diff --git a/vendor/symfony/console/ConsoleEvents.php b/web/vendor/symfony/console/ConsoleEvents.php similarity index 100% rename from vendor/symfony/console/ConsoleEvents.php rename to web/vendor/symfony/console/ConsoleEvents.php diff --git a/vendor/symfony/console/Descriptor/ApplicationDescription.php b/web/vendor/symfony/console/Descriptor/ApplicationDescription.php similarity index 100% rename from vendor/symfony/console/Descriptor/ApplicationDescription.php rename to web/vendor/symfony/console/Descriptor/ApplicationDescription.php diff --git a/vendor/symfony/console/Descriptor/Descriptor.php b/web/vendor/symfony/console/Descriptor/Descriptor.php similarity index 100% rename from vendor/symfony/console/Descriptor/Descriptor.php rename to web/vendor/symfony/console/Descriptor/Descriptor.php diff --git a/vendor/symfony/console/Descriptor/DescriptorInterface.php b/web/vendor/symfony/console/Descriptor/DescriptorInterface.php similarity index 100% rename from vendor/symfony/console/Descriptor/DescriptorInterface.php rename to web/vendor/symfony/console/Descriptor/DescriptorInterface.php diff --git a/vendor/symfony/console/Descriptor/JsonDescriptor.php b/web/vendor/symfony/console/Descriptor/JsonDescriptor.php similarity index 100% rename from vendor/symfony/console/Descriptor/JsonDescriptor.php rename to web/vendor/symfony/console/Descriptor/JsonDescriptor.php diff --git a/vendor/symfony/console/Descriptor/MarkdownDescriptor.php b/web/vendor/symfony/console/Descriptor/MarkdownDescriptor.php similarity index 100% rename from vendor/symfony/console/Descriptor/MarkdownDescriptor.php rename to web/vendor/symfony/console/Descriptor/MarkdownDescriptor.php diff --git a/vendor/symfony/console/Descriptor/TextDescriptor.php b/web/vendor/symfony/console/Descriptor/TextDescriptor.php similarity index 100% rename from vendor/symfony/console/Descriptor/TextDescriptor.php rename to web/vendor/symfony/console/Descriptor/TextDescriptor.php diff --git a/vendor/symfony/console/Descriptor/XmlDescriptor.php b/web/vendor/symfony/console/Descriptor/XmlDescriptor.php similarity index 100% rename from vendor/symfony/console/Descriptor/XmlDescriptor.php rename to web/vendor/symfony/console/Descriptor/XmlDescriptor.php diff --git a/vendor/symfony/console/Event/ConsoleCommandEvent.php b/web/vendor/symfony/console/Event/ConsoleCommandEvent.php similarity index 100% rename from vendor/symfony/console/Event/ConsoleCommandEvent.php rename to web/vendor/symfony/console/Event/ConsoleCommandEvent.php diff --git a/vendor/symfony/console/Event/ConsoleEvent.php b/web/vendor/symfony/console/Event/ConsoleEvent.php similarity index 100% rename from vendor/symfony/console/Event/ConsoleEvent.php rename to web/vendor/symfony/console/Event/ConsoleEvent.php diff --git a/vendor/symfony/console/Event/ConsoleExceptionEvent.php b/web/vendor/symfony/console/Event/ConsoleExceptionEvent.php similarity index 100% rename from vendor/symfony/console/Event/ConsoleExceptionEvent.php rename to web/vendor/symfony/console/Event/ConsoleExceptionEvent.php diff --git a/vendor/symfony/console/Event/ConsoleTerminateEvent.php b/web/vendor/symfony/console/Event/ConsoleTerminateEvent.php similarity index 100% rename from vendor/symfony/console/Event/ConsoleTerminateEvent.php rename to web/vendor/symfony/console/Event/ConsoleTerminateEvent.php diff --git a/vendor/symfony/console/Exception/CommandNotFoundException.php b/web/vendor/symfony/console/Exception/CommandNotFoundException.php similarity index 100% rename from vendor/symfony/console/Exception/CommandNotFoundException.php rename to web/vendor/symfony/console/Exception/CommandNotFoundException.php diff --git a/vendor/symfony/console/Exception/ExceptionInterface.php b/web/vendor/symfony/console/Exception/ExceptionInterface.php similarity index 100% rename from vendor/symfony/console/Exception/ExceptionInterface.php rename to web/vendor/symfony/console/Exception/ExceptionInterface.php diff --git a/vendor/symfony/console/Exception/InvalidArgumentException.php b/web/vendor/symfony/console/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/symfony/console/Exception/InvalidArgumentException.php rename to web/vendor/symfony/console/Exception/InvalidArgumentException.php diff --git a/vendor/symfony/console/Exception/InvalidOptionException.php b/web/vendor/symfony/console/Exception/InvalidOptionException.php similarity index 100% rename from vendor/symfony/console/Exception/InvalidOptionException.php rename to web/vendor/symfony/console/Exception/InvalidOptionException.php diff --git a/vendor/symfony/console/Exception/LogicException.php b/web/vendor/symfony/console/Exception/LogicException.php similarity index 100% rename from vendor/symfony/console/Exception/LogicException.php rename to web/vendor/symfony/console/Exception/LogicException.php diff --git a/vendor/symfony/console/Exception/RuntimeException.php b/web/vendor/symfony/console/Exception/RuntimeException.php similarity index 100% rename from vendor/symfony/console/Exception/RuntimeException.php rename to web/vendor/symfony/console/Exception/RuntimeException.php diff --git a/vendor/symfony/console/Formatter/OutputFormatter.php b/web/vendor/symfony/console/Formatter/OutputFormatter.php similarity index 100% rename from vendor/symfony/console/Formatter/OutputFormatter.php rename to web/vendor/symfony/console/Formatter/OutputFormatter.php diff --git a/vendor/symfony/console/Formatter/OutputFormatterInterface.php b/web/vendor/symfony/console/Formatter/OutputFormatterInterface.php similarity index 100% rename from vendor/symfony/console/Formatter/OutputFormatterInterface.php rename to web/vendor/symfony/console/Formatter/OutputFormatterInterface.php diff --git a/vendor/symfony/console/Formatter/OutputFormatterStyle.php b/web/vendor/symfony/console/Formatter/OutputFormatterStyle.php similarity index 100% rename from vendor/symfony/console/Formatter/OutputFormatterStyle.php rename to web/vendor/symfony/console/Formatter/OutputFormatterStyle.php diff --git a/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php b/web/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php similarity index 100% rename from vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php rename to web/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php diff --git a/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php b/web/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php similarity index 100% rename from vendor/symfony/console/Formatter/OutputFormatterStyleStack.php rename to web/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php diff --git a/vendor/symfony/console/Helper/DebugFormatterHelper.php b/web/vendor/symfony/console/Helper/DebugFormatterHelper.php similarity index 100% rename from vendor/symfony/console/Helper/DebugFormatterHelper.php rename to web/vendor/symfony/console/Helper/DebugFormatterHelper.php diff --git a/vendor/symfony/console/Helper/DescriptorHelper.php b/web/vendor/symfony/console/Helper/DescriptorHelper.php similarity index 100% rename from vendor/symfony/console/Helper/DescriptorHelper.php rename to web/vendor/symfony/console/Helper/DescriptorHelper.php diff --git a/vendor/symfony/console/Helper/DialogHelper.php b/web/vendor/symfony/console/Helper/DialogHelper.php similarity index 100% rename from vendor/symfony/console/Helper/DialogHelper.php rename to web/vendor/symfony/console/Helper/DialogHelper.php diff --git a/vendor/symfony/console/Helper/FormatterHelper.php b/web/vendor/symfony/console/Helper/FormatterHelper.php similarity index 100% rename from vendor/symfony/console/Helper/FormatterHelper.php rename to web/vendor/symfony/console/Helper/FormatterHelper.php diff --git a/vendor/symfony/console/Helper/Helper.php b/web/vendor/symfony/console/Helper/Helper.php similarity index 100% rename from vendor/symfony/console/Helper/Helper.php rename to web/vendor/symfony/console/Helper/Helper.php diff --git a/vendor/symfony/console/Helper/HelperInterface.php b/web/vendor/symfony/console/Helper/HelperInterface.php similarity index 100% rename from vendor/symfony/console/Helper/HelperInterface.php rename to web/vendor/symfony/console/Helper/HelperInterface.php diff --git a/vendor/symfony/console/Helper/HelperSet.php b/web/vendor/symfony/console/Helper/HelperSet.php similarity index 100% rename from vendor/symfony/console/Helper/HelperSet.php rename to web/vendor/symfony/console/Helper/HelperSet.php diff --git a/vendor/symfony/console/Helper/InputAwareHelper.php b/web/vendor/symfony/console/Helper/InputAwareHelper.php similarity index 100% rename from vendor/symfony/console/Helper/InputAwareHelper.php rename to web/vendor/symfony/console/Helper/InputAwareHelper.php diff --git a/vendor/symfony/console/Helper/ProcessHelper.php b/web/vendor/symfony/console/Helper/ProcessHelper.php similarity index 100% rename from vendor/symfony/console/Helper/ProcessHelper.php rename to web/vendor/symfony/console/Helper/ProcessHelper.php diff --git a/vendor/symfony/console/Helper/ProgressBar.php b/web/vendor/symfony/console/Helper/ProgressBar.php similarity index 100% rename from vendor/symfony/console/Helper/ProgressBar.php rename to web/vendor/symfony/console/Helper/ProgressBar.php diff --git a/vendor/symfony/console/Helper/ProgressHelper.php b/web/vendor/symfony/console/Helper/ProgressHelper.php similarity index 100% rename from vendor/symfony/console/Helper/ProgressHelper.php rename to web/vendor/symfony/console/Helper/ProgressHelper.php diff --git a/vendor/symfony/console/Helper/ProgressIndicator.php b/web/vendor/symfony/console/Helper/ProgressIndicator.php similarity index 100% rename from vendor/symfony/console/Helper/ProgressIndicator.php rename to web/vendor/symfony/console/Helper/ProgressIndicator.php diff --git a/vendor/symfony/console/Helper/QuestionHelper.php b/web/vendor/symfony/console/Helper/QuestionHelper.php similarity index 100% rename from vendor/symfony/console/Helper/QuestionHelper.php rename to web/vendor/symfony/console/Helper/QuestionHelper.php diff --git a/vendor/symfony/console/Helper/SymfonyQuestionHelper.php b/web/vendor/symfony/console/Helper/SymfonyQuestionHelper.php similarity index 100% rename from vendor/symfony/console/Helper/SymfonyQuestionHelper.php rename to web/vendor/symfony/console/Helper/SymfonyQuestionHelper.php diff --git a/vendor/symfony/console/Helper/Table.php b/web/vendor/symfony/console/Helper/Table.php similarity index 100% rename from vendor/symfony/console/Helper/Table.php rename to web/vendor/symfony/console/Helper/Table.php diff --git a/vendor/symfony/console/Helper/TableCell.php b/web/vendor/symfony/console/Helper/TableCell.php similarity index 100% rename from vendor/symfony/console/Helper/TableCell.php rename to web/vendor/symfony/console/Helper/TableCell.php diff --git a/vendor/symfony/console/Helper/TableHelper.php b/web/vendor/symfony/console/Helper/TableHelper.php similarity index 100% rename from vendor/symfony/console/Helper/TableHelper.php rename to web/vendor/symfony/console/Helper/TableHelper.php diff --git a/vendor/symfony/console/Helper/TableSeparator.php b/web/vendor/symfony/console/Helper/TableSeparator.php similarity index 100% rename from vendor/symfony/console/Helper/TableSeparator.php rename to web/vendor/symfony/console/Helper/TableSeparator.php diff --git a/vendor/symfony/console/Helper/TableStyle.php b/web/vendor/symfony/console/Helper/TableStyle.php similarity index 100% rename from vendor/symfony/console/Helper/TableStyle.php rename to web/vendor/symfony/console/Helper/TableStyle.php diff --git a/vendor/symfony/console/Input/ArgvInput.php b/web/vendor/symfony/console/Input/ArgvInput.php similarity index 100% rename from vendor/symfony/console/Input/ArgvInput.php rename to web/vendor/symfony/console/Input/ArgvInput.php diff --git a/vendor/symfony/console/Input/ArrayInput.php b/web/vendor/symfony/console/Input/ArrayInput.php similarity index 100% rename from vendor/symfony/console/Input/ArrayInput.php rename to web/vendor/symfony/console/Input/ArrayInput.php diff --git a/vendor/symfony/console/Input/Input.php b/web/vendor/symfony/console/Input/Input.php similarity index 100% rename from vendor/symfony/console/Input/Input.php rename to web/vendor/symfony/console/Input/Input.php diff --git a/vendor/symfony/console/Input/InputArgument.php b/web/vendor/symfony/console/Input/InputArgument.php similarity index 100% rename from vendor/symfony/console/Input/InputArgument.php rename to web/vendor/symfony/console/Input/InputArgument.php diff --git a/vendor/symfony/console/Input/InputAwareInterface.php b/web/vendor/symfony/console/Input/InputAwareInterface.php similarity index 100% rename from vendor/symfony/console/Input/InputAwareInterface.php rename to web/vendor/symfony/console/Input/InputAwareInterface.php diff --git a/vendor/symfony/console/Input/InputDefinition.php b/web/vendor/symfony/console/Input/InputDefinition.php similarity index 100% rename from vendor/symfony/console/Input/InputDefinition.php rename to web/vendor/symfony/console/Input/InputDefinition.php diff --git a/vendor/symfony/console/Input/InputInterface.php b/web/vendor/symfony/console/Input/InputInterface.php similarity index 100% rename from vendor/symfony/console/Input/InputInterface.php rename to web/vendor/symfony/console/Input/InputInterface.php diff --git a/vendor/symfony/console/Input/InputOption.php b/web/vendor/symfony/console/Input/InputOption.php similarity index 100% rename from vendor/symfony/console/Input/InputOption.php rename to web/vendor/symfony/console/Input/InputOption.php diff --git a/vendor/symfony/console/Input/StringInput.php b/web/vendor/symfony/console/Input/StringInput.php similarity index 100% rename from vendor/symfony/console/Input/StringInput.php rename to web/vendor/symfony/console/Input/StringInput.php diff --git a/vendor/symfony/console/LICENSE b/web/vendor/symfony/console/LICENSE similarity index 100% rename from vendor/symfony/console/LICENSE rename to web/vendor/symfony/console/LICENSE diff --git a/vendor/symfony/console/Logger/ConsoleLogger.php b/web/vendor/symfony/console/Logger/ConsoleLogger.php similarity index 100% rename from vendor/symfony/console/Logger/ConsoleLogger.php rename to web/vendor/symfony/console/Logger/ConsoleLogger.php diff --git a/vendor/symfony/console/Output/BufferedOutput.php b/web/vendor/symfony/console/Output/BufferedOutput.php similarity index 100% rename from vendor/symfony/console/Output/BufferedOutput.php rename to web/vendor/symfony/console/Output/BufferedOutput.php diff --git a/vendor/symfony/console/Output/ConsoleOutput.php b/web/vendor/symfony/console/Output/ConsoleOutput.php similarity index 100% rename from vendor/symfony/console/Output/ConsoleOutput.php rename to web/vendor/symfony/console/Output/ConsoleOutput.php diff --git a/vendor/symfony/console/Output/ConsoleOutputInterface.php b/web/vendor/symfony/console/Output/ConsoleOutputInterface.php similarity index 100% rename from vendor/symfony/console/Output/ConsoleOutputInterface.php rename to web/vendor/symfony/console/Output/ConsoleOutputInterface.php diff --git a/vendor/symfony/console/Output/NullOutput.php b/web/vendor/symfony/console/Output/NullOutput.php similarity index 100% rename from vendor/symfony/console/Output/NullOutput.php rename to web/vendor/symfony/console/Output/NullOutput.php diff --git a/vendor/symfony/console/Output/Output.php b/web/vendor/symfony/console/Output/Output.php similarity index 100% rename from vendor/symfony/console/Output/Output.php rename to web/vendor/symfony/console/Output/Output.php diff --git a/vendor/symfony/console/Output/OutputInterface.php b/web/vendor/symfony/console/Output/OutputInterface.php similarity index 100% rename from vendor/symfony/console/Output/OutputInterface.php rename to web/vendor/symfony/console/Output/OutputInterface.php diff --git a/vendor/symfony/console/Output/StreamOutput.php b/web/vendor/symfony/console/Output/StreamOutput.php similarity index 100% rename from vendor/symfony/console/Output/StreamOutput.php rename to web/vendor/symfony/console/Output/StreamOutput.php diff --git a/vendor/symfony/console/Question/ChoiceQuestion.php b/web/vendor/symfony/console/Question/ChoiceQuestion.php similarity index 100% rename from vendor/symfony/console/Question/ChoiceQuestion.php rename to web/vendor/symfony/console/Question/ChoiceQuestion.php diff --git a/vendor/symfony/console/Question/ConfirmationQuestion.php b/web/vendor/symfony/console/Question/ConfirmationQuestion.php similarity index 100% rename from vendor/symfony/console/Question/ConfirmationQuestion.php rename to web/vendor/symfony/console/Question/ConfirmationQuestion.php diff --git a/vendor/symfony/console/Question/Question.php b/web/vendor/symfony/console/Question/Question.php similarity index 100% rename from vendor/symfony/console/Question/Question.php rename to web/vendor/symfony/console/Question/Question.php diff --git a/vendor/symfony/console/README.md b/web/vendor/symfony/console/README.md similarity index 100% rename from vendor/symfony/console/README.md rename to web/vendor/symfony/console/README.md diff --git a/vendor/symfony/console/Resources/bin/hiddeninput.exe b/web/vendor/symfony/console/Resources/bin/hiddeninput.exe similarity index 100% rename from vendor/symfony/console/Resources/bin/hiddeninput.exe rename to web/vendor/symfony/console/Resources/bin/hiddeninput.exe diff --git a/vendor/symfony/console/Shell.php b/web/vendor/symfony/console/Shell.php similarity index 100% rename from vendor/symfony/console/Shell.php rename to web/vendor/symfony/console/Shell.php diff --git a/vendor/symfony/console/Style/OutputStyle.php b/web/vendor/symfony/console/Style/OutputStyle.php similarity index 100% rename from vendor/symfony/console/Style/OutputStyle.php rename to web/vendor/symfony/console/Style/OutputStyle.php diff --git a/vendor/symfony/console/Style/StyleInterface.php b/web/vendor/symfony/console/Style/StyleInterface.php similarity index 100% rename from vendor/symfony/console/Style/StyleInterface.php rename to web/vendor/symfony/console/Style/StyleInterface.php diff --git a/vendor/symfony/console/Style/SymfonyStyle.php b/web/vendor/symfony/console/Style/SymfonyStyle.php similarity index 100% rename from vendor/symfony/console/Style/SymfonyStyle.php rename to web/vendor/symfony/console/Style/SymfonyStyle.php diff --git a/vendor/symfony/console/Tester/ApplicationTester.php b/web/vendor/symfony/console/Tester/ApplicationTester.php similarity index 100% rename from vendor/symfony/console/Tester/ApplicationTester.php rename to web/vendor/symfony/console/Tester/ApplicationTester.php diff --git a/vendor/symfony/console/Tester/CommandTester.php b/web/vendor/symfony/console/Tester/CommandTester.php similarity index 100% rename from vendor/symfony/console/Tester/CommandTester.php rename to web/vendor/symfony/console/Tester/CommandTester.php diff --git a/vendor/symfony/console/composer.json b/web/vendor/symfony/console/composer.json similarity index 100% rename from vendor/symfony/console/composer.json rename to web/vendor/symfony/console/composer.json diff --git a/vendor/symfony/console/phpunit.xml.dist b/web/vendor/symfony/console/phpunit.xml.dist similarity index 100% rename from vendor/symfony/console/phpunit.xml.dist rename to web/vendor/symfony/console/phpunit.xml.dist diff --git a/vendor/symfony/css-selector/.gitignore b/web/vendor/symfony/css-selector/.gitignore similarity index 100% rename from vendor/symfony/css-selector/.gitignore rename to web/vendor/symfony/css-selector/.gitignore diff --git a/vendor/symfony/css-selector/CHANGELOG.md b/web/vendor/symfony/css-selector/CHANGELOG.md similarity index 100% rename from vendor/symfony/css-selector/CHANGELOG.md rename to web/vendor/symfony/css-selector/CHANGELOG.md diff --git a/vendor/symfony/css-selector/CssSelector.php b/web/vendor/symfony/css-selector/CssSelector.php similarity index 100% rename from vendor/symfony/css-selector/CssSelector.php rename to web/vendor/symfony/css-selector/CssSelector.php diff --git a/vendor/symfony/css-selector/CssSelectorConverter.php b/web/vendor/symfony/css-selector/CssSelectorConverter.php similarity index 100% rename from vendor/symfony/css-selector/CssSelectorConverter.php rename to web/vendor/symfony/css-selector/CssSelectorConverter.php diff --git a/vendor/symfony/css-selector/Exception/ExceptionInterface.php b/web/vendor/symfony/css-selector/Exception/ExceptionInterface.php similarity index 100% rename from vendor/symfony/css-selector/Exception/ExceptionInterface.php rename to web/vendor/symfony/css-selector/Exception/ExceptionInterface.php diff --git a/vendor/symfony/css-selector/Exception/ExpressionErrorException.php b/web/vendor/symfony/css-selector/Exception/ExpressionErrorException.php similarity index 100% rename from vendor/symfony/css-selector/Exception/ExpressionErrorException.php rename to web/vendor/symfony/css-selector/Exception/ExpressionErrorException.php diff --git a/vendor/symfony/css-selector/Exception/InternalErrorException.php b/web/vendor/symfony/css-selector/Exception/InternalErrorException.php similarity index 100% rename from vendor/symfony/css-selector/Exception/InternalErrorException.php rename to web/vendor/symfony/css-selector/Exception/InternalErrorException.php diff --git a/vendor/symfony/css-selector/Exception/ParseException.php b/web/vendor/symfony/css-selector/Exception/ParseException.php similarity index 100% rename from vendor/symfony/css-selector/Exception/ParseException.php rename to web/vendor/symfony/css-selector/Exception/ParseException.php diff --git a/vendor/symfony/css-selector/Exception/SyntaxErrorException.php b/web/vendor/symfony/css-selector/Exception/SyntaxErrorException.php similarity index 100% rename from vendor/symfony/css-selector/Exception/SyntaxErrorException.php rename to web/vendor/symfony/css-selector/Exception/SyntaxErrorException.php diff --git a/vendor/symfony/css-selector/LICENSE b/web/vendor/symfony/css-selector/LICENSE similarity index 100% rename from vendor/symfony/css-selector/LICENSE rename to web/vendor/symfony/css-selector/LICENSE diff --git a/vendor/symfony/css-selector/Node/AbstractNode.php b/web/vendor/symfony/css-selector/Node/AbstractNode.php similarity index 100% rename from vendor/symfony/css-selector/Node/AbstractNode.php rename to web/vendor/symfony/css-selector/Node/AbstractNode.php diff --git a/vendor/symfony/css-selector/Node/AttributeNode.php b/web/vendor/symfony/css-selector/Node/AttributeNode.php similarity index 100% rename from vendor/symfony/css-selector/Node/AttributeNode.php rename to web/vendor/symfony/css-selector/Node/AttributeNode.php diff --git a/vendor/symfony/css-selector/Node/ClassNode.php b/web/vendor/symfony/css-selector/Node/ClassNode.php similarity index 100% rename from vendor/symfony/css-selector/Node/ClassNode.php rename to web/vendor/symfony/css-selector/Node/ClassNode.php diff --git a/vendor/symfony/css-selector/Node/CombinedSelectorNode.php b/web/vendor/symfony/css-selector/Node/CombinedSelectorNode.php similarity index 100% rename from vendor/symfony/css-selector/Node/CombinedSelectorNode.php rename to web/vendor/symfony/css-selector/Node/CombinedSelectorNode.php diff --git a/vendor/symfony/css-selector/Node/ElementNode.php b/web/vendor/symfony/css-selector/Node/ElementNode.php similarity index 100% rename from vendor/symfony/css-selector/Node/ElementNode.php rename to web/vendor/symfony/css-selector/Node/ElementNode.php diff --git a/vendor/symfony/css-selector/Node/FunctionNode.php b/web/vendor/symfony/css-selector/Node/FunctionNode.php similarity index 100% rename from vendor/symfony/css-selector/Node/FunctionNode.php rename to web/vendor/symfony/css-selector/Node/FunctionNode.php diff --git a/vendor/symfony/css-selector/Node/HashNode.php b/web/vendor/symfony/css-selector/Node/HashNode.php similarity index 100% rename from vendor/symfony/css-selector/Node/HashNode.php rename to web/vendor/symfony/css-selector/Node/HashNode.php diff --git a/vendor/symfony/css-selector/Node/NegationNode.php b/web/vendor/symfony/css-selector/Node/NegationNode.php similarity index 100% rename from vendor/symfony/css-selector/Node/NegationNode.php rename to web/vendor/symfony/css-selector/Node/NegationNode.php diff --git a/vendor/symfony/css-selector/Node/NodeInterface.php b/web/vendor/symfony/css-selector/Node/NodeInterface.php similarity index 100% rename from vendor/symfony/css-selector/Node/NodeInterface.php rename to web/vendor/symfony/css-selector/Node/NodeInterface.php diff --git a/vendor/symfony/css-selector/Node/PseudoNode.php b/web/vendor/symfony/css-selector/Node/PseudoNode.php similarity index 100% rename from vendor/symfony/css-selector/Node/PseudoNode.php rename to web/vendor/symfony/css-selector/Node/PseudoNode.php diff --git a/vendor/symfony/css-selector/Node/SelectorNode.php b/web/vendor/symfony/css-selector/Node/SelectorNode.php similarity index 100% rename from vendor/symfony/css-selector/Node/SelectorNode.php rename to web/vendor/symfony/css-selector/Node/SelectorNode.php diff --git a/vendor/symfony/css-selector/Node/Specificity.php b/web/vendor/symfony/css-selector/Node/Specificity.php similarity index 100% rename from vendor/symfony/css-selector/Node/Specificity.php rename to web/vendor/symfony/css-selector/Node/Specificity.php diff --git a/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php b/web/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Handler/CommentHandler.php rename to web/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php diff --git a/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php b/web/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php rename to web/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php diff --git a/vendor/symfony/css-selector/Parser/Handler/HashHandler.php b/web/vendor/symfony/css-selector/Parser/Handler/HashHandler.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Handler/HashHandler.php rename to web/vendor/symfony/css-selector/Parser/Handler/HashHandler.php diff --git a/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php b/web/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php rename to web/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php diff --git a/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php b/web/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Handler/NumberHandler.php rename to web/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php diff --git a/vendor/symfony/css-selector/Parser/Handler/StringHandler.php b/web/vendor/symfony/css-selector/Parser/Handler/StringHandler.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Handler/StringHandler.php rename to web/vendor/symfony/css-selector/Parser/Handler/StringHandler.php diff --git a/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php b/web/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php rename to web/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php diff --git a/vendor/symfony/css-selector/Parser/Parser.php b/web/vendor/symfony/css-selector/Parser/Parser.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Parser.php rename to web/vendor/symfony/css-selector/Parser/Parser.php diff --git a/vendor/symfony/css-selector/Parser/ParserInterface.php b/web/vendor/symfony/css-selector/Parser/ParserInterface.php similarity index 100% rename from vendor/symfony/css-selector/Parser/ParserInterface.php rename to web/vendor/symfony/css-selector/Parser/ParserInterface.php diff --git a/vendor/symfony/css-selector/Parser/Reader.php b/web/vendor/symfony/css-selector/Parser/Reader.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Reader.php rename to web/vendor/symfony/css-selector/Parser/Reader.php diff --git a/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php b/web/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php rename to web/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php diff --git a/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php b/web/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php rename to web/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php diff --git a/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php b/web/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php rename to web/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php diff --git a/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php b/web/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Shortcut/HashParser.php rename to web/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php diff --git a/vendor/symfony/css-selector/Parser/Token.php b/web/vendor/symfony/css-selector/Parser/Token.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Token.php rename to web/vendor/symfony/css-selector/Parser/Token.php diff --git a/vendor/symfony/css-selector/Parser/TokenStream.php b/web/vendor/symfony/css-selector/Parser/TokenStream.php similarity index 100% rename from vendor/symfony/css-selector/Parser/TokenStream.php rename to web/vendor/symfony/css-selector/Parser/TokenStream.php diff --git a/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php b/web/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php rename to web/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php diff --git a/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php b/web/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php rename to web/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php diff --git a/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php b/web/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php similarity index 100% rename from vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php rename to web/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php diff --git a/vendor/symfony/css-selector/README.md b/web/vendor/symfony/css-selector/README.md similarity index 100% rename from vendor/symfony/css-selector/README.md rename to web/vendor/symfony/css-selector/README.md diff --git a/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php b/web/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php similarity index 100% rename from vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php rename to web/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php diff --git a/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php b/web/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php similarity index 100% rename from vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php rename to web/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php diff --git a/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php b/web/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php similarity index 100% rename from vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php rename to web/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php diff --git a/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php b/web/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php similarity index 100% rename from vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php rename to web/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php diff --git a/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php b/web/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php similarity index 100% rename from vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php rename to web/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php diff --git a/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php b/web/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php similarity index 100% rename from vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php rename to web/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php diff --git a/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php b/web/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php similarity index 100% rename from vendor/symfony/css-selector/XPath/Extension/NodeExtension.php rename to web/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php diff --git a/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php b/web/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php similarity index 100% rename from vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php rename to web/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php diff --git a/vendor/symfony/css-selector/XPath/Translator.php b/web/vendor/symfony/css-selector/XPath/Translator.php similarity index 100% rename from vendor/symfony/css-selector/XPath/Translator.php rename to web/vendor/symfony/css-selector/XPath/Translator.php diff --git a/vendor/symfony/css-selector/XPath/TranslatorInterface.php b/web/vendor/symfony/css-selector/XPath/TranslatorInterface.php similarity index 100% rename from vendor/symfony/css-selector/XPath/TranslatorInterface.php rename to web/vendor/symfony/css-selector/XPath/TranslatorInterface.php diff --git a/vendor/symfony/css-selector/XPath/XPathExpr.php b/web/vendor/symfony/css-selector/XPath/XPathExpr.php similarity index 100% rename from vendor/symfony/css-selector/XPath/XPathExpr.php rename to web/vendor/symfony/css-selector/XPath/XPathExpr.php diff --git a/vendor/symfony/css-selector/composer.json b/web/vendor/symfony/css-selector/composer.json similarity index 100% rename from vendor/symfony/css-selector/composer.json rename to web/vendor/symfony/css-selector/composer.json diff --git a/vendor/symfony/css-selector/phpunit.xml.dist b/web/vendor/symfony/css-selector/phpunit.xml.dist similarity index 100% rename from vendor/symfony/css-selector/phpunit.xml.dist rename to web/vendor/symfony/css-selector/phpunit.xml.dist diff --git a/vendor/symfony/debug/.gitignore b/web/vendor/symfony/debug/.gitignore similarity index 100% rename from vendor/symfony/debug/.gitignore rename to web/vendor/symfony/debug/.gitignore diff --git a/vendor/symfony/debug/BufferingLogger.php b/web/vendor/symfony/debug/BufferingLogger.php similarity index 100% rename from vendor/symfony/debug/BufferingLogger.php rename to web/vendor/symfony/debug/BufferingLogger.php diff --git a/vendor/symfony/debug/CHANGELOG.md b/web/vendor/symfony/debug/CHANGELOG.md similarity index 100% rename from vendor/symfony/debug/CHANGELOG.md rename to web/vendor/symfony/debug/CHANGELOG.md diff --git a/vendor/symfony/debug/Debug.php b/web/vendor/symfony/debug/Debug.php similarity index 100% rename from vendor/symfony/debug/Debug.php rename to web/vendor/symfony/debug/Debug.php diff --git a/vendor/symfony/debug/DebugClassLoader.php b/web/vendor/symfony/debug/DebugClassLoader.php similarity index 100% rename from vendor/symfony/debug/DebugClassLoader.php rename to web/vendor/symfony/debug/DebugClassLoader.php diff --git a/vendor/symfony/debug/ErrorHandler.php b/web/vendor/symfony/debug/ErrorHandler.php similarity index 100% rename from vendor/symfony/debug/ErrorHandler.php rename to web/vendor/symfony/debug/ErrorHandler.php diff --git a/vendor/symfony/debug/Exception/ClassNotFoundException.php b/web/vendor/symfony/debug/Exception/ClassNotFoundException.php similarity index 100% rename from vendor/symfony/debug/Exception/ClassNotFoundException.php rename to web/vendor/symfony/debug/Exception/ClassNotFoundException.php diff --git a/vendor/symfony/debug/Exception/ContextErrorException.php b/web/vendor/symfony/debug/Exception/ContextErrorException.php similarity index 100% rename from vendor/symfony/debug/Exception/ContextErrorException.php rename to web/vendor/symfony/debug/Exception/ContextErrorException.php diff --git a/vendor/symfony/debug/Exception/DummyException.php b/web/vendor/symfony/debug/Exception/DummyException.php similarity index 100% rename from vendor/symfony/debug/Exception/DummyException.php rename to web/vendor/symfony/debug/Exception/DummyException.php diff --git a/vendor/symfony/debug/Exception/FatalErrorException.php b/web/vendor/symfony/debug/Exception/FatalErrorException.php similarity index 100% rename from vendor/symfony/debug/Exception/FatalErrorException.php rename to web/vendor/symfony/debug/Exception/FatalErrorException.php diff --git a/vendor/symfony/debug/Exception/FatalThrowableError.php b/web/vendor/symfony/debug/Exception/FatalThrowableError.php similarity index 100% rename from vendor/symfony/debug/Exception/FatalThrowableError.php rename to web/vendor/symfony/debug/Exception/FatalThrowableError.php diff --git a/vendor/symfony/debug/Exception/FlattenException.php b/web/vendor/symfony/debug/Exception/FlattenException.php similarity index 100% rename from vendor/symfony/debug/Exception/FlattenException.php rename to web/vendor/symfony/debug/Exception/FlattenException.php diff --git a/vendor/symfony/debug/Exception/OutOfMemoryException.php b/web/vendor/symfony/debug/Exception/OutOfMemoryException.php similarity index 100% rename from vendor/symfony/debug/Exception/OutOfMemoryException.php rename to web/vendor/symfony/debug/Exception/OutOfMemoryException.php diff --git a/vendor/symfony/debug/Exception/UndefinedFunctionException.php b/web/vendor/symfony/debug/Exception/UndefinedFunctionException.php similarity index 100% rename from vendor/symfony/debug/Exception/UndefinedFunctionException.php rename to web/vendor/symfony/debug/Exception/UndefinedFunctionException.php diff --git a/vendor/symfony/debug/Exception/UndefinedMethodException.php b/web/vendor/symfony/debug/Exception/UndefinedMethodException.php similarity index 100% rename from vendor/symfony/debug/Exception/UndefinedMethodException.php rename to web/vendor/symfony/debug/Exception/UndefinedMethodException.php diff --git a/vendor/symfony/debug/ExceptionHandler.php b/web/vendor/symfony/debug/ExceptionHandler.php similarity index 100% rename from vendor/symfony/debug/ExceptionHandler.php rename to web/vendor/symfony/debug/ExceptionHandler.php diff --git a/vendor/symfony/debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php b/web/vendor/symfony/debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php similarity index 100% rename from vendor/symfony/debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php rename to web/vendor/symfony/debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php diff --git a/vendor/symfony/debug/FatalErrorHandler/FatalErrorHandlerInterface.php b/web/vendor/symfony/debug/FatalErrorHandler/FatalErrorHandlerInterface.php similarity index 100% rename from vendor/symfony/debug/FatalErrorHandler/FatalErrorHandlerInterface.php rename to web/vendor/symfony/debug/FatalErrorHandler/FatalErrorHandlerInterface.php diff --git a/vendor/symfony/debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php b/web/vendor/symfony/debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php similarity index 100% rename from vendor/symfony/debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php rename to web/vendor/symfony/debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php diff --git a/vendor/symfony/debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php b/web/vendor/symfony/debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php similarity index 100% rename from vendor/symfony/debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php rename to web/vendor/symfony/debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php diff --git a/vendor/symfony/debug/LICENSE b/web/vendor/symfony/debug/LICENSE similarity index 100% rename from vendor/symfony/debug/LICENSE rename to web/vendor/symfony/debug/LICENSE diff --git a/vendor/symfony/debug/README.md b/web/vendor/symfony/debug/README.md similarity index 100% rename from vendor/symfony/debug/README.md rename to web/vendor/symfony/debug/README.md diff --git a/vendor/symfony/debug/Resources/ext/README.md b/web/vendor/symfony/debug/Resources/ext/README.md similarity index 100% rename from vendor/symfony/debug/Resources/ext/README.md rename to web/vendor/symfony/debug/Resources/ext/README.md diff --git a/vendor/symfony/debug/Resources/ext/config.m4 b/web/vendor/symfony/debug/Resources/ext/config.m4 similarity index 100% rename from vendor/symfony/debug/Resources/ext/config.m4 rename to web/vendor/symfony/debug/Resources/ext/config.m4 diff --git a/vendor/symfony/debug/Resources/ext/config.w32 b/web/vendor/symfony/debug/Resources/ext/config.w32 similarity index 100% rename from vendor/symfony/debug/Resources/ext/config.w32 rename to web/vendor/symfony/debug/Resources/ext/config.w32 diff --git a/vendor/symfony/debug/Resources/ext/php_symfony_debug.h b/web/vendor/symfony/debug/Resources/ext/php_symfony_debug.h similarity index 100% rename from vendor/symfony/debug/Resources/ext/php_symfony_debug.h rename to web/vendor/symfony/debug/Resources/ext/php_symfony_debug.h diff --git a/vendor/symfony/debug/Resources/ext/symfony_debug.c b/web/vendor/symfony/debug/Resources/ext/symfony_debug.c similarity index 100% rename from vendor/symfony/debug/Resources/ext/symfony_debug.c rename to web/vendor/symfony/debug/Resources/ext/symfony_debug.c diff --git a/vendor/symfony/debug/Resources/ext/tests/001.phpt b/web/vendor/symfony/debug/Resources/ext/tests/001.phpt similarity index 100% rename from vendor/symfony/debug/Resources/ext/tests/001.phpt rename to web/vendor/symfony/debug/Resources/ext/tests/001.phpt diff --git a/vendor/symfony/debug/Resources/ext/tests/002.phpt b/web/vendor/symfony/debug/Resources/ext/tests/002.phpt similarity index 100% rename from vendor/symfony/debug/Resources/ext/tests/002.phpt rename to web/vendor/symfony/debug/Resources/ext/tests/002.phpt diff --git a/vendor/symfony/debug/Resources/ext/tests/002_1.phpt b/web/vendor/symfony/debug/Resources/ext/tests/002_1.phpt similarity index 100% rename from vendor/symfony/debug/Resources/ext/tests/002_1.phpt rename to web/vendor/symfony/debug/Resources/ext/tests/002_1.phpt diff --git a/vendor/symfony/debug/Resources/ext/tests/003.phpt b/web/vendor/symfony/debug/Resources/ext/tests/003.phpt similarity index 100% rename from vendor/symfony/debug/Resources/ext/tests/003.phpt rename to web/vendor/symfony/debug/Resources/ext/tests/003.phpt diff --git a/vendor/symfony/debug/composer.json b/web/vendor/symfony/debug/composer.json similarity index 100% rename from vendor/symfony/debug/composer.json rename to web/vendor/symfony/debug/composer.json diff --git a/vendor/symfony/debug/phpunit.xml.dist b/web/vendor/symfony/debug/phpunit.xml.dist similarity index 100% rename from vendor/symfony/debug/phpunit.xml.dist rename to web/vendor/symfony/debug/phpunit.xml.dist diff --git a/vendor/symfony/dependency-injection/.gitignore b/web/vendor/symfony/dependency-injection/.gitignore similarity index 100% rename from vendor/symfony/dependency-injection/.gitignore rename to web/vendor/symfony/dependency-injection/.gitignore diff --git a/vendor/symfony/dependency-injection/Alias.php b/web/vendor/symfony/dependency-injection/Alias.php similarity index 100% rename from vendor/symfony/dependency-injection/Alias.php rename to web/vendor/symfony/dependency-injection/Alias.php diff --git a/vendor/symfony/dependency-injection/CHANGELOG.md b/web/vendor/symfony/dependency-injection/CHANGELOG.md similarity index 100% rename from vendor/symfony/dependency-injection/CHANGELOG.md rename to web/vendor/symfony/dependency-injection/CHANGELOG.md diff --git a/vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php b/web/vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php rename to web/vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/AutoAliasServicePass.php b/web/vendor/symfony/dependency-injection/Compiler/AutoAliasServicePass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/AutoAliasServicePass.php rename to web/vendor/symfony/dependency-injection/Compiler/AutoAliasServicePass.php diff --git a/vendor/symfony/dependency-injection/Compiler/AutowirePass.php b/web/vendor/symfony/dependency-injection/Compiler/AutowirePass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/AutowirePass.php rename to web/vendor/symfony/dependency-injection/Compiler/AutowirePass.php diff --git a/vendor/symfony/dependency-injection/Compiler/CheckCircularReferencesPass.php b/web/vendor/symfony/dependency-injection/Compiler/CheckCircularReferencesPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/CheckCircularReferencesPass.php rename to web/vendor/symfony/dependency-injection/Compiler/CheckCircularReferencesPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/CheckDefinitionValidityPass.php b/web/vendor/symfony/dependency-injection/Compiler/CheckDefinitionValidityPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/CheckDefinitionValidityPass.php rename to web/vendor/symfony/dependency-injection/Compiler/CheckDefinitionValidityPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php b/web/vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php rename to web/vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/CheckReferenceValidityPass.php b/web/vendor/symfony/dependency-injection/Compiler/CheckReferenceValidityPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/CheckReferenceValidityPass.php rename to web/vendor/symfony/dependency-injection/Compiler/CheckReferenceValidityPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/Compiler.php b/web/vendor/symfony/dependency-injection/Compiler/Compiler.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/Compiler.php rename to web/vendor/symfony/dependency-injection/Compiler/Compiler.php diff --git a/vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php b/web/vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php rename to web/vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php diff --git a/vendor/symfony/dependency-injection/Compiler/DecoratorServicePass.php b/web/vendor/symfony/dependency-injection/Compiler/DecoratorServicePass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/DecoratorServicePass.php rename to web/vendor/symfony/dependency-injection/Compiler/DecoratorServicePass.php diff --git a/vendor/symfony/dependency-injection/Compiler/ExtensionCompilerPass.php b/web/vendor/symfony/dependency-injection/Compiler/ExtensionCompilerPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/ExtensionCompilerPass.php rename to web/vendor/symfony/dependency-injection/Compiler/ExtensionCompilerPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/InlineServiceDefinitionsPass.php b/web/vendor/symfony/dependency-injection/Compiler/InlineServiceDefinitionsPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/InlineServiceDefinitionsPass.php rename to web/vendor/symfony/dependency-injection/Compiler/InlineServiceDefinitionsPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/LoggingFormatter.php b/web/vendor/symfony/dependency-injection/Compiler/LoggingFormatter.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/LoggingFormatter.php rename to web/vendor/symfony/dependency-injection/Compiler/LoggingFormatter.php diff --git a/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php b/web/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php rename to web/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/PassConfig.php b/web/vendor/symfony/dependency-injection/Compiler/PassConfig.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/PassConfig.php rename to web/vendor/symfony/dependency-injection/Compiler/PassConfig.php diff --git a/vendor/symfony/dependency-injection/Compiler/RemoveAbstractDefinitionsPass.php b/web/vendor/symfony/dependency-injection/Compiler/RemoveAbstractDefinitionsPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/RemoveAbstractDefinitionsPass.php rename to web/vendor/symfony/dependency-injection/Compiler/RemoveAbstractDefinitionsPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/RemovePrivateAliasesPass.php b/web/vendor/symfony/dependency-injection/Compiler/RemovePrivateAliasesPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/RemovePrivateAliasesPass.php rename to web/vendor/symfony/dependency-injection/Compiler/RemovePrivateAliasesPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/RemoveUnusedDefinitionsPass.php b/web/vendor/symfony/dependency-injection/Compiler/RemoveUnusedDefinitionsPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/RemoveUnusedDefinitionsPass.php rename to web/vendor/symfony/dependency-injection/Compiler/RemoveUnusedDefinitionsPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/RepeatablePassInterface.php b/web/vendor/symfony/dependency-injection/Compiler/RepeatablePassInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/RepeatablePassInterface.php rename to web/vendor/symfony/dependency-injection/Compiler/RepeatablePassInterface.php diff --git a/vendor/symfony/dependency-injection/Compiler/RepeatedPass.php b/web/vendor/symfony/dependency-injection/Compiler/RepeatedPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/RepeatedPass.php rename to web/vendor/symfony/dependency-injection/Compiler/RepeatedPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/ReplaceAliasByActualDefinitionPass.php b/web/vendor/symfony/dependency-injection/Compiler/ReplaceAliasByActualDefinitionPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/ReplaceAliasByActualDefinitionPass.php rename to web/vendor/symfony/dependency-injection/Compiler/ReplaceAliasByActualDefinitionPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/ResolveDefinitionTemplatesPass.php b/web/vendor/symfony/dependency-injection/Compiler/ResolveDefinitionTemplatesPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/ResolveDefinitionTemplatesPass.php rename to web/vendor/symfony/dependency-injection/Compiler/ResolveDefinitionTemplatesPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/ResolveInvalidReferencesPass.php b/web/vendor/symfony/dependency-injection/Compiler/ResolveInvalidReferencesPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/ResolveInvalidReferencesPass.php rename to web/vendor/symfony/dependency-injection/Compiler/ResolveInvalidReferencesPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/ResolveParameterPlaceHoldersPass.php b/web/vendor/symfony/dependency-injection/Compiler/ResolveParameterPlaceHoldersPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/ResolveParameterPlaceHoldersPass.php rename to web/vendor/symfony/dependency-injection/Compiler/ResolveParameterPlaceHoldersPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php b/web/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php rename to web/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php diff --git a/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php b/web/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php rename to web/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php diff --git a/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphEdge.php b/web/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphEdge.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphEdge.php rename to web/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphEdge.php diff --git a/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php b/web/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php similarity index 100% rename from vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php rename to web/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php diff --git a/vendor/symfony/dependency-injection/Container.php b/web/vendor/symfony/dependency-injection/Container.php similarity index 100% rename from vendor/symfony/dependency-injection/Container.php rename to web/vendor/symfony/dependency-injection/Container.php diff --git a/vendor/symfony/dependency-injection/ContainerAware.php b/web/vendor/symfony/dependency-injection/ContainerAware.php similarity index 100% rename from vendor/symfony/dependency-injection/ContainerAware.php rename to web/vendor/symfony/dependency-injection/ContainerAware.php diff --git a/vendor/symfony/dependency-injection/ContainerAwareInterface.php b/web/vendor/symfony/dependency-injection/ContainerAwareInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/ContainerAwareInterface.php rename to web/vendor/symfony/dependency-injection/ContainerAwareInterface.php diff --git a/vendor/symfony/dependency-injection/ContainerAwareTrait.php b/web/vendor/symfony/dependency-injection/ContainerAwareTrait.php similarity index 100% rename from vendor/symfony/dependency-injection/ContainerAwareTrait.php rename to web/vendor/symfony/dependency-injection/ContainerAwareTrait.php diff --git a/vendor/symfony/dependency-injection/ContainerBuilder.php b/web/vendor/symfony/dependency-injection/ContainerBuilder.php similarity index 100% rename from vendor/symfony/dependency-injection/ContainerBuilder.php rename to web/vendor/symfony/dependency-injection/ContainerBuilder.php diff --git a/vendor/symfony/dependency-injection/ContainerInterface.php b/web/vendor/symfony/dependency-injection/ContainerInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/ContainerInterface.php rename to web/vendor/symfony/dependency-injection/ContainerInterface.php diff --git a/vendor/symfony/dependency-injection/Definition.php b/web/vendor/symfony/dependency-injection/Definition.php similarity index 100% rename from vendor/symfony/dependency-injection/Definition.php rename to web/vendor/symfony/dependency-injection/Definition.php diff --git a/vendor/symfony/dependency-injection/DefinitionDecorator.php b/web/vendor/symfony/dependency-injection/DefinitionDecorator.php similarity index 100% rename from vendor/symfony/dependency-injection/DefinitionDecorator.php rename to web/vendor/symfony/dependency-injection/DefinitionDecorator.php diff --git a/vendor/symfony/dependency-injection/Dumper/Dumper.php b/web/vendor/symfony/dependency-injection/Dumper/Dumper.php similarity index 100% rename from vendor/symfony/dependency-injection/Dumper/Dumper.php rename to web/vendor/symfony/dependency-injection/Dumper/Dumper.php diff --git a/vendor/symfony/dependency-injection/Dumper/DumperInterface.php b/web/vendor/symfony/dependency-injection/Dumper/DumperInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/Dumper/DumperInterface.php rename to web/vendor/symfony/dependency-injection/Dumper/DumperInterface.php diff --git a/vendor/symfony/dependency-injection/Dumper/GraphvizDumper.php b/web/vendor/symfony/dependency-injection/Dumper/GraphvizDumper.php similarity index 100% rename from vendor/symfony/dependency-injection/Dumper/GraphvizDumper.php rename to web/vendor/symfony/dependency-injection/Dumper/GraphvizDumper.php diff --git a/vendor/symfony/dependency-injection/Dumper/PhpDumper.php b/web/vendor/symfony/dependency-injection/Dumper/PhpDumper.php similarity index 100% rename from vendor/symfony/dependency-injection/Dumper/PhpDumper.php rename to web/vendor/symfony/dependency-injection/Dumper/PhpDumper.php diff --git a/vendor/symfony/dependency-injection/Dumper/XmlDumper.php b/web/vendor/symfony/dependency-injection/Dumper/XmlDumper.php similarity index 100% rename from vendor/symfony/dependency-injection/Dumper/XmlDumper.php rename to web/vendor/symfony/dependency-injection/Dumper/XmlDumper.php diff --git a/vendor/symfony/dependency-injection/Dumper/YamlDumper.php b/web/vendor/symfony/dependency-injection/Dumper/YamlDumper.php similarity index 100% rename from vendor/symfony/dependency-injection/Dumper/YamlDumper.php rename to web/vendor/symfony/dependency-injection/Dumper/YamlDumper.php diff --git a/vendor/symfony/dependency-injection/Exception/BadMethodCallException.php b/web/vendor/symfony/dependency-injection/Exception/BadMethodCallException.php similarity index 100% rename from vendor/symfony/dependency-injection/Exception/BadMethodCallException.php rename to web/vendor/symfony/dependency-injection/Exception/BadMethodCallException.php diff --git a/vendor/symfony/dependency-injection/Exception/ExceptionInterface.php b/web/vendor/symfony/dependency-injection/Exception/ExceptionInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/Exception/ExceptionInterface.php rename to web/vendor/symfony/dependency-injection/Exception/ExceptionInterface.php diff --git a/vendor/symfony/dependency-injection/Exception/InactiveScopeException.php b/web/vendor/symfony/dependency-injection/Exception/InactiveScopeException.php similarity index 100% rename from vendor/symfony/dependency-injection/Exception/InactiveScopeException.php rename to web/vendor/symfony/dependency-injection/Exception/InactiveScopeException.php diff --git a/vendor/symfony/dependency-injection/Exception/InvalidArgumentException.php b/web/vendor/symfony/dependency-injection/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/symfony/dependency-injection/Exception/InvalidArgumentException.php rename to web/vendor/symfony/dependency-injection/Exception/InvalidArgumentException.php diff --git a/vendor/symfony/dependency-injection/Exception/LogicException.php b/web/vendor/symfony/dependency-injection/Exception/LogicException.php similarity index 100% rename from vendor/symfony/dependency-injection/Exception/LogicException.php rename to web/vendor/symfony/dependency-injection/Exception/LogicException.php diff --git a/vendor/symfony/dependency-injection/Exception/OutOfBoundsException.php b/web/vendor/symfony/dependency-injection/Exception/OutOfBoundsException.php similarity index 100% rename from vendor/symfony/dependency-injection/Exception/OutOfBoundsException.php rename to web/vendor/symfony/dependency-injection/Exception/OutOfBoundsException.php diff --git a/vendor/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php b/web/vendor/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php similarity index 100% rename from vendor/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php rename to web/vendor/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php diff --git a/vendor/symfony/dependency-injection/Exception/ParameterNotFoundException.php b/web/vendor/symfony/dependency-injection/Exception/ParameterNotFoundException.php similarity index 100% rename from vendor/symfony/dependency-injection/Exception/ParameterNotFoundException.php rename to web/vendor/symfony/dependency-injection/Exception/ParameterNotFoundException.php diff --git a/vendor/symfony/dependency-injection/Exception/RuntimeException.php b/web/vendor/symfony/dependency-injection/Exception/RuntimeException.php similarity index 100% rename from vendor/symfony/dependency-injection/Exception/RuntimeException.php rename to web/vendor/symfony/dependency-injection/Exception/RuntimeException.php diff --git a/vendor/symfony/dependency-injection/Exception/ScopeCrossingInjectionException.php b/web/vendor/symfony/dependency-injection/Exception/ScopeCrossingInjectionException.php similarity index 100% rename from vendor/symfony/dependency-injection/Exception/ScopeCrossingInjectionException.php rename to web/vendor/symfony/dependency-injection/Exception/ScopeCrossingInjectionException.php diff --git a/vendor/symfony/dependency-injection/Exception/ScopeWideningInjectionException.php b/web/vendor/symfony/dependency-injection/Exception/ScopeWideningInjectionException.php similarity index 100% rename from vendor/symfony/dependency-injection/Exception/ScopeWideningInjectionException.php rename to web/vendor/symfony/dependency-injection/Exception/ScopeWideningInjectionException.php diff --git a/vendor/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php b/web/vendor/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php similarity index 100% rename from vendor/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php rename to web/vendor/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php diff --git a/vendor/symfony/dependency-injection/Exception/ServiceNotFoundException.php b/web/vendor/symfony/dependency-injection/Exception/ServiceNotFoundException.php similarity index 100% rename from vendor/symfony/dependency-injection/Exception/ServiceNotFoundException.php rename to web/vendor/symfony/dependency-injection/Exception/ServiceNotFoundException.php diff --git a/vendor/symfony/dependency-injection/ExpressionLanguage.php b/web/vendor/symfony/dependency-injection/ExpressionLanguage.php similarity index 100% rename from vendor/symfony/dependency-injection/ExpressionLanguage.php rename to web/vendor/symfony/dependency-injection/ExpressionLanguage.php diff --git a/vendor/symfony/dependency-injection/ExpressionLanguageProvider.php b/web/vendor/symfony/dependency-injection/ExpressionLanguageProvider.php similarity index 100% rename from vendor/symfony/dependency-injection/ExpressionLanguageProvider.php rename to web/vendor/symfony/dependency-injection/ExpressionLanguageProvider.php diff --git a/vendor/symfony/dependency-injection/Extension/ConfigurationExtensionInterface.php b/web/vendor/symfony/dependency-injection/Extension/ConfigurationExtensionInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/Extension/ConfigurationExtensionInterface.php rename to web/vendor/symfony/dependency-injection/Extension/ConfigurationExtensionInterface.php diff --git a/vendor/symfony/dependency-injection/Extension/Extension.php b/web/vendor/symfony/dependency-injection/Extension/Extension.php similarity index 100% rename from vendor/symfony/dependency-injection/Extension/Extension.php rename to web/vendor/symfony/dependency-injection/Extension/Extension.php diff --git a/vendor/symfony/dependency-injection/Extension/ExtensionInterface.php b/web/vendor/symfony/dependency-injection/Extension/ExtensionInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/Extension/ExtensionInterface.php rename to web/vendor/symfony/dependency-injection/Extension/ExtensionInterface.php diff --git a/vendor/symfony/dependency-injection/Extension/PrependExtensionInterface.php b/web/vendor/symfony/dependency-injection/Extension/PrependExtensionInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/Extension/PrependExtensionInterface.php rename to web/vendor/symfony/dependency-injection/Extension/PrependExtensionInterface.php diff --git a/vendor/symfony/dependency-injection/IntrospectableContainerInterface.php b/web/vendor/symfony/dependency-injection/IntrospectableContainerInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/IntrospectableContainerInterface.php rename to web/vendor/symfony/dependency-injection/IntrospectableContainerInterface.php diff --git a/vendor/symfony/dependency-injection/LICENSE b/web/vendor/symfony/dependency-injection/LICENSE similarity index 100% rename from vendor/symfony/dependency-injection/LICENSE rename to web/vendor/symfony/dependency-injection/LICENSE diff --git a/vendor/symfony/dependency-injection/LazyProxy/Instantiator/InstantiatorInterface.php b/web/vendor/symfony/dependency-injection/LazyProxy/Instantiator/InstantiatorInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/LazyProxy/Instantiator/InstantiatorInterface.php rename to web/vendor/symfony/dependency-injection/LazyProxy/Instantiator/InstantiatorInterface.php diff --git a/vendor/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php b/web/vendor/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php similarity index 100% rename from vendor/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php rename to web/vendor/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php diff --git a/vendor/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php b/web/vendor/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php rename to web/vendor/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php diff --git a/vendor/symfony/dependency-injection/LazyProxy/PhpDumper/NullDumper.php b/web/vendor/symfony/dependency-injection/LazyProxy/PhpDumper/NullDumper.php similarity index 100% rename from vendor/symfony/dependency-injection/LazyProxy/PhpDumper/NullDumper.php rename to web/vendor/symfony/dependency-injection/LazyProxy/PhpDumper/NullDumper.php diff --git a/vendor/symfony/dependency-injection/Loader/ClosureLoader.php b/web/vendor/symfony/dependency-injection/Loader/ClosureLoader.php similarity index 100% rename from vendor/symfony/dependency-injection/Loader/ClosureLoader.php rename to web/vendor/symfony/dependency-injection/Loader/ClosureLoader.php diff --git a/vendor/symfony/dependency-injection/Loader/DirectoryLoader.php b/web/vendor/symfony/dependency-injection/Loader/DirectoryLoader.php similarity index 100% rename from vendor/symfony/dependency-injection/Loader/DirectoryLoader.php rename to web/vendor/symfony/dependency-injection/Loader/DirectoryLoader.php diff --git a/vendor/symfony/dependency-injection/Loader/FileLoader.php b/web/vendor/symfony/dependency-injection/Loader/FileLoader.php similarity index 100% rename from vendor/symfony/dependency-injection/Loader/FileLoader.php rename to web/vendor/symfony/dependency-injection/Loader/FileLoader.php diff --git a/vendor/symfony/dependency-injection/Loader/IniFileLoader.php b/web/vendor/symfony/dependency-injection/Loader/IniFileLoader.php similarity index 100% rename from vendor/symfony/dependency-injection/Loader/IniFileLoader.php rename to web/vendor/symfony/dependency-injection/Loader/IniFileLoader.php diff --git a/vendor/symfony/dependency-injection/Loader/PhpFileLoader.php b/web/vendor/symfony/dependency-injection/Loader/PhpFileLoader.php similarity index 100% rename from vendor/symfony/dependency-injection/Loader/PhpFileLoader.php rename to web/vendor/symfony/dependency-injection/Loader/PhpFileLoader.php diff --git a/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php b/web/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php similarity index 100% rename from vendor/symfony/dependency-injection/Loader/XmlFileLoader.php rename to web/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php diff --git a/vendor/symfony/dependency-injection/Loader/YamlFileLoader.php b/web/vendor/symfony/dependency-injection/Loader/YamlFileLoader.php similarity index 100% rename from vendor/symfony/dependency-injection/Loader/YamlFileLoader.php rename to web/vendor/symfony/dependency-injection/Loader/YamlFileLoader.php diff --git a/vendor/symfony/dependency-injection/Loader/schema/dic/services/services-1.0.xsd b/web/vendor/symfony/dependency-injection/Loader/schema/dic/services/services-1.0.xsd similarity index 100% rename from vendor/symfony/dependency-injection/Loader/schema/dic/services/services-1.0.xsd rename to web/vendor/symfony/dependency-injection/Loader/schema/dic/services/services-1.0.xsd diff --git a/vendor/symfony/dependency-injection/Parameter.php b/web/vendor/symfony/dependency-injection/Parameter.php similarity index 100% rename from vendor/symfony/dependency-injection/Parameter.php rename to web/vendor/symfony/dependency-injection/Parameter.php diff --git a/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php b/web/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php similarity index 100% rename from vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php rename to web/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php diff --git a/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php b/web/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php similarity index 100% rename from vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php rename to web/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php diff --git a/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php b/web/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php rename to web/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php diff --git a/vendor/symfony/dependency-injection/README.md b/web/vendor/symfony/dependency-injection/README.md similarity index 100% rename from vendor/symfony/dependency-injection/README.md rename to web/vendor/symfony/dependency-injection/README.md diff --git a/vendor/symfony/dependency-injection/Reference.php b/web/vendor/symfony/dependency-injection/Reference.php similarity index 100% rename from vendor/symfony/dependency-injection/Reference.php rename to web/vendor/symfony/dependency-injection/Reference.php diff --git a/vendor/symfony/dependency-injection/ResettableContainerInterface.php b/web/vendor/symfony/dependency-injection/ResettableContainerInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/ResettableContainerInterface.php rename to web/vendor/symfony/dependency-injection/ResettableContainerInterface.php diff --git a/vendor/symfony/dependency-injection/Scope.php b/web/vendor/symfony/dependency-injection/Scope.php similarity index 100% rename from vendor/symfony/dependency-injection/Scope.php rename to web/vendor/symfony/dependency-injection/Scope.php diff --git a/vendor/symfony/dependency-injection/ScopeInterface.php b/web/vendor/symfony/dependency-injection/ScopeInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/ScopeInterface.php rename to web/vendor/symfony/dependency-injection/ScopeInterface.php diff --git a/vendor/symfony/dependency-injection/SimpleXMLElement.php b/web/vendor/symfony/dependency-injection/SimpleXMLElement.php similarity index 100% rename from vendor/symfony/dependency-injection/SimpleXMLElement.php rename to web/vendor/symfony/dependency-injection/SimpleXMLElement.php diff --git a/vendor/symfony/dependency-injection/TaggedContainerInterface.php b/web/vendor/symfony/dependency-injection/TaggedContainerInterface.php similarity index 100% rename from vendor/symfony/dependency-injection/TaggedContainerInterface.php rename to web/vendor/symfony/dependency-injection/TaggedContainerInterface.php diff --git a/vendor/symfony/dependency-injection/Variable.php b/web/vendor/symfony/dependency-injection/Variable.php similarity index 100% rename from vendor/symfony/dependency-injection/Variable.php rename to web/vendor/symfony/dependency-injection/Variable.php diff --git a/vendor/symfony/dependency-injection/composer.json b/web/vendor/symfony/dependency-injection/composer.json similarity index 100% rename from vendor/symfony/dependency-injection/composer.json rename to web/vendor/symfony/dependency-injection/composer.json diff --git a/vendor/symfony/dependency-injection/phpunit.xml.dist b/web/vendor/symfony/dependency-injection/phpunit.xml.dist similarity index 100% rename from vendor/symfony/dependency-injection/phpunit.xml.dist rename to web/vendor/symfony/dependency-injection/phpunit.xml.dist diff --git a/vendor/symfony/dom-crawler/.gitignore b/web/vendor/symfony/dom-crawler/.gitignore similarity index 100% rename from vendor/symfony/dom-crawler/.gitignore rename to web/vendor/symfony/dom-crawler/.gitignore diff --git a/vendor/symfony/dom-crawler/CHANGELOG.md b/web/vendor/symfony/dom-crawler/CHANGELOG.md similarity index 100% rename from vendor/symfony/dom-crawler/CHANGELOG.md rename to web/vendor/symfony/dom-crawler/CHANGELOG.md diff --git a/vendor/symfony/dom-crawler/Crawler.php b/web/vendor/symfony/dom-crawler/Crawler.php similarity index 100% rename from vendor/symfony/dom-crawler/Crawler.php rename to web/vendor/symfony/dom-crawler/Crawler.php diff --git a/vendor/symfony/dom-crawler/Field/ChoiceFormField.php b/web/vendor/symfony/dom-crawler/Field/ChoiceFormField.php similarity index 100% rename from vendor/symfony/dom-crawler/Field/ChoiceFormField.php rename to web/vendor/symfony/dom-crawler/Field/ChoiceFormField.php diff --git a/vendor/symfony/dom-crawler/Field/FileFormField.php b/web/vendor/symfony/dom-crawler/Field/FileFormField.php similarity index 100% rename from vendor/symfony/dom-crawler/Field/FileFormField.php rename to web/vendor/symfony/dom-crawler/Field/FileFormField.php diff --git a/vendor/symfony/dom-crawler/Field/FormField.php b/web/vendor/symfony/dom-crawler/Field/FormField.php similarity index 100% rename from vendor/symfony/dom-crawler/Field/FormField.php rename to web/vendor/symfony/dom-crawler/Field/FormField.php diff --git a/vendor/symfony/dom-crawler/Field/InputFormField.php b/web/vendor/symfony/dom-crawler/Field/InputFormField.php similarity index 100% rename from vendor/symfony/dom-crawler/Field/InputFormField.php rename to web/vendor/symfony/dom-crawler/Field/InputFormField.php diff --git a/vendor/symfony/dom-crawler/Field/TextareaFormField.php b/web/vendor/symfony/dom-crawler/Field/TextareaFormField.php similarity index 100% rename from vendor/symfony/dom-crawler/Field/TextareaFormField.php rename to web/vendor/symfony/dom-crawler/Field/TextareaFormField.php diff --git a/vendor/symfony/dom-crawler/Form.php b/web/vendor/symfony/dom-crawler/Form.php similarity index 100% rename from vendor/symfony/dom-crawler/Form.php rename to web/vendor/symfony/dom-crawler/Form.php diff --git a/vendor/symfony/dom-crawler/FormFieldRegistry.php b/web/vendor/symfony/dom-crawler/FormFieldRegistry.php similarity index 100% rename from vendor/symfony/dom-crawler/FormFieldRegistry.php rename to web/vendor/symfony/dom-crawler/FormFieldRegistry.php diff --git a/vendor/symfony/dom-crawler/LICENSE b/web/vendor/symfony/dom-crawler/LICENSE similarity index 100% rename from vendor/symfony/dom-crawler/LICENSE rename to web/vendor/symfony/dom-crawler/LICENSE diff --git a/vendor/symfony/dom-crawler/Link.php b/web/vendor/symfony/dom-crawler/Link.php similarity index 100% rename from vendor/symfony/dom-crawler/Link.php rename to web/vendor/symfony/dom-crawler/Link.php diff --git a/vendor/symfony/dom-crawler/README.md b/web/vendor/symfony/dom-crawler/README.md similarity index 100% rename from vendor/symfony/dom-crawler/README.md rename to web/vendor/symfony/dom-crawler/README.md diff --git a/vendor/symfony/dom-crawler/composer.json b/web/vendor/symfony/dom-crawler/composer.json similarity index 100% rename from vendor/symfony/dom-crawler/composer.json rename to web/vendor/symfony/dom-crawler/composer.json diff --git a/vendor/symfony/dom-crawler/phpunit.xml.dist b/web/vendor/symfony/dom-crawler/phpunit.xml.dist similarity index 100% rename from vendor/symfony/dom-crawler/phpunit.xml.dist rename to web/vendor/symfony/dom-crawler/phpunit.xml.dist diff --git a/vendor/symfony/event-dispatcher/.gitignore b/web/vendor/symfony/event-dispatcher/.gitignore similarity index 100% rename from vendor/symfony/event-dispatcher/.gitignore rename to web/vendor/symfony/event-dispatcher/.gitignore diff --git a/vendor/symfony/event-dispatcher/CHANGELOG.md b/web/vendor/symfony/event-dispatcher/CHANGELOG.md similarity index 100% rename from vendor/symfony/event-dispatcher/CHANGELOG.md rename to web/vendor/symfony/event-dispatcher/CHANGELOG.md diff --git a/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php b/web/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php similarity index 100% rename from vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php rename to web/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php diff --git a/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php b/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php similarity index 100% rename from vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php rename to web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php diff --git a/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php b/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php similarity index 100% rename from vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php rename to web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php diff --git a/vendor/symfony/event-dispatcher/Debug/WrappedListener.php b/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php similarity index 100% rename from vendor/symfony/event-dispatcher/Debug/WrappedListener.php rename to web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php diff --git a/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php b/web/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php similarity index 100% rename from vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php rename to web/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php diff --git a/vendor/symfony/event-dispatcher/Event.php b/web/vendor/symfony/event-dispatcher/Event.php similarity index 100% rename from vendor/symfony/event-dispatcher/Event.php rename to web/vendor/symfony/event-dispatcher/Event.php diff --git a/vendor/symfony/event-dispatcher/EventDispatcher.php b/web/vendor/symfony/event-dispatcher/EventDispatcher.php similarity index 100% rename from vendor/symfony/event-dispatcher/EventDispatcher.php rename to web/vendor/symfony/event-dispatcher/EventDispatcher.php diff --git a/vendor/symfony/event-dispatcher/EventDispatcherInterface.php b/web/vendor/symfony/event-dispatcher/EventDispatcherInterface.php similarity index 100% rename from vendor/symfony/event-dispatcher/EventDispatcherInterface.php rename to web/vendor/symfony/event-dispatcher/EventDispatcherInterface.php diff --git a/vendor/symfony/event-dispatcher/EventSubscriberInterface.php b/web/vendor/symfony/event-dispatcher/EventSubscriberInterface.php similarity index 100% rename from vendor/symfony/event-dispatcher/EventSubscriberInterface.php rename to web/vendor/symfony/event-dispatcher/EventSubscriberInterface.php diff --git a/vendor/symfony/event-dispatcher/GenericEvent.php b/web/vendor/symfony/event-dispatcher/GenericEvent.php similarity index 100% rename from vendor/symfony/event-dispatcher/GenericEvent.php rename to web/vendor/symfony/event-dispatcher/GenericEvent.php diff --git a/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php b/web/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php similarity index 100% rename from vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php rename to web/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php diff --git a/vendor/symfony/event-dispatcher/LICENSE b/web/vendor/symfony/event-dispatcher/LICENSE similarity index 100% rename from vendor/symfony/event-dispatcher/LICENSE rename to web/vendor/symfony/event-dispatcher/LICENSE diff --git a/vendor/symfony/event-dispatcher/README.md b/web/vendor/symfony/event-dispatcher/README.md similarity index 100% rename from vendor/symfony/event-dispatcher/README.md rename to web/vendor/symfony/event-dispatcher/README.md diff --git a/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php b/web/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php similarity index 100% rename from vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php rename to web/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php diff --git a/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php b/web/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php similarity index 100% rename from vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php rename to web/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php diff --git a/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php b/web/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php similarity index 100% rename from vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php rename to web/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php diff --git a/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php b/web/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php similarity index 100% rename from vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php rename to web/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php diff --git a/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php b/web/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php similarity index 100% rename from vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php rename to web/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php diff --git a/vendor/symfony/event-dispatcher/Tests/EventTest.php b/web/vendor/symfony/event-dispatcher/Tests/EventTest.php similarity index 100% rename from vendor/symfony/event-dispatcher/Tests/EventTest.php rename to web/vendor/symfony/event-dispatcher/Tests/EventTest.php diff --git a/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php b/web/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php similarity index 100% rename from vendor/symfony/event-dispatcher/Tests/GenericEventTest.php rename to web/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php diff --git a/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php b/web/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php similarity index 100% rename from vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php rename to web/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php diff --git a/vendor/symfony/event-dispatcher/composer.json b/web/vendor/symfony/event-dispatcher/composer.json similarity index 100% rename from vendor/symfony/event-dispatcher/composer.json rename to web/vendor/symfony/event-dispatcher/composer.json diff --git a/vendor/symfony/event-dispatcher/phpunit.xml.dist b/web/vendor/symfony/event-dispatcher/phpunit.xml.dist similarity index 100% rename from vendor/symfony/event-dispatcher/phpunit.xml.dist rename to web/vendor/symfony/event-dispatcher/phpunit.xml.dist diff --git a/vendor/symfony/http-foundation/.gitignore b/web/vendor/symfony/http-foundation/.gitignore similarity index 100% rename from vendor/symfony/http-foundation/.gitignore rename to web/vendor/symfony/http-foundation/.gitignore diff --git a/vendor/symfony/http-foundation/AcceptHeader.php b/web/vendor/symfony/http-foundation/AcceptHeader.php similarity index 100% rename from vendor/symfony/http-foundation/AcceptHeader.php rename to web/vendor/symfony/http-foundation/AcceptHeader.php diff --git a/vendor/symfony/http-foundation/AcceptHeaderItem.php b/web/vendor/symfony/http-foundation/AcceptHeaderItem.php similarity index 100% rename from vendor/symfony/http-foundation/AcceptHeaderItem.php rename to web/vendor/symfony/http-foundation/AcceptHeaderItem.php diff --git a/vendor/symfony/http-foundation/ApacheRequest.php b/web/vendor/symfony/http-foundation/ApacheRequest.php similarity index 100% rename from vendor/symfony/http-foundation/ApacheRequest.php rename to web/vendor/symfony/http-foundation/ApacheRequest.php diff --git a/vendor/symfony/http-foundation/BinaryFileResponse.php b/web/vendor/symfony/http-foundation/BinaryFileResponse.php similarity index 100% rename from vendor/symfony/http-foundation/BinaryFileResponse.php rename to web/vendor/symfony/http-foundation/BinaryFileResponse.php diff --git a/vendor/symfony/http-foundation/CHANGELOG.md b/web/vendor/symfony/http-foundation/CHANGELOG.md similarity index 100% rename from vendor/symfony/http-foundation/CHANGELOG.md rename to web/vendor/symfony/http-foundation/CHANGELOG.md diff --git a/vendor/symfony/http-foundation/Cookie.php b/web/vendor/symfony/http-foundation/Cookie.php similarity index 100% rename from vendor/symfony/http-foundation/Cookie.php rename to web/vendor/symfony/http-foundation/Cookie.php diff --git a/vendor/symfony/http-foundation/Exception/ConflictingHeadersException.php b/web/vendor/symfony/http-foundation/Exception/ConflictingHeadersException.php similarity index 100% rename from vendor/symfony/http-foundation/Exception/ConflictingHeadersException.php rename to web/vendor/symfony/http-foundation/Exception/ConflictingHeadersException.php diff --git a/vendor/symfony/http-foundation/ExpressionRequestMatcher.php b/web/vendor/symfony/http-foundation/ExpressionRequestMatcher.php similarity index 100% rename from vendor/symfony/http-foundation/ExpressionRequestMatcher.php rename to web/vendor/symfony/http-foundation/ExpressionRequestMatcher.php diff --git a/vendor/symfony/http-foundation/File/Exception/AccessDeniedException.php b/web/vendor/symfony/http-foundation/File/Exception/AccessDeniedException.php similarity index 100% rename from vendor/symfony/http-foundation/File/Exception/AccessDeniedException.php rename to web/vendor/symfony/http-foundation/File/Exception/AccessDeniedException.php diff --git a/vendor/symfony/http-foundation/File/Exception/FileException.php b/web/vendor/symfony/http-foundation/File/Exception/FileException.php similarity index 100% rename from vendor/symfony/http-foundation/File/Exception/FileException.php rename to web/vendor/symfony/http-foundation/File/Exception/FileException.php diff --git a/vendor/symfony/http-foundation/File/Exception/FileNotFoundException.php b/web/vendor/symfony/http-foundation/File/Exception/FileNotFoundException.php similarity index 100% rename from vendor/symfony/http-foundation/File/Exception/FileNotFoundException.php rename to web/vendor/symfony/http-foundation/File/Exception/FileNotFoundException.php diff --git a/vendor/symfony/http-foundation/File/Exception/UnexpectedTypeException.php b/web/vendor/symfony/http-foundation/File/Exception/UnexpectedTypeException.php similarity index 100% rename from vendor/symfony/http-foundation/File/Exception/UnexpectedTypeException.php rename to web/vendor/symfony/http-foundation/File/Exception/UnexpectedTypeException.php diff --git a/vendor/symfony/http-foundation/File/Exception/UploadException.php b/web/vendor/symfony/http-foundation/File/Exception/UploadException.php similarity index 100% rename from vendor/symfony/http-foundation/File/Exception/UploadException.php rename to web/vendor/symfony/http-foundation/File/Exception/UploadException.php diff --git a/vendor/symfony/http-foundation/File/File.php b/web/vendor/symfony/http-foundation/File/File.php similarity index 100% rename from vendor/symfony/http-foundation/File/File.php rename to web/vendor/symfony/http-foundation/File/File.php diff --git a/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesser.php b/web/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesser.php similarity index 100% rename from vendor/symfony/http-foundation/File/MimeType/ExtensionGuesser.php rename to web/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesser.php diff --git a/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesserInterface.php b/web/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesserInterface.php similarity index 100% rename from vendor/symfony/http-foundation/File/MimeType/ExtensionGuesserInterface.php rename to web/vendor/symfony/http-foundation/File/MimeType/ExtensionGuesserInterface.php diff --git a/vendor/symfony/http-foundation/File/MimeType/FileBinaryMimeTypeGuesser.php b/web/vendor/symfony/http-foundation/File/MimeType/FileBinaryMimeTypeGuesser.php similarity index 100% rename from vendor/symfony/http-foundation/File/MimeType/FileBinaryMimeTypeGuesser.php rename to web/vendor/symfony/http-foundation/File/MimeType/FileBinaryMimeTypeGuesser.php diff --git a/vendor/symfony/http-foundation/File/MimeType/FileinfoMimeTypeGuesser.php b/web/vendor/symfony/http-foundation/File/MimeType/FileinfoMimeTypeGuesser.php similarity index 100% rename from vendor/symfony/http-foundation/File/MimeType/FileinfoMimeTypeGuesser.php rename to web/vendor/symfony/http-foundation/File/MimeType/FileinfoMimeTypeGuesser.php diff --git a/vendor/symfony/http-foundation/File/MimeType/MimeTypeExtensionGuesser.php b/web/vendor/symfony/http-foundation/File/MimeType/MimeTypeExtensionGuesser.php similarity index 100% rename from vendor/symfony/http-foundation/File/MimeType/MimeTypeExtensionGuesser.php rename to web/vendor/symfony/http-foundation/File/MimeType/MimeTypeExtensionGuesser.php diff --git a/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php b/web/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php similarity index 100% rename from vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php rename to web/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php diff --git a/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesserInterface.php b/web/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesserInterface.php similarity index 100% rename from vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesserInterface.php rename to web/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesserInterface.php diff --git a/vendor/symfony/http-foundation/File/UploadedFile.php b/web/vendor/symfony/http-foundation/File/UploadedFile.php similarity index 100% rename from vendor/symfony/http-foundation/File/UploadedFile.php rename to web/vendor/symfony/http-foundation/File/UploadedFile.php diff --git a/vendor/symfony/http-foundation/FileBag.php b/web/vendor/symfony/http-foundation/FileBag.php similarity index 100% rename from vendor/symfony/http-foundation/FileBag.php rename to web/vendor/symfony/http-foundation/FileBag.php diff --git a/vendor/symfony/http-foundation/HeaderBag.php b/web/vendor/symfony/http-foundation/HeaderBag.php similarity index 100% rename from vendor/symfony/http-foundation/HeaderBag.php rename to web/vendor/symfony/http-foundation/HeaderBag.php diff --git a/vendor/symfony/http-foundation/IpUtils.php b/web/vendor/symfony/http-foundation/IpUtils.php similarity index 100% rename from vendor/symfony/http-foundation/IpUtils.php rename to web/vendor/symfony/http-foundation/IpUtils.php diff --git a/vendor/symfony/http-foundation/JsonResponse.php b/web/vendor/symfony/http-foundation/JsonResponse.php similarity index 100% rename from vendor/symfony/http-foundation/JsonResponse.php rename to web/vendor/symfony/http-foundation/JsonResponse.php diff --git a/vendor/symfony/http-foundation/LICENSE b/web/vendor/symfony/http-foundation/LICENSE similarity index 100% rename from vendor/symfony/http-foundation/LICENSE rename to web/vendor/symfony/http-foundation/LICENSE diff --git a/vendor/symfony/http-foundation/ParameterBag.php b/web/vendor/symfony/http-foundation/ParameterBag.php similarity index 100% rename from vendor/symfony/http-foundation/ParameterBag.php rename to web/vendor/symfony/http-foundation/ParameterBag.php diff --git a/vendor/symfony/http-foundation/README.md b/web/vendor/symfony/http-foundation/README.md similarity index 100% rename from vendor/symfony/http-foundation/README.md rename to web/vendor/symfony/http-foundation/README.md diff --git a/vendor/symfony/http-foundation/RedirectResponse.php b/web/vendor/symfony/http-foundation/RedirectResponse.php similarity index 100% rename from vendor/symfony/http-foundation/RedirectResponse.php rename to web/vendor/symfony/http-foundation/RedirectResponse.php diff --git a/vendor/symfony/http-foundation/Request.php b/web/vendor/symfony/http-foundation/Request.php similarity index 100% rename from vendor/symfony/http-foundation/Request.php rename to web/vendor/symfony/http-foundation/Request.php diff --git a/vendor/symfony/http-foundation/RequestMatcher.php b/web/vendor/symfony/http-foundation/RequestMatcher.php similarity index 100% rename from vendor/symfony/http-foundation/RequestMatcher.php rename to web/vendor/symfony/http-foundation/RequestMatcher.php diff --git a/vendor/symfony/http-foundation/RequestMatcherInterface.php b/web/vendor/symfony/http-foundation/RequestMatcherInterface.php similarity index 100% rename from vendor/symfony/http-foundation/RequestMatcherInterface.php rename to web/vendor/symfony/http-foundation/RequestMatcherInterface.php diff --git a/vendor/symfony/http-foundation/RequestStack.php b/web/vendor/symfony/http-foundation/RequestStack.php similarity index 100% rename from vendor/symfony/http-foundation/RequestStack.php rename to web/vendor/symfony/http-foundation/RequestStack.php diff --git a/vendor/symfony/http-foundation/Response.php b/web/vendor/symfony/http-foundation/Response.php similarity index 100% rename from vendor/symfony/http-foundation/Response.php rename to web/vendor/symfony/http-foundation/Response.php diff --git a/vendor/symfony/http-foundation/ResponseHeaderBag.php b/web/vendor/symfony/http-foundation/ResponseHeaderBag.php similarity index 100% rename from vendor/symfony/http-foundation/ResponseHeaderBag.php rename to web/vendor/symfony/http-foundation/ResponseHeaderBag.php diff --git a/vendor/symfony/http-foundation/ServerBag.php b/web/vendor/symfony/http-foundation/ServerBag.php similarity index 100% rename from vendor/symfony/http-foundation/ServerBag.php rename to web/vendor/symfony/http-foundation/ServerBag.php diff --git a/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php b/web/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php rename to web/vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php diff --git a/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php b/web/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php rename to web/vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php diff --git a/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php b/web/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php rename to web/vendor/symfony/http-foundation/Session/Attribute/NamespacedAttributeBag.php diff --git a/vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php b/web/vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php rename to web/vendor/symfony/http-foundation/Session/Flash/AutoExpireFlashBag.php diff --git a/vendor/symfony/http-foundation/Session/Flash/FlashBag.php b/web/vendor/symfony/http-foundation/Session/Flash/FlashBag.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Flash/FlashBag.php rename to web/vendor/symfony/http-foundation/Session/Flash/FlashBag.php diff --git a/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php b/web/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php rename to web/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php diff --git a/vendor/symfony/http-foundation/Session/Session.php b/web/vendor/symfony/http-foundation/Session/Session.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Session.php rename to web/vendor/symfony/http-foundation/Session/Session.php diff --git a/vendor/symfony/http-foundation/Session/SessionBagInterface.php b/web/vendor/symfony/http-foundation/Session/SessionBagInterface.php similarity index 100% rename from vendor/symfony/http-foundation/Session/SessionBagInterface.php rename to web/vendor/symfony/http-foundation/Session/SessionBagInterface.php diff --git a/vendor/symfony/http-foundation/Session/SessionInterface.php b/web/vendor/symfony/http-foundation/Session/SessionInterface.php similarity index 100% rename from vendor/symfony/http-foundation/Session/SessionInterface.php rename to web/vendor/symfony/http-foundation/Session/SessionInterface.php diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/LegacyPdoSessionHandler.php b/web/vendor/symfony/http-foundation/Session/Storage/Handler/LegacyPdoSessionHandler.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/Handler/LegacyPdoSessionHandler.php rename to web/vendor/symfony/http-foundation/Session/Storage/Handler/LegacyPdoSessionHandler.php diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php b/web/vendor/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php rename to web/vendor/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php b/web/vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php rename to web/vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php b/web/vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php rename to web/vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php b/web/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php rename to web/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/NativeSessionHandler.php b/web/vendor/symfony/http-foundation/Session/Storage/Handler/NativeSessionHandler.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/Handler/NativeSessionHandler.php rename to web/vendor/symfony/http-foundation/Session/Storage/Handler/NativeSessionHandler.php diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php b/web/vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php rename to web/vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php b/web/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php rename to web/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php diff --git a/vendor/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php b/web/vendor/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php rename to web/vendor/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php diff --git a/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php b/web/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/MetadataBag.php rename to web/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php diff --git a/vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php b/web/vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php rename to web/vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php diff --git a/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php b/web/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php rename to web/vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php diff --git a/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php b/web/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php rename to web/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php diff --git a/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php b/web/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php rename to web/vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php diff --git a/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php b/web/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php rename to web/vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php diff --git a/vendor/symfony/http-foundation/Session/Storage/Proxy/NativeProxy.php b/web/vendor/symfony/http-foundation/Session/Storage/Proxy/NativeProxy.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/Proxy/NativeProxy.php rename to web/vendor/symfony/http-foundation/Session/Storage/Proxy/NativeProxy.php diff --git a/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php b/web/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php rename to web/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php diff --git a/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php b/web/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php similarity index 100% rename from vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php rename to web/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php diff --git a/vendor/symfony/http-foundation/StreamedResponse.php b/web/vendor/symfony/http-foundation/StreamedResponse.php similarity index 100% rename from vendor/symfony/http-foundation/StreamedResponse.php rename to web/vendor/symfony/http-foundation/StreamedResponse.php diff --git a/vendor/symfony/http-foundation/composer.json b/web/vendor/symfony/http-foundation/composer.json similarity index 100% rename from vendor/symfony/http-foundation/composer.json rename to web/vendor/symfony/http-foundation/composer.json diff --git a/vendor/symfony/http-foundation/phpunit.xml.dist b/web/vendor/symfony/http-foundation/phpunit.xml.dist similarity index 100% rename from vendor/symfony/http-foundation/phpunit.xml.dist rename to web/vendor/symfony/http-foundation/phpunit.xml.dist diff --git a/vendor/symfony/http-kernel/.gitignore b/web/vendor/symfony/http-kernel/.gitignore similarity index 100% rename from vendor/symfony/http-kernel/.gitignore rename to web/vendor/symfony/http-kernel/.gitignore diff --git a/vendor/symfony/http-kernel/Bundle/Bundle.php b/web/vendor/symfony/http-kernel/Bundle/Bundle.php similarity index 100% rename from vendor/symfony/http-kernel/Bundle/Bundle.php rename to web/vendor/symfony/http-kernel/Bundle/Bundle.php diff --git a/vendor/symfony/http-kernel/Bundle/BundleInterface.php b/web/vendor/symfony/http-kernel/Bundle/BundleInterface.php similarity index 100% rename from vendor/symfony/http-kernel/Bundle/BundleInterface.php rename to web/vendor/symfony/http-kernel/Bundle/BundleInterface.php diff --git a/vendor/symfony/http-kernel/CHANGELOG.md b/web/vendor/symfony/http-kernel/CHANGELOG.md similarity index 100% rename from vendor/symfony/http-kernel/CHANGELOG.md rename to web/vendor/symfony/http-kernel/CHANGELOG.md diff --git a/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php b/web/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php similarity index 100% rename from vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php rename to web/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php diff --git a/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php b/web/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php similarity index 100% rename from vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php rename to web/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php diff --git a/vendor/symfony/http-kernel/CacheWarmer/CacheWarmer.php b/web/vendor/symfony/http-kernel/CacheWarmer/CacheWarmer.php similarity index 100% rename from vendor/symfony/http-kernel/CacheWarmer/CacheWarmer.php rename to web/vendor/symfony/http-kernel/CacheWarmer/CacheWarmer.php diff --git a/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php b/web/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php similarity index 100% rename from vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php rename to web/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php diff --git a/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php b/web/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php similarity index 100% rename from vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php rename to web/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php diff --git a/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php b/web/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php similarity index 100% rename from vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php rename to web/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php diff --git a/vendor/symfony/http-kernel/Client.php b/web/vendor/symfony/http-kernel/Client.php similarity index 100% rename from vendor/symfony/http-kernel/Client.php rename to web/vendor/symfony/http-kernel/Client.php diff --git a/vendor/symfony/http-kernel/Config/EnvParametersResource.php b/web/vendor/symfony/http-kernel/Config/EnvParametersResource.php similarity index 100% rename from vendor/symfony/http-kernel/Config/EnvParametersResource.php rename to web/vendor/symfony/http-kernel/Config/EnvParametersResource.php diff --git a/vendor/symfony/http-kernel/Config/FileLocator.php b/web/vendor/symfony/http-kernel/Config/FileLocator.php similarity index 100% rename from vendor/symfony/http-kernel/Config/FileLocator.php rename to web/vendor/symfony/http-kernel/Config/FileLocator.php diff --git a/vendor/symfony/http-kernel/Controller/ControllerReference.php b/web/vendor/symfony/http-kernel/Controller/ControllerReference.php similarity index 100% rename from vendor/symfony/http-kernel/Controller/ControllerReference.php rename to web/vendor/symfony/http-kernel/Controller/ControllerReference.php diff --git a/vendor/symfony/http-kernel/Controller/ControllerResolver.php b/web/vendor/symfony/http-kernel/Controller/ControllerResolver.php similarity index 100% rename from vendor/symfony/http-kernel/Controller/ControllerResolver.php rename to web/vendor/symfony/http-kernel/Controller/ControllerResolver.php diff --git a/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php b/web/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php similarity index 100% rename from vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php rename to web/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php diff --git a/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php b/web/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php similarity index 100% rename from vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php rename to web/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php diff --git a/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php b/web/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php similarity index 100% rename from vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php rename to web/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php diff --git a/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php b/web/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php similarity index 100% rename from vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php rename to web/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php diff --git a/vendor/symfony/http-kernel/DataCollector/DataCollector.php b/web/vendor/symfony/http-kernel/DataCollector/DataCollector.php similarity index 100% rename from vendor/symfony/http-kernel/DataCollector/DataCollector.php rename to web/vendor/symfony/http-kernel/DataCollector/DataCollector.php diff --git a/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php b/web/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php similarity index 100% rename from vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php rename to web/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php diff --git a/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php b/web/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php similarity index 100% rename from vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php rename to web/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php diff --git a/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php b/web/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php similarity index 100% rename from vendor/symfony/http-kernel/DataCollector/EventDataCollector.php rename to web/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php diff --git a/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php b/web/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php similarity index 100% rename from vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php rename to web/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php diff --git a/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php b/web/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php similarity index 100% rename from vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php rename to web/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php diff --git a/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php b/web/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php similarity index 100% rename from vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php rename to web/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php diff --git a/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php b/web/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php similarity index 100% rename from vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php rename to web/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php diff --git a/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php b/web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php similarity index 100% rename from vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php rename to web/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php diff --git a/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php b/web/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php similarity index 100% rename from vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php rename to web/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php diff --git a/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php b/web/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php similarity index 100% rename from vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php rename to web/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php diff --git a/vendor/symfony/http-kernel/DataCollector/Util/ValueExporter.php b/web/vendor/symfony/http-kernel/DataCollector/Util/ValueExporter.php similarity index 100% rename from vendor/symfony/http-kernel/DataCollector/Util/ValueExporter.php rename to web/vendor/symfony/http-kernel/DataCollector/Util/ValueExporter.php diff --git a/vendor/symfony/http-kernel/Debug/ErrorHandler.php b/web/vendor/symfony/http-kernel/Debug/ErrorHandler.php similarity index 100% rename from vendor/symfony/http-kernel/Debug/ErrorHandler.php rename to web/vendor/symfony/http-kernel/Debug/ErrorHandler.php diff --git a/vendor/symfony/http-kernel/Debug/ExceptionHandler.php b/web/vendor/symfony/http-kernel/Debug/ExceptionHandler.php similarity index 100% rename from vendor/symfony/http-kernel/Debug/ExceptionHandler.php rename to web/vendor/symfony/http-kernel/Debug/ExceptionHandler.php diff --git a/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php b/web/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php similarity index 100% rename from vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php rename to web/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php diff --git a/vendor/symfony/http-kernel/DependencyInjection/AddClassesToCachePass.php b/web/vendor/symfony/http-kernel/DependencyInjection/AddClassesToCachePass.php similarity index 100% rename from vendor/symfony/http-kernel/DependencyInjection/AddClassesToCachePass.php rename to web/vendor/symfony/http-kernel/DependencyInjection/AddClassesToCachePass.php diff --git a/vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php b/web/vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php similarity index 100% rename from vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php rename to web/vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php diff --git a/vendor/symfony/http-kernel/DependencyInjection/ContainerAwareHttpKernel.php b/web/vendor/symfony/http-kernel/DependencyInjection/ContainerAwareHttpKernel.php similarity index 100% rename from vendor/symfony/http-kernel/DependencyInjection/ContainerAwareHttpKernel.php rename to web/vendor/symfony/http-kernel/DependencyInjection/ContainerAwareHttpKernel.php diff --git a/vendor/symfony/http-kernel/DependencyInjection/Extension.php b/web/vendor/symfony/http-kernel/DependencyInjection/Extension.php similarity index 100% rename from vendor/symfony/http-kernel/DependencyInjection/Extension.php rename to web/vendor/symfony/http-kernel/DependencyInjection/Extension.php diff --git a/vendor/symfony/http-kernel/DependencyInjection/FragmentRendererPass.php b/web/vendor/symfony/http-kernel/DependencyInjection/FragmentRendererPass.php similarity index 100% rename from vendor/symfony/http-kernel/DependencyInjection/FragmentRendererPass.php rename to web/vendor/symfony/http-kernel/DependencyInjection/FragmentRendererPass.php diff --git a/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php b/web/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php similarity index 100% rename from vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php rename to web/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php diff --git a/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php b/web/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php similarity index 100% rename from vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php rename to web/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php diff --git a/vendor/symfony/http-kernel/DependencyInjection/RegisterListenersPass.php b/web/vendor/symfony/http-kernel/DependencyInjection/RegisterListenersPass.php similarity index 100% rename from vendor/symfony/http-kernel/DependencyInjection/RegisterListenersPass.php rename to web/vendor/symfony/http-kernel/DependencyInjection/RegisterListenersPass.php diff --git a/vendor/symfony/http-kernel/Event/FilterControllerEvent.php b/web/vendor/symfony/http-kernel/Event/FilterControllerEvent.php similarity index 100% rename from vendor/symfony/http-kernel/Event/FilterControllerEvent.php rename to web/vendor/symfony/http-kernel/Event/FilterControllerEvent.php diff --git a/vendor/symfony/http-kernel/Event/FilterResponseEvent.php b/web/vendor/symfony/http-kernel/Event/FilterResponseEvent.php similarity index 100% rename from vendor/symfony/http-kernel/Event/FilterResponseEvent.php rename to web/vendor/symfony/http-kernel/Event/FilterResponseEvent.php diff --git a/vendor/symfony/http-kernel/Event/FinishRequestEvent.php b/web/vendor/symfony/http-kernel/Event/FinishRequestEvent.php similarity index 100% rename from vendor/symfony/http-kernel/Event/FinishRequestEvent.php rename to web/vendor/symfony/http-kernel/Event/FinishRequestEvent.php diff --git a/vendor/symfony/http-kernel/Event/GetResponseEvent.php b/web/vendor/symfony/http-kernel/Event/GetResponseEvent.php similarity index 100% rename from vendor/symfony/http-kernel/Event/GetResponseEvent.php rename to web/vendor/symfony/http-kernel/Event/GetResponseEvent.php diff --git a/vendor/symfony/http-kernel/Event/GetResponseForControllerResultEvent.php b/web/vendor/symfony/http-kernel/Event/GetResponseForControllerResultEvent.php similarity index 100% rename from vendor/symfony/http-kernel/Event/GetResponseForControllerResultEvent.php rename to web/vendor/symfony/http-kernel/Event/GetResponseForControllerResultEvent.php diff --git a/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php b/web/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php similarity index 100% rename from vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php rename to web/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php diff --git a/vendor/symfony/http-kernel/Event/KernelEvent.php b/web/vendor/symfony/http-kernel/Event/KernelEvent.php similarity index 100% rename from vendor/symfony/http-kernel/Event/KernelEvent.php rename to web/vendor/symfony/http-kernel/Event/KernelEvent.php diff --git a/vendor/symfony/http-kernel/Event/PostResponseEvent.php b/web/vendor/symfony/http-kernel/Event/PostResponseEvent.php similarity index 100% rename from vendor/symfony/http-kernel/Event/PostResponseEvent.php rename to web/vendor/symfony/http-kernel/Event/PostResponseEvent.php diff --git a/vendor/symfony/http-kernel/EventListener/AddRequestFormatsListener.php b/web/vendor/symfony/http-kernel/EventListener/AddRequestFormatsListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/AddRequestFormatsListener.php rename to web/vendor/symfony/http-kernel/EventListener/AddRequestFormatsListener.php diff --git a/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php b/web/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php rename to web/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php diff --git a/vendor/symfony/http-kernel/EventListener/DumpListener.php b/web/vendor/symfony/http-kernel/EventListener/DumpListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/DumpListener.php rename to web/vendor/symfony/http-kernel/EventListener/DumpListener.php diff --git a/vendor/symfony/http-kernel/EventListener/ErrorsLoggerListener.php b/web/vendor/symfony/http-kernel/EventListener/ErrorsLoggerListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/ErrorsLoggerListener.php rename to web/vendor/symfony/http-kernel/EventListener/ErrorsLoggerListener.php diff --git a/vendor/symfony/http-kernel/EventListener/EsiListener.php b/web/vendor/symfony/http-kernel/EventListener/EsiListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/EsiListener.php rename to web/vendor/symfony/http-kernel/EventListener/EsiListener.php diff --git a/vendor/symfony/http-kernel/EventListener/ExceptionListener.php b/web/vendor/symfony/http-kernel/EventListener/ExceptionListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/ExceptionListener.php rename to web/vendor/symfony/http-kernel/EventListener/ExceptionListener.php diff --git a/vendor/symfony/http-kernel/EventListener/FragmentListener.php b/web/vendor/symfony/http-kernel/EventListener/FragmentListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/FragmentListener.php rename to web/vendor/symfony/http-kernel/EventListener/FragmentListener.php diff --git a/vendor/symfony/http-kernel/EventListener/LocaleListener.php b/web/vendor/symfony/http-kernel/EventListener/LocaleListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/LocaleListener.php rename to web/vendor/symfony/http-kernel/EventListener/LocaleListener.php diff --git a/vendor/symfony/http-kernel/EventListener/ProfilerListener.php b/web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/ProfilerListener.php rename to web/vendor/symfony/http-kernel/EventListener/ProfilerListener.php diff --git a/vendor/symfony/http-kernel/EventListener/ResponseListener.php b/web/vendor/symfony/http-kernel/EventListener/ResponseListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/ResponseListener.php rename to web/vendor/symfony/http-kernel/EventListener/ResponseListener.php diff --git a/vendor/symfony/http-kernel/EventListener/RouterListener.php b/web/vendor/symfony/http-kernel/EventListener/RouterListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/RouterListener.php rename to web/vendor/symfony/http-kernel/EventListener/RouterListener.php diff --git a/vendor/symfony/http-kernel/EventListener/SaveSessionListener.php b/web/vendor/symfony/http-kernel/EventListener/SaveSessionListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/SaveSessionListener.php rename to web/vendor/symfony/http-kernel/EventListener/SaveSessionListener.php diff --git a/vendor/symfony/http-kernel/EventListener/SessionListener.php b/web/vendor/symfony/http-kernel/EventListener/SessionListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/SessionListener.php rename to web/vendor/symfony/http-kernel/EventListener/SessionListener.php diff --git a/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php b/web/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php rename to web/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php diff --git a/vendor/symfony/http-kernel/EventListener/SurrogateListener.php b/web/vendor/symfony/http-kernel/EventListener/SurrogateListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/SurrogateListener.php rename to web/vendor/symfony/http-kernel/EventListener/SurrogateListener.php diff --git a/vendor/symfony/http-kernel/EventListener/TestSessionListener.php b/web/vendor/symfony/http-kernel/EventListener/TestSessionListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/TestSessionListener.php rename to web/vendor/symfony/http-kernel/EventListener/TestSessionListener.php diff --git a/vendor/symfony/http-kernel/EventListener/TranslatorListener.php b/web/vendor/symfony/http-kernel/EventListener/TranslatorListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/TranslatorListener.php rename to web/vendor/symfony/http-kernel/EventListener/TranslatorListener.php diff --git a/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php b/web/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php similarity index 100% rename from vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php rename to web/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php diff --git a/vendor/symfony/http-kernel/Exception/AccessDeniedHttpException.php b/web/vendor/symfony/http-kernel/Exception/AccessDeniedHttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/AccessDeniedHttpException.php rename to web/vendor/symfony/http-kernel/Exception/AccessDeniedHttpException.php diff --git a/vendor/symfony/http-kernel/Exception/BadRequestHttpException.php b/web/vendor/symfony/http-kernel/Exception/BadRequestHttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/BadRequestHttpException.php rename to web/vendor/symfony/http-kernel/Exception/BadRequestHttpException.php diff --git a/vendor/symfony/http-kernel/Exception/ConflictHttpException.php b/web/vendor/symfony/http-kernel/Exception/ConflictHttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/ConflictHttpException.php rename to web/vendor/symfony/http-kernel/Exception/ConflictHttpException.php diff --git a/vendor/symfony/http-kernel/Exception/FatalErrorException.php b/web/vendor/symfony/http-kernel/Exception/FatalErrorException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/FatalErrorException.php rename to web/vendor/symfony/http-kernel/Exception/FatalErrorException.php diff --git a/vendor/symfony/http-kernel/Exception/FlattenException.php b/web/vendor/symfony/http-kernel/Exception/FlattenException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/FlattenException.php rename to web/vendor/symfony/http-kernel/Exception/FlattenException.php diff --git a/vendor/symfony/http-kernel/Exception/GoneHttpException.php b/web/vendor/symfony/http-kernel/Exception/GoneHttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/GoneHttpException.php rename to web/vendor/symfony/http-kernel/Exception/GoneHttpException.php diff --git a/vendor/symfony/http-kernel/Exception/HttpException.php b/web/vendor/symfony/http-kernel/Exception/HttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/HttpException.php rename to web/vendor/symfony/http-kernel/Exception/HttpException.php diff --git a/vendor/symfony/http-kernel/Exception/HttpExceptionInterface.php b/web/vendor/symfony/http-kernel/Exception/HttpExceptionInterface.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/HttpExceptionInterface.php rename to web/vendor/symfony/http-kernel/Exception/HttpExceptionInterface.php diff --git a/vendor/symfony/http-kernel/Exception/LengthRequiredHttpException.php b/web/vendor/symfony/http-kernel/Exception/LengthRequiredHttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/LengthRequiredHttpException.php rename to web/vendor/symfony/http-kernel/Exception/LengthRequiredHttpException.php diff --git a/vendor/symfony/http-kernel/Exception/MethodNotAllowedHttpException.php b/web/vendor/symfony/http-kernel/Exception/MethodNotAllowedHttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/MethodNotAllowedHttpException.php rename to web/vendor/symfony/http-kernel/Exception/MethodNotAllowedHttpException.php diff --git a/vendor/symfony/http-kernel/Exception/NotAcceptableHttpException.php b/web/vendor/symfony/http-kernel/Exception/NotAcceptableHttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/NotAcceptableHttpException.php rename to web/vendor/symfony/http-kernel/Exception/NotAcceptableHttpException.php diff --git a/vendor/symfony/http-kernel/Exception/NotFoundHttpException.php b/web/vendor/symfony/http-kernel/Exception/NotFoundHttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/NotFoundHttpException.php rename to web/vendor/symfony/http-kernel/Exception/NotFoundHttpException.php diff --git a/vendor/symfony/http-kernel/Exception/PreconditionFailedHttpException.php b/web/vendor/symfony/http-kernel/Exception/PreconditionFailedHttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/PreconditionFailedHttpException.php rename to web/vendor/symfony/http-kernel/Exception/PreconditionFailedHttpException.php diff --git a/vendor/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php b/web/vendor/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php rename to web/vendor/symfony/http-kernel/Exception/PreconditionRequiredHttpException.php diff --git a/vendor/symfony/http-kernel/Exception/ServiceUnavailableHttpException.php b/web/vendor/symfony/http-kernel/Exception/ServiceUnavailableHttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/ServiceUnavailableHttpException.php rename to web/vendor/symfony/http-kernel/Exception/ServiceUnavailableHttpException.php diff --git a/vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php b/web/vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php rename to web/vendor/symfony/http-kernel/Exception/TooManyRequestsHttpException.php diff --git a/vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php b/web/vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php rename to web/vendor/symfony/http-kernel/Exception/UnauthorizedHttpException.php diff --git a/vendor/symfony/http-kernel/Exception/UnprocessableEntityHttpException.php b/web/vendor/symfony/http-kernel/Exception/UnprocessableEntityHttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/UnprocessableEntityHttpException.php rename to web/vendor/symfony/http-kernel/Exception/UnprocessableEntityHttpException.php diff --git a/vendor/symfony/http-kernel/Exception/UnsupportedMediaTypeHttpException.php b/web/vendor/symfony/http-kernel/Exception/UnsupportedMediaTypeHttpException.php similarity index 100% rename from vendor/symfony/http-kernel/Exception/UnsupportedMediaTypeHttpException.php rename to web/vendor/symfony/http-kernel/Exception/UnsupportedMediaTypeHttpException.php diff --git a/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php b/web/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php similarity index 100% rename from vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php rename to web/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php diff --git a/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php b/web/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php similarity index 100% rename from vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php rename to web/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php diff --git a/vendor/symfony/http-kernel/Fragment/FragmentHandler.php b/web/vendor/symfony/http-kernel/Fragment/FragmentHandler.php similarity index 100% rename from vendor/symfony/http-kernel/Fragment/FragmentHandler.php rename to web/vendor/symfony/http-kernel/Fragment/FragmentHandler.php diff --git a/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php b/web/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php similarity index 100% rename from vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php rename to web/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php diff --git a/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php b/web/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php similarity index 100% rename from vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php rename to web/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php diff --git a/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php b/web/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php similarity index 100% rename from vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php rename to web/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php diff --git a/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php b/web/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php similarity index 100% rename from vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php rename to web/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php diff --git a/vendor/symfony/http-kernel/Fragment/SsiFragmentRenderer.php b/web/vendor/symfony/http-kernel/Fragment/SsiFragmentRenderer.php similarity index 100% rename from vendor/symfony/http-kernel/Fragment/SsiFragmentRenderer.php rename to web/vendor/symfony/http-kernel/Fragment/SsiFragmentRenderer.php diff --git a/vendor/symfony/http-kernel/HttpCache/Esi.php b/web/vendor/symfony/http-kernel/HttpCache/Esi.php similarity index 100% rename from vendor/symfony/http-kernel/HttpCache/Esi.php rename to web/vendor/symfony/http-kernel/HttpCache/Esi.php diff --git a/vendor/symfony/http-kernel/HttpCache/EsiResponseCacheStrategy.php b/web/vendor/symfony/http-kernel/HttpCache/EsiResponseCacheStrategy.php similarity index 100% rename from vendor/symfony/http-kernel/HttpCache/EsiResponseCacheStrategy.php rename to web/vendor/symfony/http-kernel/HttpCache/EsiResponseCacheStrategy.php diff --git a/vendor/symfony/http-kernel/HttpCache/EsiResponseCacheStrategyInterface.php b/web/vendor/symfony/http-kernel/HttpCache/EsiResponseCacheStrategyInterface.php similarity index 100% rename from vendor/symfony/http-kernel/HttpCache/EsiResponseCacheStrategyInterface.php rename to web/vendor/symfony/http-kernel/HttpCache/EsiResponseCacheStrategyInterface.php diff --git a/vendor/symfony/http-kernel/HttpCache/HttpCache.php b/web/vendor/symfony/http-kernel/HttpCache/HttpCache.php similarity index 100% rename from vendor/symfony/http-kernel/HttpCache/HttpCache.php rename to web/vendor/symfony/http-kernel/HttpCache/HttpCache.php diff --git a/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategy.php b/web/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategy.php similarity index 100% rename from vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategy.php rename to web/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategy.php diff --git a/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php b/web/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php similarity index 100% rename from vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php rename to web/vendor/symfony/http-kernel/HttpCache/ResponseCacheStrategyInterface.php diff --git a/vendor/symfony/http-kernel/HttpCache/Ssi.php b/web/vendor/symfony/http-kernel/HttpCache/Ssi.php similarity index 100% rename from vendor/symfony/http-kernel/HttpCache/Ssi.php rename to web/vendor/symfony/http-kernel/HttpCache/Ssi.php diff --git a/vendor/symfony/http-kernel/HttpCache/Store.php b/web/vendor/symfony/http-kernel/HttpCache/Store.php similarity index 100% rename from vendor/symfony/http-kernel/HttpCache/Store.php rename to web/vendor/symfony/http-kernel/HttpCache/Store.php diff --git a/vendor/symfony/http-kernel/HttpCache/StoreInterface.php b/web/vendor/symfony/http-kernel/HttpCache/StoreInterface.php similarity index 100% rename from vendor/symfony/http-kernel/HttpCache/StoreInterface.php rename to web/vendor/symfony/http-kernel/HttpCache/StoreInterface.php diff --git a/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php b/web/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php similarity index 100% rename from vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php rename to web/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php diff --git a/vendor/symfony/http-kernel/HttpKernel.php b/web/vendor/symfony/http-kernel/HttpKernel.php similarity index 100% rename from vendor/symfony/http-kernel/HttpKernel.php rename to web/vendor/symfony/http-kernel/HttpKernel.php diff --git a/vendor/symfony/http-kernel/HttpKernelInterface.php b/web/vendor/symfony/http-kernel/HttpKernelInterface.php similarity index 100% rename from vendor/symfony/http-kernel/HttpKernelInterface.php rename to web/vendor/symfony/http-kernel/HttpKernelInterface.php diff --git a/vendor/symfony/http-kernel/Kernel.php b/web/vendor/symfony/http-kernel/Kernel.php similarity index 100% rename from vendor/symfony/http-kernel/Kernel.php rename to web/vendor/symfony/http-kernel/Kernel.php diff --git a/vendor/symfony/http-kernel/KernelEvents.php b/web/vendor/symfony/http-kernel/KernelEvents.php similarity index 100% rename from vendor/symfony/http-kernel/KernelEvents.php rename to web/vendor/symfony/http-kernel/KernelEvents.php diff --git a/vendor/symfony/http-kernel/KernelInterface.php b/web/vendor/symfony/http-kernel/KernelInterface.php similarity index 100% rename from vendor/symfony/http-kernel/KernelInterface.php rename to web/vendor/symfony/http-kernel/KernelInterface.php diff --git a/vendor/symfony/http-kernel/LICENSE b/web/vendor/symfony/http-kernel/LICENSE similarity index 100% rename from vendor/symfony/http-kernel/LICENSE rename to web/vendor/symfony/http-kernel/LICENSE diff --git a/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php b/web/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php similarity index 100% rename from vendor/symfony/http-kernel/Log/DebugLoggerInterface.php rename to web/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php diff --git a/vendor/symfony/http-kernel/Log/LoggerInterface.php b/web/vendor/symfony/http-kernel/Log/LoggerInterface.php similarity index 100% rename from vendor/symfony/http-kernel/Log/LoggerInterface.php rename to web/vendor/symfony/http-kernel/Log/LoggerInterface.php diff --git a/vendor/symfony/http-kernel/Log/NullLogger.php b/web/vendor/symfony/http-kernel/Log/NullLogger.php similarity index 100% rename from vendor/symfony/http-kernel/Log/NullLogger.php rename to web/vendor/symfony/http-kernel/Log/NullLogger.php diff --git a/vendor/symfony/http-kernel/Profiler/BaseMemcacheProfilerStorage.php b/web/vendor/symfony/http-kernel/Profiler/BaseMemcacheProfilerStorage.php similarity index 100% rename from vendor/symfony/http-kernel/Profiler/BaseMemcacheProfilerStorage.php rename to web/vendor/symfony/http-kernel/Profiler/BaseMemcacheProfilerStorage.php diff --git a/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php b/web/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php similarity index 100% rename from vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php rename to web/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php diff --git a/vendor/symfony/http-kernel/Profiler/MemcacheProfilerStorage.php b/web/vendor/symfony/http-kernel/Profiler/MemcacheProfilerStorage.php similarity index 100% rename from vendor/symfony/http-kernel/Profiler/MemcacheProfilerStorage.php rename to web/vendor/symfony/http-kernel/Profiler/MemcacheProfilerStorage.php diff --git a/vendor/symfony/http-kernel/Profiler/MemcachedProfilerStorage.php b/web/vendor/symfony/http-kernel/Profiler/MemcachedProfilerStorage.php similarity index 100% rename from vendor/symfony/http-kernel/Profiler/MemcachedProfilerStorage.php rename to web/vendor/symfony/http-kernel/Profiler/MemcachedProfilerStorage.php diff --git a/vendor/symfony/http-kernel/Profiler/MongoDbProfilerStorage.php b/web/vendor/symfony/http-kernel/Profiler/MongoDbProfilerStorage.php similarity index 100% rename from vendor/symfony/http-kernel/Profiler/MongoDbProfilerStorage.php rename to web/vendor/symfony/http-kernel/Profiler/MongoDbProfilerStorage.php diff --git a/vendor/symfony/http-kernel/Profiler/MysqlProfilerStorage.php b/web/vendor/symfony/http-kernel/Profiler/MysqlProfilerStorage.php similarity index 100% rename from vendor/symfony/http-kernel/Profiler/MysqlProfilerStorage.php rename to web/vendor/symfony/http-kernel/Profiler/MysqlProfilerStorage.php diff --git a/vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php b/web/vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php similarity index 100% rename from vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php rename to web/vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php diff --git a/vendor/symfony/http-kernel/Profiler/Profile.php b/web/vendor/symfony/http-kernel/Profiler/Profile.php similarity index 100% rename from vendor/symfony/http-kernel/Profiler/Profile.php rename to web/vendor/symfony/http-kernel/Profiler/Profile.php diff --git a/vendor/symfony/http-kernel/Profiler/Profiler.php b/web/vendor/symfony/http-kernel/Profiler/Profiler.php similarity index 100% rename from vendor/symfony/http-kernel/Profiler/Profiler.php rename to web/vendor/symfony/http-kernel/Profiler/Profiler.php diff --git a/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php b/web/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php similarity index 100% rename from vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php rename to web/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php diff --git a/vendor/symfony/http-kernel/Profiler/RedisProfilerStorage.php b/web/vendor/symfony/http-kernel/Profiler/RedisProfilerStorage.php similarity index 100% rename from vendor/symfony/http-kernel/Profiler/RedisProfilerStorage.php rename to web/vendor/symfony/http-kernel/Profiler/RedisProfilerStorage.php diff --git a/vendor/symfony/http-kernel/Profiler/SqliteProfilerStorage.php b/web/vendor/symfony/http-kernel/Profiler/SqliteProfilerStorage.php similarity index 100% rename from vendor/symfony/http-kernel/Profiler/SqliteProfilerStorage.php rename to web/vendor/symfony/http-kernel/Profiler/SqliteProfilerStorage.php diff --git a/vendor/symfony/http-kernel/README.md b/web/vendor/symfony/http-kernel/README.md similarity index 100% rename from vendor/symfony/http-kernel/README.md rename to web/vendor/symfony/http-kernel/README.md diff --git a/vendor/symfony/http-kernel/TerminableInterface.php b/web/vendor/symfony/http-kernel/TerminableInterface.php similarity index 100% rename from vendor/symfony/http-kernel/TerminableInterface.php rename to web/vendor/symfony/http-kernel/TerminableInterface.php diff --git a/vendor/symfony/http-kernel/UriSigner.php b/web/vendor/symfony/http-kernel/UriSigner.php similarity index 100% rename from vendor/symfony/http-kernel/UriSigner.php rename to web/vendor/symfony/http-kernel/UriSigner.php diff --git a/vendor/symfony/http-kernel/composer.json b/web/vendor/symfony/http-kernel/composer.json similarity index 100% rename from vendor/symfony/http-kernel/composer.json rename to web/vendor/symfony/http-kernel/composer.json diff --git a/vendor/symfony/http-kernel/phpunit.xml.dist b/web/vendor/symfony/http-kernel/phpunit.xml.dist similarity index 100% rename from vendor/symfony/http-kernel/phpunit.xml.dist rename to web/vendor/symfony/http-kernel/phpunit.xml.dist diff --git a/vendor/symfony/polyfill-apcu/LICENSE b/web/vendor/symfony/polyfill-apcu/LICENSE similarity index 100% rename from vendor/symfony/polyfill-apcu/LICENSE rename to web/vendor/symfony/polyfill-apcu/LICENSE diff --git a/vendor/symfony/polyfill-apcu/README.md b/web/vendor/symfony/polyfill-apcu/README.md similarity index 100% rename from vendor/symfony/polyfill-apcu/README.md rename to web/vendor/symfony/polyfill-apcu/README.md diff --git a/vendor/symfony/polyfill-apcu/bootstrap.php b/web/vendor/symfony/polyfill-apcu/bootstrap.php similarity index 100% rename from vendor/symfony/polyfill-apcu/bootstrap.php rename to web/vendor/symfony/polyfill-apcu/bootstrap.php diff --git a/vendor/symfony/polyfill-apcu/composer.json b/web/vendor/symfony/polyfill-apcu/composer.json similarity index 100% rename from vendor/symfony/polyfill-apcu/composer.json rename to web/vendor/symfony/polyfill-apcu/composer.json diff --git a/vendor/symfony/polyfill-iconv/Iconv.php b/web/vendor/symfony/polyfill-iconv/Iconv.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Iconv.php rename to web/vendor/symfony/polyfill-iconv/Iconv.php diff --git a/vendor/symfony/polyfill-iconv/LICENSE b/web/vendor/symfony/polyfill-iconv/LICENSE similarity index 100% rename from vendor/symfony/polyfill-iconv/LICENSE rename to web/vendor/symfony/polyfill-iconv/LICENSE diff --git a/vendor/symfony/polyfill-iconv/README.md b/web/vendor/symfony/polyfill-iconv/README.md similarity index 100% rename from vendor/symfony/polyfill-iconv/README.md rename to web/vendor/symfony/polyfill-iconv/README.md diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php diff --git a/vendor/symfony/polyfill-iconv/Resources/charset/translit.php b/web/vendor/symfony/polyfill-iconv/Resources/charset/translit.php similarity index 100% rename from vendor/symfony/polyfill-iconv/Resources/charset/translit.php rename to web/vendor/symfony/polyfill-iconv/Resources/charset/translit.php diff --git a/vendor/symfony/polyfill-iconv/bootstrap.php b/web/vendor/symfony/polyfill-iconv/bootstrap.php similarity index 100% rename from vendor/symfony/polyfill-iconv/bootstrap.php rename to web/vendor/symfony/polyfill-iconv/bootstrap.php diff --git a/vendor/symfony/polyfill-iconv/composer.json b/web/vendor/symfony/polyfill-iconv/composer.json similarity index 100% rename from vendor/symfony/polyfill-iconv/composer.json rename to web/vendor/symfony/polyfill-iconv/composer.json diff --git a/vendor/symfony/polyfill-mbstring/LICENSE b/web/vendor/symfony/polyfill-mbstring/LICENSE similarity index 100% rename from vendor/symfony/polyfill-mbstring/LICENSE rename to web/vendor/symfony/polyfill-mbstring/LICENSE diff --git a/vendor/symfony/polyfill-mbstring/Mbstring.php b/web/vendor/symfony/polyfill-mbstring/Mbstring.php similarity index 100% rename from vendor/symfony/polyfill-mbstring/Mbstring.php rename to web/vendor/symfony/polyfill-mbstring/Mbstring.php diff --git a/vendor/symfony/polyfill-mbstring/README.md b/web/vendor/symfony/polyfill-mbstring/README.md similarity index 100% rename from vendor/symfony/polyfill-mbstring/README.md rename to web/vendor/symfony/polyfill-mbstring/README.md diff --git a/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php b/web/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php similarity index 100% rename from vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php rename to web/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php diff --git a/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php b/web/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php similarity index 100% rename from vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php rename to web/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php diff --git a/vendor/symfony/polyfill-mbstring/bootstrap.php b/web/vendor/symfony/polyfill-mbstring/bootstrap.php similarity index 100% rename from vendor/symfony/polyfill-mbstring/bootstrap.php rename to web/vendor/symfony/polyfill-mbstring/bootstrap.php diff --git a/vendor/symfony/polyfill-mbstring/composer.json b/web/vendor/symfony/polyfill-mbstring/composer.json similarity index 100% rename from vendor/symfony/polyfill-mbstring/composer.json rename to web/vendor/symfony/polyfill-mbstring/composer.json diff --git a/vendor/symfony/polyfill-php54/LICENSE b/web/vendor/symfony/polyfill-php54/LICENSE similarity index 100% rename from vendor/symfony/polyfill-php54/LICENSE rename to web/vendor/symfony/polyfill-php54/LICENSE diff --git a/vendor/symfony/polyfill-php54/Php54.php b/web/vendor/symfony/polyfill-php54/Php54.php similarity index 100% rename from vendor/symfony/polyfill-php54/Php54.php rename to web/vendor/symfony/polyfill-php54/Php54.php diff --git a/vendor/symfony/polyfill-php54/README.md b/web/vendor/symfony/polyfill-php54/README.md similarity index 100% rename from vendor/symfony/polyfill-php54/README.md rename to web/vendor/symfony/polyfill-php54/README.md diff --git a/vendor/symfony/polyfill-php54/Resources/stubs/CallbackFilterIterator.php b/web/vendor/symfony/polyfill-php54/Resources/stubs/CallbackFilterIterator.php similarity index 100% rename from vendor/symfony/polyfill-php54/Resources/stubs/CallbackFilterIterator.php rename to web/vendor/symfony/polyfill-php54/Resources/stubs/CallbackFilterIterator.php diff --git a/vendor/symfony/polyfill-php54/Resources/stubs/RecursiveCallbackFilterIterator.php b/web/vendor/symfony/polyfill-php54/Resources/stubs/RecursiveCallbackFilterIterator.php similarity index 100% rename from vendor/symfony/polyfill-php54/Resources/stubs/RecursiveCallbackFilterIterator.php rename to web/vendor/symfony/polyfill-php54/Resources/stubs/RecursiveCallbackFilterIterator.php diff --git a/vendor/symfony/polyfill-php54/Resources/stubs/SessionHandlerInterface.php b/web/vendor/symfony/polyfill-php54/Resources/stubs/SessionHandlerInterface.php similarity index 100% rename from vendor/symfony/polyfill-php54/Resources/stubs/SessionHandlerInterface.php rename to web/vendor/symfony/polyfill-php54/Resources/stubs/SessionHandlerInterface.php diff --git a/vendor/symfony/polyfill-php54/bootstrap.php b/web/vendor/symfony/polyfill-php54/bootstrap.php similarity index 100% rename from vendor/symfony/polyfill-php54/bootstrap.php rename to web/vendor/symfony/polyfill-php54/bootstrap.php diff --git a/vendor/symfony/polyfill-php54/composer.json b/web/vendor/symfony/polyfill-php54/composer.json similarity index 100% rename from vendor/symfony/polyfill-php54/composer.json rename to web/vendor/symfony/polyfill-php54/composer.json diff --git a/vendor/symfony/polyfill-php55/LICENSE b/web/vendor/symfony/polyfill-php55/LICENSE similarity index 100% rename from vendor/symfony/polyfill-php55/LICENSE rename to web/vendor/symfony/polyfill-php55/LICENSE diff --git a/vendor/symfony/polyfill-php55/Php55.php b/web/vendor/symfony/polyfill-php55/Php55.php similarity index 100% rename from vendor/symfony/polyfill-php55/Php55.php rename to web/vendor/symfony/polyfill-php55/Php55.php diff --git a/vendor/symfony/polyfill-php55/Php55ArrayColumn.php b/web/vendor/symfony/polyfill-php55/Php55ArrayColumn.php similarity index 100% rename from vendor/symfony/polyfill-php55/Php55ArrayColumn.php rename to web/vendor/symfony/polyfill-php55/Php55ArrayColumn.php diff --git a/vendor/symfony/polyfill-php55/README.md b/web/vendor/symfony/polyfill-php55/README.md similarity index 100% rename from vendor/symfony/polyfill-php55/README.md rename to web/vendor/symfony/polyfill-php55/README.md diff --git a/vendor/symfony/polyfill-php55/bootstrap.php b/web/vendor/symfony/polyfill-php55/bootstrap.php similarity index 100% rename from vendor/symfony/polyfill-php55/bootstrap.php rename to web/vendor/symfony/polyfill-php55/bootstrap.php diff --git a/vendor/symfony/polyfill-php55/composer.json b/web/vendor/symfony/polyfill-php55/composer.json similarity index 100% rename from vendor/symfony/polyfill-php55/composer.json rename to web/vendor/symfony/polyfill-php55/composer.json diff --git a/vendor/symfony/process/.gitignore b/web/vendor/symfony/process/.gitignore similarity index 100% rename from vendor/symfony/process/.gitignore rename to web/vendor/symfony/process/.gitignore diff --git a/vendor/symfony/process/CHANGELOG.md b/web/vendor/symfony/process/CHANGELOG.md similarity index 100% rename from vendor/symfony/process/CHANGELOG.md rename to web/vendor/symfony/process/CHANGELOG.md diff --git a/vendor/symfony/process/Exception/ExceptionInterface.php b/web/vendor/symfony/process/Exception/ExceptionInterface.php similarity index 100% rename from vendor/symfony/process/Exception/ExceptionInterface.php rename to web/vendor/symfony/process/Exception/ExceptionInterface.php diff --git a/vendor/symfony/process/Exception/InvalidArgumentException.php b/web/vendor/symfony/process/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/symfony/process/Exception/InvalidArgumentException.php rename to web/vendor/symfony/process/Exception/InvalidArgumentException.php diff --git a/vendor/symfony/process/Exception/LogicException.php b/web/vendor/symfony/process/Exception/LogicException.php similarity index 100% rename from vendor/symfony/process/Exception/LogicException.php rename to web/vendor/symfony/process/Exception/LogicException.php diff --git a/vendor/symfony/process/Exception/ProcessFailedException.php b/web/vendor/symfony/process/Exception/ProcessFailedException.php similarity index 100% rename from vendor/symfony/process/Exception/ProcessFailedException.php rename to web/vendor/symfony/process/Exception/ProcessFailedException.php diff --git a/vendor/symfony/process/Exception/ProcessTimedOutException.php b/web/vendor/symfony/process/Exception/ProcessTimedOutException.php similarity index 100% rename from vendor/symfony/process/Exception/ProcessTimedOutException.php rename to web/vendor/symfony/process/Exception/ProcessTimedOutException.php diff --git a/vendor/symfony/process/Exception/RuntimeException.php b/web/vendor/symfony/process/Exception/RuntimeException.php similarity index 100% rename from vendor/symfony/process/Exception/RuntimeException.php rename to web/vendor/symfony/process/Exception/RuntimeException.php diff --git a/vendor/symfony/process/ExecutableFinder.php b/web/vendor/symfony/process/ExecutableFinder.php similarity index 100% rename from vendor/symfony/process/ExecutableFinder.php rename to web/vendor/symfony/process/ExecutableFinder.php diff --git a/vendor/symfony/process/LICENSE b/web/vendor/symfony/process/LICENSE similarity index 100% rename from vendor/symfony/process/LICENSE rename to web/vendor/symfony/process/LICENSE diff --git a/vendor/symfony/process/PhpExecutableFinder.php b/web/vendor/symfony/process/PhpExecutableFinder.php similarity index 100% rename from vendor/symfony/process/PhpExecutableFinder.php rename to web/vendor/symfony/process/PhpExecutableFinder.php diff --git a/vendor/symfony/process/PhpProcess.php b/web/vendor/symfony/process/PhpProcess.php similarity index 100% rename from vendor/symfony/process/PhpProcess.php rename to web/vendor/symfony/process/PhpProcess.php diff --git a/vendor/symfony/process/Pipes/AbstractPipes.php b/web/vendor/symfony/process/Pipes/AbstractPipes.php similarity index 100% rename from vendor/symfony/process/Pipes/AbstractPipes.php rename to web/vendor/symfony/process/Pipes/AbstractPipes.php diff --git a/vendor/symfony/process/Pipes/PipesInterface.php b/web/vendor/symfony/process/Pipes/PipesInterface.php similarity index 100% rename from vendor/symfony/process/Pipes/PipesInterface.php rename to web/vendor/symfony/process/Pipes/PipesInterface.php diff --git a/vendor/symfony/process/Pipes/UnixPipes.php b/web/vendor/symfony/process/Pipes/UnixPipes.php similarity index 100% rename from vendor/symfony/process/Pipes/UnixPipes.php rename to web/vendor/symfony/process/Pipes/UnixPipes.php diff --git a/vendor/symfony/process/Pipes/WindowsPipes.php b/web/vendor/symfony/process/Pipes/WindowsPipes.php similarity index 100% rename from vendor/symfony/process/Pipes/WindowsPipes.php rename to web/vendor/symfony/process/Pipes/WindowsPipes.php diff --git a/vendor/symfony/process/Process.php b/web/vendor/symfony/process/Process.php similarity index 100% rename from vendor/symfony/process/Process.php rename to web/vendor/symfony/process/Process.php diff --git a/vendor/symfony/process/ProcessBuilder.php b/web/vendor/symfony/process/ProcessBuilder.php similarity index 100% rename from vendor/symfony/process/ProcessBuilder.php rename to web/vendor/symfony/process/ProcessBuilder.php diff --git a/vendor/symfony/process/ProcessUtils.php b/web/vendor/symfony/process/ProcessUtils.php similarity index 100% rename from vendor/symfony/process/ProcessUtils.php rename to web/vendor/symfony/process/ProcessUtils.php diff --git a/vendor/symfony/process/README.md b/web/vendor/symfony/process/README.md similarity index 100% rename from vendor/symfony/process/README.md rename to web/vendor/symfony/process/README.md diff --git a/vendor/symfony/process/composer.json b/web/vendor/symfony/process/composer.json similarity index 100% rename from vendor/symfony/process/composer.json rename to web/vendor/symfony/process/composer.json diff --git a/vendor/symfony/process/phpunit.xml.dist b/web/vendor/symfony/process/phpunit.xml.dist similarity index 100% rename from vendor/symfony/process/phpunit.xml.dist rename to web/vendor/symfony/process/phpunit.xml.dist diff --git a/vendor/symfony/psr-http-message-bridge/.gitignore b/web/vendor/symfony/psr-http-message-bridge/.gitignore similarity index 100% rename from vendor/symfony/psr-http-message-bridge/.gitignore rename to web/vendor/symfony/psr-http-message-bridge/.gitignore diff --git a/vendor/symfony/psr-http-message-bridge/.travis.yml b/web/vendor/symfony/psr-http-message-bridge/.travis.yml similarity index 100% rename from vendor/symfony/psr-http-message-bridge/.travis.yml rename to web/vendor/symfony/psr-http-message-bridge/.travis.yml diff --git a/vendor/symfony/psr-http-message-bridge/CHANGELOG.md b/web/vendor/symfony/psr-http-message-bridge/CHANGELOG.md similarity index 100% rename from vendor/symfony/psr-http-message-bridge/CHANGELOG.md rename to web/vendor/symfony/psr-http-message-bridge/CHANGELOG.md diff --git a/vendor/symfony/psr-http-message-bridge/Factory/DiactorosFactory.php b/web/vendor/symfony/psr-http-message-bridge/Factory/DiactorosFactory.php similarity index 100% rename from vendor/symfony/psr-http-message-bridge/Factory/DiactorosFactory.php rename to web/vendor/symfony/psr-http-message-bridge/Factory/DiactorosFactory.php diff --git a/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php b/web/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php similarity index 100% rename from vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php rename to web/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php diff --git a/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php b/web/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php similarity index 100% rename from vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php rename to web/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php diff --git a/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php b/web/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php similarity index 100% rename from vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php rename to web/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php diff --git a/vendor/symfony/psr-http-message-bridge/LICENSE b/web/vendor/symfony/psr-http-message-bridge/LICENSE similarity index 100% rename from vendor/symfony/psr-http-message-bridge/LICENSE rename to web/vendor/symfony/psr-http-message-bridge/LICENSE diff --git a/vendor/symfony/psr-http-message-bridge/README.md b/web/vendor/symfony/psr-http-message-bridge/README.md similarity index 100% rename from vendor/symfony/psr-http-message-bridge/README.md rename to web/vendor/symfony/psr-http-message-bridge/README.md diff --git a/vendor/symfony/psr-http-message-bridge/composer.json b/web/vendor/symfony/psr-http-message-bridge/composer.json similarity index 100% rename from vendor/symfony/psr-http-message-bridge/composer.json rename to web/vendor/symfony/psr-http-message-bridge/composer.json diff --git a/vendor/symfony/psr-http-message-bridge/phpunit.xml.dist b/web/vendor/symfony/psr-http-message-bridge/phpunit.xml.dist similarity index 100% rename from vendor/symfony/psr-http-message-bridge/phpunit.xml.dist rename to web/vendor/symfony/psr-http-message-bridge/phpunit.xml.dist diff --git a/vendor/symfony/routing/.gitignore b/web/vendor/symfony/routing/.gitignore similarity index 100% rename from vendor/symfony/routing/.gitignore rename to web/vendor/symfony/routing/.gitignore diff --git a/vendor/symfony/routing/Annotation/Route.php b/web/vendor/symfony/routing/Annotation/Route.php similarity index 100% rename from vendor/symfony/routing/Annotation/Route.php rename to web/vendor/symfony/routing/Annotation/Route.php diff --git a/vendor/symfony/routing/CHANGELOG.md b/web/vendor/symfony/routing/CHANGELOG.md similarity index 100% rename from vendor/symfony/routing/CHANGELOG.md rename to web/vendor/symfony/routing/CHANGELOG.md diff --git a/vendor/symfony/routing/CompiledRoute.php b/web/vendor/symfony/routing/CompiledRoute.php similarity index 100% rename from vendor/symfony/routing/CompiledRoute.php rename to web/vendor/symfony/routing/CompiledRoute.php diff --git a/vendor/symfony/routing/Exception/ExceptionInterface.php b/web/vendor/symfony/routing/Exception/ExceptionInterface.php similarity index 100% rename from vendor/symfony/routing/Exception/ExceptionInterface.php rename to web/vendor/symfony/routing/Exception/ExceptionInterface.php diff --git a/vendor/symfony/routing/Exception/InvalidParameterException.php b/web/vendor/symfony/routing/Exception/InvalidParameterException.php similarity index 100% rename from vendor/symfony/routing/Exception/InvalidParameterException.php rename to web/vendor/symfony/routing/Exception/InvalidParameterException.php diff --git a/vendor/symfony/routing/Exception/MethodNotAllowedException.php b/web/vendor/symfony/routing/Exception/MethodNotAllowedException.php similarity index 100% rename from vendor/symfony/routing/Exception/MethodNotAllowedException.php rename to web/vendor/symfony/routing/Exception/MethodNotAllowedException.php diff --git a/vendor/symfony/routing/Exception/MissingMandatoryParametersException.php b/web/vendor/symfony/routing/Exception/MissingMandatoryParametersException.php similarity index 100% rename from vendor/symfony/routing/Exception/MissingMandatoryParametersException.php rename to web/vendor/symfony/routing/Exception/MissingMandatoryParametersException.php diff --git a/vendor/symfony/routing/Exception/ResourceNotFoundException.php b/web/vendor/symfony/routing/Exception/ResourceNotFoundException.php similarity index 100% rename from vendor/symfony/routing/Exception/ResourceNotFoundException.php rename to web/vendor/symfony/routing/Exception/ResourceNotFoundException.php diff --git a/vendor/symfony/routing/Exception/RouteNotFoundException.php b/web/vendor/symfony/routing/Exception/RouteNotFoundException.php similarity index 100% rename from vendor/symfony/routing/Exception/RouteNotFoundException.php rename to web/vendor/symfony/routing/Exception/RouteNotFoundException.php diff --git a/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php b/web/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php similarity index 100% rename from vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php rename to web/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php diff --git a/vendor/symfony/routing/Generator/Dumper/GeneratorDumper.php b/web/vendor/symfony/routing/Generator/Dumper/GeneratorDumper.php similarity index 100% rename from vendor/symfony/routing/Generator/Dumper/GeneratorDumper.php rename to web/vendor/symfony/routing/Generator/Dumper/GeneratorDumper.php diff --git a/vendor/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php b/web/vendor/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php similarity index 100% rename from vendor/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php rename to web/vendor/symfony/routing/Generator/Dumper/GeneratorDumperInterface.php diff --git a/vendor/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php b/web/vendor/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php similarity index 100% rename from vendor/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php rename to web/vendor/symfony/routing/Generator/Dumper/PhpGeneratorDumper.php diff --git a/vendor/symfony/routing/Generator/UrlGenerator.php b/web/vendor/symfony/routing/Generator/UrlGenerator.php similarity index 100% rename from vendor/symfony/routing/Generator/UrlGenerator.php rename to web/vendor/symfony/routing/Generator/UrlGenerator.php diff --git a/vendor/symfony/routing/Generator/UrlGeneratorInterface.php b/web/vendor/symfony/routing/Generator/UrlGeneratorInterface.php similarity index 100% rename from vendor/symfony/routing/Generator/UrlGeneratorInterface.php rename to web/vendor/symfony/routing/Generator/UrlGeneratorInterface.php diff --git a/vendor/symfony/routing/LICENSE b/web/vendor/symfony/routing/LICENSE similarity index 100% rename from vendor/symfony/routing/LICENSE rename to web/vendor/symfony/routing/LICENSE diff --git a/vendor/symfony/routing/Loader/AnnotationClassLoader.php b/web/vendor/symfony/routing/Loader/AnnotationClassLoader.php similarity index 100% rename from vendor/symfony/routing/Loader/AnnotationClassLoader.php rename to web/vendor/symfony/routing/Loader/AnnotationClassLoader.php diff --git a/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php b/web/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php similarity index 100% rename from vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php rename to web/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php diff --git a/vendor/symfony/routing/Loader/AnnotationFileLoader.php b/web/vendor/symfony/routing/Loader/AnnotationFileLoader.php similarity index 100% rename from vendor/symfony/routing/Loader/AnnotationFileLoader.php rename to web/vendor/symfony/routing/Loader/AnnotationFileLoader.php diff --git a/vendor/symfony/routing/Loader/ClosureLoader.php b/web/vendor/symfony/routing/Loader/ClosureLoader.php similarity index 100% rename from vendor/symfony/routing/Loader/ClosureLoader.php rename to web/vendor/symfony/routing/Loader/ClosureLoader.php diff --git a/vendor/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php b/web/vendor/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php similarity index 100% rename from vendor/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php rename to web/vendor/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php diff --git a/vendor/symfony/routing/Loader/DirectoryLoader.php b/web/vendor/symfony/routing/Loader/DirectoryLoader.php similarity index 100% rename from vendor/symfony/routing/Loader/DirectoryLoader.php rename to web/vendor/symfony/routing/Loader/DirectoryLoader.php diff --git a/vendor/symfony/routing/Loader/ObjectRouteLoader.php b/web/vendor/symfony/routing/Loader/ObjectRouteLoader.php similarity index 100% rename from vendor/symfony/routing/Loader/ObjectRouteLoader.php rename to web/vendor/symfony/routing/Loader/ObjectRouteLoader.php diff --git a/vendor/symfony/routing/Loader/PhpFileLoader.php b/web/vendor/symfony/routing/Loader/PhpFileLoader.php similarity index 100% rename from vendor/symfony/routing/Loader/PhpFileLoader.php rename to web/vendor/symfony/routing/Loader/PhpFileLoader.php diff --git a/vendor/symfony/routing/Loader/XmlFileLoader.php b/web/vendor/symfony/routing/Loader/XmlFileLoader.php similarity index 100% rename from vendor/symfony/routing/Loader/XmlFileLoader.php rename to web/vendor/symfony/routing/Loader/XmlFileLoader.php diff --git a/vendor/symfony/routing/Loader/YamlFileLoader.php b/web/vendor/symfony/routing/Loader/YamlFileLoader.php similarity index 100% rename from vendor/symfony/routing/Loader/YamlFileLoader.php rename to web/vendor/symfony/routing/Loader/YamlFileLoader.php diff --git a/vendor/symfony/routing/Loader/schema/routing/routing-1.0.xsd b/web/vendor/symfony/routing/Loader/schema/routing/routing-1.0.xsd similarity index 100% rename from vendor/symfony/routing/Loader/schema/routing/routing-1.0.xsd rename to web/vendor/symfony/routing/Loader/schema/routing/routing-1.0.xsd diff --git a/vendor/symfony/routing/Matcher/ApacheUrlMatcher.php b/web/vendor/symfony/routing/Matcher/ApacheUrlMatcher.php similarity index 100% rename from vendor/symfony/routing/Matcher/ApacheUrlMatcher.php rename to web/vendor/symfony/routing/Matcher/ApacheUrlMatcher.php diff --git a/vendor/symfony/routing/Matcher/Dumper/ApacheMatcherDumper.php b/web/vendor/symfony/routing/Matcher/Dumper/ApacheMatcherDumper.php similarity index 100% rename from vendor/symfony/routing/Matcher/Dumper/ApacheMatcherDumper.php rename to web/vendor/symfony/routing/Matcher/Dumper/ApacheMatcherDumper.php diff --git a/vendor/symfony/routing/Matcher/Dumper/DumperCollection.php b/web/vendor/symfony/routing/Matcher/Dumper/DumperCollection.php similarity index 100% rename from vendor/symfony/routing/Matcher/Dumper/DumperCollection.php rename to web/vendor/symfony/routing/Matcher/Dumper/DumperCollection.php diff --git a/vendor/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php b/web/vendor/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php similarity index 100% rename from vendor/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php rename to web/vendor/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php diff --git a/vendor/symfony/routing/Matcher/Dumper/DumperRoute.php b/web/vendor/symfony/routing/Matcher/Dumper/DumperRoute.php similarity index 100% rename from vendor/symfony/routing/Matcher/Dumper/DumperRoute.php rename to web/vendor/symfony/routing/Matcher/Dumper/DumperRoute.php diff --git a/vendor/symfony/routing/Matcher/Dumper/MatcherDumper.php b/web/vendor/symfony/routing/Matcher/Dumper/MatcherDumper.php similarity index 100% rename from vendor/symfony/routing/Matcher/Dumper/MatcherDumper.php rename to web/vendor/symfony/routing/Matcher/Dumper/MatcherDumper.php diff --git a/vendor/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php b/web/vendor/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php similarity index 100% rename from vendor/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php rename to web/vendor/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php diff --git a/vendor/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php b/web/vendor/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php similarity index 100% rename from vendor/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php rename to web/vendor/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php diff --git a/vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php b/web/vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php similarity index 100% rename from vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php rename to web/vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php diff --git a/vendor/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php b/web/vendor/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php similarity index 100% rename from vendor/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php rename to web/vendor/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php diff --git a/vendor/symfony/routing/Matcher/RequestMatcherInterface.php b/web/vendor/symfony/routing/Matcher/RequestMatcherInterface.php similarity index 100% rename from vendor/symfony/routing/Matcher/RequestMatcherInterface.php rename to web/vendor/symfony/routing/Matcher/RequestMatcherInterface.php diff --git a/vendor/symfony/routing/Matcher/TraceableUrlMatcher.php b/web/vendor/symfony/routing/Matcher/TraceableUrlMatcher.php similarity index 100% rename from vendor/symfony/routing/Matcher/TraceableUrlMatcher.php rename to web/vendor/symfony/routing/Matcher/TraceableUrlMatcher.php diff --git a/vendor/symfony/routing/Matcher/UrlMatcher.php b/web/vendor/symfony/routing/Matcher/UrlMatcher.php similarity index 100% rename from vendor/symfony/routing/Matcher/UrlMatcher.php rename to web/vendor/symfony/routing/Matcher/UrlMatcher.php diff --git a/vendor/symfony/routing/Matcher/UrlMatcherInterface.php b/web/vendor/symfony/routing/Matcher/UrlMatcherInterface.php similarity index 100% rename from vendor/symfony/routing/Matcher/UrlMatcherInterface.php rename to web/vendor/symfony/routing/Matcher/UrlMatcherInterface.php diff --git a/vendor/symfony/routing/README.md b/web/vendor/symfony/routing/README.md similarity index 100% rename from vendor/symfony/routing/README.md rename to web/vendor/symfony/routing/README.md diff --git a/vendor/symfony/routing/RequestContext.php b/web/vendor/symfony/routing/RequestContext.php similarity index 100% rename from vendor/symfony/routing/RequestContext.php rename to web/vendor/symfony/routing/RequestContext.php diff --git a/vendor/symfony/routing/RequestContextAwareInterface.php b/web/vendor/symfony/routing/RequestContextAwareInterface.php similarity index 100% rename from vendor/symfony/routing/RequestContextAwareInterface.php rename to web/vendor/symfony/routing/RequestContextAwareInterface.php diff --git a/vendor/symfony/routing/Route.php b/web/vendor/symfony/routing/Route.php similarity index 100% rename from vendor/symfony/routing/Route.php rename to web/vendor/symfony/routing/Route.php diff --git a/vendor/symfony/routing/RouteCollection.php b/web/vendor/symfony/routing/RouteCollection.php similarity index 100% rename from vendor/symfony/routing/RouteCollection.php rename to web/vendor/symfony/routing/RouteCollection.php diff --git a/vendor/symfony/routing/RouteCollectionBuilder.php b/web/vendor/symfony/routing/RouteCollectionBuilder.php similarity index 100% rename from vendor/symfony/routing/RouteCollectionBuilder.php rename to web/vendor/symfony/routing/RouteCollectionBuilder.php diff --git a/vendor/symfony/routing/RouteCompiler.php b/web/vendor/symfony/routing/RouteCompiler.php similarity index 100% rename from vendor/symfony/routing/RouteCompiler.php rename to web/vendor/symfony/routing/RouteCompiler.php diff --git a/vendor/symfony/routing/RouteCompilerInterface.php b/web/vendor/symfony/routing/RouteCompilerInterface.php similarity index 100% rename from vendor/symfony/routing/RouteCompilerInterface.php rename to web/vendor/symfony/routing/RouteCompilerInterface.php diff --git a/vendor/symfony/routing/Router.php b/web/vendor/symfony/routing/Router.php similarity index 100% rename from vendor/symfony/routing/Router.php rename to web/vendor/symfony/routing/Router.php diff --git a/vendor/symfony/routing/RouterInterface.php b/web/vendor/symfony/routing/RouterInterface.php similarity index 100% rename from vendor/symfony/routing/RouterInterface.php rename to web/vendor/symfony/routing/RouterInterface.php diff --git a/vendor/symfony/routing/composer.json b/web/vendor/symfony/routing/composer.json similarity index 100% rename from vendor/symfony/routing/composer.json rename to web/vendor/symfony/routing/composer.json diff --git a/vendor/symfony/routing/phpunit.xml.dist b/web/vendor/symfony/routing/phpunit.xml.dist similarity index 100% rename from vendor/symfony/routing/phpunit.xml.dist rename to web/vendor/symfony/routing/phpunit.xml.dist diff --git a/vendor/symfony/serializer/.gitignore b/web/vendor/symfony/serializer/.gitignore similarity index 100% rename from vendor/symfony/serializer/.gitignore rename to web/vendor/symfony/serializer/.gitignore diff --git a/vendor/symfony/serializer/Annotation/Groups.php b/web/vendor/symfony/serializer/Annotation/Groups.php similarity index 100% rename from vendor/symfony/serializer/Annotation/Groups.php rename to web/vendor/symfony/serializer/Annotation/Groups.php diff --git a/vendor/symfony/serializer/CHANGELOG.md b/web/vendor/symfony/serializer/CHANGELOG.md similarity index 100% rename from vendor/symfony/serializer/CHANGELOG.md rename to web/vendor/symfony/serializer/CHANGELOG.md diff --git a/vendor/symfony/serializer/Encoder/ChainDecoder.php b/web/vendor/symfony/serializer/Encoder/ChainDecoder.php similarity index 100% rename from vendor/symfony/serializer/Encoder/ChainDecoder.php rename to web/vendor/symfony/serializer/Encoder/ChainDecoder.php diff --git a/vendor/symfony/serializer/Encoder/ChainEncoder.php b/web/vendor/symfony/serializer/Encoder/ChainEncoder.php similarity index 100% rename from vendor/symfony/serializer/Encoder/ChainEncoder.php rename to web/vendor/symfony/serializer/Encoder/ChainEncoder.php diff --git a/vendor/symfony/serializer/Encoder/DecoderInterface.php b/web/vendor/symfony/serializer/Encoder/DecoderInterface.php similarity index 100% rename from vendor/symfony/serializer/Encoder/DecoderInterface.php rename to web/vendor/symfony/serializer/Encoder/DecoderInterface.php diff --git a/vendor/symfony/serializer/Encoder/EncoderInterface.php b/web/vendor/symfony/serializer/Encoder/EncoderInterface.php similarity index 100% rename from vendor/symfony/serializer/Encoder/EncoderInterface.php rename to web/vendor/symfony/serializer/Encoder/EncoderInterface.php diff --git a/vendor/symfony/serializer/Encoder/JsonDecode.php b/web/vendor/symfony/serializer/Encoder/JsonDecode.php similarity index 100% rename from vendor/symfony/serializer/Encoder/JsonDecode.php rename to web/vendor/symfony/serializer/Encoder/JsonDecode.php diff --git a/vendor/symfony/serializer/Encoder/JsonEncode.php b/web/vendor/symfony/serializer/Encoder/JsonEncode.php similarity index 100% rename from vendor/symfony/serializer/Encoder/JsonEncode.php rename to web/vendor/symfony/serializer/Encoder/JsonEncode.php diff --git a/vendor/symfony/serializer/Encoder/JsonEncoder.php b/web/vendor/symfony/serializer/Encoder/JsonEncoder.php similarity index 100% rename from vendor/symfony/serializer/Encoder/JsonEncoder.php rename to web/vendor/symfony/serializer/Encoder/JsonEncoder.php diff --git a/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php b/web/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php similarity index 100% rename from vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php rename to web/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php diff --git a/vendor/symfony/serializer/Encoder/SerializerAwareEncoder.php b/web/vendor/symfony/serializer/Encoder/SerializerAwareEncoder.php similarity index 100% rename from vendor/symfony/serializer/Encoder/SerializerAwareEncoder.php rename to web/vendor/symfony/serializer/Encoder/SerializerAwareEncoder.php diff --git a/vendor/symfony/serializer/Encoder/XmlEncoder.php b/web/vendor/symfony/serializer/Encoder/XmlEncoder.php similarity index 100% rename from vendor/symfony/serializer/Encoder/XmlEncoder.php rename to web/vendor/symfony/serializer/Encoder/XmlEncoder.php diff --git a/vendor/symfony/serializer/Exception/BadMethodCallException.php b/web/vendor/symfony/serializer/Exception/BadMethodCallException.php similarity index 100% rename from vendor/symfony/serializer/Exception/BadMethodCallException.php rename to web/vendor/symfony/serializer/Exception/BadMethodCallException.php diff --git a/vendor/symfony/serializer/Exception/CircularReferenceException.php b/web/vendor/symfony/serializer/Exception/CircularReferenceException.php similarity index 100% rename from vendor/symfony/serializer/Exception/CircularReferenceException.php rename to web/vendor/symfony/serializer/Exception/CircularReferenceException.php diff --git a/vendor/symfony/serializer/Exception/Exception.php b/web/vendor/symfony/serializer/Exception/Exception.php similarity index 100% rename from vendor/symfony/serializer/Exception/Exception.php rename to web/vendor/symfony/serializer/Exception/Exception.php diff --git a/vendor/symfony/serializer/Exception/ExceptionInterface.php b/web/vendor/symfony/serializer/Exception/ExceptionInterface.php similarity index 100% rename from vendor/symfony/serializer/Exception/ExceptionInterface.php rename to web/vendor/symfony/serializer/Exception/ExceptionInterface.php diff --git a/vendor/symfony/serializer/Exception/InvalidArgumentException.php b/web/vendor/symfony/serializer/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/symfony/serializer/Exception/InvalidArgumentException.php rename to web/vendor/symfony/serializer/Exception/InvalidArgumentException.php diff --git a/vendor/symfony/serializer/Exception/LogicException.php b/web/vendor/symfony/serializer/Exception/LogicException.php similarity index 100% rename from vendor/symfony/serializer/Exception/LogicException.php rename to web/vendor/symfony/serializer/Exception/LogicException.php diff --git a/vendor/symfony/serializer/Exception/MappingException.php b/web/vendor/symfony/serializer/Exception/MappingException.php similarity index 100% rename from vendor/symfony/serializer/Exception/MappingException.php rename to web/vendor/symfony/serializer/Exception/MappingException.php diff --git a/vendor/symfony/serializer/Exception/RuntimeException.php b/web/vendor/symfony/serializer/Exception/RuntimeException.php similarity index 100% rename from vendor/symfony/serializer/Exception/RuntimeException.php rename to web/vendor/symfony/serializer/Exception/RuntimeException.php diff --git a/vendor/symfony/serializer/Exception/UnexpectedValueException.php b/web/vendor/symfony/serializer/Exception/UnexpectedValueException.php similarity index 100% rename from vendor/symfony/serializer/Exception/UnexpectedValueException.php rename to web/vendor/symfony/serializer/Exception/UnexpectedValueException.php diff --git a/vendor/symfony/serializer/Exception/UnsupportedException.php b/web/vendor/symfony/serializer/Exception/UnsupportedException.php similarity index 100% rename from vendor/symfony/serializer/Exception/UnsupportedException.php rename to web/vendor/symfony/serializer/Exception/UnsupportedException.php diff --git a/vendor/symfony/serializer/LICENSE b/web/vendor/symfony/serializer/LICENSE similarity index 100% rename from vendor/symfony/serializer/LICENSE rename to web/vendor/symfony/serializer/LICENSE diff --git a/vendor/symfony/serializer/Mapping/AttributeMetadata.php b/web/vendor/symfony/serializer/Mapping/AttributeMetadata.php similarity index 100% rename from vendor/symfony/serializer/Mapping/AttributeMetadata.php rename to web/vendor/symfony/serializer/Mapping/AttributeMetadata.php diff --git a/vendor/symfony/serializer/Mapping/AttributeMetadataInterface.php b/web/vendor/symfony/serializer/Mapping/AttributeMetadataInterface.php similarity index 100% rename from vendor/symfony/serializer/Mapping/AttributeMetadataInterface.php rename to web/vendor/symfony/serializer/Mapping/AttributeMetadataInterface.php diff --git a/vendor/symfony/serializer/Mapping/ClassMetadata.php b/web/vendor/symfony/serializer/Mapping/ClassMetadata.php similarity index 100% rename from vendor/symfony/serializer/Mapping/ClassMetadata.php rename to web/vendor/symfony/serializer/Mapping/ClassMetadata.php diff --git a/vendor/symfony/serializer/Mapping/ClassMetadataInterface.php b/web/vendor/symfony/serializer/Mapping/ClassMetadataInterface.php similarity index 100% rename from vendor/symfony/serializer/Mapping/ClassMetadataInterface.php rename to web/vendor/symfony/serializer/Mapping/ClassMetadataInterface.php diff --git a/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php b/web/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php similarity index 100% rename from vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php rename to web/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php diff --git a/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php b/web/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php similarity index 100% rename from vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php rename to web/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php diff --git a/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php b/web/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php similarity index 100% rename from vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php rename to web/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php diff --git a/vendor/symfony/serializer/Mapping/Loader/FileLoader.php b/web/vendor/symfony/serializer/Mapping/Loader/FileLoader.php similarity index 100% rename from vendor/symfony/serializer/Mapping/Loader/FileLoader.php rename to web/vendor/symfony/serializer/Mapping/Loader/FileLoader.php diff --git a/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php b/web/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php similarity index 100% rename from vendor/symfony/serializer/Mapping/Loader/LoaderChain.php rename to web/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php diff --git a/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php b/web/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php similarity index 100% rename from vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php rename to web/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php diff --git a/vendor/symfony/serializer/Mapping/Loader/XmlFileLoader.php b/web/vendor/symfony/serializer/Mapping/Loader/XmlFileLoader.php similarity index 100% rename from vendor/symfony/serializer/Mapping/Loader/XmlFileLoader.php rename to web/vendor/symfony/serializer/Mapping/Loader/XmlFileLoader.php diff --git a/vendor/symfony/serializer/Mapping/Loader/YamlFileLoader.php b/web/vendor/symfony/serializer/Mapping/Loader/YamlFileLoader.php similarity index 100% rename from vendor/symfony/serializer/Mapping/Loader/YamlFileLoader.php rename to web/vendor/symfony/serializer/Mapping/Loader/YamlFileLoader.php diff --git a/vendor/symfony/serializer/Mapping/Loader/schema/dic/serializer-mapping/serializer-mapping-1.0.xsd b/web/vendor/symfony/serializer/Mapping/Loader/schema/dic/serializer-mapping/serializer-mapping-1.0.xsd similarity index 100% rename from vendor/symfony/serializer/Mapping/Loader/schema/dic/serializer-mapping/serializer-mapping-1.0.xsd rename to web/vendor/symfony/serializer/Mapping/Loader/schema/dic/serializer-mapping/serializer-mapping-1.0.xsd diff --git a/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php b/web/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php similarity index 100% rename from vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php rename to web/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php diff --git a/vendor/symfony/serializer/NameConverter/NameConverterInterface.php b/web/vendor/symfony/serializer/NameConverter/NameConverterInterface.php similarity index 100% rename from vendor/symfony/serializer/NameConverter/NameConverterInterface.php rename to web/vendor/symfony/serializer/NameConverter/NameConverterInterface.php diff --git a/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php b/web/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php similarity index 100% rename from vendor/symfony/serializer/Normalizer/AbstractNormalizer.php rename to web/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php diff --git a/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php b/web/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php similarity index 100% rename from vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php rename to web/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php diff --git a/vendor/symfony/serializer/Normalizer/CustomNormalizer.php b/web/vendor/symfony/serializer/Normalizer/CustomNormalizer.php similarity index 100% rename from vendor/symfony/serializer/Normalizer/CustomNormalizer.php rename to web/vendor/symfony/serializer/Normalizer/CustomNormalizer.php diff --git a/vendor/symfony/serializer/Normalizer/DenormalizableInterface.php b/web/vendor/symfony/serializer/Normalizer/DenormalizableInterface.php similarity index 100% rename from vendor/symfony/serializer/Normalizer/DenormalizableInterface.php rename to web/vendor/symfony/serializer/Normalizer/DenormalizableInterface.php diff --git a/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php b/web/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php similarity index 100% rename from vendor/symfony/serializer/Normalizer/DenormalizerInterface.php rename to web/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php diff --git a/vendor/symfony/serializer/Normalizer/GetSetMethodNormalizer.php b/web/vendor/symfony/serializer/Normalizer/GetSetMethodNormalizer.php similarity index 100% rename from vendor/symfony/serializer/Normalizer/GetSetMethodNormalizer.php rename to web/vendor/symfony/serializer/Normalizer/GetSetMethodNormalizer.php diff --git a/vendor/symfony/serializer/Normalizer/NormalizableInterface.php b/web/vendor/symfony/serializer/Normalizer/NormalizableInterface.php similarity index 100% rename from vendor/symfony/serializer/Normalizer/NormalizableInterface.php rename to web/vendor/symfony/serializer/Normalizer/NormalizableInterface.php diff --git a/vendor/symfony/serializer/Normalizer/NormalizerInterface.php b/web/vendor/symfony/serializer/Normalizer/NormalizerInterface.php similarity index 100% rename from vendor/symfony/serializer/Normalizer/NormalizerInterface.php rename to web/vendor/symfony/serializer/Normalizer/NormalizerInterface.php diff --git a/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php b/web/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php similarity index 100% rename from vendor/symfony/serializer/Normalizer/ObjectNormalizer.php rename to web/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php diff --git a/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php b/web/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php similarity index 100% rename from vendor/symfony/serializer/Normalizer/PropertyNormalizer.php rename to web/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php diff --git a/vendor/symfony/serializer/Normalizer/SerializerAwareNormalizer.php b/web/vendor/symfony/serializer/Normalizer/SerializerAwareNormalizer.php similarity index 100% rename from vendor/symfony/serializer/Normalizer/SerializerAwareNormalizer.php rename to web/vendor/symfony/serializer/Normalizer/SerializerAwareNormalizer.php diff --git a/vendor/symfony/serializer/README.md b/web/vendor/symfony/serializer/README.md similarity index 100% rename from vendor/symfony/serializer/README.md rename to web/vendor/symfony/serializer/README.md diff --git a/vendor/symfony/serializer/Serializer.php b/web/vendor/symfony/serializer/Serializer.php similarity index 100% rename from vendor/symfony/serializer/Serializer.php rename to web/vendor/symfony/serializer/Serializer.php diff --git a/vendor/symfony/serializer/SerializerAwareInterface.php b/web/vendor/symfony/serializer/SerializerAwareInterface.php similarity index 100% rename from vendor/symfony/serializer/SerializerAwareInterface.php rename to web/vendor/symfony/serializer/SerializerAwareInterface.php diff --git a/vendor/symfony/serializer/SerializerInterface.php b/web/vendor/symfony/serializer/SerializerInterface.php similarity index 100% rename from vendor/symfony/serializer/SerializerInterface.php rename to web/vendor/symfony/serializer/SerializerInterface.php diff --git a/vendor/symfony/serializer/composer.json b/web/vendor/symfony/serializer/composer.json similarity index 100% rename from vendor/symfony/serializer/composer.json rename to web/vendor/symfony/serializer/composer.json diff --git a/vendor/symfony/serializer/phpunit.xml.dist b/web/vendor/symfony/serializer/phpunit.xml.dist similarity index 100% rename from vendor/symfony/serializer/phpunit.xml.dist rename to web/vendor/symfony/serializer/phpunit.xml.dist diff --git a/vendor/symfony/translation/.gitignore b/web/vendor/symfony/translation/.gitignore similarity index 100% rename from vendor/symfony/translation/.gitignore rename to web/vendor/symfony/translation/.gitignore diff --git a/vendor/symfony/translation/CHANGELOG.md b/web/vendor/symfony/translation/CHANGELOG.md similarity index 100% rename from vendor/symfony/translation/CHANGELOG.md rename to web/vendor/symfony/translation/CHANGELOG.md diff --git a/vendor/symfony/translation/Catalogue/AbstractOperation.php b/web/vendor/symfony/translation/Catalogue/AbstractOperation.php similarity index 100% rename from vendor/symfony/translation/Catalogue/AbstractOperation.php rename to web/vendor/symfony/translation/Catalogue/AbstractOperation.php diff --git a/vendor/symfony/translation/Catalogue/DiffOperation.php b/web/vendor/symfony/translation/Catalogue/DiffOperation.php similarity index 100% rename from vendor/symfony/translation/Catalogue/DiffOperation.php rename to web/vendor/symfony/translation/Catalogue/DiffOperation.php diff --git a/vendor/symfony/translation/Catalogue/MergeOperation.php b/web/vendor/symfony/translation/Catalogue/MergeOperation.php similarity index 100% rename from vendor/symfony/translation/Catalogue/MergeOperation.php rename to web/vendor/symfony/translation/Catalogue/MergeOperation.php diff --git a/vendor/symfony/translation/Catalogue/OperationInterface.php b/web/vendor/symfony/translation/Catalogue/OperationInterface.php similarity index 100% rename from vendor/symfony/translation/Catalogue/OperationInterface.php rename to web/vendor/symfony/translation/Catalogue/OperationInterface.php diff --git a/vendor/symfony/translation/Catalogue/TargetOperation.php b/web/vendor/symfony/translation/Catalogue/TargetOperation.php similarity index 100% rename from vendor/symfony/translation/Catalogue/TargetOperation.php rename to web/vendor/symfony/translation/Catalogue/TargetOperation.php diff --git a/vendor/symfony/translation/DataCollector/TranslationDataCollector.php b/web/vendor/symfony/translation/DataCollector/TranslationDataCollector.php similarity index 100% rename from vendor/symfony/translation/DataCollector/TranslationDataCollector.php rename to web/vendor/symfony/translation/DataCollector/TranslationDataCollector.php diff --git a/vendor/symfony/translation/DataCollectorTranslator.php b/web/vendor/symfony/translation/DataCollectorTranslator.php similarity index 100% rename from vendor/symfony/translation/DataCollectorTranslator.php rename to web/vendor/symfony/translation/DataCollectorTranslator.php diff --git a/vendor/symfony/translation/Dumper/CsvFileDumper.php b/web/vendor/symfony/translation/Dumper/CsvFileDumper.php similarity index 100% rename from vendor/symfony/translation/Dumper/CsvFileDumper.php rename to web/vendor/symfony/translation/Dumper/CsvFileDumper.php diff --git a/vendor/symfony/translation/Dumper/DumperInterface.php b/web/vendor/symfony/translation/Dumper/DumperInterface.php similarity index 100% rename from vendor/symfony/translation/Dumper/DumperInterface.php rename to web/vendor/symfony/translation/Dumper/DumperInterface.php diff --git a/vendor/symfony/translation/Dumper/FileDumper.php b/web/vendor/symfony/translation/Dumper/FileDumper.php similarity index 100% rename from vendor/symfony/translation/Dumper/FileDumper.php rename to web/vendor/symfony/translation/Dumper/FileDumper.php diff --git a/vendor/symfony/translation/Dumper/IcuResFileDumper.php b/web/vendor/symfony/translation/Dumper/IcuResFileDumper.php similarity index 100% rename from vendor/symfony/translation/Dumper/IcuResFileDumper.php rename to web/vendor/symfony/translation/Dumper/IcuResFileDumper.php diff --git a/vendor/symfony/translation/Dumper/IniFileDumper.php b/web/vendor/symfony/translation/Dumper/IniFileDumper.php similarity index 100% rename from vendor/symfony/translation/Dumper/IniFileDumper.php rename to web/vendor/symfony/translation/Dumper/IniFileDumper.php diff --git a/vendor/symfony/translation/Dumper/JsonFileDumper.php b/web/vendor/symfony/translation/Dumper/JsonFileDumper.php similarity index 100% rename from vendor/symfony/translation/Dumper/JsonFileDumper.php rename to web/vendor/symfony/translation/Dumper/JsonFileDumper.php diff --git a/vendor/symfony/translation/Dumper/MoFileDumper.php b/web/vendor/symfony/translation/Dumper/MoFileDumper.php similarity index 100% rename from vendor/symfony/translation/Dumper/MoFileDumper.php rename to web/vendor/symfony/translation/Dumper/MoFileDumper.php diff --git a/vendor/symfony/translation/Dumper/PhpFileDumper.php b/web/vendor/symfony/translation/Dumper/PhpFileDumper.php similarity index 100% rename from vendor/symfony/translation/Dumper/PhpFileDumper.php rename to web/vendor/symfony/translation/Dumper/PhpFileDumper.php diff --git a/vendor/symfony/translation/Dumper/PoFileDumper.php b/web/vendor/symfony/translation/Dumper/PoFileDumper.php similarity index 100% rename from vendor/symfony/translation/Dumper/PoFileDumper.php rename to web/vendor/symfony/translation/Dumper/PoFileDumper.php diff --git a/vendor/symfony/translation/Dumper/QtFileDumper.php b/web/vendor/symfony/translation/Dumper/QtFileDumper.php similarity index 100% rename from vendor/symfony/translation/Dumper/QtFileDumper.php rename to web/vendor/symfony/translation/Dumper/QtFileDumper.php diff --git a/vendor/symfony/translation/Dumper/XliffFileDumper.php b/web/vendor/symfony/translation/Dumper/XliffFileDumper.php similarity index 100% rename from vendor/symfony/translation/Dumper/XliffFileDumper.php rename to web/vendor/symfony/translation/Dumper/XliffFileDumper.php diff --git a/vendor/symfony/translation/Dumper/YamlFileDumper.php b/web/vendor/symfony/translation/Dumper/YamlFileDumper.php similarity index 100% rename from vendor/symfony/translation/Dumper/YamlFileDumper.php rename to web/vendor/symfony/translation/Dumper/YamlFileDumper.php diff --git a/vendor/symfony/translation/Exception/ExceptionInterface.php b/web/vendor/symfony/translation/Exception/ExceptionInterface.php similarity index 100% rename from vendor/symfony/translation/Exception/ExceptionInterface.php rename to web/vendor/symfony/translation/Exception/ExceptionInterface.php diff --git a/vendor/symfony/translation/Exception/InvalidResourceException.php b/web/vendor/symfony/translation/Exception/InvalidResourceException.php similarity index 100% rename from vendor/symfony/translation/Exception/InvalidResourceException.php rename to web/vendor/symfony/translation/Exception/InvalidResourceException.php diff --git a/vendor/symfony/translation/Exception/NotFoundResourceException.php b/web/vendor/symfony/translation/Exception/NotFoundResourceException.php similarity index 100% rename from vendor/symfony/translation/Exception/NotFoundResourceException.php rename to web/vendor/symfony/translation/Exception/NotFoundResourceException.php diff --git a/vendor/symfony/translation/Extractor/AbstractFileExtractor.php b/web/vendor/symfony/translation/Extractor/AbstractFileExtractor.php similarity index 100% rename from vendor/symfony/translation/Extractor/AbstractFileExtractor.php rename to web/vendor/symfony/translation/Extractor/AbstractFileExtractor.php diff --git a/vendor/symfony/translation/Extractor/ChainExtractor.php b/web/vendor/symfony/translation/Extractor/ChainExtractor.php similarity index 100% rename from vendor/symfony/translation/Extractor/ChainExtractor.php rename to web/vendor/symfony/translation/Extractor/ChainExtractor.php diff --git a/vendor/symfony/translation/Extractor/ExtractorInterface.php b/web/vendor/symfony/translation/Extractor/ExtractorInterface.php similarity index 100% rename from vendor/symfony/translation/Extractor/ExtractorInterface.php rename to web/vendor/symfony/translation/Extractor/ExtractorInterface.php diff --git a/vendor/symfony/translation/IdentityTranslator.php b/web/vendor/symfony/translation/IdentityTranslator.php similarity index 100% rename from vendor/symfony/translation/IdentityTranslator.php rename to web/vendor/symfony/translation/IdentityTranslator.php diff --git a/vendor/symfony/translation/Interval.php b/web/vendor/symfony/translation/Interval.php similarity index 100% rename from vendor/symfony/translation/Interval.php rename to web/vendor/symfony/translation/Interval.php diff --git a/vendor/symfony/translation/LICENSE b/web/vendor/symfony/translation/LICENSE similarity index 100% rename from vendor/symfony/translation/LICENSE rename to web/vendor/symfony/translation/LICENSE diff --git a/vendor/symfony/translation/Loader/ArrayLoader.php b/web/vendor/symfony/translation/Loader/ArrayLoader.php similarity index 100% rename from vendor/symfony/translation/Loader/ArrayLoader.php rename to web/vendor/symfony/translation/Loader/ArrayLoader.php diff --git a/vendor/symfony/translation/Loader/CsvFileLoader.php b/web/vendor/symfony/translation/Loader/CsvFileLoader.php similarity index 100% rename from vendor/symfony/translation/Loader/CsvFileLoader.php rename to web/vendor/symfony/translation/Loader/CsvFileLoader.php diff --git a/vendor/symfony/translation/Loader/FileLoader.php b/web/vendor/symfony/translation/Loader/FileLoader.php similarity index 100% rename from vendor/symfony/translation/Loader/FileLoader.php rename to web/vendor/symfony/translation/Loader/FileLoader.php diff --git a/vendor/symfony/translation/Loader/IcuDatFileLoader.php b/web/vendor/symfony/translation/Loader/IcuDatFileLoader.php similarity index 100% rename from vendor/symfony/translation/Loader/IcuDatFileLoader.php rename to web/vendor/symfony/translation/Loader/IcuDatFileLoader.php diff --git a/vendor/symfony/translation/Loader/IcuResFileLoader.php b/web/vendor/symfony/translation/Loader/IcuResFileLoader.php similarity index 100% rename from vendor/symfony/translation/Loader/IcuResFileLoader.php rename to web/vendor/symfony/translation/Loader/IcuResFileLoader.php diff --git a/vendor/symfony/translation/Loader/IniFileLoader.php b/web/vendor/symfony/translation/Loader/IniFileLoader.php similarity index 100% rename from vendor/symfony/translation/Loader/IniFileLoader.php rename to web/vendor/symfony/translation/Loader/IniFileLoader.php diff --git a/vendor/symfony/translation/Loader/JsonFileLoader.php b/web/vendor/symfony/translation/Loader/JsonFileLoader.php similarity index 100% rename from vendor/symfony/translation/Loader/JsonFileLoader.php rename to web/vendor/symfony/translation/Loader/JsonFileLoader.php diff --git a/vendor/symfony/translation/Loader/LoaderInterface.php b/web/vendor/symfony/translation/Loader/LoaderInterface.php similarity index 100% rename from vendor/symfony/translation/Loader/LoaderInterface.php rename to web/vendor/symfony/translation/Loader/LoaderInterface.php diff --git a/vendor/symfony/translation/Loader/MoFileLoader.php b/web/vendor/symfony/translation/Loader/MoFileLoader.php similarity index 100% rename from vendor/symfony/translation/Loader/MoFileLoader.php rename to web/vendor/symfony/translation/Loader/MoFileLoader.php diff --git a/vendor/symfony/translation/Loader/PhpFileLoader.php b/web/vendor/symfony/translation/Loader/PhpFileLoader.php similarity index 100% rename from vendor/symfony/translation/Loader/PhpFileLoader.php rename to web/vendor/symfony/translation/Loader/PhpFileLoader.php diff --git a/vendor/symfony/translation/Loader/PoFileLoader.php b/web/vendor/symfony/translation/Loader/PoFileLoader.php similarity index 100% rename from vendor/symfony/translation/Loader/PoFileLoader.php rename to web/vendor/symfony/translation/Loader/PoFileLoader.php diff --git a/vendor/symfony/translation/Loader/QtFileLoader.php b/web/vendor/symfony/translation/Loader/QtFileLoader.php similarity index 100% rename from vendor/symfony/translation/Loader/QtFileLoader.php rename to web/vendor/symfony/translation/Loader/QtFileLoader.php diff --git a/vendor/symfony/translation/Loader/XliffFileLoader.php b/web/vendor/symfony/translation/Loader/XliffFileLoader.php similarity index 100% rename from vendor/symfony/translation/Loader/XliffFileLoader.php rename to web/vendor/symfony/translation/Loader/XliffFileLoader.php diff --git a/vendor/symfony/translation/Loader/YamlFileLoader.php b/web/vendor/symfony/translation/Loader/YamlFileLoader.php similarity index 100% rename from vendor/symfony/translation/Loader/YamlFileLoader.php rename to web/vendor/symfony/translation/Loader/YamlFileLoader.php diff --git a/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd b/web/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd similarity index 100% rename from vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd rename to web/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-1.2-strict.xsd diff --git a/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd b/web/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd similarity index 100% rename from vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd rename to web/vendor/symfony/translation/Loader/schema/dic/xliff-core/xliff-core-2.0.xsd diff --git a/vendor/symfony/translation/Loader/schema/dic/xliff-core/xml.xsd b/web/vendor/symfony/translation/Loader/schema/dic/xliff-core/xml.xsd similarity index 100% rename from vendor/symfony/translation/Loader/schema/dic/xliff-core/xml.xsd rename to web/vendor/symfony/translation/Loader/schema/dic/xliff-core/xml.xsd diff --git a/vendor/symfony/translation/LoggingTranslator.php b/web/vendor/symfony/translation/LoggingTranslator.php similarity index 100% rename from vendor/symfony/translation/LoggingTranslator.php rename to web/vendor/symfony/translation/LoggingTranslator.php diff --git a/vendor/symfony/translation/MessageCatalogue.php b/web/vendor/symfony/translation/MessageCatalogue.php similarity index 100% rename from vendor/symfony/translation/MessageCatalogue.php rename to web/vendor/symfony/translation/MessageCatalogue.php diff --git a/vendor/symfony/translation/MessageCatalogueInterface.php b/web/vendor/symfony/translation/MessageCatalogueInterface.php similarity index 100% rename from vendor/symfony/translation/MessageCatalogueInterface.php rename to web/vendor/symfony/translation/MessageCatalogueInterface.php diff --git a/vendor/symfony/translation/MessageSelector.php b/web/vendor/symfony/translation/MessageSelector.php similarity index 100% rename from vendor/symfony/translation/MessageSelector.php rename to web/vendor/symfony/translation/MessageSelector.php diff --git a/vendor/symfony/translation/MetadataAwareInterface.php b/web/vendor/symfony/translation/MetadataAwareInterface.php similarity index 100% rename from vendor/symfony/translation/MetadataAwareInterface.php rename to web/vendor/symfony/translation/MetadataAwareInterface.php diff --git a/vendor/symfony/translation/PluralizationRules.php b/web/vendor/symfony/translation/PluralizationRules.php similarity index 100% rename from vendor/symfony/translation/PluralizationRules.php rename to web/vendor/symfony/translation/PluralizationRules.php diff --git a/vendor/symfony/translation/README.md b/web/vendor/symfony/translation/README.md similarity index 100% rename from vendor/symfony/translation/README.md rename to web/vendor/symfony/translation/README.md diff --git a/vendor/symfony/translation/Translator.php b/web/vendor/symfony/translation/Translator.php similarity index 100% rename from vendor/symfony/translation/Translator.php rename to web/vendor/symfony/translation/Translator.php diff --git a/vendor/symfony/translation/TranslatorBagInterface.php b/web/vendor/symfony/translation/TranslatorBagInterface.php similarity index 100% rename from vendor/symfony/translation/TranslatorBagInterface.php rename to web/vendor/symfony/translation/TranslatorBagInterface.php diff --git a/vendor/symfony/translation/TranslatorInterface.php b/web/vendor/symfony/translation/TranslatorInterface.php similarity index 100% rename from vendor/symfony/translation/TranslatorInterface.php rename to web/vendor/symfony/translation/TranslatorInterface.php diff --git a/vendor/symfony/translation/Util/ArrayConverter.php b/web/vendor/symfony/translation/Util/ArrayConverter.php similarity index 100% rename from vendor/symfony/translation/Util/ArrayConverter.php rename to web/vendor/symfony/translation/Util/ArrayConverter.php diff --git a/vendor/symfony/translation/Writer/TranslationWriter.php b/web/vendor/symfony/translation/Writer/TranslationWriter.php similarity index 100% rename from vendor/symfony/translation/Writer/TranslationWriter.php rename to web/vendor/symfony/translation/Writer/TranslationWriter.php diff --git a/vendor/symfony/translation/composer.json b/web/vendor/symfony/translation/composer.json similarity index 100% rename from vendor/symfony/translation/composer.json rename to web/vendor/symfony/translation/composer.json diff --git a/vendor/symfony/translation/phpunit.xml.dist b/web/vendor/symfony/translation/phpunit.xml.dist similarity index 100% rename from vendor/symfony/translation/phpunit.xml.dist rename to web/vendor/symfony/translation/phpunit.xml.dist diff --git a/vendor/symfony/validator/.gitignore b/web/vendor/symfony/validator/.gitignore similarity index 100% rename from vendor/symfony/validator/.gitignore rename to web/vendor/symfony/validator/.gitignore diff --git a/vendor/symfony/validator/CHANGELOG.md b/web/vendor/symfony/validator/CHANGELOG.md similarity index 100% rename from vendor/symfony/validator/CHANGELOG.md rename to web/vendor/symfony/validator/CHANGELOG.md diff --git a/vendor/symfony/validator/ClassBasedInterface.php b/web/vendor/symfony/validator/ClassBasedInterface.php similarity index 100% rename from vendor/symfony/validator/ClassBasedInterface.php rename to web/vendor/symfony/validator/ClassBasedInterface.php diff --git a/vendor/symfony/validator/Constraint.php b/web/vendor/symfony/validator/Constraint.php similarity index 100% rename from vendor/symfony/validator/Constraint.php rename to web/vendor/symfony/validator/Constraint.php diff --git a/vendor/symfony/validator/ConstraintValidator.php b/web/vendor/symfony/validator/ConstraintValidator.php similarity index 100% rename from vendor/symfony/validator/ConstraintValidator.php rename to web/vendor/symfony/validator/ConstraintValidator.php diff --git a/vendor/symfony/validator/ConstraintValidatorFactory.php b/web/vendor/symfony/validator/ConstraintValidatorFactory.php similarity index 100% rename from vendor/symfony/validator/ConstraintValidatorFactory.php rename to web/vendor/symfony/validator/ConstraintValidatorFactory.php diff --git a/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php b/web/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php similarity index 100% rename from vendor/symfony/validator/ConstraintValidatorFactoryInterface.php rename to web/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php diff --git a/vendor/symfony/validator/ConstraintValidatorInterface.php b/web/vendor/symfony/validator/ConstraintValidatorInterface.php similarity index 100% rename from vendor/symfony/validator/ConstraintValidatorInterface.php rename to web/vendor/symfony/validator/ConstraintValidatorInterface.php diff --git a/vendor/symfony/validator/ConstraintViolation.php b/web/vendor/symfony/validator/ConstraintViolation.php similarity index 100% rename from vendor/symfony/validator/ConstraintViolation.php rename to web/vendor/symfony/validator/ConstraintViolation.php diff --git a/vendor/symfony/validator/ConstraintViolationInterface.php b/web/vendor/symfony/validator/ConstraintViolationInterface.php similarity index 100% rename from vendor/symfony/validator/ConstraintViolationInterface.php rename to web/vendor/symfony/validator/ConstraintViolationInterface.php diff --git a/vendor/symfony/validator/ConstraintViolationList.php b/web/vendor/symfony/validator/ConstraintViolationList.php similarity index 100% rename from vendor/symfony/validator/ConstraintViolationList.php rename to web/vendor/symfony/validator/ConstraintViolationList.php diff --git a/vendor/symfony/validator/ConstraintViolationListInterface.php b/web/vendor/symfony/validator/ConstraintViolationListInterface.php similarity index 100% rename from vendor/symfony/validator/ConstraintViolationListInterface.php rename to web/vendor/symfony/validator/ConstraintViolationListInterface.php diff --git a/vendor/symfony/validator/Constraints/AbstractComparison.php b/web/vendor/symfony/validator/Constraints/AbstractComparison.php similarity index 100% rename from vendor/symfony/validator/Constraints/AbstractComparison.php rename to web/vendor/symfony/validator/Constraints/AbstractComparison.php diff --git a/vendor/symfony/validator/Constraints/AbstractComparisonValidator.php b/web/vendor/symfony/validator/Constraints/AbstractComparisonValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/AbstractComparisonValidator.php rename to web/vendor/symfony/validator/Constraints/AbstractComparisonValidator.php diff --git a/vendor/symfony/validator/Constraints/All.php b/web/vendor/symfony/validator/Constraints/All.php similarity index 100% rename from vendor/symfony/validator/Constraints/All.php rename to web/vendor/symfony/validator/Constraints/All.php diff --git a/vendor/symfony/validator/Constraints/AllValidator.php b/web/vendor/symfony/validator/Constraints/AllValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/AllValidator.php rename to web/vendor/symfony/validator/Constraints/AllValidator.php diff --git a/vendor/symfony/validator/Constraints/Bic.php b/web/vendor/symfony/validator/Constraints/Bic.php similarity index 100% rename from vendor/symfony/validator/Constraints/Bic.php rename to web/vendor/symfony/validator/Constraints/Bic.php diff --git a/vendor/symfony/validator/Constraints/BicValidator.php b/web/vendor/symfony/validator/Constraints/BicValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/BicValidator.php rename to web/vendor/symfony/validator/Constraints/BicValidator.php diff --git a/vendor/symfony/validator/Constraints/Blank.php b/web/vendor/symfony/validator/Constraints/Blank.php similarity index 100% rename from vendor/symfony/validator/Constraints/Blank.php rename to web/vendor/symfony/validator/Constraints/Blank.php diff --git a/vendor/symfony/validator/Constraints/BlankValidator.php b/web/vendor/symfony/validator/Constraints/BlankValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/BlankValidator.php rename to web/vendor/symfony/validator/Constraints/BlankValidator.php diff --git a/vendor/symfony/validator/Constraints/Callback.php b/web/vendor/symfony/validator/Constraints/Callback.php similarity index 100% rename from vendor/symfony/validator/Constraints/Callback.php rename to web/vendor/symfony/validator/Constraints/Callback.php diff --git a/vendor/symfony/validator/Constraints/CallbackValidator.php b/web/vendor/symfony/validator/Constraints/CallbackValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/CallbackValidator.php rename to web/vendor/symfony/validator/Constraints/CallbackValidator.php diff --git a/vendor/symfony/validator/Constraints/CardScheme.php b/web/vendor/symfony/validator/Constraints/CardScheme.php similarity index 100% rename from vendor/symfony/validator/Constraints/CardScheme.php rename to web/vendor/symfony/validator/Constraints/CardScheme.php diff --git a/vendor/symfony/validator/Constraints/CardSchemeValidator.php b/web/vendor/symfony/validator/Constraints/CardSchemeValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/CardSchemeValidator.php rename to web/vendor/symfony/validator/Constraints/CardSchemeValidator.php diff --git a/vendor/symfony/validator/Constraints/Choice.php b/web/vendor/symfony/validator/Constraints/Choice.php similarity index 100% rename from vendor/symfony/validator/Constraints/Choice.php rename to web/vendor/symfony/validator/Constraints/Choice.php diff --git a/vendor/symfony/validator/Constraints/ChoiceValidator.php b/web/vendor/symfony/validator/Constraints/ChoiceValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/ChoiceValidator.php rename to web/vendor/symfony/validator/Constraints/ChoiceValidator.php diff --git a/vendor/symfony/validator/Constraints/Collection.php b/web/vendor/symfony/validator/Constraints/Collection.php similarity index 100% rename from vendor/symfony/validator/Constraints/Collection.php rename to web/vendor/symfony/validator/Constraints/Collection.php diff --git a/vendor/symfony/validator/Constraints/Collection/Optional.php b/web/vendor/symfony/validator/Constraints/Collection/Optional.php similarity index 100% rename from vendor/symfony/validator/Constraints/Collection/Optional.php rename to web/vendor/symfony/validator/Constraints/Collection/Optional.php diff --git a/vendor/symfony/validator/Constraints/Collection/Required.php b/web/vendor/symfony/validator/Constraints/Collection/Required.php similarity index 100% rename from vendor/symfony/validator/Constraints/Collection/Required.php rename to web/vendor/symfony/validator/Constraints/Collection/Required.php diff --git a/vendor/symfony/validator/Constraints/CollectionValidator.php b/web/vendor/symfony/validator/Constraints/CollectionValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/CollectionValidator.php rename to web/vendor/symfony/validator/Constraints/CollectionValidator.php diff --git a/vendor/symfony/validator/Constraints/Composite.php b/web/vendor/symfony/validator/Constraints/Composite.php similarity index 100% rename from vendor/symfony/validator/Constraints/Composite.php rename to web/vendor/symfony/validator/Constraints/Composite.php diff --git a/vendor/symfony/validator/Constraints/Count.php b/web/vendor/symfony/validator/Constraints/Count.php similarity index 100% rename from vendor/symfony/validator/Constraints/Count.php rename to web/vendor/symfony/validator/Constraints/Count.php diff --git a/vendor/symfony/validator/Constraints/CountValidator.php b/web/vendor/symfony/validator/Constraints/CountValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/CountValidator.php rename to web/vendor/symfony/validator/Constraints/CountValidator.php diff --git a/vendor/symfony/validator/Constraints/Country.php b/web/vendor/symfony/validator/Constraints/Country.php similarity index 100% rename from vendor/symfony/validator/Constraints/Country.php rename to web/vendor/symfony/validator/Constraints/Country.php diff --git a/vendor/symfony/validator/Constraints/CountryValidator.php b/web/vendor/symfony/validator/Constraints/CountryValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/CountryValidator.php rename to web/vendor/symfony/validator/Constraints/CountryValidator.php diff --git a/vendor/symfony/validator/Constraints/Currency.php b/web/vendor/symfony/validator/Constraints/Currency.php similarity index 100% rename from vendor/symfony/validator/Constraints/Currency.php rename to web/vendor/symfony/validator/Constraints/Currency.php diff --git a/vendor/symfony/validator/Constraints/CurrencyValidator.php b/web/vendor/symfony/validator/Constraints/CurrencyValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/CurrencyValidator.php rename to web/vendor/symfony/validator/Constraints/CurrencyValidator.php diff --git a/vendor/symfony/validator/Constraints/Date.php b/web/vendor/symfony/validator/Constraints/Date.php similarity index 100% rename from vendor/symfony/validator/Constraints/Date.php rename to web/vendor/symfony/validator/Constraints/Date.php diff --git a/vendor/symfony/validator/Constraints/DateTime.php b/web/vendor/symfony/validator/Constraints/DateTime.php similarity index 100% rename from vendor/symfony/validator/Constraints/DateTime.php rename to web/vendor/symfony/validator/Constraints/DateTime.php diff --git a/vendor/symfony/validator/Constraints/DateTimeValidator.php b/web/vendor/symfony/validator/Constraints/DateTimeValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/DateTimeValidator.php rename to web/vendor/symfony/validator/Constraints/DateTimeValidator.php diff --git a/vendor/symfony/validator/Constraints/DateValidator.php b/web/vendor/symfony/validator/Constraints/DateValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/DateValidator.php rename to web/vendor/symfony/validator/Constraints/DateValidator.php diff --git a/vendor/symfony/validator/Constraints/Email.php b/web/vendor/symfony/validator/Constraints/Email.php similarity index 100% rename from vendor/symfony/validator/Constraints/Email.php rename to web/vendor/symfony/validator/Constraints/Email.php diff --git a/vendor/symfony/validator/Constraints/EmailValidator.php b/web/vendor/symfony/validator/Constraints/EmailValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/EmailValidator.php rename to web/vendor/symfony/validator/Constraints/EmailValidator.php diff --git a/vendor/symfony/validator/Constraints/EqualTo.php b/web/vendor/symfony/validator/Constraints/EqualTo.php similarity index 100% rename from vendor/symfony/validator/Constraints/EqualTo.php rename to web/vendor/symfony/validator/Constraints/EqualTo.php diff --git a/vendor/symfony/validator/Constraints/EqualToValidator.php b/web/vendor/symfony/validator/Constraints/EqualToValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/EqualToValidator.php rename to web/vendor/symfony/validator/Constraints/EqualToValidator.php diff --git a/vendor/symfony/validator/Constraints/Existence.php b/web/vendor/symfony/validator/Constraints/Existence.php similarity index 100% rename from vendor/symfony/validator/Constraints/Existence.php rename to web/vendor/symfony/validator/Constraints/Existence.php diff --git a/vendor/symfony/validator/Constraints/Expression.php b/web/vendor/symfony/validator/Constraints/Expression.php similarity index 100% rename from vendor/symfony/validator/Constraints/Expression.php rename to web/vendor/symfony/validator/Constraints/Expression.php diff --git a/vendor/symfony/validator/Constraints/ExpressionValidator.php b/web/vendor/symfony/validator/Constraints/ExpressionValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/ExpressionValidator.php rename to web/vendor/symfony/validator/Constraints/ExpressionValidator.php diff --git a/vendor/symfony/validator/Constraints/False.php b/web/vendor/symfony/validator/Constraints/False.php similarity index 100% rename from vendor/symfony/validator/Constraints/False.php rename to web/vendor/symfony/validator/Constraints/False.php diff --git a/vendor/symfony/validator/Constraints/FalseValidator.php b/web/vendor/symfony/validator/Constraints/FalseValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/FalseValidator.php rename to web/vendor/symfony/validator/Constraints/FalseValidator.php diff --git a/vendor/symfony/validator/Constraints/File.php b/web/vendor/symfony/validator/Constraints/File.php similarity index 100% rename from vendor/symfony/validator/Constraints/File.php rename to web/vendor/symfony/validator/Constraints/File.php diff --git a/vendor/symfony/validator/Constraints/FileValidator.php b/web/vendor/symfony/validator/Constraints/FileValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/FileValidator.php rename to web/vendor/symfony/validator/Constraints/FileValidator.php diff --git a/vendor/symfony/validator/Constraints/GreaterThan.php b/web/vendor/symfony/validator/Constraints/GreaterThan.php similarity index 100% rename from vendor/symfony/validator/Constraints/GreaterThan.php rename to web/vendor/symfony/validator/Constraints/GreaterThan.php diff --git a/vendor/symfony/validator/Constraints/GreaterThanOrEqual.php b/web/vendor/symfony/validator/Constraints/GreaterThanOrEqual.php similarity index 100% rename from vendor/symfony/validator/Constraints/GreaterThanOrEqual.php rename to web/vendor/symfony/validator/Constraints/GreaterThanOrEqual.php diff --git a/vendor/symfony/validator/Constraints/GreaterThanOrEqualValidator.php b/web/vendor/symfony/validator/Constraints/GreaterThanOrEqualValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/GreaterThanOrEqualValidator.php rename to web/vendor/symfony/validator/Constraints/GreaterThanOrEqualValidator.php diff --git a/vendor/symfony/validator/Constraints/GreaterThanValidator.php b/web/vendor/symfony/validator/Constraints/GreaterThanValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/GreaterThanValidator.php rename to web/vendor/symfony/validator/Constraints/GreaterThanValidator.php diff --git a/vendor/symfony/validator/Constraints/GroupSequence.php b/web/vendor/symfony/validator/Constraints/GroupSequence.php similarity index 100% rename from vendor/symfony/validator/Constraints/GroupSequence.php rename to web/vendor/symfony/validator/Constraints/GroupSequence.php diff --git a/vendor/symfony/validator/Constraints/GroupSequenceProvider.php b/web/vendor/symfony/validator/Constraints/GroupSequenceProvider.php similarity index 100% rename from vendor/symfony/validator/Constraints/GroupSequenceProvider.php rename to web/vendor/symfony/validator/Constraints/GroupSequenceProvider.php diff --git a/vendor/symfony/validator/Constraints/Iban.php b/web/vendor/symfony/validator/Constraints/Iban.php similarity index 100% rename from vendor/symfony/validator/Constraints/Iban.php rename to web/vendor/symfony/validator/Constraints/Iban.php diff --git a/vendor/symfony/validator/Constraints/IbanValidator.php b/web/vendor/symfony/validator/Constraints/IbanValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/IbanValidator.php rename to web/vendor/symfony/validator/Constraints/IbanValidator.php diff --git a/vendor/symfony/validator/Constraints/IdenticalTo.php b/web/vendor/symfony/validator/Constraints/IdenticalTo.php similarity index 100% rename from vendor/symfony/validator/Constraints/IdenticalTo.php rename to web/vendor/symfony/validator/Constraints/IdenticalTo.php diff --git a/vendor/symfony/validator/Constraints/IdenticalToValidator.php b/web/vendor/symfony/validator/Constraints/IdenticalToValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/IdenticalToValidator.php rename to web/vendor/symfony/validator/Constraints/IdenticalToValidator.php diff --git a/vendor/symfony/validator/Constraints/Image.php b/web/vendor/symfony/validator/Constraints/Image.php similarity index 100% rename from vendor/symfony/validator/Constraints/Image.php rename to web/vendor/symfony/validator/Constraints/Image.php diff --git a/vendor/symfony/validator/Constraints/ImageValidator.php b/web/vendor/symfony/validator/Constraints/ImageValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/ImageValidator.php rename to web/vendor/symfony/validator/Constraints/ImageValidator.php diff --git a/vendor/symfony/validator/Constraints/Ip.php b/web/vendor/symfony/validator/Constraints/Ip.php similarity index 100% rename from vendor/symfony/validator/Constraints/Ip.php rename to web/vendor/symfony/validator/Constraints/Ip.php diff --git a/vendor/symfony/validator/Constraints/IpValidator.php b/web/vendor/symfony/validator/Constraints/IpValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/IpValidator.php rename to web/vendor/symfony/validator/Constraints/IpValidator.php diff --git a/vendor/symfony/validator/Constraints/IsFalse.php b/web/vendor/symfony/validator/Constraints/IsFalse.php similarity index 100% rename from vendor/symfony/validator/Constraints/IsFalse.php rename to web/vendor/symfony/validator/Constraints/IsFalse.php diff --git a/vendor/symfony/validator/Constraints/IsFalseValidator.php b/web/vendor/symfony/validator/Constraints/IsFalseValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/IsFalseValidator.php rename to web/vendor/symfony/validator/Constraints/IsFalseValidator.php diff --git a/vendor/symfony/validator/Constraints/IsNull.php b/web/vendor/symfony/validator/Constraints/IsNull.php similarity index 100% rename from vendor/symfony/validator/Constraints/IsNull.php rename to web/vendor/symfony/validator/Constraints/IsNull.php diff --git a/vendor/symfony/validator/Constraints/IsNullValidator.php b/web/vendor/symfony/validator/Constraints/IsNullValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/IsNullValidator.php rename to web/vendor/symfony/validator/Constraints/IsNullValidator.php diff --git a/vendor/symfony/validator/Constraints/IsTrue.php b/web/vendor/symfony/validator/Constraints/IsTrue.php similarity index 100% rename from vendor/symfony/validator/Constraints/IsTrue.php rename to web/vendor/symfony/validator/Constraints/IsTrue.php diff --git a/vendor/symfony/validator/Constraints/IsTrueValidator.php b/web/vendor/symfony/validator/Constraints/IsTrueValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/IsTrueValidator.php rename to web/vendor/symfony/validator/Constraints/IsTrueValidator.php diff --git a/vendor/symfony/validator/Constraints/Isbn.php b/web/vendor/symfony/validator/Constraints/Isbn.php similarity index 100% rename from vendor/symfony/validator/Constraints/Isbn.php rename to web/vendor/symfony/validator/Constraints/Isbn.php diff --git a/vendor/symfony/validator/Constraints/IsbnValidator.php b/web/vendor/symfony/validator/Constraints/IsbnValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/IsbnValidator.php rename to web/vendor/symfony/validator/Constraints/IsbnValidator.php diff --git a/vendor/symfony/validator/Constraints/Issn.php b/web/vendor/symfony/validator/Constraints/Issn.php similarity index 100% rename from vendor/symfony/validator/Constraints/Issn.php rename to web/vendor/symfony/validator/Constraints/Issn.php diff --git a/vendor/symfony/validator/Constraints/IssnValidator.php b/web/vendor/symfony/validator/Constraints/IssnValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/IssnValidator.php rename to web/vendor/symfony/validator/Constraints/IssnValidator.php diff --git a/vendor/symfony/validator/Constraints/Language.php b/web/vendor/symfony/validator/Constraints/Language.php similarity index 100% rename from vendor/symfony/validator/Constraints/Language.php rename to web/vendor/symfony/validator/Constraints/Language.php diff --git a/vendor/symfony/validator/Constraints/LanguageValidator.php b/web/vendor/symfony/validator/Constraints/LanguageValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/LanguageValidator.php rename to web/vendor/symfony/validator/Constraints/LanguageValidator.php diff --git a/vendor/symfony/validator/Constraints/Length.php b/web/vendor/symfony/validator/Constraints/Length.php similarity index 100% rename from vendor/symfony/validator/Constraints/Length.php rename to web/vendor/symfony/validator/Constraints/Length.php diff --git a/vendor/symfony/validator/Constraints/LengthValidator.php b/web/vendor/symfony/validator/Constraints/LengthValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/LengthValidator.php rename to web/vendor/symfony/validator/Constraints/LengthValidator.php diff --git a/vendor/symfony/validator/Constraints/LessThan.php b/web/vendor/symfony/validator/Constraints/LessThan.php similarity index 100% rename from vendor/symfony/validator/Constraints/LessThan.php rename to web/vendor/symfony/validator/Constraints/LessThan.php diff --git a/vendor/symfony/validator/Constraints/LessThanOrEqual.php b/web/vendor/symfony/validator/Constraints/LessThanOrEqual.php similarity index 100% rename from vendor/symfony/validator/Constraints/LessThanOrEqual.php rename to web/vendor/symfony/validator/Constraints/LessThanOrEqual.php diff --git a/vendor/symfony/validator/Constraints/LessThanOrEqualValidator.php b/web/vendor/symfony/validator/Constraints/LessThanOrEqualValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/LessThanOrEqualValidator.php rename to web/vendor/symfony/validator/Constraints/LessThanOrEqualValidator.php diff --git a/vendor/symfony/validator/Constraints/LessThanValidator.php b/web/vendor/symfony/validator/Constraints/LessThanValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/LessThanValidator.php rename to web/vendor/symfony/validator/Constraints/LessThanValidator.php diff --git a/vendor/symfony/validator/Constraints/Locale.php b/web/vendor/symfony/validator/Constraints/Locale.php similarity index 100% rename from vendor/symfony/validator/Constraints/Locale.php rename to web/vendor/symfony/validator/Constraints/Locale.php diff --git a/vendor/symfony/validator/Constraints/LocaleValidator.php b/web/vendor/symfony/validator/Constraints/LocaleValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/LocaleValidator.php rename to web/vendor/symfony/validator/Constraints/LocaleValidator.php diff --git a/vendor/symfony/validator/Constraints/Luhn.php b/web/vendor/symfony/validator/Constraints/Luhn.php similarity index 100% rename from vendor/symfony/validator/Constraints/Luhn.php rename to web/vendor/symfony/validator/Constraints/Luhn.php diff --git a/vendor/symfony/validator/Constraints/LuhnValidator.php b/web/vendor/symfony/validator/Constraints/LuhnValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/LuhnValidator.php rename to web/vendor/symfony/validator/Constraints/LuhnValidator.php diff --git a/vendor/symfony/validator/Constraints/NotBlank.php b/web/vendor/symfony/validator/Constraints/NotBlank.php similarity index 100% rename from vendor/symfony/validator/Constraints/NotBlank.php rename to web/vendor/symfony/validator/Constraints/NotBlank.php diff --git a/vendor/symfony/validator/Constraints/NotBlankValidator.php b/web/vendor/symfony/validator/Constraints/NotBlankValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/NotBlankValidator.php rename to web/vendor/symfony/validator/Constraints/NotBlankValidator.php diff --git a/vendor/symfony/validator/Constraints/NotEqualTo.php b/web/vendor/symfony/validator/Constraints/NotEqualTo.php similarity index 100% rename from vendor/symfony/validator/Constraints/NotEqualTo.php rename to web/vendor/symfony/validator/Constraints/NotEqualTo.php diff --git a/vendor/symfony/validator/Constraints/NotEqualToValidator.php b/web/vendor/symfony/validator/Constraints/NotEqualToValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/NotEqualToValidator.php rename to web/vendor/symfony/validator/Constraints/NotEqualToValidator.php diff --git a/vendor/symfony/validator/Constraints/NotIdenticalTo.php b/web/vendor/symfony/validator/Constraints/NotIdenticalTo.php similarity index 100% rename from vendor/symfony/validator/Constraints/NotIdenticalTo.php rename to web/vendor/symfony/validator/Constraints/NotIdenticalTo.php diff --git a/vendor/symfony/validator/Constraints/NotIdenticalToValidator.php b/web/vendor/symfony/validator/Constraints/NotIdenticalToValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/NotIdenticalToValidator.php rename to web/vendor/symfony/validator/Constraints/NotIdenticalToValidator.php diff --git a/vendor/symfony/validator/Constraints/NotNull.php b/web/vendor/symfony/validator/Constraints/NotNull.php similarity index 100% rename from vendor/symfony/validator/Constraints/NotNull.php rename to web/vendor/symfony/validator/Constraints/NotNull.php diff --git a/vendor/symfony/validator/Constraints/NotNullValidator.php b/web/vendor/symfony/validator/Constraints/NotNullValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/NotNullValidator.php rename to web/vendor/symfony/validator/Constraints/NotNullValidator.php diff --git a/vendor/symfony/validator/Constraints/Null.php b/web/vendor/symfony/validator/Constraints/Null.php similarity index 100% rename from vendor/symfony/validator/Constraints/Null.php rename to web/vendor/symfony/validator/Constraints/Null.php diff --git a/vendor/symfony/validator/Constraints/NullValidator.php b/web/vendor/symfony/validator/Constraints/NullValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/NullValidator.php rename to web/vendor/symfony/validator/Constraints/NullValidator.php diff --git a/vendor/symfony/validator/Constraints/Optional.php b/web/vendor/symfony/validator/Constraints/Optional.php similarity index 100% rename from vendor/symfony/validator/Constraints/Optional.php rename to web/vendor/symfony/validator/Constraints/Optional.php diff --git a/vendor/symfony/validator/Constraints/Range.php b/web/vendor/symfony/validator/Constraints/Range.php similarity index 100% rename from vendor/symfony/validator/Constraints/Range.php rename to web/vendor/symfony/validator/Constraints/Range.php diff --git a/vendor/symfony/validator/Constraints/RangeValidator.php b/web/vendor/symfony/validator/Constraints/RangeValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/RangeValidator.php rename to web/vendor/symfony/validator/Constraints/RangeValidator.php diff --git a/vendor/symfony/validator/Constraints/Regex.php b/web/vendor/symfony/validator/Constraints/Regex.php similarity index 100% rename from vendor/symfony/validator/Constraints/Regex.php rename to web/vendor/symfony/validator/Constraints/Regex.php diff --git a/vendor/symfony/validator/Constraints/RegexValidator.php b/web/vendor/symfony/validator/Constraints/RegexValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/RegexValidator.php rename to web/vendor/symfony/validator/Constraints/RegexValidator.php diff --git a/vendor/symfony/validator/Constraints/Required.php b/web/vendor/symfony/validator/Constraints/Required.php similarity index 100% rename from vendor/symfony/validator/Constraints/Required.php rename to web/vendor/symfony/validator/Constraints/Required.php diff --git a/vendor/symfony/validator/Constraints/Time.php b/web/vendor/symfony/validator/Constraints/Time.php similarity index 100% rename from vendor/symfony/validator/Constraints/Time.php rename to web/vendor/symfony/validator/Constraints/Time.php diff --git a/vendor/symfony/validator/Constraints/TimeValidator.php b/web/vendor/symfony/validator/Constraints/TimeValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/TimeValidator.php rename to web/vendor/symfony/validator/Constraints/TimeValidator.php diff --git a/vendor/symfony/validator/Constraints/Traverse.php b/web/vendor/symfony/validator/Constraints/Traverse.php similarity index 100% rename from vendor/symfony/validator/Constraints/Traverse.php rename to web/vendor/symfony/validator/Constraints/Traverse.php diff --git a/vendor/symfony/validator/Constraints/True.php b/web/vendor/symfony/validator/Constraints/True.php similarity index 100% rename from vendor/symfony/validator/Constraints/True.php rename to web/vendor/symfony/validator/Constraints/True.php diff --git a/vendor/symfony/validator/Constraints/TrueValidator.php b/web/vendor/symfony/validator/Constraints/TrueValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/TrueValidator.php rename to web/vendor/symfony/validator/Constraints/TrueValidator.php diff --git a/vendor/symfony/validator/Constraints/Type.php b/web/vendor/symfony/validator/Constraints/Type.php similarity index 100% rename from vendor/symfony/validator/Constraints/Type.php rename to web/vendor/symfony/validator/Constraints/Type.php diff --git a/vendor/symfony/validator/Constraints/TypeValidator.php b/web/vendor/symfony/validator/Constraints/TypeValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/TypeValidator.php rename to web/vendor/symfony/validator/Constraints/TypeValidator.php diff --git a/vendor/symfony/validator/Constraints/Url.php b/web/vendor/symfony/validator/Constraints/Url.php similarity index 100% rename from vendor/symfony/validator/Constraints/Url.php rename to web/vendor/symfony/validator/Constraints/Url.php diff --git a/vendor/symfony/validator/Constraints/UrlValidator.php b/web/vendor/symfony/validator/Constraints/UrlValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/UrlValidator.php rename to web/vendor/symfony/validator/Constraints/UrlValidator.php diff --git a/vendor/symfony/validator/Constraints/Uuid.php b/web/vendor/symfony/validator/Constraints/Uuid.php similarity index 100% rename from vendor/symfony/validator/Constraints/Uuid.php rename to web/vendor/symfony/validator/Constraints/Uuid.php diff --git a/vendor/symfony/validator/Constraints/UuidValidator.php b/web/vendor/symfony/validator/Constraints/UuidValidator.php similarity index 100% rename from vendor/symfony/validator/Constraints/UuidValidator.php rename to web/vendor/symfony/validator/Constraints/UuidValidator.php diff --git a/vendor/symfony/validator/Constraints/Valid.php b/web/vendor/symfony/validator/Constraints/Valid.php similarity index 100% rename from vendor/symfony/validator/Constraints/Valid.php rename to web/vendor/symfony/validator/Constraints/Valid.php diff --git a/vendor/symfony/validator/Context/ExecutionContext.php b/web/vendor/symfony/validator/Context/ExecutionContext.php similarity index 100% rename from vendor/symfony/validator/Context/ExecutionContext.php rename to web/vendor/symfony/validator/Context/ExecutionContext.php diff --git a/vendor/symfony/validator/Context/ExecutionContextFactory.php b/web/vendor/symfony/validator/Context/ExecutionContextFactory.php similarity index 100% rename from vendor/symfony/validator/Context/ExecutionContextFactory.php rename to web/vendor/symfony/validator/Context/ExecutionContextFactory.php diff --git a/vendor/symfony/validator/Context/ExecutionContextFactoryInterface.php b/web/vendor/symfony/validator/Context/ExecutionContextFactoryInterface.php similarity index 100% rename from vendor/symfony/validator/Context/ExecutionContextFactoryInterface.php rename to web/vendor/symfony/validator/Context/ExecutionContextFactoryInterface.php diff --git a/vendor/symfony/validator/Context/ExecutionContextInterface.php b/web/vendor/symfony/validator/Context/ExecutionContextInterface.php similarity index 100% rename from vendor/symfony/validator/Context/ExecutionContextInterface.php rename to web/vendor/symfony/validator/Context/ExecutionContextInterface.php diff --git a/vendor/symfony/validator/Context/LegacyExecutionContext.php b/web/vendor/symfony/validator/Context/LegacyExecutionContext.php similarity index 100% rename from vendor/symfony/validator/Context/LegacyExecutionContext.php rename to web/vendor/symfony/validator/Context/LegacyExecutionContext.php diff --git a/vendor/symfony/validator/Context/LegacyExecutionContextFactory.php b/web/vendor/symfony/validator/Context/LegacyExecutionContextFactory.php similarity index 100% rename from vendor/symfony/validator/Context/LegacyExecutionContextFactory.php rename to web/vendor/symfony/validator/Context/LegacyExecutionContextFactory.php diff --git a/vendor/symfony/validator/DefaultTranslator.php b/web/vendor/symfony/validator/DefaultTranslator.php similarity index 100% rename from vendor/symfony/validator/DefaultTranslator.php rename to web/vendor/symfony/validator/DefaultTranslator.php diff --git a/vendor/symfony/validator/Exception/BadMethodCallException.php b/web/vendor/symfony/validator/Exception/BadMethodCallException.php similarity index 100% rename from vendor/symfony/validator/Exception/BadMethodCallException.php rename to web/vendor/symfony/validator/Exception/BadMethodCallException.php diff --git a/vendor/symfony/validator/Exception/ConstraintDefinitionException.php b/web/vendor/symfony/validator/Exception/ConstraintDefinitionException.php similarity index 100% rename from vendor/symfony/validator/Exception/ConstraintDefinitionException.php rename to web/vendor/symfony/validator/Exception/ConstraintDefinitionException.php diff --git a/vendor/symfony/validator/Exception/ExceptionInterface.php b/web/vendor/symfony/validator/Exception/ExceptionInterface.php similarity index 100% rename from vendor/symfony/validator/Exception/ExceptionInterface.php rename to web/vendor/symfony/validator/Exception/ExceptionInterface.php diff --git a/vendor/symfony/validator/Exception/GroupDefinitionException.php b/web/vendor/symfony/validator/Exception/GroupDefinitionException.php similarity index 100% rename from vendor/symfony/validator/Exception/GroupDefinitionException.php rename to web/vendor/symfony/validator/Exception/GroupDefinitionException.php diff --git a/vendor/symfony/validator/Exception/InvalidArgumentException.php b/web/vendor/symfony/validator/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/symfony/validator/Exception/InvalidArgumentException.php rename to web/vendor/symfony/validator/Exception/InvalidArgumentException.php diff --git a/vendor/symfony/validator/Exception/InvalidOptionsException.php b/web/vendor/symfony/validator/Exception/InvalidOptionsException.php similarity index 100% rename from vendor/symfony/validator/Exception/InvalidOptionsException.php rename to web/vendor/symfony/validator/Exception/InvalidOptionsException.php diff --git a/vendor/symfony/validator/Exception/MappingException.php b/web/vendor/symfony/validator/Exception/MappingException.php similarity index 100% rename from vendor/symfony/validator/Exception/MappingException.php rename to web/vendor/symfony/validator/Exception/MappingException.php diff --git a/vendor/symfony/validator/Exception/MissingOptionsException.php b/web/vendor/symfony/validator/Exception/MissingOptionsException.php similarity index 100% rename from vendor/symfony/validator/Exception/MissingOptionsException.php rename to web/vendor/symfony/validator/Exception/MissingOptionsException.php diff --git a/vendor/symfony/validator/Exception/NoSuchMetadataException.php b/web/vendor/symfony/validator/Exception/NoSuchMetadataException.php similarity index 100% rename from vendor/symfony/validator/Exception/NoSuchMetadataException.php rename to web/vendor/symfony/validator/Exception/NoSuchMetadataException.php diff --git a/vendor/symfony/validator/Exception/OutOfBoundsException.php b/web/vendor/symfony/validator/Exception/OutOfBoundsException.php similarity index 100% rename from vendor/symfony/validator/Exception/OutOfBoundsException.php rename to web/vendor/symfony/validator/Exception/OutOfBoundsException.php diff --git a/vendor/symfony/validator/Exception/RuntimeException.php b/web/vendor/symfony/validator/Exception/RuntimeException.php similarity index 100% rename from vendor/symfony/validator/Exception/RuntimeException.php rename to web/vendor/symfony/validator/Exception/RuntimeException.php diff --git a/vendor/symfony/validator/Exception/UnexpectedTypeException.php b/web/vendor/symfony/validator/Exception/UnexpectedTypeException.php similarity index 100% rename from vendor/symfony/validator/Exception/UnexpectedTypeException.php rename to web/vendor/symfony/validator/Exception/UnexpectedTypeException.php diff --git a/vendor/symfony/validator/Exception/UnsupportedMetadataException.php b/web/vendor/symfony/validator/Exception/UnsupportedMetadataException.php similarity index 100% rename from vendor/symfony/validator/Exception/UnsupportedMetadataException.php rename to web/vendor/symfony/validator/Exception/UnsupportedMetadataException.php diff --git a/vendor/symfony/validator/Exception/ValidatorException.php b/web/vendor/symfony/validator/Exception/ValidatorException.php similarity index 100% rename from vendor/symfony/validator/Exception/ValidatorException.php rename to web/vendor/symfony/validator/Exception/ValidatorException.php diff --git a/vendor/symfony/validator/ExecutionContext.php b/web/vendor/symfony/validator/ExecutionContext.php similarity index 100% rename from vendor/symfony/validator/ExecutionContext.php rename to web/vendor/symfony/validator/ExecutionContext.php diff --git a/vendor/symfony/validator/ExecutionContextInterface.php b/web/vendor/symfony/validator/ExecutionContextInterface.php similarity index 100% rename from vendor/symfony/validator/ExecutionContextInterface.php rename to web/vendor/symfony/validator/ExecutionContextInterface.php diff --git a/vendor/symfony/validator/GlobalExecutionContextInterface.php b/web/vendor/symfony/validator/GlobalExecutionContextInterface.php similarity index 100% rename from vendor/symfony/validator/GlobalExecutionContextInterface.php rename to web/vendor/symfony/validator/GlobalExecutionContextInterface.php diff --git a/vendor/symfony/validator/GroupSequenceProviderInterface.php b/web/vendor/symfony/validator/GroupSequenceProviderInterface.php similarity index 100% rename from vendor/symfony/validator/GroupSequenceProviderInterface.php rename to web/vendor/symfony/validator/GroupSequenceProviderInterface.php diff --git a/vendor/symfony/validator/LICENSE b/web/vendor/symfony/validator/LICENSE similarity index 100% rename from vendor/symfony/validator/LICENSE rename to web/vendor/symfony/validator/LICENSE diff --git a/vendor/symfony/validator/Mapping/BlackholeMetadataFactory.php b/web/vendor/symfony/validator/Mapping/BlackholeMetadataFactory.php similarity index 100% rename from vendor/symfony/validator/Mapping/BlackholeMetadataFactory.php rename to web/vendor/symfony/validator/Mapping/BlackholeMetadataFactory.php diff --git a/vendor/symfony/validator/Mapping/Cache/ApcCache.php b/web/vendor/symfony/validator/Mapping/Cache/ApcCache.php similarity index 100% rename from vendor/symfony/validator/Mapping/Cache/ApcCache.php rename to web/vendor/symfony/validator/Mapping/Cache/ApcCache.php diff --git a/vendor/symfony/validator/Mapping/Cache/CacheInterface.php b/web/vendor/symfony/validator/Mapping/Cache/CacheInterface.php similarity index 100% rename from vendor/symfony/validator/Mapping/Cache/CacheInterface.php rename to web/vendor/symfony/validator/Mapping/Cache/CacheInterface.php diff --git a/vendor/symfony/validator/Mapping/Cache/DoctrineCache.php b/web/vendor/symfony/validator/Mapping/Cache/DoctrineCache.php similarity index 100% rename from vendor/symfony/validator/Mapping/Cache/DoctrineCache.php rename to web/vendor/symfony/validator/Mapping/Cache/DoctrineCache.php diff --git a/vendor/symfony/validator/Mapping/CascadingStrategy.php b/web/vendor/symfony/validator/Mapping/CascadingStrategy.php similarity index 100% rename from vendor/symfony/validator/Mapping/CascadingStrategy.php rename to web/vendor/symfony/validator/Mapping/CascadingStrategy.php diff --git a/vendor/symfony/validator/Mapping/ClassMetadata.php b/web/vendor/symfony/validator/Mapping/ClassMetadata.php similarity index 100% rename from vendor/symfony/validator/Mapping/ClassMetadata.php rename to web/vendor/symfony/validator/Mapping/ClassMetadata.php diff --git a/vendor/symfony/validator/Mapping/ClassMetadataFactory.php b/web/vendor/symfony/validator/Mapping/ClassMetadataFactory.php similarity index 100% rename from vendor/symfony/validator/Mapping/ClassMetadataFactory.php rename to web/vendor/symfony/validator/Mapping/ClassMetadataFactory.php diff --git a/vendor/symfony/validator/Mapping/ClassMetadataInterface.php b/web/vendor/symfony/validator/Mapping/ClassMetadataInterface.php similarity index 100% rename from vendor/symfony/validator/Mapping/ClassMetadataInterface.php rename to web/vendor/symfony/validator/Mapping/ClassMetadataInterface.php diff --git a/vendor/symfony/validator/Mapping/ElementMetadata.php b/web/vendor/symfony/validator/Mapping/ElementMetadata.php similarity index 100% rename from vendor/symfony/validator/Mapping/ElementMetadata.php rename to web/vendor/symfony/validator/Mapping/ElementMetadata.php diff --git a/vendor/symfony/validator/Mapping/Factory/BlackHoleMetadataFactory.php b/web/vendor/symfony/validator/Mapping/Factory/BlackHoleMetadataFactory.php similarity index 100% rename from vendor/symfony/validator/Mapping/Factory/BlackHoleMetadataFactory.php rename to web/vendor/symfony/validator/Mapping/Factory/BlackHoleMetadataFactory.php diff --git a/vendor/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php b/web/vendor/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php similarity index 100% rename from vendor/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php rename to web/vendor/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php diff --git a/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php b/web/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php similarity index 100% rename from vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php rename to web/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php diff --git a/vendor/symfony/validator/Mapping/GenericMetadata.php b/web/vendor/symfony/validator/Mapping/GenericMetadata.php similarity index 100% rename from vendor/symfony/validator/Mapping/GenericMetadata.php rename to web/vendor/symfony/validator/Mapping/GenericMetadata.php diff --git a/vendor/symfony/validator/Mapping/GetterMetadata.php b/web/vendor/symfony/validator/Mapping/GetterMetadata.php similarity index 100% rename from vendor/symfony/validator/Mapping/GetterMetadata.php rename to web/vendor/symfony/validator/Mapping/GetterMetadata.php diff --git a/vendor/symfony/validator/Mapping/Loader/AbstractLoader.php b/web/vendor/symfony/validator/Mapping/Loader/AbstractLoader.php similarity index 100% rename from vendor/symfony/validator/Mapping/Loader/AbstractLoader.php rename to web/vendor/symfony/validator/Mapping/Loader/AbstractLoader.php diff --git a/vendor/symfony/validator/Mapping/Loader/AnnotationLoader.php b/web/vendor/symfony/validator/Mapping/Loader/AnnotationLoader.php similarity index 100% rename from vendor/symfony/validator/Mapping/Loader/AnnotationLoader.php rename to web/vendor/symfony/validator/Mapping/Loader/AnnotationLoader.php diff --git a/vendor/symfony/validator/Mapping/Loader/FileLoader.php b/web/vendor/symfony/validator/Mapping/Loader/FileLoader.php similarity index 100% rename from vendor/symfony/validator/Mapping/Loader/FileLoader.php rename to web/vendor/symfony/validator/Mapping/Loader/FileLoader.php diff --git a/vendor/symfony/validator/Mapping/Loader/FilesLoader.php b/web/vendor/symfony/validator/Mapping/Loader/FilesLoader.php similarity index 100% rename from vendor/symfony/validator/Mapping/Loader/FilesLoader.php rename to web/vendor/symfony/validator/Mapping/Loader/FilesLoader.php diff --git a/vendor/symfony/validator/Mapping/Loader/LoaderChain.php b/web/vendor/symfony/validator/Mapping/Loader/LoaderChain.php similarity index 100% rename from vendor/symfony/validator/Mapping/Loader/LoaderChain.php rename to web/vendor/symfony/validator/Mapping/Loader/LoaderChain.php diff --git a/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php b/web/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php similarity index 100% rename from vendor/symfony/validator/Mapping/Loader/LoaderInterface.php rename to web/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php diff --git a/vendor/symfony/validator/Mapping/Loader/StaticMethodLoader.php b/web/vendor/symfony/validator/Mapping/Loader/StaticMethodLoader.php similarity index 100% rename from vendor/symfony/validator/Mapping/Loader/StaticMethodLoader.php rename to web/vendor/symfony/validator/Mapping/Loader/StaticMethodLoader.php diff --git a/vendor/symfony/validator/Mapping/Loader/XmlFileLoader.php b/web/vendor/symfony/validator/Mapping/Loader/XmlFileLoader.php similarity index 100% rename from vendor/symfony/validator/Mapping/Loader/XmlFileLoader.php rename to web/vendor/symfony/validator/Mapping/Loader/XmlFileLoader.php diff --git a/vendor/symfony/validator/Mapping/Loader/XmlFilesLoader.php b/web/vendor/symfony/validator/Mapping/Loader/XmlFilesLoader.php similarity index 100% rename from vendor/symfony/validator/Mapping/Loader/XmlFilesLoader.php rename to web/vendor/symfony/validator/Mapping/Loader/XmlFilesLoader.php diff --git a/vendor/symfony/validator/Mapping/Loader/YamlFileLoader.php b/web/vendor/symfony/validator/Mapping/Loader/YamlFileLoader.php similarity index 100% rename from vendor/symfony/validator/Mapping/Loader/YamlFileLoader.php rename to web/vendor/symfony/validator/Mapping/Loader/YamlFileLoader.php diff --git a/vendor/symfony/validator/Mapping/Loader/YamlFilesLoader.php b/web/vendor/symfony/validator/Mapping/Loader/YamlFilesLoader.php similarity index 100% rename from vendor/symfony/validator/Mapping/Loader/YamlFilesLoader.php rename to web/vendor/symfony/validator/Mapping/Loader/YamlFilesLoader.php diff --git a/vendor/symfony/validator/Mapping/Loader/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd b/web/vendor/symfony/validator/Mapping/Loader/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd similarity index 100% rename from vendor/symfony/validator/Mapping/Loader/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd rename to web/vendor/symfony/validator/Mapping/Loader/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd diff --git a/vendor/symfony/validator/Mapping/MemberMetadata.php b/web/vendor/symfony/validator/Mapping/MemberMetadata.php similarity index 100% rename from vendor/symfony/validator/Mapping/MemberMetadata.php rename to web/vendor/symfony/validator/Mapping/MemberMetadata.php diff --git a/vendor/symfony/validator/Mapping/MetadataInterface.php b/web/vendor/symfony/validator/Mapping/MetadataInterface.php similarity index 100% rename from vendor/symfony/validator/Mapping/MetadataInterface.php rename to web/vendor/symfony/validator/Mapping/MetadataInterface.php diff --git a/vendor/symfony/validator/Mapping/PropertyMetadata.php b/web/vendor/symfony/validator/Mapping/PropertyMetadata.php similarity index 100% rename from vendor/symfony/validator/Mapping/PropertyMetadata.php rename to web/vendor/symfony/validator/Mapping/PropertyMetadata.php diff --git a/vendor/symfony/validator/Mapping/PropertyMetadataInterface.php b/web/vendor/symfony/validator/Mapping/PropertyMetadataInterface.php similarity index 100% rename from vendor/symfony/validator/Mapping/PropertyMetadataInterface.php rename to web/vendor/symfony/validator/Mapping/PropertyMetadataInterface.php diff --git a/vendor/symfony/validator/Mapping/TraversalStrategy.php b/web/vendor/symfony/validator/Mapping/TraversalStrategy.php similarity index 100% rename from vendor/symfony/validator/Mapping/TraversalStrategy.php rename to web/vendor/symfony/validator/Mapping/TraversalStrategy.php diff --git a/vendor/symfony/validator/MetadataFactoryInterface.php b/web/vendor/symfony/validator/MetadataFactoryInterface.php similarity index 100% rename from vendor/symfony/validator/MetadataFactoryInterface.php rename to web/vendor/symfony/validator/MetadataFactoryInterface.php diff --git a/vendor/symfony/validator/MetadataInterface.php b/web/vendor/symfony/validator/MetadataInterface.php similarity index 100% rename from vendor/symfony/validator/MetadataInterface.php rename to web/vendor/symfony/validator/MetadataInterface.php diff --git a/vendor/symfony/validator/ObjectInitializerInterface.php b/web/vendor/symfony/validator/ObjectInitializerInterface.php similarity index 100% rename from vendor/symfony/validator/ObjectInitializerInterface.php rename to web/vendor/symfony/validator/ObjectInitializerInterface.php diff --git a/vendor/symfony/validator/PropertyMetadataContainerInterface.php b/web/vendor/symfony/validator/PropertyMetadataContainerInterface.php similarity index 100% rename from vendor/symfony/validator/PropertyMetadataContainerInterface.php rename to web/vendor/symfony/validator/PropertyMetadataContainerInterface.php diff --git a/vendor/symfony/validator/PropertyMetadataInterface.php b/web/vendor/symfony/validator/PropertyMetadataInterface.php similarity index 100% rename from vendor/symfony/validator/PropertyMetadataInterface.php rename to web/vendor/symfony/validator/PropertyMetadataInterface.php diff --git a/vendor/symfony/validator/README.md b/web/vendor/symfony/validator/README.md similarity index 100% rename from vendor/symfony/validator/README.md rename to web/vendor/symfony/validator/README.md diff --git a/vendor/symfony/validator/Util/PropertyPath.php b/web/vendor/symfony/validator/Util/PropertyPath.php similarity index 100% rename from vendor/symfony/validator/Util/PropertyPath.php rename to web/vendor/symfony/validator/Util/PropertyPath.php diff --git a/vendor/symfony/validator/Validation.php b/web/vendor/symfony/validator/Validation.php similarity index 100% rename from vendor/symfony/validator/Validation.php rename to web/vendor/symfony/validator/Validation.php diff --git a/vendor/symfony/validator/ValidationVisitor.php b/web/vendor/symfony/validator/ValidationVisitor.php similarity index 100% rename from vendor/symfony/validator/ValidationVisitor.php rename to web/vendor/symfony/validator/ValidationVisitor.php diff --git a/vendor/symfony/validator/ValidationVisitorInterface.php b/web/vendor/symfony/validator/ValidationVisitorInterface.php similarity index 100% rename from vendor/symfony/validator/ValidationVisitorInterface.php rename to web/vendor/symfony/validator/ValidationVisitorInterface.php diff --git a/vendor/symfony/validator/Validator.php b/web/vendor/symfony/validator/Validator.php similarity index 100% rename from vendor/symfony/validator/Validator.php rename to web/vendor/symfony/validator/Validator.php diff --git a/vendor/symfony/validator/Validator/ContextualValidatorInterface.php b/web/vendor/symfony/validator/Validator/ContextualValidatorInterface.php similarity index 100% rename from vendor/symfony/validator/Validator/ContextualValidatorInterface.php rename to web/vendor/symfony/validator/Validator/ContextualValidatorInterface.php diff --git a/vendor/symfony/validator/Validator/LegacyValidator.php b/web/vendor/symfony/validator/Validator/LegacyValidator.php similarity index 100% rename from vendor/symfony/validator/Validator/LegacyValidator.php rename to web/vendor/symfony/validator/Validator/LegacyValidator.php diff --git a/vendor/symfony/validator/Validator/RecursiveContextualValidator.php b/web/vendor/symfony/validator/Validator/RecursiveContextualValidator.php similarity index 100% rename from vendor/symfony/validator/Validator/RecursiveContextualValidator.php rename to web/vendor/symfony/validator/Validator/RecursiveContextualValidator.php diff --git a/vendor/symfony/validator/Validator/RecursiveValidator.php b/web/vendor/symfony/validator/Validator/RecursiveValidator.php similarity index 100% rename from vendor/symfony/validator/Validator/RecursiveValidator.php rename to web/vendor/symfony/validator/Validator/RecursiveValidator.php diff --git a/vendor/symfony/validator/Validator/ValidatorInterface.php b/web/vendor/symfony/validator/Validator/ValidatorInterface.php similarity index 100% rename from vendor/symfony/validator/Validator/ValidatorInterface.php rename to web/vendor/symfony/validator/Validator/ValidatorInterface.php diff --git a/vendor/symfony/validator/ValidatorBuilder.php b/web/vendor/symfony/validator/ValidatorBuilder.php similarity index 100% rename from vendor/symfony/validator/ValidatorBuilder.php rename to web/vendor/symfony/validator/ValidatorBuilder.php diff --git a/vendor/symfony/validator/ValidatorBuilderInterface.php b/web/vendor/symfony/validator/ValidatorBuilderInterface.php similarity index 100% rename from vendor/symfony/validator/ValidatorBuilderInterface.php rename to web/vendor/symfony/validator/ValidatorBuilderInterface.php diff --git a/vendor/symfony/validator/ValidatorInterface.php b/web/vendor/symfony/validator/ValidatorInterface.php similarity index 100% rename from vendor/symfony/validator/ValidatorInterface.php rename to web/vendor/symfony/validator/ValidatorInterface.php diff --git a/vendor/symfony/validator/Violation/ConstraintViolationBuilder.php b/web/vendor/symfony/validator/Violation/ConstraintViolationBuilder.php similarity index 100% rename from vendor/symfony/validator/Violation/ConstraintViolationBuilder.php rename to web/vendor/symfony/validator/Violation/ConstraintViolationBuilder.php diff --git a/vendor/symfony/validator/Violation/ConstraintViolationBuilderInterface.php b/web/vendor/symfony/validator/Violation/ConstraintViolationBuilderInterface.php similarity index 100% rename from vendor/symfony/validator/Violation/ConstraintViolationBuilderInterface.php rename to web/vendor/symfony/validator/Violation/ConstraintViolationBuilderInterface.php diff --git a/vendor/symfony/validator/Violation/LegacyConstraintViolationBuilder.php b/web/vendor/symfony/validator/Violation/LegacyConstraintViolationBuilder.php similarity index 100% rename from vendor/symfony/validator/Violation/LegacyConstraintViolationBuilder.php rename to web/vendor/symfony/validator/Violation/LegacyConstraintViolationBuilder.php diff --git a/vendor/symfony/validator/composer.json b/web/vendor/symfony/validator/composer.json similarity index 100% rename from vendor/symfony/validator/composer.json rename to web/vendor/symfony/validator/composer.json diff --git a/vendor/symfony/validator/phpunit.xml.dist b/web/vendor/symfony/validator/phpunit.xml.dist similarity index 100% rename from vendor/symfony/validator/phpunit.xml.dist rename to web/vendor/symfony/validator/phpunit.xml.dist diff --git a/vendor/symfony/yaml/.gitignore b/web/vendor/symfony/yaml/.gitignore similarity index 100% rename from vendor/symfony/yaml/.gitignore rename to web/vendor/symfony/yaml/.gitignore diff --git a/vendor/symfony/yaml/CHANGELOG.md b/web/vendor/symfony/yaml/CHANGELOG.md similarity index 100% rename from vendor/symfony/yaml/CHANGELOG.md rename to web/vendor/symfony/yaml/CHANGELOG.md diff --git a/vendor/symfony/yaml/Dumper.php b/web/vendor/symfony/yaml/Dumper.php similarity index 100% rename from vendor/symfony/yaml/Dumper.php rename to web/vendor/symfony/yaml/Dumper.php diff --git a/vendor/symfony/yaml/Escaper.php b/web/vendor/symfony/yaml/Escaper.php similarity index 100% rename from vendor/symfony/yaml/Escaper.php rename to web/vendor/symfony/yaml/Escaper.php diff --git a/vendor/symfony/yaml/Exception/DumpException.php b/web/vendor/symfony/yaml/Exception/DumpException.php similarity index 100% rename from vendor/symfony/yaml/Exception/DumpException.php rename to web/vendor/symfony/yaml/Exception/DumpException.php diff --git a/vendor/symfony/yaml/Exception/ExceptionInterface.php b/web/vendor/symfony/yaml/Exception/ExceptionInterface.php similarity index 100% rename from vendor/symfony/yaml/Exception/ExceptionInterface.php rename to web/vendor/symfony/yaml/Exception/ExceptionInterface.php diff --git a/vendor/symfony/yaml/Exception/ParseException.php b/web/vendor/symfony/yaml/Exception/ParseException.php similarity index 100% rename from vendor/symfony/yaml/Exception/ParseException.php rename to web/vendor/symfony/yaml/Exception/ParseException.php diff --git a/vendor/symfony/yaml/Exception/RuntimeException.php b/web/vendor/symfony/yaml/Exception/RuntimeException.php similarity index 100% rename from vendor/symfony/yaml/Exception/RuntimeException.php rename to web/vendor/symfony/yaml/Exception/RuntimeException.php diff --git a/vendor/symfony/yaml/Inline.php b/web/vendor/symfony/yaml/Inline.php similarity index 100% rename from vendor/symfony/yaml/Inline.php rename to web/vendor/symfony/yaml/Inline.php diff --git a/vendor/symfony/yaml/LICENSE b/web/vendor/symfony/yaml/LICENSE similarity index 100% rename from vendor/symfony/yaml/LICENSE rename to web/vendor/symfony/yaml/LICENSE diff --git a/vendor/symfony/yaml/Parser.php b/web/vendor/symfony/yaml/Parser.php similarity index 100% rename from vendor/symfony/yaml/Parser.php rename to web/vendor/symfony/yaml/Parser.php diff --git a/vendor/symfony/yaml/README.md b/web/vendor/symfony/yaml/README.md similarity index 100% rename from vendor/symfony/yaml/README.md rename to web/vendor/symfony/yaml/README.md diff --git a/vendor/symfony/yaml/Unescaper.php b/web/vendor/symfony/yaml/Unescaper.php similarity index 100% rename from vendor/symfony/yaml/Unescaper.php rename to web/vendor/symfony/yaml/Unescaper.php diff --git a/vendor/symfony/yaml/Yaml.php b/web/vendor/symfony/yaml/Yaml.php similarity index 100% rename from vendor/symfony/yaml/Yaml.php rename to web/vendor/symfony/yaml/Yaml.php diff --git a/vendor/symfony/yaml/composer.json b/web/vendor/symfony/yaml/composer.json similarity index 100% rename from vendor/symfony/yaml/composer.json rename to web/vendor/symfony/yaml/composer.json diff --git a/vendor/symfony/yaml/phpunit.xml.dist b/web/vendor/symfony/yaml/phpunit.xml.dist similarity index 100% rename from vendor/symfony/yaml/phpunit.xml.dist rename to web/vendor/symfony/yaml/phpunit.xml.dist diff --git a/vendor/twig/twig/.editorconfig b/web/vendor/twig/twig/.editorconfig similarity index 100% rename from vendor/twig/twig/.editorconfig rename to web/vendor/twig/twig/.editorconfig diff --git a/vendor/twig/twig/.gitignore b/web/vendor/twig/twig/.gitignore similarity index 100% rename from vendor/twig/twig/.gitignore rename to web/vendor/twig/twig/.gitignore diff --git a/vendor/twig/twig/.travis.yml b/web/vendor/twig/twig/.travis.yml similarity index 100% rename from vendor/twig/twig/.travis.yml rename to web/vendor/twig/twig/.travis.yml diff --git a/vendor/twig/twig/CHANGELOG b/web/vendor/twig/twig/CHANGELOG similarity index 100% rename from vendor/twig/twig/CHANGELOG rename to web/vendor/twig/twig/CHANGELOG diff --git a/vendor/twig/twig/LICENSE b/web/vendor/twig/twig/LICENSE similarity index 100% rename from vendor/twig/twig/LICENSE rename to web/vendor/twig/twig/LICENSE diff --git a/vendor/twig/twig/README.rst b/web/vendor/twig/twig/README.rst similarity index 100% rename from vendor/twig/twig/README.rst rename to web/vendor/twig/twig/README.rst diff --git a/vendor/twig/twig/composer.json b/web/vendor/twig/twig/composer.json similarity index 100% rename from vendor/twig/twig/composer.json rename to web/vendor/twig/twig/composer.json diff --git a/vendor/twig/twig/lib/Twig/Autoloader.php b/web/vendor/twig/twig/lib/Twig/Autoloader.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Autoloader.php rename to web/vendor/twig/twig/lib/Twig/Autoloader.php diff --git a/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php b/web/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php similarity index 100% rename from vendor/twig/twig/lib/Twig/BaseNodeVisitor.php rename to web/vendor/twig/twig/lib/Twig/BaseNodeVisitor.php diff --git a/vendor/twig/twig/lib/Twig/Cache/Filesystem.php b/web/vendor/twig/twig/lib/Twig/Cache/Filesystem.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Cache/Filesystem.php rename to web/vendor/twig/twig/lib/Twig/Cache/Filesystem.php diff --git a/vendor/twig/twig/lib/Twig/Cache/Null.php b/web/vendor/twig/twig/lib/Twig/Cache/Null.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Cache/Null.php rename to web/vendor/twig/twig/lib/Twig/Cache/Null.php diff --git a/vendor/twig/twig/lib/Twig/CacheInterface.php b/web/vendor/twig/twig/lib/Twig/CacheInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/CacheInterface.php rename to web/vendor/twig/twig/lib/Twig/CacheInterface.php diff --git a/vendor/twig/twig/lib/Twig/Compiler.php b/web/vendor/twig/twig/lib/Twig/Compiler.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Compiler.php rename to web/vendor/twig/twig/lib/Twig/Compiler.php diff --git a/vendor/twig/twig/lib/Twig/CompilerInterface.php b/web/vendor/twig/twig/lib/Twig/CompilerInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/CompilerInterface.php rename to web/vendor/twig/twig/lib/Twig/CompilerInterface.php diff --git a/vendor/twig/twig/lib/Twig/Environment.php b/web/vendor/twig/twig/lib/Twig/Environment.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Environment.php rename to web/vendor/twig/twig/lib/Twig/Environment.php diff --git a/vendor/twig/twig/lib/Twig/Error.php b/web/vendor/twig/twig/lib/Twig/Error.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Error.php rename to web/vendor/twig/twig/lib/Twig/Error.php diff --git a/vendor/twig/twig/lib/Twig/Error/Loader.php b/web/vendor/twig/twig/lib/Twig/Error/Loader.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Error/Loader.php rename to web/vendor/twig/twig/lib/Twig/Error/Loader.php diff --git a/vendor/twig/twig/lib/Twig/Error/Runtime.php b/web/vendor/twig/twig/lib/Twig/Error/Runtime.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Error/Runtime.php rename to web/vendor/twig/twig/lib/Twig/Error/Runtime.php diff --git a/vendor/twig/twig/lib/Twig/Error/Syntax.php b/web/vendor/twig/twig/lib/Twig/Error/Syntax.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Error/Syntax.php rename to web/vendor/twig/twig/lib/Twig/Error/Syntax.php diff --git a/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php b/web/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php rename to web/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php diff --git a/vendor/twig/twig/lib/Twig/ExpressionParser.php b/web/vendor/twig/twig/lib/Twig/ExpressionParser.php similarity index 100% rename from vendor/twig/twig/lib/Twig/ExpressionParser.php rename to web/vendor/twig/twig/lib/Twig/ExpressionParser.php diff --git a/vendor/twig/twig/lib/Twig/Extension.php b/web/vendor/twig/twig/lib/Twig/Extension.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Extension.php rename to web/vendor/twig/twig/lib/Twig/Extension.php diff --git a/vendor/twig/twig/lib/Twig/Extension/Core.php b/web/vendor/twig/twig/lib/Twig/Extension/Core.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Extension/Core.php rename to web/vendor/twig/twig/lib/Twig/Extension/Core.php diff --git a/vendor/twig/twig/lib/Twig/Extension/Debug.php b/web/vendor/twig/twig/lib/Twig/Extension/Debug.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Extension/Debug.php rename to web/vendor/twig/twig/lib/Twig/Extension/Debug.php diff --git a/vendor/twig/twig/lib/Twig/Extension/Escaper.php b/web/vendor/twig/twig/lib/Twig/Extension/Escaper.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Extension/Escaper.php rename to web/vendor/twig/twig/lib/Twig/Extension/Escaper.php diff --git a/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php b/web/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php rename to web/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php diff --git a/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php b/web/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php rename to web/vendor/twig/twig/lib/Twig/Extension/InitRuntimeInterface.php diff --git a/vendor/twig/twig/lib/Twig/Extension/Optimizer.php b/web/vendor/twig/twig/lib/Twig/Extension/Optimizer.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Extension/Optimizer.php rename to web/vendor/twig/twig/lib/Twig/Extension/Optimizer.php diff --git a/vendor/twig/twig/lib/Twig/Extension/Profiler.php b/web/vendor/twig/twig/lib/Twig/Extension/Profiler.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Extension/Profiler.php rename to web/vendor/twig/twig/lib/Twig/Extension/Profiler.php diff --git a/vendor/twig/twig/lib/Twig/Extension/Sandbox.php b/web/vendor/twig/twig/lib/Twig/Extension/Sandbox.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Extension/Sandbox.php rename to web/vendor/twig/twig/lib/Twig/Extension/Sandbox.php diff --git a/vendor/twig/twig/lib/Twig/Extension/Staging.php b/web/vendor/twig/twig/lib/Twig/Extension/Staging.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Extension/Staging.php rename to web/vendor/twig/twig/lib/Twig/Extension/Staging.php diff --git a/vendor/twig/twig/lib/Twig/Extension/StringLoader.php b/web/vendor/twig/twig/lib/Twig/Extension/StringLoader.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Extension/StringLoader.php rename to web/vendor/twig/twig/lib/Twig/Extension/StringLoader.php diff --git a/vendor/twig/twig/lib/Twig/ExtensionInterface.php b/web/vendor/twig/twig/lib/Twig/ExtensionInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/ExtensionInterface.php rename to web/vendor/twig/twig/lib/Twig/ExtensionInterface.php diff --git a/vendor/twig/twig/lib/Twig/FileExtensionEscapingStrategy.php b/web/vendor/twig/twig/lib/Twig/FileExtensionEscapingStrategy.php similarity index 100% rename from vendor/twig/twig/lib/Twig/FileExtensionEscapingStrategy.php rename to web/vendor/twig/twig/lib/Twig/FileExtensionEscapingStrategy.php diff --git a/vendor/twig/twig/lib/Twig/Filter.php b/web/vendor/twig/twig/lib/Twig/Filter.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Filter.php rename to web/vendor/twig/twig/lib/Twig/Filter.php diff --git a/vendor/twig/twig/lib/Twig/Filter/Function.php b/web/vendor/twig/twig/lib/Twig/Filter/Function.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Filter/Function.php rename to web/vendor/twig/twig/lib/Twig/Filter/Function.php diff --git a/vendor/twig/twig/lib/Twig/Filter/Method.php b/web/vendor/twig/twig/lib/Twig/Filter/Method.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Filter/Method.php rename to web/vendor/twig/twig/lib/Twig/Filter/Method.php diff --git a/vendor/twig/twig/lib/Twig/Filter/Node.php b/web/vendor/twig/twig/lib/Twig/Filter/Node.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Filter/Node.php rename to web/vendor/twig/twig/lib/Twig/Filter/Node.php diff --git a/vendor/twig/twig/lib/Twig/FilterCallableInterface.php b/web/vendor/twig/twig/lib/Twig/FilterCallableInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/FilterCallableInterface.php rename to web/vendor/twig/twig/lib/Twig/FilterCallableInterface.php diff --git a/vendor/twig/twig/lib/Twig/FilterInterface.php b/web/vendor/twig/twig/lib/Twig/FilterInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/FilterInterface.php rename to web/vendor/twig/twig/lib/Twig/FilterInterface.php diff --git a/vendor/twig/twig/lib/Twig/Function.php b/web/vendor/twig/twig/lib/Twig/Function.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Function.php rename to web/vendor/twig/twig/lib/Twig/Function.php diff --git a/vendor/twig/twig/lib/Twig/Function/Function.php b/web/vendor/twig/twig/lib/Twig/Function/Function.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Function/Function.php rename to web/vendor/twig/twig/lib/Twig/Function/Function.php diff --git a/vendor/twig/twig/lib/Twig/Function/Method.php b/web/vendor/twig/twig/lib/Twig/Function/Method.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Function/Method.php rename to web/vendor/twig/twig/lib/Twig/Function/Method.php diff --git a/vendor/twig/twig/lib/Twig/Function/Node.php b/web/vendor/twig/twig/lib/Twig/Function/Node.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Function/Node.php rename to web/vendor/twig/twig/lib/Twig/Function/Node.php diff --git a/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php b/web/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/FunctionCallableInterface.php rename to web/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php diff --git a/vendor/twig/twig/lib/Twig/FunctionInterface.php b/web/vendor/twig/twig/lib/Twig/FunctionInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/FunctionInterface.php rename to web/vendor/twig/twig/lib/Twig/FunctionInterface.php diff --git a/vendor/twig/twig/lib/Twig/Lexer.php b/web/vendor/twig/twig/lib/Twig/Lexer.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Lexer.php rename to web/vendor/twig/twig/lib/Twig/Lexer.php diff --git a/vendor/twig/twig/lib/Twig/LexerInterface.php b/web/vendor/twig/twig/lib/Twig/LexerInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/LexerInterface.php rename to web/vendor/twig/twig/lib/Twig/LexerInterface.php diff --git a/vendor/twig/twig/lib/Twig/Loader/Array.php b/web/vendor/twig/twig/lib/Twig/Loader/Array.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Loader/Array.php rename to web/vendor/twig/twig/lib/Twig/Loader/Array.php diff --git a/vendor/twig/twig/lib/Twig/Loader/Chain.php b/web/vendor/twig/twig/lib/Twig/Loader/Chain.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Loader/Chain.php rename to web/vendor/twig/twig/lib/Twig/Loader/Chain.php diff --git a/vendor/twig/twig/lib/Twig/Loader/Filesystem.php b/web/vendor/twig/twig/lib/Twig/Loader/Filesystem.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Loader/Filesystem.php rename to web/vendor/twig/twig/lib/Twig/Loader/Filesystem.php diff --git a/vendor/twig/twig/lib/Twig/Loader/String.php b/web/vendor/twig/twig/lib/Twig/Loader/String.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Loader/String.php rename to web/vendor/twig/twig/lib/Twig/Loader/String.php diff --git a/vendor/twig/twig/lib/Twig/LoaderInterface.php b/web/vendor/twig/twig/lib/Twig/LoaderInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/LoaderInterface.php rename to web/vendor/twig/twig/lib/Twig/LoaderInterface.php diff --git a/vendor/twig/twig/lib/Twig/Markup.php b/web/vendor/twig/twig/lib/Twig/Markup.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Markup.php rename to web/vendor/twig/twig/lib/Twig/Markup.php diff --git a/vendor/twig/twig/lib/Twig/Node.php b/web/vendor/twig/twig/lib/Twig/Node.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node.php rename to web/vendor/twig/twig/lib/Twig/Node.php diff --git a/vendor/twig/twig/lib/Twig/Node/AutoEscape.php b/web/vendor/twig/twig/lib/Twig/Node/AutoEscape.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/AutoEscape.php rename to web/vendor/twig/twig/lib/Twig/Node/AutoEscape.php diff --git a/vendor/twig/twig/lib/Twig/Node/Block.php b/web/vendor/twig/twig/lib/Twig/Node/Block.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Block.php rename to web/vendor/twig/twig/lib/Twig/Node/Block.php diff --git a/vendor/twig/twig/lib/Twig/Node/BlockReference.php b/web/vendor/twig/twig/lib/Twig/Node/BlockReference.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/BlockReference.php rename to web/vendor/twig/twig/lib/Twig/Node/BlockReference.php diff --git a/vendor/twig/twig/lib/Twig/Node/Body.php b/web/vendor/twig/twig/lib/Twig/Node/Body.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Body.php rename to web/vendor/twig/twig/lib/Twig/Node/Body.php diff --git a/vendor/twig/twig/lib/Twig/Node/CheckSecurity.php b/web/vendor/twig/twig/lib/Twig/Node/CheckSecurity.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/CheckSecurity.php rename to web/vendor/twig/twig/lib/Twig/Node/CheckSecurity.php diff --git a/vendor/twig/twig/lib/Twig/Node/Do.php b/web/vendor/twig/twig/lib/Twig/Node/Do.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Do.php rename to web/vendor/twig/twig/lib/Twig/Node/Do.php diff --git a/vendor/twig/twig/lib/Twig/Node/Embed.php b/web/vendor/twig/twig/lib/Twig/Node/Embed.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Embed.php rename to web/vendor/twig/twig/lib/Twig/Node/Embed.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression.php b/web/vendor/twig/twig/lib/Twig/Node/Expression.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Array.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Array.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Array.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Array.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Matches.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Matches.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/Matches.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Matches.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/StartsWith.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/StartsWith.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/StartsWith.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/StartsWith.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Call.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Call.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Call.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Call.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Constant.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Filter.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Function.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Function.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Function.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Function.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Name.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Name.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Name.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Name.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/NullCoalesce.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/NullCoalesce.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/NullCoalesce.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/NullCoalesce.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Parent.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/TempName.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Test.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Test.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Test.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Test.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Unary.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php diff --git a/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php b/web/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php rename to web/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php diff --git a/vendor/twig/twig/lib/Twig/Node/Flush.php b/web/vendor/twig/twig/lib/Twig/Node/Flush.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Flush.php rename to web/vendor/twig/twig/lib/Twig/Node/Flush.php diff --git a/vendor/twig/twig/lib/Twig/Node/For.php b/web/vendor/twig/twig/lib/Twig/Node/For.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/For.php rename to web/vendor/twig/twig/lib/Twig/Node/For.php diff --git a/vendor/twig/twig/lib/Twig/Node/ForLoop.php b/web/vendor/twig/twig/lib/Twig/Node/ForLoop.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/ForLoop.php rename to web/vendor/twig/twig/lib/Twig/Node/ForLoop.php diff --git a/vendor/twig/twig/lib/Twig/Node/If.php b/web/vendor/twig/twig/lib/Twig/Node/If.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/If.php rename to web/vendor/twig/twig/lib/Twig/Node/If.php diff --git a/vendor/twig/twig/lib/Twig/Node/Import.php b/web/vendor/twig/twig/lib/Twig/Node/Import.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Import.php rename to web/vendor/twig/twig/lib/Twig/Node/Import.php diff --git a/vendor/twig/twig/lib/Twig/Node/Include.php b/web/vendor/twig/twig/lib/Twig/Node/Include.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Include.php rename to web/vendor/twig/twig/lib/Twig/Node/Include.php diff --git a/vendor/twig/twig/lib/Twig/Node/Macro.php b/web/vendor/twig/twig/lib/Twig/Node/Macro.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Macro.php rename to web/vendor/twig/twig/lib/Twig/Node/Macro.php diff --git a/vendor/twig/twig/lib/Twig/Node/Module.php b/web/vendor/twig/twig/lib/Twig/Node/Module.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Module.php rename to web/vendor/twig/twig/lib/Twig/Node/Module.php diff --git a/vendor/twig/twig/lib/Twig/Node/Print.php b/web/vendor/twig/twig/lib/Twig/Node/Print.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Print.php rename to web/vendor/twig/twig/lib/Twig/Node/Print.php diff --git a/vendor/twig/twig/lib/Twig/Node/Sandbox.php b/web/vendor/twig/twig/lib/Twig/Node/Sandbox.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Sandbox.php rename to web/vendor/twig/twig/lib/Twig/Node/Sandbox.php diff --git a/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php b/web/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php rename to web/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php diff --git a/vendor/twig/twig/lib/Twig/Node/Set.php b/web/vendor/twig/twig/lib/Twig/Node/Set.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Set.php rename to web/vendor/twig/twig/lib/Twig/Node/Set.php diff --git a/vendor/twig/twig/lib/Twig/Node/SetTemp.php b/web/vendor/twig/twig/lib/Twig/Node/SetTemp.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/SetTemp.php rename to web/vendor/twig/twig/lib/Twig/Node/SetTemp.php diff --git a/vendor/twig/twig/lib/Twig/Node/Spaceless.php b/web/vendor/twig/twig/lib/Twig/Node/Spaceless.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Spaceless.php rename to web/vendor/twig/twig/lib/Twig/Node/Spaceless.php diff --git a/vendor/twig/twig/lib/Twig/Node/Text.php b/web/vendor/twig/twig/lib/Twig/Node/Text.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Node/Text.php rename to web/vendor/twig/twig/lib/Twig/Node/Text.php diff --git a/vendor/twig/twig/lib/Twig/NodeInterface.php b/web/vendor/twig/twig/lib/Twig/NodeInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/NodeInterface.php rename to web/vendor/twig/twig/lib/Twig/NodeInterface.php diff --git a/vendor/twig/twig/lib/Twig/NodeOutputInterface.php b/web/vendor/twig/twig/lib/Twig/NodeOutputInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/NodeOutputInterface.php rename to web/vendor/twig/twig/lib/Twig/NodeOutputInterface.php diff --git a/vendor/twig/twig/lib/Twig/NodeTraverser.php b/web/vendor/twig/twig/lib/Twig/NodeTraverser.php similarity index 100% rename from vendor/twig/twig/lib/Twig/NodeTraverser.php rename to web/vendor/twig/twig/lib/Twig/NodeTraverser.php diff --git a/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php b/web/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php similarity index 100% rename from vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php rename to web/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php diff --git a/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php b/web/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php similarity index 100% rename from vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php rename to web/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php diff --git a/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php b/web/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php similarity index 100% rename from vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php rename to web/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php diff --git a/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php b/web/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php similarity index 100% rename from vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php rename to web/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php diff --git a/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php b/web/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/NodeVisitorInterface.php rename to web/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php diff --git a/vendor/twig/twig/lib/Twig/Parser.php b/web/vendor/twig/twig/lib/Twig/Parser.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Parser.php rename to web/vendor/twig/twig/lib/Twig/Parser.php diff --git a/vendor/twig/twig/lib/Twig/ParserInterface.php b/web/vendor/twig/twig/lib/Twig/ParserInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/ParserInterface.php rename to web/vendor/twig/twig/lib/Twig/ParserInterface.php diff --git a/vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php b/web/vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php rename to web/vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php diff --git a/vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php b/web/vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php rename to web/vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php diff --git a/vendor/twig/twig/lib/Twig/Profiler/Dumper/Text.php b/web/vendor/twig/twig/lib/Twig/Profiler/Dumper/Text.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Profiler/Dumper/Text.php rename to web/vendor/twig/twig/lib/Twig/Profiler/Dumper/Text.php diff --git a/vendor/twig/twig/lib/Twig/Profiler/Node/EnterProfile.php b/web/vendor/twig/twig/lib/Twig/Profiler/Node/EnterProfile.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Profiler/Node/EnterProfile.php rename to web/vendor/twig/twig/lib/Twig/Profiler/Node/EnterProfile.php diff --git a/vendor/twig/twig/lib/Twig/Profiler/Node/LeaveProfile.php b/web/vendor/twig/twig/lib/Twig/Profiler/Node/LeaveProfile.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Profiler/Node/LeaveProfile.php rename to web/vendor/twig/twig/lib/Twig/Profiler/Node/LeaveProfile.php diff --git a/vendor/twig/twig/lib/Twig/Profiler/NodeVisitor/Profiler.php b/web/vendor/twig/twig/lib/Twig/Profiler/NodeVisitor/Profiler.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Profiler/NodeVisitor/Profiler.php rename to web/vendor/twig/twig/lib/Twig/Profiler/NodeVisitor/Profiler.php diff --git a/vendor/twig/twig/lib/Twig/Profiler/Profile.php b/web/vendor/twig/twig/lib/Twig/Profiler/Profile.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Profiler/Profile.php rename to web/vendor/twig/twig/lib/Twig/Profiler/Profile.php diff --git a/vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php b/web/vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php rename to web/vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php diff --git a/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFilterError.php b/web/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFilterError.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFilterError.php rename to web/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFilterError.php diff --git a/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php b/web/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php rename to web/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedFunctionError.php diff --git a/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedTagError.php b/web/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedTagError.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedTagError.php rename to web/vendor/twig/twig/lib/Twig/Sandbox/SecurityNotAllowedTagError.php diff --git a/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php b/web/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php rename to web/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php diff --git a/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php b/web/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php rename to web/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php diff --git a/vendor/twig/twig/lib/Twig/SimpleFilter.php b/web/vendor/twig/twig/lib/Twig/SimpleFilter.php similarity index 100% rename from vendor/twig/twig/lib/Twig/SimpleFilter.php rename to web/vendor/twig/twig/lib/Twig/SimpleFilter.php diff --git a/vendor/twig/twig/lib/Twig/SimpleFunction.php b/web/vendor/twig/twig/lib/Twig/SimpleFunction.php similarity index 100% rename from vendor/twig/twig/lib/Twig/SimpleFunction.php rename to web/vendor/twig/twig/lib/Twig/SimpleFunction.php diff --git a/vendor/twig/twig/lib/Twig/SimpleTest.php b/web/vendor/twig/twig/lib/Twig/SimpleTest.php similarity index 100% rename from vendor/twig/twig/lib/Twig/SimpleTest.php rename to web/vendor/twig/twig/lib/Twig/SimpleTest.php diff --git a/vendor/twig/twig/lib/Twig/Template.php b/web/vendor/twig/twig/lib/Twig/Template.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Template.php rename to web/vendor/twig/twig/lib/Twig/Template.php diff --git a/vendor/twig/twig/lib/Twig/TemplateInterface.php b/web/vendor/twig/twig/lib/Twig/TemplateInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TemplateInterface.php rename to web/vendor/twig/twig/lib/Twig/TemplateInterface.php diff --git a/vendor/twig/twig/lib/Twig/Test.php b/web/vendor/twig/twig/lib/Twig/Test.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Test.php rename to web/vendor/twig/twig/lib/Twig/Test.php diff --git a/vendor/twig/twig/lib/Twig/Test/Function.php b/web/vendor/twig/twig/lib/Twig/Test/Function.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Test/Function.php rename to web/vendor/twig/twig/lib/Twig/Test/Function.php diff --git a/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php b/web/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php rename to web/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php diff --git a/vendor/twig/twig/lib/Twig/Test/Method.php b/web/vendor/twig/twig/lib/Twig/Test/Method.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Test/Method.php rename to web/vendor/twig/twig/lib/Twig/Test/Method.php diff --git a/vendor/twig/twig/lib/Twig/Test/Node.php b/web/vendor/twig/twig/lib/Twig/Test/Node.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Test/Node.php rename to web/vendor/twig/twig/lib/Twig/Test/Node.php diff --git a/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php b/web/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Test/NodeTestCase.php rename to web/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php diff --git a/vendor/twig/twig/lib/Twig/TestCallableInterface.php b/web/vendor/twig/twig/lib/Twig/TestCallableInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TestCallableInterface.php rename to web/vendor/twig/twig/lib/Twig/TestCallableInterface.php diff --git a/vendor/twig/twig/lib/Twig/TestInterface.php b/web/vendor/twig/twig/lib/Twig/TestInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TestInterface.php rename to web/vendor/twig/twig/lib/Twig/TestInterface.php diff --git a/vendor/twig/twig/lib/Twig/Token.php b/web/vendor/twig/twig/lib/Twig/Token.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Token.php rename to web/vendor/twig/twig/lib/Twig/Token.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser.php b/web/vendor/twig/twig/lib/Twig/TokenParser.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser.php rename to web/vendor/twig/twig/lib/Twig/TokenParser.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php b/web/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/Block.php b/web/vendor/twig/twig/lib/Twig/TokenParser/Block.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/Block.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/Block.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/Do.php b/web/vendor/twig/twig/lib/Twig/TokenParser/Do.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/Do.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/Do.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/Embed.php b/web/vendor/twig/twig/lib/Twig/TokenParser/Embed.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/Embed.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/Embed.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/Extends.php b/web/vendor/twig/twig/lib/Twig/TokenParser/Extends.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/Extends.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/Extends.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/Filter.php b/web/vendor/twig/twig/lib/Twig/TokenParser/Filter.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/Filter.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/Filter.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/Flush.php b/web/vendor/twig/twig/lib/Twig/TokenParser/Flush.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/Flush.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/Flush.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/For.php b/web/vendor/twig/twig/lib/Twig/TokenParser/For.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/For.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/For.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/From.php b/web/vendor/twig/twig/lib/Twig/TokenParser/From.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/From.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/From.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/If.php b/web/vendor/twig/twig/lib/Twig/TokenParser/If.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/If.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/If.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/Import.php b/web/vendor/twig/twig/lib/Twig/TokenParser/Import.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/Import.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/Import.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/Include.php b/web/vendor/twig/twig/lib/Twig/TokenParser/Include.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/Include.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/Include.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/Macro.php b/web/vendor/twig/twig/lib/Twig/TokenParser/Macro.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/Macro.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/Macro.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php b/web/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/Set.php b/web/vendor/twig/twig/lib/Twig/TokenParser/Set.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/Set.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/Set.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php b/web/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php diff --git a/vendor/twig/twig/lib/Twig/TokenParser/Use.php b/web/vendor/twig/twig/lib/Twig/TokenParser/Use.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParser/Use.php rename to web/vendor/twig/twig/lib/Twig/TokenParser/Use.php diff --git a/vendor/twig/twig/lib/Twig/TokenParserBroker.php b/web/vendor/twig/twig/lib/Twig/TokenParserBroker.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParserBroker.php rename to web/vendor/twig/twig/lib/Twig/TokenParserBroker.php diff --git a/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php b/web/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php rename to web/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php diff --git a/vendor/twig/twig/lib/Twig/TokenParserInterface.php b/web/vendor/twig/twig/lib/Twig/TokenParserInterface.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenParserInterface.php rename to web/vendor/twig/twig/lib/Twig/TokenParserInterface.php diff --git a/vendor/twig/twig/lib/Twig/TokenStream.php b/web/vendor/twig/twig/lib/Twig/TokenStream.php similarity index 100% rename from vendor/twig/twig/lib/Twig/TokenStream.php rename to web/vendor/twig/twig/lib/Twig/TokenStream.php diff --git a/vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php b/web/vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php rename to web/vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php diff --git a/vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php b/web/vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php similarity index 100% rename from vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php rename to web/vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php diff --git a/vendor/twig/twig/phpunit.xml.dist b/web/vendor/twig/twig/phpunit.xml.dist similarity index 100% rename from vendor/twig/twig/phpunit.xml.dist rename to web/vendor/twig/twig/phpunit.xml.dist diff --git a/vendor/web.config b/web/vendor/web.config similarity index 100% rename from vendor/web.config rename to web/vendor/web.config diff --git a/vendor/wikimedia/composer-merge-plugin/LICENSE b/web/vendor/wikimedia/composer-merge-plugin/LICENSE similarity index 100% rename from vendor/wikimedia/composer-merge-plugin/LICENSE rename to web/vendor/wikimedia/composer-merge-plugin/LICENSE diff --git a/vendor/wikimedia/composer-merge-plugin/README.md b/web/vendor/wikimedia/composer-merge-plugin/README.md similarity index 100% rename from vendor/wikimedia/composer-merge-plugin/README.md rename to web/vendor/wikimedia/composer-merge-plugin/README.md diff --git a/vendor/wikimedia/composer-merge-plugin/composer.json b/web/vendor/wikimedia/composer-merge-plugin/composer.json similarity index 100% rename from vendor/wikimedia/composer-merge-plugin/composer.json rename to web/vendor/wikimedia/composer-merge-plugin/composer.json diff --git a/vendor/wikimedia/composer-merge-plugin/src/Logger.php b/web/vendor/wikimedia/composer-merge-plugin/src/Logger.php similarity index 100% rename from vendor/wikimedia/composer-merge-plugin/src/Logger.php rename to web/vendor/wikimedia/composer-merge-plugin/src/Logger.php diff --git a/vendor/wikimedia/composer-merge-plugin/src/Merge/ExtraPackage.php b/web/vendor/wikimedia/composer-merge-plugin/src/Merge/ExtraPackage.php similarity index 100% rename from vendor/wikimedia/composer-merge-plugin/src/Merge/ExtraPackage.php rename to web/vendor/wikimedia/composer-merge-plugin/src/Merge/ExtraPackage.php diff --git a/vendor/wikimedia/composer-merge-plugin/src/Merge/MissingFileException.php b/web/vendor/wikimedia/composer-merge-plugin/src/Merge/MissingFileException.php similarity index 100% rename from vendor/wikimedia/composer-merge-plugin/src/Merge/MissingFileException.php rename to web/vendor/wikimedia/composer-merge-plugin/src/Merge/MissingFileException.php diff --git a/vendor/wikimedia/composer-merge-plugin/src/Merge/PluginState.php b/web/vendor/wikimedia/composer-merge-plugin/src/Merge/PluginState.php similarity index 100% rename from vendor/wikimedia/composer-merge-plugin/src/Merge/PluginState.php rename to web/vendor/wikimedia/composer-merge-plugin/src/Merge/PluginState.php diff --git a/vendor/wikimedia/composer-merge-plugin/src/Merge/StabilityFlags.php b/web/vendor/wikimedia/composer-merge-plugin/src/Merge/StabilityFlags.php similarity index 100% rename from vendor/wikimedia/composer-merge-plugin/src/Merge/StabilityFlags.php rename to web/vendor/wikimedia/composer-merge-plugin/src/Merge/StabilityFlags.php diff --git a/vendor/wikimedia/composer-merge-plugin/src/MergePlugin.php b/web/vendor/wikimedia/composer-merge-plugin/src/MergePlugin.php similarity index 100% rename from vendor/wikimedia/composer-merge-plugin/src/MergePlugin.php rename to web/vendor/wikimedia/composer-merge-plugin/src/MergePlugin.php diff --git a/vendor/zendframework/zend-diactoros/.coveralls.yml b/web/vendor/zendframework/zend-diactoros/.coveralls.yml similarity index 100% rename from vendor/zendframework/zend-diactoros/.coveralls.yml rename to web/vendor/zendframework/zend-diactoros/.coveralls.yml diff --git a/vendor/zendframework/zend-diactoros/CHANGELOG.md b/web/vendor/zendframework/zend-diactoros/CHANGELOG.md similarity index 100% rename from vendor/zendframework/zend-diactoros/CHANGELOG.md rename to web/vendor/zendframework/zend-diactoros/CHANGELOG.md diff --git a/vendor/zendframework/zend-diactoros/CONTRIBUTING.md b/web/vendor/zendframework/zend-diactoros/CONTRIBUTING.md similarity index 100% rename from vendor/zendframework/zend-diactoros/CONTRIBUTING.md rename to web/vendor/zendframework/zend-diactoros/CONTRIBUTING.md diff --git a/vendor/zendframework/zend-diactoros/LICENSE.md b/web/vendor/zendframework/zend-diactoros/LICENSE.md similarity index 100% rename from vendor/zendframework/zend-diactoros/LICENSE.md rename to web/vendor/zendframework/zend-diactoros/LICENSE.md diff --git a/vendor/zendframework/zend-diactoros/README.md b/web/vendor/zendframework/zend-diactoros/README.md similarity index 100% rename from vendor/zendframework/zend-diactoros/README.md rename to web/vendor/zendframework/zend-diactoros/README.md diff --git a/vendor/zendframework/zend-diactoros/composer.json b/web/vendor/zendframework/zend-diactoros/composer.json similarity index 100% rename from vendor/zendframework/zend-diactoros/composer.json rename to web/vendor/zendframework/zend-diactoros/composer.json diff --git a/vendor/zendframework/zend-diactoros/phpcs.xml b/web/vendor/zendframework/zend-diactoros/phpcs.xml similarity index 100% rename from vendor/zendframework/zend-diactoros/phpcs.xml rename to web/vendor/zendframework/zend-diactoros/phpcs.xml diff --git a/vendor/zendframework/zend-diactoros/src/AbstractSerializer.php b/web/vendor/zendframework/zend-diactoros/src/AbstractSerializer.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/AbstractSerializer.php rename to web/vendor/zendframework/zend-diactoros/src/AbstractSerializer.php diff --git a/vendor/zendframework/zend-diactoros/src/Exception/DeprecatedMethodException.php b/web/vendor/zendframework/zend-diactoros/src/Exception/DeprecatedMethodException.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Exception/DeprecatedMethodException.php rename to web/vendor/zendframework/zend-diactoros/src/Exception/DeprecatedMethodException.php diff --git a/vendor/zendframework/zend-diactoros/src/Exception/ExceptionInterface.php b/web/vendor/zendframework/zend-diactoros/src/Exception/ExceptionInterface.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Exception/ExceptionInterface.php rename to web/vendor/zendframework/zend-diactoros/src/Exception/ExceptionInterface.php diff --git a/vendor/zendframework/zend-diactoros/src/HeaderSecurity.php b/web/vendor/zendframework/zend-diactoros/src/HeaderSecurity.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/HeaderSecurity.php rename to web/vendor/zendframework/zend-diactoros/src/HeaderSecurity.php diff --git a/vendor/zendframework/zend-diactoros/src/MessageTrait.php b/web/vendor/zendframework/zend-diactoros/src/MessageTrait.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/MessageTrait.php rename to web/vendor/zendframework/zend-diactoros/src/MessageTrait.php diff --git a/vendor/zendframework/zend-diactoros/src/PhpInputStream.php b/web/vendor/zendframework/zend-diactoros/src/PhpInputStream.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/PhpInputStream.php rename to web/vendor/zendframework/zend-diactoros/src/PhpInputStream.php diff --git a/vendor/zendframework/zend-diactoros/src/RelativeStream.php b/web/vendor/zendframework/zend-diactoros/src/RelativeStream.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/RelativeStream.php rename to web/vendor/zendframework/zend-diactoros/src/RelativeStream.php diff --git a/vendor/zendframework/zend-diactoros/src/Request.php b/web/vendor/zendframework/zend-diactoros/src/Request.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Request.php rename to web/vendor/zendframework/zend-diactoros/src/Request.php diff --git a/vendor/zendframework/zend-diactoros/src/Request/Serializer.php b/web/vendor/zendframework/zend-diactoros/src/Request/Serializer.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Request/Serializer.php rename to web/vendor/zendframework/zend-diactoros/src/Request/Serializer.php diff --git a/vendor/zendframework/zend-diactoros/src/RequestTrait.php b/web/vendor/zendframework/zend-diactoros/src/RequestTrait.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/RequestTrait.php rename to web/vendor/zendframework/zend-diactoros/src/RequestTrait.php diff --git a/vendor/zendframework/zend-diactoros/src/Response.php b/web/vendor/zendframework/zend-diactoros/src/Response.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Response.php rename to web/vendor/zendframework/zend-diactoros/src/Response.php diff --git a/vendor/zendframework/zend-diactoros/src/Response/EmitterInterface.php b/web/vendor/zendframework/zend-diactoros/src/Response/EmitterInterface.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Response/EmitterInterface.php rename to web/vendor/zendframework/zend-diactoros/src/Response/EmitterInterface.php diff --git a/vendor/zendframework/zend-diactoros/src/Response/EmptyResponse.php b/web/vendor/zendframework/zend-diactoros/src/Response/EmptyResponse.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Response/EmptyResponse.php rename to web/vendor/zendframework/zend-diactoros/src/Response/EmptyResponse.php diff --git a/vendor/zendframework/zend-diactoros/src/Response/HtmlResponse.php b/web/vendor/zendframework/zend-diactoros/src/Response/HtmlResponse.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Response/HtmlResponse.php rename to web/vendor/zendframework/zend-diactoros/src/Response/HtmlResponse.php diff --git a/vendor/zendframework/zend-diactoros/src/Response/InjectContentTypeTrait.php b/web/vendor/zendframework/zend-diactoros/src/Response/InjectContentTypeTrait.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Response/InjectContentTypeTrait.php rename to web/vendor/zendframework/zend-diactoros/src/Response/InjectContentTypeTrait.php diff --git a/vendor/zendframework/zend-diactoros/src/Response/JsonResponse.php b/web/vendor/zendframework/zend-diactoros/src/Response/JsonResponse.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Response/JsonResponse.php rename to web/vendor/zendframework/zend-diactoros/src/Response/JsonResponse.php diff --git a/vendor/zendframework/zend-diactoros/src/Response/RedirectResponse.php b/web/vendor/zendframework/zend-diactoros/src/Response/RedirectResponse.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Response/RedirectResponse.php rename to web/vendor/zendframework/zend-diactoros/src/Response/RedirectResponse.php diff --git a/vendor/zendframework/zend-diactoros/src/Response/SapiEmitter.php b/web/vendor/zendframework/zend-diactoros/src/Response/SapiEmitter.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Response/SapiEmitter.php rename to web/vendor/zendframework/zend-diactoros/src/Response/SapiEmitter.php diff --git a/vendor/zendframework/zend-diactoros/src/Response/Serializer.php b/web/vendor/zendframework/zend-diactoros/src/Response/Serializer.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Response/Serializer.php rename to web/vendor/zendframework/zend-diactoros/src/Response/Serializer.php diff --git a/vendor/zendframework/zend-diactoros/src/Server.php b/web/vendor/zendframework/zend-diactoros/src/Server.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Server.php rename to web/vendor/zendframework/zend-diactoros/src/Server.php diff --git a/vendor/zendframework/zend-diactoros/src/ServerRequest.php b/web/vendor/zendframework/zend-diactoros/src/ServerRequest.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/ServerRequest.php rename to web/vendor/zendframework/zend-diactoros/src/ServerRequest.php diff --git a/vendor/zendframework/zend-diactoros/src/ServerRequestFactory.php b/web/vendor/zendframework/zend-diactoros/src/ServerRequestFactory.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/ServerRequestFactory.php rename to web/vendor/zendframework/zend-diactoros/src/ServerRequestFactory.php diff --git a/vendor/zendframework/zend-diactoros/src/Stream.php b/web/vendor/zendframework/zend-diactoros/src/Stream.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Stream.php rename to web/vendor/zendframework/zend-diactoros/src/Stream.php diff --git a/vendor/zendframework/zend-diactoros/src/UploadedFile.php b/web/vendor/zendframework/zend-diactoros/src/UploadedFile.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/UploadedFile.php rename to web/vendor/zendframework/zend-diactoros/src/UploadedFile.php diff --git a/vendor/zendframework/zend-diactoros/src/Uri.php b/web/vendor/zendframework/zend-diactoros/src/Uri.php similarity index 100% rename from vendor/zendframework/zend-diactoros/src/Uri.php rename to web/vendor/zendframework/zend-diactoros/src/Uri.php diff --git a/vendor/zendframework/zend-escaper/CONTRIBUTING.md b/web/vendor/zendframework/zend-escaper/CONTRIBUTING.md similarity index 100% rename from vendor/zendframework/zend-escaper/CONTRIBUTING.md rename to web/vendor/zendframework/zend-escaper/CONTRIBUTING.md diff --git a/vendor/zendframework/zend-escaper/LICENSE.md b/web/vendor/zendframework/zend-escaper/LICENSE.md similarity index 100% rename from vendor/zendframework/zend-escaper/LICENSE.md rename to web/vendor/zendframework/zend-escaper/LICENSE.md diff --git a/vendor/zendframework/zend-escaper/README.md b/web/vendor/zendframework/zend-escaper/README.md similarity index 100% rename from vendor/zendframework/zend-escaper/README.md rename to web/vendor/zendframework/zend-escaper/README.md diff --git a/vendor/zendframework/zend-escaper/composer.json b/web/vendor/zendframework/zend-escaper/composer.json similarity index 100% rename from vendor/zendframework/zend-escaper/composer.json rename to web/vendor/zendframework/zend-escaper/composer.json diff --git a/vendor/zendframework/zend-escaper/src/Escaper.php b/web/vendor/zendframework/zend-escaper/src/Escaper.php similarity index 100% rename from vendor/zendframework/zend-escaper/src/Escaper.php rename to web/vendor/zendframework/zend-escaper/src/Escaper.php diff --git a/vendor/zendframework/zend-escaper/src/Exception/ExceptionInterface.php b/web/vendor/zendframework/zend-escaper/src/Exception/ExceptionInterface.php similarity index 100% rename from vendor/zendframework/zend-escaper/src/Exception/ExceptionInterface.php rename to web/vendor/zendframework/zend-escaper/src/Exception/ExceptionInterface.php diff --git a/vendor/zendframework/zend-escaper/src/Exception/InvalidArgumentException.php b/web/vendor/zendframework/zend-escaper/src/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/zendframework/zend-escaper/src/Exception/InvalidArgumentException.php rename to web/vendor/zendframework/zend-escaper/src/Exception/InvalidArgumentException.php diff --git a/vendor/zendframework/zend-escaper/src/Exception/RuntimeException.php b/web/vendor/zendframework/zend-escaper/src/Exception/RuntimeException.php similarity index 100% rename from vendor/zendframework/zend-escaper/src/Exception/RuntimeException.php rename to web/vendor/zendframework/zend-escaper/src/Exception/RuntimeException.php diff --git a/vendor/zendframework/zend-feed/CHANGELOG.md b/web/vendor/zendframework/zend-feed/CHANGELOG.md similarity index 100% rename from vendor/zendframework/zend-feed/CHANGELOG.md rename to web/vendor/zendframework/zend-feed/CHANGELOG.md diff --git a/vendor/zendframework/zend-feed/CONTRIBUTING.md b/web/vendor/zendframework/zend-feed/CONTRIBUTING.md similarity index 100% rename from vendor/zendframework/zend-feed/CONTRIBUTING.md rename to web/vendor/zendframework/zend-feed/CONTRIBUTING.md diff --git a/vendor/zendframework/zend-feed/LICENSE.md b/web/vendor/zendframework/zend-feed/LICENSE.md similarity index 100% rename from vendor/zendframework/zend-feed/LICENSE.md rename to web/vendor/zendframework/zend-feed/LICENSE.md diff --git a/vendor/zendframework/zend-feed/README.md b/web/vendor/zendframework/zend-feed/README.md similarity index 100% rename from vendor/zendframework/zend-feed/README.md rename to web/vendor/zendframework/zend-feed/README.md diff --git a/vendor/zendframework/zend-feed/composer.json b/web/vendor/zendframework/zend-feed/composer.json similarity index 100% rename from vendor/zendframework/zend-feed/composer.json rename to web/vendor/zendframework/zend-feed/composer.json diff --git a/vendor/zendframework/zend-feed/src/Exception/BadMethodCallException.php b/web/vendor/zendframework/zend-feed/src/Exception/BadMethodCallException.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Exception/BadMethodCallException.php rename to web/vendor/zendframework/zend-feed/src/Exception/BadMethodCallException.php diff --git a/vendor/zendframework/zend-feed/src/Exception/ExceptionInterface.php b/web/vendor/zendframework/zend-feed/src/Exception/ExceptionInterface.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Exception/ExceptionInterface.php rename to web/vendor/zendframework/zend-feed/src/Exception/ExceptionInterface.php diff --git a/vendor/zendframework/zend-feed/src/Exception/InvalidArgumentException.php b/web/vendor/zendframework/zend-feed/src/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Exception/InvalidArgumentException.php rename to web/vendor/zendframework/zend-feed/src/Exception/InvalidArgumentException.php diff --git a/vendor/zendframework/zend-feed/src/Exception/RuntimeException.php b/web/vendor/zendframework/zend-feed/src/Exception/RuntimeException.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Exception/RuntimeException.php rename to web/vendor/zendframework/zend-feed/src/Exception/RuntimeException.php diff --git a/vendor/zendframework/zend-feed/src/PubSubHubbub/AbstractCallback.php b/web/vendor/zendframework/zend-feed/src/PubSubHubbub/AbstractCallback.php similarity index 100% rename from vendor/zendframework/zend-feed/src/PubSubHubbub/AbstractCallback.php rename to web/vendor/zendframework/zend-feed/src/PubSubHubbub/AbstractCallback.php diff --git a/vendor/zendframework/zend-feed/src/PubSubHubbub/CallbackInterface.php b/web/vendor/zendframework/zend-feed/src/PubSubHubbub/CallbackInterface.php similarity index 100% rename from vendor/zendframework/zend-feed/src/PubSubHubbub/CallbackInterface.php rename to web/vendor/zendframework/zend-feed/src/PubSubHubbub/CallbackInterface.php diff --git a/vendor/zendframework/zend-feed/src/PubSubHubbub/Exception/ExceptionInterface.php b/web/vendor/zendframework/zend-feed/src/PubSubHubbub/Exception/ExceptionInterface.php similarity index 100% rename from vendor/zendframework/zend-feed/src/PubSubHubbub/Exception/ExceptionInterface.php rename to web/vendor/zendframework/zend-feed/src/PubSubHubbub/Exception/ExceptionInterface.php diff --git a/vendor/zendframework/zend-feed/src/PubSubHubbub/Exception/InvalidArgumentException.php b/web/vendor/zendframework/zend-feed/src/PubSubHubbub/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/zendframework/zend-feed/src/PubSubHubbub/Exception/InvalidArgumentException.php rename to web/vendor/zendframework/zend-feed/src/PubSubHubbub/Exception/InvalidArgumentException.php diff --git a/vendor/zendframework/zend-feed/src/PubSubHubbub/Exception/RuntimeException.php b/web/vendor/zendframework/zend-feed/src/PubSubHubbub/Exception/RuntimeException.php similarity index 100% rename from vendor/zendframework/zend-feed/src/PubSubHubbub/Exception/RuntimeException.php rename to web/vendor/zendframework/zend-feed/src/PubSubHubbub/Exception/RuntimeException.php diff --git a/vendor/zendframework/zend-feed/src/PubSubHubbub/HttpResponse.php b/web/vendor/zendframework/zend-feed/src/PubSubHubbub/HttpResponse.php similarity index 100% rename from vendor/zendframework/zend-feed/src/PubSubHubbub/HttpResponse.php rename to web/vendor/zendframework/zend-feed/src/PubSubHubbub/HttpResponse.php diff --git a/vendor/zendframework/zend-feed/src/PubSubHubbub/Model/AbstractModel.php b/web/vendor/zendframework/zend-feed/src/PubSubHubbub/Model/AbstractModel.php similarity index 100% rename from vendor/zendframework/zend-feed/src/PubSubHubbub/Model/AbstractModel.php rename to web/vendor/zendframework/zend-feed/src/PubSubHubbub/Model/AbstractModel.php diff --git a/vendor/zendframework/zend-feed/src/PubSubHubbub/Model/Subscription.php b/web/vendor/zendframework/zend-feed/src/PubSubHubbub/Model/Subscription.php similarity index 100% rename from vendor/zendframework/zend-feed/src/PubSubHubbub/Model/Subscription.php rename to web/vendor/zendframework/zend-feed/src/PubSubHubbub/Model/Subscription.php diff --git a/vendor/zendframework/zend-feed/src/PubSubHubbub/Model/SubscriptionPersistenceInterface.php b/web/vendor/zendframework/zend-feed/src/PubSubHubbub/Model/SubscriptionPersistenceInterface.php similarity index 100% rename from vendor/zendframework/zend-feed/src/PubSubHubbub/Model/SubscriptionPersistenceInterface.php rename to web/vendor/zendframework/zend-feed/src/PubSubHubbub/Model/SubscriptionPersistenceInterface.php diff --git a/vendor/zendframework/zend-feed/src/PubSubHubbub/PubSubHubbub.php b/web/vendor/zendframework/zend-feed/src/PubSubHubbub/PubSubHubbub.php similarity index 100% rename from vendor/zendframework/zend-feed/src/PubSubHubbub/PubSubHubbub.php rename to web/vendor/zendframework/zend-feed/src/PubSubHubbub/PubSubHubbub.php diff --git a/vendor/zendframework/zend-feed/src/PubSubHubbub/Publisher.php b/web/vendor/zendframework/zend-feed/src/PubSubHubbub/Publisher.php similarity index 100% rename from vendor/zendframework/zend-feed/src/PubSubHubbub/Publisher.php rename to web/vendor/zendframework/zend-feed/src/PubSubHubbub/Publisher.php diff --git a/vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber.php b/web/vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber.php similarity index 100% rename from vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber.php rename to web/vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber.php diff --git a/vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber/Callback.php b/web/vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber/Callback.php similarity index 100% rename from vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber/Callback.php rename to web/vendor/zendframework/zend-feed/src/PubSubHubbub/Subscriber/Callback.php diff --git a/vendor/zendframework/zend-feed/src/PubSubHubbub/Version.php b/web/vendor/zendframework/zend-feed/src/PubSubHubbub/Version.php similarity index 100% rename from vendor/zendframework/zend-feed/src/PubSubHubbub/Version.php rename to web/vendor/zendframework/zend-feed/src/PubSubHubbub/Version.php diff --git a/vendor/zendframework/zend-feed/src/Reader/AbstractEntry.php b/web/vendor/zendframework/zend-feed/src/Reader/AbstractEntry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/AbstractEntry.php rename to web/vendor/zendframework/zend-feed/src/Reader/AbstractEntry.php diff --git a/vendor/zendframework/zend-feed/src/Reader/AbstractFeed.php b/web/vendor/zendframework/zend-feed/src/Reader/AbstractFeed.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/AbstractFeed.php rename to web/vendor/zendframework/zend-feed/src/Reader/AbstractFeed.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Collection.php b/web/vendor/zendframework/zend-feed/src/Reader/Collection.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Collection.php rename to web/vendor/zendframework/zend-feed/src/Reader/Collection.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Collection/AbstractCollection.php b/web/vendor/zendframework/zend-feed/src/Reader/Collection/AbstractCollection.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Collection/AbstractCollection.php rename to web/vendor/zendframework/zend-feed/src/Reader/Collection/AbstractCollection.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Collection/Author.php b/web/vendor/zendframework/zend-feed/src/Reader/Collection/Author.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Collection/Author.php rename to web/vendor/zendframework/zend-feed/src/Reader/Collection/Author.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Collection/Category.php b/web/vendor/zendframework/zend-feed/src/Reader/Collection/Category.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Collection/Category.php rename to web/vendor/zendframework/zend-feed/src/Reader/Collection/Category.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Collection/Collection.php b/web/vendor/zendframework/zend-feed/src/Reader/Collection/Collection.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Collection/Collection.php rename to web/vendor/zendframework/zend-feed/src/Reader/Collection/Collection.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Entry/AbstractEntry.php b/web/vendor/zendframework/zend-feed/src/Reader/Entry/AbstractEntry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Entry/AbstractEntry.php rename to web/vendor/zendframework/zend-feed/src/Reader/Entry/AbstractEntry.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Entry/Atom.php b/web/vendor/zendframework/zend-feed/src/Reader/Entry/Atom.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Entry/Atom.php rename to web/vendor/zendframework/zend-feed/src/Reader/Entry/Atom.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Entry/EntryInterface.php b/web/vendor/zendframework/zend-feed/src/Reader/Entry/EntryInterface.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Entry/EntryInterface.php rename to web/vendor/zendframework/zend-feed/src/Reader/Entry/EntryInterface.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Entry/Rss.php b/web/vendor/zendframework/zend-feed/src/Reader/Entry/Rss.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Entry/Rss.php rename to web/vendor/zendframework/zend-feed/src/Reader/Entry/Rss.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Exception/BadMethodCallException.php b/web/vendor/zendframework/zend-feed/src/Reader/Exception/BadMethodCallException.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Exception/BadMethodCallException.php rename to web/vendor/zendframework/zend-feed/src/Reader/Exception/BadMethodCallException.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Exception/ExceptionInterface.php b/web/vendor/zendframework/zend-feed/src/Reader/Exception/ExceptionInterface.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Exception/ExceptionInterface.php rename to web/vendor/zendframework/zend-feed/src/Reader/Exception/ExceptionInterface.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Exception/InvalidArgumentException.php b/web/vendor/zendframework/zend-feed/src/Reader/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Exception/InvalidArgumentException.php rename to web/vendor/zendframework/zend-feed/src/Reader/Exception/InvalidArgumentException.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Exception/RuntimeException.php b/web/vendor/zendframework/zend-feed/src/Reader/Exception/RuntimeException.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Exception/RuntimeException.php rename to web/vendor/zendframework/zend-feed/src/Reader/Exception/RuntimeException.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Extension/AbstractEntry.php b/web/vendor/zendframework/zend-feed/src/Reader/Extension/AbstractEntry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Extension/AbstractEntry.php rename to web/vendor/zendframework/zend-feed/src/Reader/Extension/AbstractEntry.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Extension/AbstractFeed.php b/web/vendor/zendframework/zend-feed/src/Reader/Extension/AbstractFeed.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Extension/AbstractFeed.php rename to web/vendor/zendframework/zend-feed/src/Reader/Extension/AbstractFeed.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Extension/Atom/Entry.php b/web/vendor/zendframework/zend-feed/src/Reader/Extension/Atom/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Extension/Atom/Entry.php rename to web/vendor/zendframework/zend-feed/src/Reader/Extension/Atom/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Extension/Atom/Feed.php b/web/vendor/zendframework/zend-feed/src/Reader/Extension/Atom/Feed.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Extension/Atom/Feed.php rename to web/vendor/zendframework/zend-feed/src/Reader/Extension/Atom/Feed.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Extension/Content/Entry.php b/web/vendor/zendframework/zend-feed/src/Reader/Extension/Content/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Extension/Content/Entry.php rename to web/vendor/zendframework/zend-feed/src/Reader/Extension/Content/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Extension/CreativeCommons/Entry.php b/web/vendor/zendframework/zend-feed/src/Reader/Extension/CreativeCommons/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Extension/CreativeCommons/Entry.php rename to web/vendor/zendframework/zend-feed/src/Reader/Extension/CreativeCommons/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Extension/CreativeCommons/Feed.php b/web/vendor/zendframework/zend-feed/src/Reader/Extension/CreativeCommons/Feed.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Extension/CreativeCommons/Feed.php rename to web/vendor/zendframework/zend-feed/src/Reader/Extension/CreativeCommons/Feed.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Extension/DublinCore/Entry.php b/web/vendor/zendframework/zend-feed/src/Reader/Extension/DublinCore/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Extension/DublinCore/Entry.php rename to web/vendor/zendframework/zend-feed/src/Reader/Extension/DublinCore/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Extension/DublinCore/Feed.php b/web/vendor/zendframework/zend-feed/src/Reader/Extension/DublinCore/Feed.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Extension/DublinCore/Feed.php rename to web/vendor/zendframework/zend-feed/src/Reader/Extension/DublinCore/Feed.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Extension/Podcast/Entry.php b/web/vendor/zendframework/zend-feed/src/Reader/Extension/Podcast/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Extension/Podcast/Entry.php rename to web/vendor/zendframework/zend-feed/src/Reader/Extension/Podcast/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Extension/Podcast/Feed.php b/web/vendor/zendframework/zend-feed/src/Reader/Extension/Podcast/Feed.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Extension/Podcast/Feed.php rename to web/vendor/zendframework/zend-feed/src/Reader/Extension/Podcast/Feed.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Extension/Slash/Entry.php b/web/vendor/zendframework/zend-feed/src/Reader/Extension/Slash/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Extension/Slash/Entry.php rename to web/vendor/zendframework/zend-feed/src/Reader/Extension/Slash/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Extension/Syndication/Feed.php b/web/vendor/zendframework/zend-feed/src/Reader/Extension/Syndication/Feed.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Extension/Syndication/Feed.php rename to web/vendor/zendframework/zend-feed/src/Reader/Extension/Syndication/Feed.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Extension/Thread/Entry.php b/web/vendor/zendframework/zend-feed/src/Reader/Extension/Thread/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Extension/Thread/Entry.php rename to web/vendor/zendframework/zend-feed/src/Reader/Extension/Thread/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Extension/WellFormedWeb/Entry.php b/web/vendor/zendframework/zend-feed/src/Reader/Extension/WellFormedWeb/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Extension/WellFormedWeb/Entry.php rename to web/vendor/zendframework/zend-feed/src/Reader/Extension/WellFormedWeb/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Reader/ExtensionManager.php b/web/vendor/zendframework/zend-feed/src/Reader/ExtensionManager.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/ExtensionManager.php rename to web/vendor/zendframework/zend-feed/src/Reader/ExtensionManager.php diff --git a/vendor/zendframework/zend-feed/src/Reader/ExtensionManagerInterface.php b/web/vendor/zendframework/zend-feed/src/Reader/ExtensionManagerInterface.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/ExtensionManagerInterface.php rename to web/vendor/zendframework/zend-feed/src/Reader/ExtensionManagerInterface.php diff --git a/vendor/zendframework/zend-feed/src/Reader/ExtensionPluginManager.php b/web/vendor/zendframework/zend-feed/src/Reader/ExtensionPluginManager.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/ExtensionPluginManager.php rename to web/vendor/zendframework/zend-feed/src/Reader/ExtensionPluginManager.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Feed/AbstractFeed.php b/web/vendor/zendframework/zend-feed/src/Reader/Feed/AbstractFeed.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Feed/AbstractFeed.php rename to web/vendor/zendframework/zend-feed/src/Reader/Feed/AbstractFeed.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Feed/Atom.php b/web/vendor/zendframework/zend-feed/src/Reader/Feed/Atom.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Feed/Atom.php rename to web/vendor/zendframework/zend-feed/src/Reader/Feed/Atom.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Feed/Atom/Source.php b/web/vendor/zendframework/zend-feed/src/Reader/Feed/Atom/Source.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Feed/Atom/Source.php rename to web/vendor/zendframework/zend-feed/src/Reader/Feed/Atom/Source.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php b/web/vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php rename to web/vendor/zendframework/zend-feed/src/Reader/Feed/FeedInterface.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Feed/Rss.php b/web/vendor/zendframework/zend-feed/src/Reader/Feed/Rss.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Feed/Rss.php rename to web/vendor/zendframework/zend-feed/src/Reader/Feed/Rss.php diff --git a/vendor/zendframework/zend-feed/src/Reader/FeedSet.php b/web/vendor/zendframework/zend-feed/src/Reader/FeedSet.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/FeedSet.php rename to web/vendor/zendframework/zend-feed/src/Reader/FeedSet.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Http/ClientInterface.php b/web/vendor/zendframework/zend-feed/src/Reader/Http/ClientInterface.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Http/ClientInterface.php rename to web/vendor/zendframework/zend-feed/src/Reader/Http/ClientInterface.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Http/ResponseInterface.php b/web/vendor/zendframework/zend-feed/src/Reader/Http/ResponseInterface.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Http/ResponseInterface.php rename to web/vendor/zendframework/zend-feed/src/Reader/Http/ResponseInterface.php diff --git a/vendor/zendframework/zend-feed/src/Reader/Reader.php b/web/vendor/zendframework/zend-feed/src/Reader/Reader.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/Reader.php rename to web/vendor/zendframework/zend-feed/src/Reader/Reader.php diff --git a/vendor/zendframework/zend-feed/src/Reader/ReaderImportInterface.php b/web/vendor/zendframework/zend-feed/src/Reader/ReaderImportInterface.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/ReaderImportInterface.php rename to web/vendor/zendframework/zend-feed/src/Reader/ReaderImportInterface.php diff --git a/vendor/zendframework/zend-feed/src/Reader/StandaloneExtensionManager.php b/web/vendor/zendframework/zend-feed/src/Reader/StandaloneExtensionManager.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Reader/StandaloneExtensionManager.php rename to web/vendor/zendframework/zend-feed/src/Reader/StandaloneExtensionManager.php diff --git a/vendor/zendframework/zend-feed/src/Uri.php b/web/vendor/zendframework/zend-feed/src/Uri.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Uri.php rename to web/vendor/zendframework/zend-feed/src/Uri.php diff --git a/vendor/zendframework/zend-feed/src/Writer/AbstractFeed.php b/web/vendor/zendframework/zend-feed/src/Writer/AbstractFeed.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/AbstractFeed.php rename to web/vendor/zendframework/zend-feed/src/Writer/AbstractFeed.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Deleted.php b/web/vendor/zendframework/zend-feed/src/Writer/Deleted.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Deleted.php rename to web/vendor/zendframework/zend-feed/src/Writer/Deleted.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Entry.php b/web/vendor/zendframework/zend-feed/src/Writer/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Entry.php rename to web/vendor/zendframework/zend-feed/src/Writer/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Exception/BadMethodCallException.php b/web/vendor/zendframework/zend-feed/src/Writer/Exception/BadMethodCallException.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Exception/BadMethodCallException.php rename to web/vendor/zendframework/zend-feed/src/Writer/Exception/BadMethodCallException.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Exception/ExceptionInterface.php b/web/vendor/zendframework/zend-feed/src/Writer/Exception/ExceptionInterface.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Exception/ExceptionInterface.php rename to web/vendor/zendframework/zend-feed/src/Writer/Exception/ExceptionInterface.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Exception/InvalidArgumentException.php b/web/vendor/zendframework/zend-feed/src/Writer/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Exception/InvalidArgumentException.php rename to web/vendor/zendframework/zend-feed/src/Writer/Exception/InvalidArgumentException.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Exception/RuntimeException.php b/web/vendor/zendframework/zend-feed/src/Writer/Exception/RuntimeException.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Exception/RuntimeException.php rename to web/vendor/zendframework/zend-feed/src/Writer/Exception/RuntimeException.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Extension/AbstractRenderer.php b/web/vendor/zendframework/zend-feed/src/Writer/Extension/AbstractRenderer.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Extension/AbstractRenderer.php rename to web/vendor/zendframework/zend-feed/src/Writer/Extension/AbstractRenderer.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Extension/Atom/Renderer/Feed.php b/web/vendor/zendframework/zend-feed/src/Writer/Extension/Atom/Renderer/Feed.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Extension/Atom/Renderer/Feed.php rename to web/vendor/zendframework/zend-feed/src/Writer/Extension/Atom/Renderer/Feed.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Extension/Content/Renderer/Entry.php b/web/vendor/zendframework/zend-feed/src/Writer/Extension/Content/Renderer/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Extension/Content/Renderer/Entry.php rename to web/vendor/zendframework/zend-feed/src/Writer/Extension/Content/Renderer/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Extension/DublinCore/Renderer/Entry.php b/web/vendor/zendframework/zend-feed/src/Writer/Extension/DublinCore/Renderer/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Extension/DublinCore/Renderer/Entry.php rename to web/vendor/zendframework/zend-feed/src/Writer/Extension/DublinCore/Renderer/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Extension/DublinCore/Renderer/Feed.php b/web/vendor/zendframework/zend-feed/src/Writer/Extension/DublinCore/Renderer/Feed.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Extension/DublinCore/Renderer/Feed.php rename to web/vendor/zendframework/zend-feed/src/Writer/Extension/DublinCore/Renderer/Feed.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Entry.php b/web/vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Entry.php rename to web/vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Feed.php b/web/vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Feed.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Feed.php rename to web/vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Feed.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Renderer/Entry.php b/web/vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Renderer/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Renderer/Entry.php rename to web/vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Renderer/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Renderer/Feed.php b/web/vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Renderer/Feed.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Renderer/Feed.php rename to web/vendor/zendframework/zend-feed/src/Writer/Extension/ITunes/Renderer/Feed.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Extension/RendererInterface.php b/web/vendor/zendframework/zend-feed/src/Writer/Extension/RendererInterface.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Extension/RendererInterface.php rename to web/vendor/zendframework/zend-feed/src/Writer/Extension/RendererInterface.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Extension/Slash/Renderer/Entry.php b/web/vendor/zendframework/zend-feed/src/Writer/Extension/Slash/Renderer/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Extension/Slash/Renderer/Entry.php rename to web/vendor/zendframework/zend-feed/src/Writer/Extension/Slash/Renderer/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Extension/Threading/Renderer/Entry.php b/web/vendor/zendframework/zend-feed/src/Writer/Extension/Threading/Renderer/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Extension/Threading/Renderer/Entry.php rename to web/vendor/zendframework/zend-feed/src/Writer/Extension/Threading/Renderer/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Extension/WellFormedWeb/Renderer/Entry.php b/web/vendor/zendframework/zend-feed/src/Writer/Extension/WellFormedWeb/Renderer/Entry.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Extension/WellFormedWeb/Renderer/Entry.php rename to web/vendor/zendframework/zend-feed/src/Writer/Extension/WellFormedWeb/Renderer/Entry.php diff --git a/vendor/zendframework/zend-feed/src/Writer/ExtensionManager.php b/web/vendor/zendframework/zend-feed/src/Writer/ExtensionManager.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/ExtensionManager.php rename to web/vendor/zendframework/zend-feed/src/Writer/ExtensionManager.php diff --git a/vendor/zendframework/zend-feed/src/Writer/ExtensionManagerInterface.php b/web/vendor/zendframework/zend-feed/src/Writer/ExtensionManagerInterface.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/ExtensionManagerInterface.php rename to web/vendor/zendframework/zend-feed/src/Writer/ExtensionManagerInterface.php diff --git a/vendor/zendframework/zend-feed/src/Writer/ExtensionPluginManager.php b/web/vendor/zendframework/zend-feed/src/Writer/ExtensionPluginManager.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/ExtensionPluginManager.php rename to web/vendor/zendframework/zend-feed/src/Writer/ExtensionPluginManager.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Feed.php b/web/vendor/zendframework/zend-feed/src/Writer/Feed.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Feed.php rename to web/vendor/zendframework/zend-feed/src/Writer/Feed.php diff --git a/vendor/zendframework/zend-feed/src/Writer/FeedFactory.php b/web/vendor/zendframework/zend-feed/src/Writer/FeedFactory.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/FeedFactory.php rename to web/vendor/zendframework/zend-feed/src/Writer/FeedFactory.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Renderer/AbstractRenderer.php b/web/vendor/zendframework/zend-feed/src/Writer/Renderer/AbstractRenderer.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Renderer/AbstractRenderer.php rename to web/vendor/zendframework/zend-feed/src/Writer/Renderer/AbstractRenderer.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/Atom.php b/web/vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/Atom.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/Atom.php rename to web/vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/Atom.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/Atom/Deleted.php b/web/vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/Atom/Deleted.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/Atom/Deleted.php rename to web/vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/Atom/Deleted.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/AtomDeleted.php b/web/vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/AtomDeleted.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/AtomDeleted.php rename to web/vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/AtomDeleted.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/Rss.php b/web/vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/Rss.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/Rss.php rename to web/vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/Rss.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/AbstractAtom.php b/web/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/AbstractAtom.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/AbstractAtom.php rename to web/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/AbstractAtom.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Atom.php b/web/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Atom.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Atom.php rename to web/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Atom.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Atom/AbstractAtom.php b/web/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Atom/AbstractAtom.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Atom/AbstractAtom.php rename to web/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Atom/AbstractAtom.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Atom/Source.php b/web/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Atom/Source.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Atom/Source.php rename to web/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Atom/Source.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/AtomSource.php b/web/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/AtomSource.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/AtomSource.php rename to web/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/AtomSource.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Rss.php b/web/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Rss.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Rss.php rename to web/vendor/zendframework/zend-feed/src/Writer/Renderer/Feed/Rss.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Renderer/RendererInterface.php b/web/vendor/zendframework/zend-feed/src/Writer/Renderer/RendererInterface.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Renderer/RendererInterface.php rename to web/vendor/zendframework/zend-feed/src/Writer/Renderer/RendererInterface.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Source.php b/web/vendor/zendframework/zend-feed/src/Writer/Source.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Source.php rename to web/vendor/zendframework/zend-feed/src/Writer/Source.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Version.php b/web/vendor/zendframework/zend-feed/src/Writer/Version.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Version.php rename to web/vendor/zendframework/zend-feed/src/Writer/Version.php diff --git a/vendor/zendframework/zend-feed/src/Writer/Writer.php b/web/vendor/zendframework/zend-feed/src/Writer/Writer.php similarity index 100% rename from vendor/zendframework/zend-feed/src/Writer/Writer.php rename to web/vendor/zendframework/zend-feed/src/Writer/Writer.php diff --git a/vendor/zendframework/zend-hydrator/CHANGELOG.md b/web/vendor/zendframework/zend-hydrator/CHANGELOG.md similarity index 100% rename from vendor/zendframework/zend-hydrator/CHANGELOG.md rename to web/vendor/zendframework/zend-hydrator/CHANGELOG.md diff --git a/vendor/zendframework/zend-hydrator/CONTRIBUTING.md b/web/vendor/zendframework/zend-hydrator/CONTRIBUTING.md similarity index 100% rename from vendor/zendframework/zend-hydrator/CONTRIBUTING.md rename to web/vendor/zendframework/zend-hydrator/CONTRIBUTING.md diff --git a/vendor/zendframework/zend-hydrator/LICENSE.md b/web/vendor/zendframework/zend-hydrator/LICENSE.md similarity index 100% rename from vendor/zendframework/zend-hydrator/LICENSE.md rename to web/vendor/zendframework/zend-hydrator/LICENSE.md diff --git a/vendor/zendframework/zend-hydrator/README.md b/web/vendor/zendframework/zend-hydrator/README.md similarity index 100% rename from vendor/zendframework/zend-hydrator/README.md rename to web/vendor/zendframework/zend-hydrator/README.md diff --git a/vendor/zendframework/zend-hydrator/composer.json b/web/vendor/zendframework/zend-hydrator/composer.json similarity index 100% rename from vendor/zendframework/zend-hydrator/composer.json rename to web/vendor/zendframework/zend-hydrator/composer.json diff --git a/vendor/zendframework/zend-hydrator/phpcs.xml b/web/vendor/zendframework/zend-hydrator/phpcs.xml similarity index 100% rename from vendor/zendframework/zend-hydrator/phpcs.xml rename to web/vendor/zendframework/zend-hydrator/phpcs.xml diff --git a/vendor/zendframework/zend-hydrator/src/AbstractHydrator.php b/web/vendor/zendframework/zend-hydrator/src/AbstractHydrator.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/AbstractHydrator.php rename to web/vendor/zendframework/zend-hydrator/src/AbstractHydrator.php diff --git a/vendor/zendframework/zend-hydrator/src/Aggregate/AggregateHydrator.php b/web/vendor/zendframework/zend-hydrator/src/Aggregate/AggregateHydrator.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Aggregate/AggregateHydrator.php rename to web/vendor/zendframework/zend-hydrator/src/Aggregate/AggregateHydrator.php diff --git a/vendor/zendframework/zend-hydrator/src/Aggregate/ExtractEvent.php b/web/vendor/zendframework/zend-hydrator/src/Aggregate/ExtractEvent.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Aggregate/ExtractEvent.php rename to web/vendor/zendframework/zend-hydrator/src/Aggregate/ExtractEvent.php diff --git a/vendor/zendframework/zend-hydrator/src/Aggregate/HydrateEvent.php b/web/vendor/zendframework/zend-hydrator/src/Aggregate/HydrateEvent.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Aggregate/HydrateEvent.php rename to web/vendor/zendframework/zend-hydrator/src/Aggregate/HydrateEvent.php diff --git a/vendor/zendframework/zend-hydrator/src/Aggregate/HydratorListener.php b/web/vendor/zendframework/zend-hydrator/src/Aggregate/HydratorListener.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Aggregate/HydratorListener.php rename to web/vendor/zendframework/zend-hydrator/src/Aggregate/HydratorListener.php diff --git a/vendor/zendframework/zend-hydrator/src/ArraySerializable.php b/web/vendor/zendframework/zend-hydrator/src/ArraySerializable.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/ArraySerializable.php rename to web/vendor/zendframework/zend-hydrator/src/ArraySerializable.php diff --git a/vendor/zendframework/zend-hydrator/src/ClassMethods.php b/web/vendor/zendframework/zend-hydrator/src/ClassMethods.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/ClassMethods.php rename to web/vendor/zendframework/zend-hydrator/src/ClassMethods.php diff --git a/vendor/zendframework/zend-hydrator/src/DelegatingHydrator.php b/web/vendor/zendframework/zend-hydrator/src/DelegatingHydrator.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/DelegatingHydrator.php rename to web/vendor/zendframework/zend-hydrator/src/DelegatingHydrator.php diff --git a/vendor/zendframework/zend-hydrator/src/DelegatingHydratorFactory.php b/web/vendor/zendframework/zend-hydrator/src/DelegatingHydratorFactory.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/DelegatingHydratorFactory.php rename to web/vendor/zendframework/zend-hydrator/src/DelegatingHydratorFactory.php diff --git a/vendor/zendframework/zend-hydrator/src/Exception/BadMethodCallException.php b/web/vendor/zendframework/zend-hydrator/src/Exception/BadMethodCallException.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Exception/BadMethodCallException.php rename to web/vendor/zendframework/zend-hydrator/src/Exception/BadMethodCallException.php diff --git a/vendor/zendframework/zend-hydrator/src/Exception/DomainException.php b/web/vendor/zendframework/zend-hydrator/src/Exception/DomainException.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Exception/DomainException.php rename to web/vendor/zendframework/zend-hydrator/src/Exception/DomainException.php diff --git a/vendor/zendframework/zend-hydrator/src/Exception/ExceptionInterface.php b/web/vendor/zendframework/zend-hydrator/src/Exception/ExceptionInterface.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Exception/ExceptionInterface.php rename to web/vendor/zendframework/zend-hydrator/src/Exception/ExceptionInterface.php diff --git a/vendor/zendframework/zend-hydrator/src/Exception/ExtensionNotLoadedException.php b/web/vendor/zendframework/zend-hydrator/src/Exception/ExtensionNotLoadedException.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Exception/ExtensionNotLoadedException.php rename to web/vendor/zendframework/zend-hydrator/src/Exception/ExtensionNotLoadedException.php diff --git a/vendor/zendframework/zend-hydrator/src/Exception/InvalidArgumentException.php b/web/vendor/zendframework/zend-hydrator/src/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Exception/InvalidArgumentException.php rename to web/vendor/zendframework/zend-hydrator/src/Exception/InvalidArgumentException.php diff --git a/vendor/zendframework/zend-hydrator/src/Exception/InvalidCallbackException.php b/web/vendor/zendframework/zend-hydrator/src/Exception/InvalidCallbackException.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Exception/InvalidCallbackException.php rename to web/vendor/zendframework/zend-hydrator/src/Exception/InvalidCallbackException.php diff --git a/vendor/zendframework/zend-hydrator/src/Exception/LogicException.php b/web/vendor/zendframework/zend-hydrator/src/Exception/LogicException.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Exception/LogicException.php rename to web/vendor/zendframework/zend-hydrator/src/Exception/LogicException.php diff --git a/vendor/zendframework/zend-hydrator/src/Exception/RuntimeException.php b/web/vendor/zendframework/zend-hydrator/src/Exception/RuntimeException.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Exception/RuntimeException.php rename to web/vendor/zendframework/zend-hydrator/src/Exception/RuntimeException.php diff --git a/vendor/zendframework/zend-hydrator/src/ExtractionInterface.php b/web/vendor/zendframework/zend-hydrator/src/ExtractionInterface.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/ExtractionInterface.php rename to web/vendor/zendframework/zend-hydrator/src/ExtractionInterface.php diff --git a/vendor/zendframework/zend-hydrator/src/Filter/FilterComposite.php b/web/vendor/zendframework/zend-hydrator/src/Filter/FilterComposite.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Filter/FilterComposite.php rename to web/vendor/zendframework/zend-hydrator/src/Filter/FilterComposite.php diff --git a/vendor/zendframework/zend-hydrator/src/Filter/FilterInterface.php b/web/vendor/zendframework/zend-hydrator/src/Filter/FilterInterface.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Filter/FilterInterface.php rename to web/vendor/zendframework/zend-hydrator/src/Filter/FilterInterface.php diff --git a/vendor/zendframework/zend-hydrator/src/Filter/FilterProviderInterface.php b/web/vendor/zendframework/zend-hydrator/src/Filter/FilterProviderInterface.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Filter/FilterProviderInterface.php rename to web/vendor/zendframework/zend-hydrator/src/Filter/FilterProviderInterface.php diff --git a/vendor/zendframework/zend-hydrator/src/Filter/GetFilter.php b/web/vendor/zendframework/zend-hydrator/src/Filter/GetFilter.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Filter/GetFilter.php rename to web/vendor/zendframework/zend-hydrator/src/Filter/GetFilter.php diff --git a/vendor/zendframework/zend-hydrator/src/Filter/HasFilter.php b/web/vendor/zendframework/zend-hydrator/src/Filter/HasFilter.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Filter/HasFilter.php rename to web/vendor/zendframework/zend-hydrator/src/Filter/HasFilter.php diff --git a/vendor/zendframework/zend-hydrator/src/Filter/IsFilter.php b/web/vendor/zendframework/zend-hydrator/src/Filter/IsFilter.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Filter/IsFilter.php rename to web/vendor/zendframework/zend-hydrator/src/Filter/IsFilter.php diff --git a/vendor/zendframework/zend-hydrator/src/Filter/MethodMatchFilter.php b/web/vendor/zendframework/zend-hydrator/src/Filter/MethodMatchFilter.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Filter/MethodMatchFilter.php rename to web/vendor/zendframework/zend-hydrator/src/Filter/MethodMatchFilter.php diff --git a/vendor/zendframework/zend-hydrator/src/Filter/NumberOfParameterFilter.php b/web/vendor/zendframework/zend-hydrator/src/Filter/NumberOfParameterFilter.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Filter/NumberOfParameterFilter.php rename to web/vendor/zendframework/zend-hydrator/src/Filter/NumberOfParameterFilter.php diff --git a/vendor/zendframework/zend-hydrator/src/Filter/OptionalParametersFilter.php b/web/vendor/zendframework/zend-hydrator/src/Filter/OptionalParametersFilter.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Filter/OptionalParametersFilter.php rename to web/vendor/zendframework/zend-hydrator/src/Filter/OptionalParametersFilter.php diff --git a/vendor/zendframework/zend-hydrator/src/FilterEnabledInterface.php b/web/vendor/zendframework/zend-hydrator/src/FilterEnabledInterface.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/FilterEnabledInterface.php rename to web/vendor/zendframework/zend-hydrator/src/FilterEnabledInterface.php diff --git a/vendor/zendframework/zend-hydrator/src/HydrationInterface.php b/web/vendor/zendframework/zend-hydrator/src/HydrationInterface.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/HydrationInterface.php rename to web/vendor/zendframework/zend-hydrator/src/HydrationInterface.php diff --git a/vendor/zendframework/zend-hydrator/src/HydratorAwareInterface.php b/web/vendor/zendframework/zend-hydrator/src/HydratorAwareInterface.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/HydratorAwareInterface.php rename to web/vendor/zendframework/zend-hydrator/src/HydratorAwareInterface.php diff --git a/vendor/zendframework/zend-hydrator/src/HydratorAwareTrait.php b/web/vendor/zendframework/zend-hydrator/src/HydratorAwareTrait.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/HydratorAwareTrait.php rename to web/vendor/zendframework/zend-hydrator/src/HydratorAwareTrait.php diff --git a/vendor/zendframework/zend-hydrator/src/HydratorInterface.php b/web/vendor/zendframework/zend-hydrator/src/HydratorInterface.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/HydratorInterface.php rename to web/vendor/zendframework/zend-hydrator/src/HydratorInterface.php diff --git a/vendor/zendframework/zend-hydrator/src/HydratorOptionsInterface.php b/web/vendor/zendframework/zend-hydrator/src/HydratorOptionsInterface.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/HydratorOptionsInterface.php rename to web/vendor/zendframework/zend-hydrator/src/HydratorOptionsInterface.php diff --git a/vendor/zendframework/zend-hydrator/src/HydratorPluginManager.php b/web/vendor/zendframework/zend-hydrator/src/HydratorPluginManager.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/HydratorPluginManager.php rename to web/vendor/zendframework/zend-hydrator/src/HydratorPluginManager.php diff --git a/vendor/zendframework/zend-hydrator/src/Iterator/HydratingArrayIterator.php b/web/vendor/zendframework/zend-hydrator/src/Iterator/HydratingArrayIterator.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Iterator/HydratingArrayIterator.php rename to web/vendor/zendframework/zend-hydrator/src/Iterator/HydratingArrayIterator.php diff --git a/vendor/zendframework/zend-hydrator/src/Iterator/HydratingIteratorInterface.php b/web/vendor/zendframework/zend-hydrator/src/Iterator/HydratingIteratorInterface.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Iterator/HydratingIteratorInterface.php rename to web/vendor/zendframework/zend-hydrator/src/Iterator/HydratingIteratorInterface.php diff --git a/vendor/zendframework/zend-hydrator/src/Iterator/HydratingIteratorIterator.php b/web/vendor/zendframework/zend-hydrator/src/Iterator/HydratingIteratorIterator.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Iterator/HydratingIteratorIterator.php rename to web/vendor/zendframework/zend-hydrator/src/Iterator/HydratingIteratorIterator.php diff --git a/vendor/zendframework/zend-hydrator/src/NamingStrategy/ArrayMapNamingStrategy.php b/web/vendor/zendframework/zend-hydrator/src/NamingStrategy/ArrayMapNamingStrategy.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/NamingStrategy/ArrayMapNamingStrategy.php rename to web/vendor/zendframework/zend-hydrator/src/NamingStrategy/ArrayMapNamingStrategy.php diff --git a/vendor/zendframework/zend-hydrator/src/NamingStrategy/CompositeNamingStrategy.php b/web/vendor/zendframework/zend-hydrator/src/NamingStrategy/CompositeNamingStrategy.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/NamingStrategy/CompositeNamingStrategy.php rename to web/vendor/zendframework/zend-hydrator/src/NamingStrategy/CompositeNamingStrategy.php diff --git a/vendor/zendframework/zend-hydrator/src/NamingStrategy/IdentityNamingStrategy.php b/web/vendor/zendframework/zend-hydrator/src/NamingStrategy/IdentityNamingStrategy.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/NamingStrategy/IdentityNamingStrategy.php rename to web/vendor/zendframework/zend-hydrator/src/NamingStrategy/IdentityNamingStrategy.php diff --git a/vendor/zendframework/zend-hydrator/src/NamingStrategy/MapNamingStrategy.php b/web/vendor/zendframework/zend-hydrator/src/NamingStrategy/MapNamingStrategy.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/NamingStrategy/MapNamingStrategy.php rename to web/vendor/zendframework/zend-hydrator/src/NamingStrategy/MapNamingStrategy.php diff --git a/vendor/zendframework/zend-hydrator/src/NamingStrategy/NamingStrategyInterface.php b/web/vendor/zendframework/zend-hydrator/src/NamingStrategy/NamingStrategyInterface.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/NamingStrategy/NamingStrategyInterface.php rename to web/vendor/zendframework/zend-hydrator/src/NamingStrategy/NamingStrategyInterface.php diff --git a/vendor/zendframework/zend-hydrator/src/NamingStrategy/UnderscoreNamingStrategy.php b/web/vendor/zendframework/zend-hydrator/src/NamingStrategy/UnderscoreNamingStrategy.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/NamingStrategy/UnderscoreNamingStrategy.php rename to web/vendor/zendframework/zend-hydrator/src/NamingStrategy/UnderscoreNamingStrategy.php diff --git a/vendor/zendframework/zend-hydrator/src/NamingStrategyEnabledInterface.php b/web/vendor/zendframework/zend-hydrator/src/NamingStrategyEnabledInterface.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/NamingStrategyEnabledInterface.php rename to web/vendor/zendframework/zend-hydrator/src/NamingStrategyEnabledInterface.php diff --git a/vendor/zendframework/zend-hydrator/src/ObjectProperty.php b/web/vendor/zendframework/zend-hydrator/src/ObjectProperty.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/ObjectProperty.php rename to web/vendor/zendframework/zend-hydrator/src/ObjectProperty.php diff --git a/vendor/zendframework/zend-hydrator/src/Reflection.php b/web/vendor/zendframework/zend-hydrator/src/Reflection.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Reflection.php rename to web/vendor/zendframework/zend-hydrator/src/Reflection.php diff --git a/vendor/zendframework/zend-hydrator/src/Strategy/BooleanStrategy.php b/web/vendor/zendframework/zend-hydrator/src/Strategy/BooleanStrategy.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Strategy/BooleanStrategy.php rename to web/vendor/zendframework/zend-hydrator/src/Strategy/BooleanStrategy.php diff --git a/vendor/zendframework/zend-hydrator/src/Strategy/ClosureStrategy.php b/web/vendor/zendframework/zend-hydrator/src/Strategy/ClosureStrategy.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Strategy/ClosureStrategy.php rename to web/vendor/zendframework/zend-hydrator/src/Strategy/ClosureStrategy.php diff --git a/vendor/zendframework/zend-hydrator/src/Strategy/DateTimeFormatterStrategy.php b/web/vendor/zendframework/zend-hydrator/src/Strategy/DateTimeFormatterStrategy.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Strategy/DateTimeFormatterStrategy.php rename to web/vendor/zendframework/zend-hydrator/src/Strategy/DateTimeFormatterStrategy.php diff --git a/vendor/zendframework/zend-hydrator/src/Strategy/DefaultStrategy.php b/web/vendor/zendframework/zend-hydrator/src/Strategy/DefaultStrategy.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Strategy/DefaultStrategy.php rename to web/vendor/zendframework/zend-hydrator/src/Strategy/DefaultStrategy.php diff --git a/vendor/zendframework/zend-hydrator/src/Strategy/Exception/ExceptionInterface.php b/web/vendor/zendframework/zend-hydrator/src/Strategy/Exception/ExceptionInterface.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Strategy/Exception/ExceptionInterface.php rename to web/vendor/zendframework/zend-hydrator/src/Strategy/Exception/ExceptionInterface.php diff --git a/vendor/zendframework/zend-hydrator/src/Strategy/Exception/InvalidArgumentException.php b/web/vendor/zendframework/zend-hydrator/src/Strategy/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Strategy/Exception/InvalidArgumentException.php rename to web/vendor/zendframework/zend-hydrator/src/Strategy/Exception/InvalidArgumentException.php diff --git a/vendor/zendframework/zend-hydrator/src/Strategy/ExplodeStrategy.php b/web/vendor/zendframework/zend-hydrator/src/Strategy/ExplodeStrategy.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Strategy/ExplodeStrategy.php rename to web/vendor/zendframework/zend-hydrator/src/Strategy/ExplodeStrategy.php diff --git a/vendor/zendframework/zend-hydrator/src/Strategy/SerializableStrategy.php b/web/vendor/zendframework/zend-hydrator/src/Strategy/SerializableStrategy.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Strategy/SerializableStrategy.php rename to web/vendor/zendframework/zend-hydrator/src/Strategy/SerializableStrategy.php diff --git a/vendor/zendframework/zend-hydrator/src/Strategy/StrategyChain.php b/web/vendor/zendframework/zend-hydrator/src/Strategy/StrategyChain.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Strategy/StrategyChain.php rename to web/vendor/zendframework/zend-hydrator/src/Strategy/StrategyChain.php diff --git a/vendor/zendframework/zend-hydrator/src/Strategy/StrategyInterface.php b/web/vendor/zendframework/zend-hydrator/src/Strategy/StrategyInterface.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/Strategy/StrategyInterface.php rename to web/vendor/zendframework/zend-hydrator/src/Strategy/StrategyInterface.php diff --git a/vendor/zendframework/zend-hydrator/src/StrategyEnabledInterface.php b/web/vendor/zendframework/zend-hydrator/src/StrategyEnabledInterface.php similarity index 100% rename from vendor/zendframework/zend-hydrator/src/StrategyEnabledInterface.php rename to web/vendor/zendframework/zend-hydrator/src/StrategyEnabledInterface.php diff --git a/vendor/zendframework/zend-stdlib/CHANGELOG.md b/web/vendor/zendframework/zend-stdlib/CHANGELOG.md similarity index 100% rename from vendor/zendframework/zend-stdlib/CHANGELOG.md rename to web/vendor/zendframework/zend-stdlib/CHANGELOG.md diff --git a/vendor/zendframework/zend-stdlib/CONTRIBUTING.md b/web/vendor/zendframework/zend-stdlib/CONTRIBUTING.md similarity index 100% rename from vendor/zendframework/zend-stdlib/CONTRIBUTING.md rename to web/vendor/zendframework/zend-stdlib/CONTRIBUTING.md diff --git a/vendor/zendframework/zend-stdlib/LICENSE.md b/web/vendor/zendframework/zend-stdlib/LICENSE.md similarity index 100% rename from vendor/zendframework/zend-stdlib/LICENSE.md rename to web/vendor/zendframework/zend-stdlib/LICENSE.md diff --git a/vendor/zendframework/zend-stdlib/README.md b/web/vendor/zendframework/zend-stdlib/README.md similarity index 100% rename from vendor/zendframework/zend-stdlib/README.md rename to web/vendor/zendframework/zend-stdlib/README.md diff --git a/vendor/zendframework/zend-stdlib/benchmark/ExtractPriorityQueue.php b/web/vendor/zendframework/zend-stdlib/benchmark/ExtractPriorityQueue.php similarity index 100% rename from vendor/zendframework/zend-stdlib/benchmark/ExtractPriorityQueue.php rename to web/vendor/zendframework/zend-stdlib/benchmark/ExtractPriorityQueue.php diff --git a/vendor/zendframework/zend-stdlib/benchmark/InsertPriorityQueue.php b/web/vendor/zendframework/zend-stdlib/benchmark/InsertPriorityQueue.php similarity index 100% rename from vendor/zendframework/zend-stdlib/benchmark/InsertPriorityQueue.php rename to web/vendor/zendframework/zend-stdlib/benchmark/InsertPriorityQueue.php diff --git a/vendor/zendframework/zend-stdlib/benchmark/RemovePriorityQueue.php b/web/vendor/zendframework/zend-stdlib/benchmark/RemovePriorityQueue.php similarity index 100% rename from vendor/zendframework/zend-stdlib/benchmark/RemovePriorityQueue.php rename to web/vendor/zendframework/zend-stdlib/benchmark/RemovePriorityQueue.php diff --git a/vendor/zendframework/zend-stdlib/composer.json b/web/vendor/zendframework/zend-stdlib/composer.json similarity index 100% rename from vendor/zendframework/zend-stdlib/composer.json rename to web/vendor/zendframework/zend-stdlib/composer.json diff --git a/vendor/zendframework/zend-stdlib/src/AbstractOptions.php b/web/vendor/zendframework/zend-stdlib/src/AbstractOptions.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/AbstractOptions.php rename to web/vendor/zendframework/zend-stdlib/src/AbstractOptions.php diff --git a/vendor/zendframework/zend-stdlib/src/ArrayObject.php b/web/vendor/zendframework/zend-stdlib/src/ArrayObject.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/ArrayObject.php rename to web/vendor/zendframework/zend-stdlib/src/ArrayObject.php diff --git a/vendor/zendframework/zend-stdlib/src/ArraySerializableInterface.php b/web/vendor/zendframework/zend-stdlib/src/ArraySerializableInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/ArraySerializableInterface.php rename to web/vendor/zendframework/zend-stdlib/src/ArraySerializableInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/ArrayStack.php b/web/vendor/zendframework/zend-stdlib/src/ArrayStack.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/ArrayStack.php rename to web/vendor/zendframework/zend-stdlib/src/ArrayStack.php diff --git a/vendor/zendframework/zend-stdlib/src/ArrayUtils.php b/web/vendor/zendframework/zend-stdlib/src/ArrayUtils.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/ArrayUtils.php rename to web/vendor/zendframework/zend-stdlib/src/ArrayUtils.php diff --git a/vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeRemoveKey.php b/web/vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeRemoveKey.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeRemoveKey.php rename to web/vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeRemoveKey.php diff --git a/vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKey.php b/web/vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKey.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKey.php rename to web/vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKey.php diff --git a/vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKeyInterface.php b/web/vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKeyInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKeyInterface.php rename to web/vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKeyInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/CallbackHandler.php b/web/vendor/zendframework/zend-stdlib/src/CallbackHandler.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/CallbackHandler.php rename to web/vendor/zendframework/zend-stdlib/src/CallbackHandler.php diff --git a/vendor/zendframework/zend-stdlib/src/DateTime.php b/web/vendor/zendframework/zend-stdlib/src/DateTime.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/DateTime.php rename to web/vendor/zendframework/zend-stdlib/src/DateTime.php diff --git a/vendor/zendframework/zend-stdlib/src/DispatchableInterface.php b/web/vendor/zendframework/zend-stdlib/src/DispatchableInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/DispatchableInterface.php rename to web/vendor/zendframework/zend-stdlib/src/DispatchableInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/ErrorHandler.php b/web/vendor/zendframework/zend-stdlib/src/ErrorHandler.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/ErrorHandler.php rename to web/vendor/zendframework/zend-stdlib/src/ErrorHandler.php diff --git a/vendor/zendframework/zend-stdlib/src/Exception/BadMethodCallException.php b/web/vendor/zendframework/zend-stdlib/src/Exception/BadMethodCallException.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Exception/BadMethodCallException.php rename to web/vendor/zendframework/zend-stdlib/src/Exception/BadMethodCallException.php diff --git a/vendor/zendframework/zend-stdlib/src/Exception/DomainException.php b/web/vendor/zendframework/zend-stdlib/src/Exception/DomainException.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Exception/DomainException.php rename to web/vendor/zendframework/zend-stdlib/src/Exception/DomainException.php diff --git a/vendor/zendframework/zend-stdlib/src/Exception/ExceptionInterface.php b/web/vendor/zendframework/zend-stdlib/src/Exception/ExceptionInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Exception/ExceptionInterface.php rename to web/vendor/zendframework/zend-stdlib/src/Exception/ExceptionInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/Exception/ExtensionNotLoadedException.php b/web/vendor/zendframework/zend-stdlib/src/Exception/ExtensionNotLoadedException.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Exception/ExtensionNotLoadedException.php rename to web/vendor/zendframework/zend-stdlib/src/Exception/ExtensionNotLoadedException.php diff --git a/vendor/zendframework/zend-stdlib/src/Exception/InvalidArgumentException.php b/web/vendor/zendframework/zend-stdlib/src/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Exception/InvalidArgumentException.php rename to web/vendor/zendframework/zend-stdlib/src/Exception/InvalidArgumentException.php diff --git a/vendor/zendframework/zend-stdlib/src/Exception/InvalidCallbackException.php b/web/vendor/zendframework/zend-stdlib/src/Exception/InvalidCallbackException.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Exception/InvalidCallbackException.php rename to web/vendor/zendframework/zend-stdlib/src/Exception/InvalidCallbackException.php diff --git a/vendor/zendframework/zend-stdlib/src/Exception/LogicException.php b/web/vendor/zendframework/zend-stdlib/src/Exception/LogicException.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Exception/LogicException.php rename to web/vendor/zendframework/zend-stdlib/src/Exception/LogicException.php diff --git a/vendor/zendframework/zend-stdlib/src/Exception/RuntimeException.php b/web/vendor/zendframework/zend-stdlib/src/Exception/RuntimeException.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Exception/RuntimeException.php rename to web/vendor/zendframework/zend-stdlib/src/Exception/RuntimeException.php diff --git a/vendor/zendframework/zend-stdlib/src/Extractor/ExtractionInterface.php b/web/vendor/zendframework/zend-stdlib/src/Extractor/ExtractionInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Extractor/ExtractionInterface.php rename to web/vendor/zendframework/zend-stdlib/src/Extractor/ExtractionInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/FastPriorityQueue.php b/web/vendor/zendframework/zend-stdlib/src/FastPriorityQueue.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/FastPriorityQueue.php rename to web/vendor/zendframework/zend-stdlib/src/FastPriorityQueue.php diff --git a/vendor/zendframework/zend-stdlib/src/Glob.php b/web/vendor/zendframework/zend-stdlib/src/Glob.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Glob.php rename to web/vendor/zendframework/zend-stdlib/src/Glob.php diff --git a/vendor/zendframework/zend-stdlib/src/Guard/AllGuardsTrait.php b/web/vendor/zendframework/zend-stdlib/src/Guard/AllGuardsTrait.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Guard/AllGuardsTrait.php rename to web/vendor/zendframework/zend-stdlib/src/Guard/AllGuardsTrait.php diff --git a/vendor/zendframework/zend-stdlib/src/Guard/ArrayOrTraversableGuardTrait.php b/web/vendor/zendframework/zend-stdlib/src/Guard/ArrayOrTraversableGuardTrait.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Guard/ArrayOrTraversableGuardTrait.php rename to web/vendor/zendframework/zend-stdlib/src/Guard/ArrayOrTraversableGuardTrait.php diff --git a/vendor/zendframework/zend-stdlib/src/Guard/EmptyGuardTrait.php b/web/vendor/zendframework/zend-stdlib/src/Guard/EmptyGuardTrait.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Guard/EmptyGuardTrait.php rename to web/vendor/zendframework/zend-stdlib/src/Guard/EmptyGuardTrait.php diff --git a/vendor/zendframework/zend-stdlib/src/Guard/GuardUtils.php b/web/vendor/zendframework/zend-stdlib/src/Guard/GuardUtils.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Guard/GuardUtils.php rename to web/vendor/zendframework/zend-stdlib/src/Guard/GuardUtils.php diff --git a/vendor/zendframework/zend-stdlib/src/Guard/NullGuardTrait.php b/web/vendor/zendframework/zend-stdlib/src/Guard/NullGuardTrait.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Guard/NullGuardTrait.php rename to web/vendor/zendframework/zend-stdlib/src/Guard/NullGuardTrait.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/AbstractHydrator.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/AbstractHydrator.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/AbstractHydrator.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/AbstractHydrator.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/AggregateHydrator.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/AggregateHydrator.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/AggregateHydrator.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/AggregateHydrator.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/ExtractEvent.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/ExtractEvent.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/ExtractEvent.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/ExtractEvent.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/HydrateEvent.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/HydrateEvent.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/HydrateEvent.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/HydrateEvent.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/HydratorListener.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/HydratorListener.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/HydratorListener.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Aggregate/HydratorListener.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/ArraySerializable.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/ArraySerializable.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/ArraySerializable.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/ArraySerializable.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/ClassMethods.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/ClassMethods.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/ClassMethods.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/ClassMethods.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/DelegatingHydrator.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/DelegatingHydrator.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/DelegatingHydrator.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/DelegatingHydrator.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/DelegatingHydratorFactory.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/DelegatingHydratorFactory.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/DelegatingHydratorFactory.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/DelegatingHydratorFactory.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterComposite.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterComposite.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterComposite.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterComposite.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterInterface.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterInterface.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterProviderInterface.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterProviderInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterProviderInterface.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/FilterProviderInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/GetFilter.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/GetFilter.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Filter/GetFilter.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/GetFilter.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/HasFilter.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/HasFilter.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Filter/HasFilter.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/HasFilter.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/IsFilter.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/IsFilter.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Filter/IsFilter.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/IsFilter.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/MethodMatchFilter.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/MethodMatchFilter.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Filter/MethodMatchFilter.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/MethodMatchFilter.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/NumberOfParameterFilter.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/NumberOfParameterFilter.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Filter/NumberOfParameterFilter.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/NumberOfParameterFilter.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/OptionalParametersFilter.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/OptionalParametersFilter.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Filter/OptionalParametersFilter.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Filter/OptionalParametersFilter.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/FilterEnabledInterface.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/FilterEnabledInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/FilterEnabledInterface.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/FilterEnabledInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/HydrationInterface.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/HydrationInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/HydrationInterface.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/HydrationInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorAwareInterface.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorAwareInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/HydratorAwareInterface.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorAwareInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorAwareTrait.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorAwareTrait.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/HydratorAwareTrait.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorAwareTrait.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorInterface.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/HydratorInterface.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorOptionsInterface.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorOptionsInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/HydratorOptionsInterface.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorOptionsInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorPluginManager.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorPluginManager.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/HydratorPluginManager.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/HydratorPluginManager.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Iterator/HydratingArrayIterator.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Iterator/HydratingArrayIterator.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Iterator/HydratingArrayIterator.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Iterator/HydratingArrayIterator.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Iterator/HydratingIteratorInterface.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Iterator/HydratingIteratorInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Iterator/HydratingIteratorInterface.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Iterator/HydratingIteratorInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Iterator/HydratingIteratorIterator.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Iterator/HydratingIteratorIterator.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Iterator/HydratingIteratorIterator.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Iterator/HydratingIteratorIterator.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/ArrayMapNamingStrategy.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/ArrayMapNamingStrategy.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/ArrayMapNamingStrategy.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/ArrayMapNamingStrategy.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/CompositeNamingStrategy.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/CompositeNamingStrategy.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/CompositeNamingStrategy.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/CompositeNamingStrategy.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/IdentityNamingStrategy.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/IdentityNamingStrategy.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/IdentityNamingStrategy.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/IdentityNamingStrategy.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/MapNamingStrategy.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/MapNamingStrategy.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/MapNamingStrategy.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/MapNamingStrategy.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/NamingStrategyInterface.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/NamingStrategyInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/NamingStrategyInterface.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/NamingStrategyInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/UnderscoreNamingStrategy.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/UnderscoreNamingStrategy.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/UnderscoreNamingStrategy.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategy/UnderscoreNamingStrategy.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategyEnabledInterface.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategyEnabledInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategyEnabledInterface.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/NamingStrategyEnabledInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/ObjectProperty.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/ObjectProperty.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/ObjectProperty.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/ObjectProperty.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Reflection.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Reflection.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Reflection.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Reflection.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/BooleanStrategy.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/BooleanStrategy.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/BooleanStrategy.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/BooleanStrategy.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ClosureStrategy.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ClosureStrategy.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ClosureStrategy.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ClosureStrategy.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/DateTimeFormatterStrategy.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/DateTimeFormatterStrategy.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/DateTimeFormatterStrategy.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/DateTimeFormatterStrategy.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/DefaultStrategy.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/DefaultStrategy.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/DefaultStrategy.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/DefaultStrategy.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/Exception/ExceptionInterface.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/Exception/ExceptionInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/Exception/ExceptionInterface.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/Exception/ExceptionInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/Exception/InvalidArgumentException.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/Exception/InvalidArgumentException.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/Exception/InvalidArgumentException.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/Exception/InvalidArgumentException.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ExplodeStrategy.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ExplodeStrategy.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ExplodeStrategy.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ExplodeStrategy.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/SerializableStrategy.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/SerializableStrategy.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/SerializableStrategy.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/SerializableStrategy.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/StrategyChain.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/StrategyChain.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/StrategyChain.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/StrategyChain.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/StrategyInterface.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/StrategyInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/StrategyInterface.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/StrategyInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/Hydrator/StrategyEnabledInterface.php b/web/vendor/zendframework/zend-stdlib/src/Hydrator/StrategyEnabledInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Hydrator/StrategyEnabledInterface.php rename to web/vendor/zendframework/zend-stdlib/src/Hydrator/StrategyEnabledInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/InitializableInterface.php b/web/vendor/zendframework/zend-stdlib/src/InitializableInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/InitializableInterface.php rename to web/vendor/zendframework/zend-stdlib/src/InitializableInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/JsonSerializable.php b/web/vendor/zendframework/zend-stdlib/src/JsonSerializable.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/JsonSerializable.php rename to web/vendor/zendframework/zend-stdlib/src/JsonSerializable.php diff --git a/vendor/zendframework/zend-stdlib/src/Message.php b/web/vendor/zendframework/zend-stdlib/src/Message.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Message.php rename to web/vendor/zendframework/zend-stdlib/src/Message.php diff --git a/vendor/zendframework/zend-stdlib/src/MessageInterface.php b/web/vendor/zendframework/zend-stdlib/src/MessageInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/MessageInterface.php rename to web/vendor/zendframework/zend-stdlib/src/MessageInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/ParameterObjectInterface.php b/web/vendor/zendframework/zend-stdlib/src/ParameterObjectInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/ParameterObjectInterface.php rename to web/vendor/zendframework/zend-stdlib/src/ParameterObjectInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/Parameters.php b/web/vendor/zendframework/zend-stdlib/src/Parameters.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Parameters.php rename to web/vendor/zendframework/zend-stdlib/src/Parameters.php diff --git a/vendor/zendframework/zend-stdlib/src/ParametersInterface.php b/web/vendor/zendframework/zend-stdlib/src/ParametersInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/ParametersInterface.php rename to web/vendor/zendframework/zend-stdlib/src/ParametersInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/PriorityList.php b/web/vendor/zendframework/zend-stdlib/src/PriorityList.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/PriorityList.php rename to web/vendor/zendframework/zend-stdlib/src/PriorityList.php diff --git a/vendor/zendframework/zend-stdlib/src/PriorityQueue.php b/web/vendor/zendframework/zend-stdlib/src/PriorityQueue.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/PriorityQueue.php rename to web/vendor/zendframework/zend-stdlib/src/PriorityQueue.php diff --git a/vendor/zendframework/zend-stdlib/src/Request.php b/web/vendor/zendframework/zend-stdlib/src/Request.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Request.php rename to web/vendor/zendframework/zend-stdlib/src/Request.php diff --git a/vendor/zendframework/zend-stdlib/src/RequestInterface.php b/web/vendor/zendframework/zend-stdlib/src/RequestInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/RequestInterface.php rename to web/vendor/zendframework/zend-stdlib/src/RequestInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/Response.php b/web/vendor/zendframework/zend-stdlib/src/Response.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/Response.php rename to web/vendor/zendframework/zend-stdlib/src/Response.php diff --git a/vendor/zendframework/zend-stdlib/src/ResponseInterface.php b/web/vendor/zendframework/zend-stdlib/src/ResponseInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/ResponseInterface.php rename to web/vendor/zendframework/zend-stdlib/src/ResponseInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/SplPriorityQueue.php b/web/vendor/zendframework/zend-stdlib/src/SplPriorityQueue.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/SplPriorityQueue.php rename to web/vendor/zendframework/zend-stdlib/src/SplPriorityQueue.php diff --git a/vendor/zendframework/zend-stdlib/src/SplQueue.php b/web/vendor/zendframework/zend-stdlib/src/SplQueue.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/SplQueue.php rename to web/vendor/zendframework/zend-stdlib/src/SplQueue.php diff --git a/vendor/zendframework/zend-stdlib/src/SplStack.php b/web/vendor/zendframework/zend-stdlib/src/SplStack.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/SplStack.php rename to web/vendor/zendframework/zend-stdlib/src/SplStack.php diff --git a/vendor/zendframework/zend-stdlib/src/StringUtils.php b/web/vendor/zendframework/zend-stdlib/src/StringUtils.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/StringUtils.php rename to web/vendor/zendframework/zend-stdlib/src/StringUtils.php diff --git a/vendor/zendframework/zend-stdlib/src/StringWrapper/AbstractStringWrapper.php b/web/vendor/zendframework/zend-stdlib/src/StringWrapper/AbstractStringWrapper.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/StringWrapper/AbstractStringWrapper.php rename to web/vendor/zendframework/zend-stdlib/src/StringWrapper/AbstractStringWrapper.php diff --git a/vendor/zendframework/zend-stdlib/src/StringWrapper/Iconv.php b/web/vendor/zendframework/zend-stdlib/src/StringWrapper/Iconv.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/StringWrapper/Iconv.php rename to web/vendor/zendframework/zend-stdlib/src/StringWrapper/Iconv.php diff --git a/vendor/zendframework/zend-stdlib/src/StringWrapper/Intl.php b/web/vendor/zendframework/zend-stdlib/src/StringWrapper/Intl.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/StringWrapper/Intl.php rename to web/vendor/zendframework/zend-stdlib/src/StringWrapper/Intl.php diff --git a/vendor/zendframework/zend-stdlib/src/StringWrapper/MbString.php b/web/vendor/zendframework/zend-stdlib/src/StringWrapper/MbString.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/StringWrapper/MbString.php rename to web/vendor/zendframework/zend-stdlib/src/StringWrapper/MbString.php diff --git a/vendor/zendframework/zend-stdlib/src/StringWrapper/Native.php b/web/vendor/zendframework/zend-stdlib/src/StringWrapper/Native.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/StringWrapper/Native.php rename to web/vendor/zendframework/zend-stdlib/src/StringWrapper/Native.php diff --git a/vendor/zendframework/zend-stdlib/src/StringWrapper/StringWrapperInterface.php b/web/vendor/zendframework/zend-stdlib/src/StringWrapper/StringWrapperInterface.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/StringWrapper/StringWrapperInterface.php rename to web/vendor/zendframework/zend-stdlib/src/StringWrapper/StringWrapperInterface.php diff --git a/vendor/zendframework/zend-stdlib/src/compatibility/autoload.php b/web/vendor/zendframework/zend-stdlib/src/compatibility/autoload.php similarity index 100% rename from vendor/zendframework/zend-stdlib/src/compatibility/autoload.php rename to web/vendor/zendframework/zend-stdlib/src/compatibility/autoload.php diff --git a/web.config b/web/web.config similarity index 100% rename from web.config rename to web/web.config