Search for inc

  1. Search 7.x for inc
  2. Search 8.9.x for inc
  3. Search 10.3.x for inc
  4. Search 11.x for inc
  5. Other projects
Title Object type File name Summary
IncludeResolver::buildTree function core/modules/jsonapi/src/IncludeResolver.php Takes an array of exploded paths and builds a tree of field names.
IncludeResolver::resolve function core/modules/jsonapi/src/IncludeResolver.php Resolves included resources.
IncludeResolver::resolveIncludeTree function core/modules/jsonapi/src/IncludeResolver.php Receives a tree of include field names and resolves resources for it.
IncludeResolver::resolveInternalIncludePaths function core/modules/jsonapi/src/IncludeResolver.php Resolves an array of public field paths.
IncludeResolver::toIncludeTree function core/modules/jsonapi/src/IncludeResolver.php Returns a tree of field names to include from an include parameter.
IncludeResolver::__construct function core/modules/jsonapi/src/IncludeResolver.php IncludeResolver constructor.
IncompleteLibraryDefinitionException class core/lib/Drupal/Core/Asset/Exception/IncompleteLibraryDefinitionException.php Defines a custom exception if a library has no CSS/JS/JS setting specified.
IncompleteLibraryDefinitionException.php file core/lib/Drupal/Core/Asset/Exception/IncompleteLibraryDefinitionException.php
IncrementalForm class core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php Migrate Upgrade Incremental form.
IncrementalForm.php file core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php
IncrementalForm::$dateFormatter property core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php The date formatter service.
IncrementalForm::buildForm function core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php Form constructor.
IncrementalForm::create function core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php Instantiates a new instance of this class.
IncrementalForm::getConfirmText function core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php Returns a caption for the button that confirms the action.
IncrementalForm::getFormId function core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php Returns a unique string identifying the form.
IncrementalForm::submitForm function core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php Form submission handler.
IncrementalForm::__construct function core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php IncrementalForm constructor.
InfoParserUnitTest::providerCoreIncompatibility function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testCoreIncompatibility().
InfoParserUnitTest::testCoreIncompatibility function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php @covers ::parse[[api-linebreak]]
install.core.inc file core/includes/install.core.inc API functions for installing Drupal.
install.inc file core/includes/install.inc API functions for installing modules and themes.
InternalEntitiesTest::testIncludes function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Asserts that internal entities are not included in compound documents.
jsonapi.include_resolver service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\IncludeResolver
JsonApiDocumentTopLevel::$includes property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php The includes to normalize.
JsonApiDocumentTopLevel::getIncludes function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets a JSON:API Data object of resources to be included in the response.
JsonApiDocumentTopLevelNormalizerTest::$includeResolver property core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiDocumentTopLevelNormalizerTest.php The include resolver.
JsonApiRegressionTest::testDeepNestedIncludeMultiTargetEntityTypeFieldFromIssue2973681 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensure deep nested include works on multi target entity type field.
JsonApiRegressionTest::testPatchToIncludeUrlDoesNotReturnIncludeFromIssue3026030 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensure includes are respected even when PATCHing.
JsonApiRegressionTest::testPostToIncludeUrlDoesNotReturnIncludeFromIssue3026030 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensure includes are respected even when POSTing.
language.admin.inc file core/modules/language/language.admin.inc Administration functions for language.module.
Language::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php Allows a plugin to modify its static configuration.
LanguageNegotiationUserAdmin::$adminContext property core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php The admin context.
LanguagePluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php Provides a list of configs to test.
LanguagePluginTest::testGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php @covers ::getDynamicPluginConfig[[api-linebreak]]
@dataProvider providerGetDynamicPluginConfig
LanguageSelectWidgetTest::testWithIncludedLockedLanguage function core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php Tests the widget with the locked languages.
LanguageSelectWidgetTest::testWithoutIncludedLockedLanguage function core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php Tests the widget without the locked languages.
LazyPluginCollection class core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Defines an object which stores multiple plugin instances to lazy load them.
LazyPluginCollection.php file core/lib/Drupal/Component/Plugin/LazyPluginCollection.php
LazyPluginCollection::$instanceIds property core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Stores the IDs of all potential plugin instances.
LazyPluginCollection::$pluginInstances property core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Stores all instantiated plugins.
LazyPluginCollection::addInstanceId function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Adds an instance ID to the available instance IDs.
LazyPluginCollection::clear function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Clears all instantiated plugins.
LazyPluginCollection::count function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php #[\ReturnTypeWillChange]
LazyPluginCollection::get function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Gets a plugin instance, initializing it if necessary.
LazyPluginCollection::getConfiguration function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Gets the current configuration of all plugins in this collection.
LazyPluginCollection::getInstanceIds function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Gets all instance IDs.
LazyPluginCollection::getIterator function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php #[\ReturnTypeWillChange]
LazyPluginCollection::has function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Determines if a plugin instance exists.
LazyPluginCollection::initializePlugin function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Initializes and stores a plugin.
LazyPluginCollection::remove function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Removes an initialized plugin.

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