Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| install_get_form | function | core/ |
Builds and processes a form for the installer environment. |
| install_goto | function | core/ |
Sends the user to a different installer page. |
| install_import_translations | function | core/ |
Imports languages via a batch process during installation. |
| install_install_profile | function | core/ |
Installs the install profile. |
| install_load_profile | function | core/ |
Loads information about the chosen profile during installation. |
| install_profile_info | function | core/ |
Retrieves information about an installation profile from its .info.yml file. |
| install_profile_modules | function | core/ |
Installs required modules via a batch process. |
| install_profile_themes | function | core/ |
Installs themes. |
| install_profile_uninstall_validator | service | core/ |
Drupal\Core\Extension\InstallProfileUninstallValidator |
| install_recipe_batch | function | core/ |
Creates a batch for the recipe system to process. |
| install_recipe_required_modules | function | core/ |
Installs required modules prior to applying a recipe via the installer. |
| install_redirect_url | function | core/ |
Returns the URL that should be redirected to during an installation request. |
| install_retrieve_file | function | core/ |
Attempts to get a file using a HTTP request and to store it locally. |
| install_run_task | function | core/ |
Runs an individual installation task. |
| install_run_tasks | function | core/ |
Runs all tasks for the current installation request. |
| install_select_language | function | core/ |
Selects which language to use during installation. |
| install_select_profile | function | core/ |
Selects which profile to install. |
| install_state_defaults | function | core/ |
Returns an array of default settings for the global installation state. |
| install_tasks | function | core/ |
Returns a list of all tasks the installer currently knows about. |
| install_tasks_to_display | function | core/ |
Returns a list of tasks that should be displayed to the end user. |
| install_tasks_to_perform | function | core/ |
Returns a list of tasks to perform during the current installation request. |
| INSTALL_TASK_RUN_IF_NOT_COMPLETED | constant | core/ |
Run the task on each installation request until the database is set up. |
| INSTALL_TASK_RUN_IF_REACHED | constant | core/ |
Run the task on each installation request that reaches it. |
| INSTALL_TASK_SKIP | constant | core/ |
Do not run the task during the current installation request. |
| install_verify_completed_task | function | core/ |
Verifies and returns the last installation task that was completed. |
| install_verify_database_ready | function | core/ |
Verify that the database is ready (no existing Drupal installation). |
| install_verify_database_settings | function | core/ |
Verifies that settings.php specifies a valid database connection. |
| install_verify_requirements | function | core/ |
Verifies the requirements for installing Drupal. |
| IntefaceWithConstants | interface | core/ |
|
| IntefaceWithConstants.php | file | core/ |
|
| IntefaceWithConstants::SOME_KEY | constant | core/ |
|
| IntefaceWithConstants::SOME_VALUE | constant | core/ |
|
| IntegerData::getCastedValue | function | core/ |
Gets the primitive data value casted to the correct PHP type. |
| IntegerFormatter::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| IntegerItem::defaultFieldSettings | function | core/ |
Defines the field-level settings for this plugin. |
| IntegerItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
| IntegerItem::generateSampleValue | function | core/ |
Generates placeholder field values. |
| IntegerItem::getConstraints | function | core/ |
Gets a list of validation constraints. |
| IntegerItem::propertyDefinitions | function | core/ |
Defines field item properties. |
| IntegerItem::schema | function | core/ |
Returns the schema for the field. |
| IntegrationTest | class | core/ |
Tests basic integration of views data from the statistics module. |
| IntegrationTest.php | file | core/ |
|
| IntegrationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| IntegrationTest::$deniedUser | property | core/ |
A test user with node viewing access only. |
| IntegrationTest::$modules | property | core/ |
Modules to enable. |
| IntegrationTest::$node | property | core/ |
Stores the node object which is used by the test. |
| IntegrationTest::$testViews | property | core/ |
Views used by this test. |
| IntegrationTest::$webUser | property | core/ |
Stores the user object that accesses the page. |
| IntegrationTest::setUp | function | core/ |
Sets up the test. |
| IntegrationTest::testNodeCounterIntegration | function | core/ |
Tests the integration of the {node_counter} table in views. |
Pagination
- Previous page
- Page 695
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.