Search for from
| Title | Object type | File name | Summary | 
|---|---|---|---|
| IconFinderInterface::getFilesFromSources | function | core/ | 
                                                                                        Create files from source paths. | 
| IconFinderTest::providerExtractIconIdFromFilename | function | core/ | 
                                                                                        Data provider for ::testExtractIconIdFromFilename(). | 
| IconFinderTest::providerGetFilesFromSourcesPath | function | core/ | 
                                                                                        Data provider for ::testGetFilesFromSourcesPath(). | 
| IconFinderTest::providerGetFilesFromSourcesUrl | function | core/ | 
                                                                                        Data provider for ::testGetFilesFromSourcesUrl(). | 
| IconFinderTest::testExtractIconIdFromFilename | function | core/ | 
                                                                                        Test the IconFinder::extractIconIdFromFilename method. | 
| IconFinderTest::testExtractIconIdFromFilenameWarning | function | core/ | 
                                                                                        Test the IconFinder::extractIconIdFromFilename method with failing pattern. | 
| IconFinderTest::testGetFileFromUrlWarning | function | core/ | 
                                                                                        Test the IconFinder::getFileFromUrl method with warning. | 
| IconFinderTest::testGetFilesFromPathEmptyWarning | function | core/ | 
                                                                                        Test the IconFinder::getFilesFromPath method with warning. | 
| IconFinderTest::testGetFilesFromPathInvalidExtensionWarning | function | core/ | 
                                                                                        Test the IconFinder::getFilesFromPath method with warning. | 
| IconFinderTest::testGetFilesFromSourcesPath | function | core/ | 
                                                                                        Test the IconFinder::getFilesFromSources method with paths. | 
| IconFinderTest::testGetFilesFromSourcesUrl | function | core/ | 
                                                                                        Test the IconFinder::getFilesFromSources method with urls. | 
| IconPackManager::getIconsFromDefinition | function | core/ | 
                                                                                        Discover list of icons from definition extractor. | 
| InlineBlockTestBase::removeInlineBlockFromLayout | function | core/ | 
                                                                                        Removes an entity block from the layout but does not save the layout. | 
| InputTest::testDefaultInputFromEnvironmentVariables | function | core/ | 
                                                                                        Tests getting default input values from environment variables. | 
| InputTest::testDefaultValueFromConfig | function | core/ | 
                                                                                        Tests getting the default value from configuration. | 
| InputTest::testDefaultValueFromNonExistentConfigWithFallback | function | core/ | 
                                                                                        Tests getting the fallback default value from non-existing configuration. | 
| Insert::$fromQuery | property | core/ | 
                                                                                        A SelectQuery object to fetch the rows that should be inserted. | 
| Insert::from | function | core/ | 
                                                                                        Sets the fromQuery on this InsertQuery object. | 
| InstalledPackage::createFromArray | function | core/ | 
                                                                                        Create an installed package object from an array. | 
| InstallHelper::importContentFromFile | function | core/ | 
                                                                                        Imports content. | 
| InvalidDataTest::testInsertDuplicateDataFromSelect | function | core/ | 
                                                                                        Tests inserting with invalid data from a select query. | 
| JsonApiFilterRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 | function | core/ | 
                                                                                        Ensure filtering on relationships works with bundle-specific target types. | 
| JsonApiFilterRegressionTest::testEmptyRelationshipFilteringFromIssue3025372 | function | core/ | 
                                                                                        Ensure filtering for entities with empty entity reference fields works. | 
| JsonApiFilterRegressionTest::testFilterByIdFromIssue3015759 | function | core/ | 
                                                                                        Ensures that filtering by a sequential internal ID named 'id' is possible. | 
| JsonApiPatchRegressionTest::testBundlelessRelationshipMutationFromIssue2973681 | function | core/ | 
                                                                                        Ensure POST and PATCH works for bundle-less relationship routes. | 
| JsonApiPatchRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 | function | core/ | 
                                                                                        Ensure filtering on relationships works with bundle-specific target types. | 
| JsonApiPatchRegressionTest::testDanglingReferencesInAnEntityReferenceFieldFromIssue2968972 | function | core/ | 
                                                                                        Cannot PATCH an entity with dangling references in an ER field. | 
