Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 | class | core/ |
The integer data type. |
| IntegerData.php | file | core/ |
|
| IntegerData::getCastedValue | function | core/ |
#[JsonSchema([ 'type' => 'integer', ])] |
| IntegerFormatter | class | core/ |
Plugin implementation of the 'number_integer' formatter. |
| IntegerFormatter.php | file | core/ |
|
| IntegerFormatter::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| IntegerFormatter::numberFormat | function | core/ |
Formats a number. |
| IntegerInterface | interface | core/ |
Interface for integer numbers. |
| IntegerInterface.php | file | core/ |
|
| IntegerItem | class | core/ |
Defines the 'integer' field type. |
| IntegerItem.php | file | core/ |
|
| 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. |
| IntegrityConstraintViolationException | class | core/ |
Exception thrown if a query would violate an integrity constraint. |
| IntegrityConstraintViolationException.php | file | core/ |
|
| Interface translation properties | group | core/ |
.info.yml file properties for interface translation settings. |
| InternalEntitiesTest | class | core/ |
Makes assertions about the JSON:API behavior for internal entities. |
| InternalEntitiesTest.php | file | core/ |
|
| InternalEntitiesTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| InternalEntitiesTest::$internalEntity | property | core/ |
An entity of an internal entity type. |
| InternalEntitiesTest::$modules | property | core/ |
Modules to install. |
| InternalEntitiesTest::$referencingEntity | property | core/ |
An entity referencing an internal entity. |
| InternalEntitiesTest::$testUser | property | core/ |
A test user. |
| InternalEntitiesTest::getIndividual | function | core/ |
Returns the decoded JSON:API document for the for the given entity. |
| InternalEntitiesTest::getRelated | function | core/ |
Performs an authenticated request and returns the decoded document. |
| InternalEntitiesTest::jsonapiGet | function | core/ |
Performs an authenticated request and returns the decoded document. |
| InternalEntitiesTest::setUp | function | core/ |
Pagination
- Previous page
- Page 899
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.