Files - 9.5.x - drupal

Primary tabs

Title Deprecated File name Namespace Summary
Insert.php core/lib/Drupal/Core/Database/Driver/pgsql/Insert.php Drupal\Core\Database\Driver\pgsql
Insert.php core/lib/Drupal/Core/Database/Query/Insert.php Drupal\Core\Database\Query
InsertCommand.php core/lib/Drupal/Core/Ajax/InsertCommand.php Drupal\Core\Ajax
InsertDefaultsTest.php core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php Drupal\KernelTests\Core\Database
InsertLobTest.php core/tests/Drupal/KernelTests/Core/Database/InsertLobTest.php Drupal\KernelTests\Core\Database
InsertTest.php core/tests/Drupal/KernelTests/Core/Database/InsertTest.php Drupal\KernelTests\Core\Database
InsertTrait.php core/lib/Drupal/Core/Database/Query/InsertTrait.php Drupal\Core\Database\Query
InspectionTest.php core/tests/Drupal/KernelTests/Core/Plugin/InspectionTest.php Drupal\KernelTests\Core\Plugin
Inspector.php core/lib/Drupal/Component/Assertion/Inspector.php Drupal\Component\Assertion
InspectorTest.php core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php Drupal\Tests\Component\Assertion Contains \Drupal\Tests\Component\Assertion\InspectorTest.
install-page.css core/themes/claro/css/theme/install-page.css Installation styling.
install-page.css core/themes/seven/css/theme/install-page.css Installation styling.
install-page.html.twig core/themes/stable9/templates/layout/install-page.html.twig Theme override to display a Drupal installation page.
install-page.html.twig core/themes/seven/templates/install-page.html.twig Seven theme implementation to display a Drupal installation page.
install-page.html.twig core/themes/claro/templates/install-page.html.twig Claro theme implementation to display a Drupal installation page.
install-page.html.twig core/themes/stable/templates/layout/install-page.html.twig Theme override to display a Drupal installation page.
install-page.html.twig core/modules/system/templates/install-page.html.twig Default theme implementation to display a Drupal installation page.
install-page.pcss.css core/themes/claro/css/theme/install-page.pcss.css Installation styling.
install.core.inc core/includes/install.core.inc API functions for installing Drupal.
install.inc core/includes/install.inc API functions for installing modules and themes.
INSTALL.mysql.txt core/INSTALL.mysql.txt CREATE THE MySQL DATABASE -------------------------- This step is only necessary if you don't already have a database set up (e.g., by your host). In the following examples, 'username' is an example MySQL user which has the CREATE and…
INSTALL.pgsql.txt core/INSTALL.pgsql.txt CREATE THE PostgreSQL DATABASE ------------------------------ Note that the database must be created with UTF-8 (Unicode) encoding. 1. CREATE DATABASE USER This step is only necessary if you don't already have a user set up (e.g., by …
install.php core/install.php Initiates a browser-based installation of Drupal.
INSTALL.sqlite.txt core/INSTALL.sqlite.txt SQLITE REQUIREMENTS ------------------- PHP's PDO SQLite driver must be enabled. If you do not have pdo_sqlite available, depending on your system there are different ways to install it. Windows ------- Read more about it on…
INSTALL.txt core/INSTALL.txt CONTENTS OF THIS FILE --------------------- * Quickstart * Requirements and notes * Optional server requirements * Installation * Reinstall * Building and customizing your site * Multisite configuration * Multilingual…
INSTALL.txt ./INSTALL.txt Please read core/INSTALL.txt for detailed installation instructions for your Drupal website.
InstallCommand.php core/lib/Drupal/Core/Command/InstallCommand.php Drupal\Core\Command
InstallerConfigDirectorySetNoDirectoryErrorTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php Drupal\FunctionalTests\Installer
InstallerConfigDirectorySetNoDirectoryTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php Drupal\FunctionalTests\Installer
InstallerDatabaseErrorMessagesTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php Drupal\FunctionalTests\Installer
InstallerDependenciesResolutionTest.php core/modules/system/tests/src/Kernel/Installer/InstallerDependenciesResolutionTest.php Drupal\Tests\system\Kernel\Installer
InstallerEmptySettingsTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php Drupal\FunctionalTests\Installer
InstallerException.php core/lib/Drupal/Core/Installer/Exception/InstallerException.php Drupal\Core\Installer\Exception
InstallerExistingBrokenDatabaseSettingsTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Drupal\FunctionalTests\Installer
InstallerExistingConfigDirectoryTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php Drupal\FunctionalTests\Installer
InstallerExistingConfigExistingSettingsTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigExistingSettingsTest.php Drupal\FunctionalTests\Installer
InstallerExistingConfigMultilingualTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php Drupal\FunctionalTests\Installer
InstallerExistingConfigNoConfigTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php Drupal\FunctionalTests\Installer
InstallerExistingConfigNoSystemSiteTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoSystemSiteTest.php Drupal\FunctionalTests\Installer
InstallerExistingConfigProfileHookInstall.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php Drupal\FunctionalTests\Installer
InstallerExistingConfigSyncDirectoryMultilingualTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php Drupal\FunctionalTests\Installer
InstallerExistingConfigSyncDirectoryProfileHookInstall.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php Drupal\FunctionalTests\Installer
InstallerExistingConfigSyncDirectoryProfileMismatchTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php Drupal\FunctionalTests\Installer
InstallerExistingConfigTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTest.php Drupal\FunctionalTests\Installer
InstallerExistingConfigTestBase.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php Drupal\FunctionalTests\Installer
InstallerExistingDatabaseSettingsTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php Drupal\FunctionalTests\Installer
InstallerExistingInstallationTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingInstallationTest.php Drupal\FunctionalTests\Installer
InstallerExistingSettingsNoProfileTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php Drupal\FunctionalTests\Installer
InstallerExistingSettingsTest.php core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php Drupal\FunctionalTests\Installer
InstallerKernel.php core/lib/Drupal/Core/Installer/InstallerKernel.php Drupal\Core\Installer

Other projects


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.