Search for inc

  1. Search 7.x for inc
  2. Search 9.5.x for inc
  3. Search 8.9.x for inc
  4. Search 10.3.x for inc
  5. Other projects
Title Object type File name Summary
ModuleHandlerInterface::loadInclude function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Loads a module include file.
ModuleHandlerTest::testGroupIncludes function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests group includes.
ModuleHandlerTest::testLoadAllIncludes function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests load all includes.
ModuleHandlerTest::testLoadInclude function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests loadInclude().
ModuleInstallerTest::testCacheBinCleanup function core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php Tests cache bins defined by modules are removed when uninstalled.
ModulesListFormWebTest::testInstalledIncompatibleModule function core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php Tests that incompatible modules message is shown.
module_handler_test_added.hook.inc file core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.hook.inc
module_handler_test_hook_include function core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc Test hook.
module_implements_alter_test.implementations.inc file core/modules/system/tests/modules/module_implements_alter_test/module_implements_alter_test.implementations.inc
module_test.tokens.inc file core/modules/system/tests/modules/module_test/module_test.tokens.inc
module_test_procedural_preprocess.additional.inc file core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.additional.inc
module_test_procedural_preprocess.theme.inc file core/modules/system/tests/modules/module_test_procedural_preprocess/module_test_procedural_preprocess.theme.inc
MultilingualReviewPageTestBase::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php Gets expected number of entities per entity after incremental migration.
node.admin.inc file core/modules/node/node.admin.inc
NodeClassicTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NodeClassicTest.php Gets expected number of entities per entity after incremental migration.
NodeTest::getIncludePermissions function core/modules/jsonapi/tests/src/Functional/NodeTest.php Authorize the user under test with additional permissions to view includes.
NoMultilingualReviewPageTest::getIncompletePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NoMultilingualReviewPageTest.php
NoMultilingualReviewPageTest::getIncompletePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/NoMultilingualReviewPageTest.php
NoMultilingualReviewPageTest::getIncompletePaths function core/modules/contact/tests/src/Functional/migrate_drupal_ui/d6/NoMultilingualReviewPageTest.php
NoMultilingualReviewPageTest::getIncompletePaths function core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/NoMultilingualReviewPageTest.php
NullIncludedData class core/modules/jsonapi/src/JsonApiResource/NullIncludedData.php Use when there are no included resources but a Data object is required.
NullIncludedData.php file core/modules/jsonapi/src/JsonApiResource/NullIncludedData.php
NullIncludedData::__construct function core/modules/jsonapi/src/JsonApiResource/NullIncludedData.php NullData constructor.
ObjectWithPluginCollectionInterface interface core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php Provides an interface for an object using a plugin collection.
ObjectWithPluginCollectionInterface.php file core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php
ObjectWithPluginCollectionInterface::getPluginCollections function core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php Gets the plugin collections used by this object.
PageDisplayVariantSelectionEvent::$pluginConfiguration property core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php The configuration for the selected page display variant.
PageDisplayVariantSelectionEvent::getPluginConfiguration function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php Get the configuration for the selected page display variant.
PageDisplayVariantSelectionEvent::setPluginConfiguration function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php Set the configuration for the selected page display variant.
PageVariantInterface::setMainContent function core/lib/Drupal/Core/Display/PageVariantInterface.php Sets the main content for the page being rendered.
PhpTransliterationTest::testSafeInclude function core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Tests inclusion is safe.
PluginBase::INCLUDE_ENTITY constant core/modules/views/src/Plugin/views/PluginBase.php Include entity row languages when listing languages.
PluginBase::INCLUDE_NEGOTIATED constant core/modules/views/src/Plugin/views/PluginBase.php Include negotiated languages when listing languages.
RecipeConfigurator::getIncludedRecipe function core/lib/Drupal/Core/Recipe/RecipeConfigurator.php Gets an included recipe object.
RecipeConfiguratorTest::testIncludedRecipeLoader function core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php Tests that RecipeConfigurator can load recipes.
RecipeConfiguratorTest::testIncludedRecipeLoaderException function core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php Tests exception thrown when RecipeConfigurator cannot find a recipe.
RecipeRunnerTest::testRecipeInclude function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests processing a recipe that includes another recipe.
RecursiveValidator::inContext function core/lib/Drupal/Core/TypedData/Validation/RecursiveValidator.php
ResourceResponseTestTrait::getExpectedIncludedResourceResponse function core/modules/jsonapi/tests/src/Functional/ResourceResponseTestTrait.php Gets an array of expected ResourceResponses for the given include paths.
ResourceTestBase::decorateExpectedResponseForIncludedFields function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Decorates the expected response with included data and cache metadata.
ResourceTestBase::doTestIncluded function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests included resources.
ResourceTestBase::getIncludePermissions function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Authorize the user under test with additional permissions to view includes.
ResourceTestBase::getNestedIncludePaths function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Gets an array of all nested include paths to be tested.
ResourceTestBase::grantIncludedPermissions function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Grants authorization to view includes.
ResourceType::includeCount function core/modules/jsonapi/src/ResourceType/ResourceType.php Determine whether to include a collection count.
RestResourceConfig::getPluginCollections function core/modules/rest/src/Entity/RestResourceConfig.php Gets the plugin collections used by this object.
SchemaIncompleteException class core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php An exception thrown when a config schema is incomplete.
SchemaIncompleteException.php file core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php
search.pages.inc file core/modules/search/search.pages.inc
SearchPage::$pluginCollection property core/modules/search/src/Entity/SearchPage.php The plugin collection that stores search plugins.

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