| JsonApiPatchRegressionTest::testNonTranslatableEntityUpdatesFromIssue3043168 | function | core/ | 
                                                                                        Ensure non-translatable entities can be PATCHed with an alternate language. | 
| JsonApiPatchRegressionTest::testPatchingDateTimeFieldsFromIssue3021194 | function | core/ | 
                                                                                        Ensures PATCHing datetime (both date-only & date+time) fields is possible. | 
| JsonApiPatchRegressionTest::testPatchInvalidFieldPropertyFromIssue3127883 | function | core/ | 
                                                                                        Ensure PATCHing a non-existing field property results in a helpful error. | 
| JsonApiPatchRegressionTest::testPatchToIncludeUrlDoesNotReturnIncludeFromIssue3026030 | function | core/ | 
                                                                                        Ensure includes are respected even when PATCHing. | 
| JsonApiRegressionTest::testDanglingReferencesInAnEntityReferenceFieldFromIssue2984647 | function | core/ | 
                                                                                        Cannot GET an entity with dangling references in an ER field. | 
| JsonApiRegressionTest::testDeepNestedIncludeMultiTargetEntityTypeFieldFromIssue2973681 | function | core/ | 
                                                                                        Ensure deep nested include works on multi target entity type field. | 
| JsonApiRegressionTest::testDenormalizeAliasedRelationshipFromIssue2953207 | function | core/ | 
                                                                                        Ensures denormalizing relationships with aliased field names works. | 
| JsonApiRegressionTest::testGetNodeCollectionWithHookNodeGrantsImplementationsFromIssue2984964 | function | core/ | 
                                                                                        Ensures GETting node collection + hook_node_grants() implementations works. | 
| JsonApiRegressionTest::testGetTermWhenMultipleVocabulariesExistFromIssue2977879 | function | core/ | 
                                                                                        Ensures GETting terms works when multiple vocabularies exist. | 
| JsonApiRegressionTest::testInvalidDataTriggersUnprocessableEntityErrorFromIssue3052954 | function | core/ | 
                                                                                        Ensure POSTing invalid data results in a 422 response, not a PHP error. | 
| JsonApiRegressionTest::testMapFieldTypeNormalizationFromIssue3040590 | function | core/ | 
                                                                                        Ensure `@FieldType=map` fields are normalized correctly. | 
| JsonApiRegressionTest::testPageCacheFromIssue3009596 | function | core/ | 
                                                                                        Ensures that Drupal's page cache is effective. | 
| JsonApiRegressionTest::testPostToIncludeUrlDoesNotReturnIncludeFromIssue3026030 | function | core/ | 
                                                                                        Ensure includes are respected even when POSTing. | 
| JsonApiRegressionTest::testRecursionDetectedWhenResponseContainsViolationsFrom3042124 | function | core/ | 
                                                                                        Tests that the response still has meaningful error messages. | 
| JsonApiRegressionTest::testThatRoutesAreRebuiltAfterDataModelChangesFromIssue2984886 | function | core/ | 
                                                                                        Ensures that JSON:API routes are caches are dynamically rebuilt. | 
| LabelOnlyResourceObject::createFromEntity | function | core/ | 
                                                                                        Creates a new ResourceObject from an entity. | 
| LabelOnlyResourceObject::extractFieldsFromEntity | function | core/ | 
                                                                                        Extracts the entity's fields. | 
| LanguageConfigCollectionNameTrait::getLangcodeFromCollectionName | function | core/ | 
                                                                                        Converts a configuration collection name to a language code. | 
| LanguageTestTrait::createLanguageFromLangcode | function | core/ | 
                                                                                        Creates a configurable language object from a langcode. | 
| LayoutBuilderEntityViewDisplayStorage::mapFromStorageRecords | function | core/ | 
                                                                                        Maps from storage records to entity objects. | 
| Link::createFromRoute | function | core/ | 
                                                                                        Creates a Link object from a given route name and parameters. | 
| Link::fromTextAndUrl | function | core/ | 
                                                                                        Creates a Link object from a given Url object. | 
| LinkNotExistingInternalConstraintValidatorTest::testValidateFromNonExistingRoute | function | core/ | 
                                                                                        Tests validate from non existing route. | 
Pagination
- Previous page
 - Page 6
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.