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 11.x for inc
  5. Other projects
Title Object type File name Summary
ThemeUiTest::testInstallModuleWithIncompatibleDependencies function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests installing a theme with incompatible module dependencies.
theme_test.inc file core/modules/system/tests/modules/theme_test/theme_test.inc Include file for test module.
TipsPluginCollection class core/modules/tour/src/TipsPluginCollection.php A collection of tips.
TipsPluginCollection.php file core/modules/tour/src/TipsPluginCollection.php
TipsPluginCollection::$pluginKey property core/modules/tour/src/TipsPluginCollection.php The key within the plugin configuration that contains the plugin ID.
TipsPluginCollection::get function core/modules/tour/src/TipsPluginCollection.php
tracker.views.inc file core/modules/tracker/tracker.views.inc Provide views data for tracker.module.
TransactionManager::beginClientTransaction function core/modules/sqlite/src/Driver/Database/sqlite/TransactionManager.php Begins a transaction on the client connection.
TransactionManager::beginClientTransaction function core/modules/mysql/src/Driver/Database/mysql/TransactionManager.php Begins a transaction on the client connection.
TransactionManager::beginClientTransaction function core/modules/pgsql/src/Driver/Database/pgsql/TransactionManager.php Begins a transaction on the client connection.
TransactionManagerBase::beginClientTransaction function core/lib/Drupal/Core/Database/Transaction/TransactionManagerBase.php Begins a transaction on the client connection.
twig-registry-loader-test-include.html.twig file core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-include.html.twig This line is from test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-include.html.twig
twig-registry-loader-test-include.html.twig file core/modules/system/tests/themes/test_theme_twig_registry_loader/templates/twig-registry-loader-test-include.html.twig This line is from test_theme_twig_registry_loader/templates/twig-registry-loader-test-include.html.twig
twig-registry-loader-test-include.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-include.html.twig This line is from twig_theme_test/templates/twig-registry-loader-test-include.html.twig
TwigIncludeTest class core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php Tests including files in Twig templates.
TwigIncludeTest.php file core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php
TwigIncludeTest::$modules property core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php Modules to install.
TwigIncludeTest::$twigConfig property core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php The Twig configuration to set the container parameter to during rebuilds.
TwigIncludeTest::register function core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php Registers test-specific services.
TwigIncludeTest::setUpFilesystem function core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php Sets up the filesystem, so things like the file directory.
TwigIncludeTest::testTemplateInclusion function core/modules/system/tests/src/Kernel/Theme/TwigIncludeTest.php Tests template inclusion extension checking.
UninstallKernelTest::testUninstallPluginCacheClear function core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php Tests uninstalling a module with a plugin cache clearer service.
update.authorize.inc file core/modules/update/update.authorize.inc Callbacks and related functions invoked by authorize.php to update projects.
update.compare.inc file core/modules/update/update.compare.inc Code required only when comparing available updates to existing data.
update.fetch.inc file core/modules/update/update.fetch.inc Code required only when fetching information about available updates.
update.inc file core/includes/update.inc Drupal database update API.
update.manager.inc file core/modules/update/update.manager.inc Administrative screens and processing functions of the Update Manager module.
update.report.inc file core/modules/update/update.report.inc Code required only when rendering the available updates report.
UpdateComplexTest::testInConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests WHERE IN clauses.
UpdateComplexTest::testNotInConditionUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests WHERE NOT IN clauses.
UpdateManagerUpdateTest::incompatibleUpdatesTableProvider function core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php Provides data for test scenarios involving incompatible updates.
UpdateManagerUpdateTest::testIncompatibleUpdatesTable function core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php Tests the Update form for a single test scenario of incompatible updates.
UpdateRegistry::includeThemes function core/lib/Drupal/Core/Update/UpdateRegistry.php
Upgrade6Test::getEntityCountsIncremental function core/modules/forum/tests/src/Functional/migrate_drupal/d6/Upgrade6Test.php Gets expected number of entities per entity after incremental migration.
Upgrade6Test::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php Gets expected number of entities per entity after incremental migration.
Upgrade6Test::testUpgradeAndIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php Executes all steps of migrations upgrade.
Upgrade6TestWithContentModeration::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6TestWithContentModeration.php Gets expected number of entities per entity after incremental migration.
Upgrade7Test::getEntityCountsIncremental function core/modules/forum/tests/src/Functional/migrate_drupal/d7/Upgrade7Test.php Gets expected number of entities per entity after incremental migration.
Upgrade7Test::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php Gets expected number of entities per entity after incremental migration.
Upgrade7Test::testUpgradeAndIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php Executes all steps of migrations upgrade.
UpgradeTest::getEntityCountsIncremental function core/modules/statistics/tests/src/Functional/migrate_drupal/d6/UpgradeTest.php Gets expected number of entities per entity after incremental migration.
UpgradeTest::getEntityCountsIncremental function core/modules/statistics/tests/src/Functional/migrate_drupal/d7/UpgradeTest.php Gets expected number of entities per entity after incremental migration.
user.tokens.inc file core/modules/user/user.tokens.inc Builds placeholder replacement tokens for user-related data.
user.views.inc file core/modules/user/user.views.inc Provide views data for user.module.
user.views_execution.inc file core/modules/user/user.views_execution.inc Provide views runtime hooks for user.module.
UserAuthTest::testAuthenticateWithIncorrectPassword function core/modules/user/tests/src/Unit/UserAuthTest.php Tests the authenticate method with an incorrect password.
UserLoginTest::testLoginCacheTagsAndDestination function core/modules/user/tests/src/Functional/UserLoginTest.php Tests login with destination.
utility.inc file core/includes/utility.inc Miscellaneous functions.
VariationCacheTest::testIncompatibleVariationsException function core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php Tests exception for a cache item that has incompatible variations.
views.theme.inc file core/modules/views/views.theme.inc Preprocessors and helper functions to make theming easier.

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