Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
#[JsonSchema([ 'type' => 'integer', ])] |
| IntegerFormatter::defaultSettings | function | core/ |
|
| IntegerItem::defaultFieldSettings | function | core/ |
|
| IntegerItem::defaultStorageSettings | function | core/ |
|
| IntegerItem::generateSampleValue | function | core/ |
|
| IntegerItem::getConstraints | function | core/ |
|
| IntegerItem::propertyDefinitions | function | core/ |
|
| IntegerItem::schema | function | core/ |
|
| 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/ |
|
| InternalEntitiesTest::$internalEntity | property | core/ |
An entity of an internal entity type. |
| InternalEntitiesTest::$modules | property | core/ |
|
| 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/ |
|
| InternalEntitiesTest::testEntryPoint | function | core/ |
Ensures that internal resources types aren't present in the entry point. |
| InternalEntitiesTest::testIncludes | function | core/ |
Asserts that internal entities are not included in compound documents. |
| InternalEntitiesTest::testLinks | function | core/ |
Asserts that links to internal relationships aren't generated. |
| InternalEntitiesTest::testRoutes | function | core/ |
Ensures that internal resources types aren't present in the routes. |
| InternalPropertyTestFieldItem | class | core/ |
Defines the 'Internal Property' entity test field type. |
| InternalPropertyTestFieldItem.php | file | core/ |
|
| InternalPropertyTestFieldItem::propertyDefinitions | function | core/ |
|
| InternalTypedDataTestTrait | trait | core/ |
Trait that provides mocked typed data objects. |
| InternalTypedDataTestTrait.php | file | core/ |
|
| InternalTypedDataTestTrait::getTypedDataProperty | function | core/ |
Gets a typed data property. |
| Interpolator::$startToken | property | composer/ |
The character sequence that identifies the start of a token. |
| Interpolator::findTokens | function | composer/ |
Finds all of the tokens in the provided message. |
| Interpolator::replacements | function | composer/ |
Finds the tokens that exist in a message and builds a replacement array. |
| Interpolator::setData | function | composer/ |
Sets the data set to use when interpolating. |
| Interpolator::__construct | function | composer/ |
Interpolator constructor. |
| InvalidCharsetException | class | core/ |
This exception class signals an invalid charset is being used. |
Pagination
- Previous page
- Page 749
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.