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
Sql::$noDistinct property core/modules/views/src/Plugin/views/query/Sql.php Is the view marked as not distinct.
Sql::aggregationMethodDistinct function core/modules/views/src/Plugin/views/query/Sql.php
Sql::setDistinct function core/modules/views/src/Plugin/views/query/Sql.php Set the view to be distinct (per base field).
statistics.tokens.inc file core/modules/statistics/statistics.tokens.inc Builds placeholder replacement tokens for node visitor statistics.
statistics.views.inc file core/modules/statistics/statistics.views.inc Provide views data for statistics.module.
status_report_8001.inc file core/modules/system/tests/modules/entity_test/update/status_report_8001.inc Defines the 8001 db update for the "status_report" group.
status_report_8002.inc file core/modules/system/tests/modules/entity_test/update/status_report_8002.inc
StubReflectionFactory::getPluginClass function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Finds the class relevant for a given plugin.
Style::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php Allows a plugin to modify its static configuration.
StylePluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/StylePluginTest.php Provides a list of configs to test.
StylePluginTest::testGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/StylePluginTest.php @covers ::getDynamicPluginConfig[[api-linebreak]]
@dataProvider providerGetDynamicPluginConfig
StyleTableTest::testFieldInColumns function core/modules/views/tests/src/Functional/Plugin/StyleTableTest.php Tests table fields in columns.
system.admin.inc file core/modules/system/system.admin.inc Admin page callbacks for the system module.
system.theme.inc file core/modules/system/system.theme.inc Preprocess functions for the System module.
system.tokens.inc file core/modules/system/system.tokens.inc Builds placeholder replacement tokens system-wide data.
SystemMainBlock::$mainContent property core/modules/system/src/Plugin/Block/SystemMainBlock.php The render array representing the main page content.
SystemMainBlock::setMainContent function core/modules/system/src/Plugin/Block/SystemMainBlock.php Sets the main content render array.
SystemTestController::mainContentFallback function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Tests main content fallback.
system_core_incompatible_semver_test.info.yml file core/modules/system/tests/modules/system_core_incompatible_semver_test/system_core_incompatible_semver_test.info.yml core/modules/system/tests/modules/system_core_incompatible_semver_test/system_core_incompatible_semver_test.info.yml
system_incompatible_core_version_dependencies_test.info.yml file core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml core/modules/system/tests/modules/system_incompatible_core_version_dependencies_test/system_incompatible_core_version_dependencies_test.info.yml
system_incompatible_module_version_dependencies_test.info.yml file core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml
system_incompatible_module_version_test.info.yml file core/modules/system/tests/modules/system_incompatible_module_version_test/system_incompatible_module_version_test.info.yml core/modules/system/tests/modules/system_incompatible_module_version_test/system_incompatible_module_version_test.info.yml
system_incompatible_php_version_test.info.yml file core/modules/system/tests/modules/system_incompatible_php_version_test/system_incompatible_php_version_test.info.yml core/modules/system/tests/modules/system_incompatible_php_version_test/system_incompatible_php_version_test.info.yml
taxonomy.tokens.inc file core/modules/taxonomy/taxonomy.tokens.inc Builds placeholder replacement tokens for taxonomy terms and vocabularies.
taxonomy.views.inc file core/modules/taxonomy/taxonomy.views.inc Provides views data for taxonomy.module.
TestConfigEntityWithPluginCollections class core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestConfigEntityWithPluginCollections::$pluginCollection property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestConfigEntityWithPluginCollections::$pluginManager property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestConfigEntityWithPluginCollections::$the_plugin_collection_config property core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestConfigEntityWithPluginCollections::getPluginCollections function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Gets the plugin collections used by this object.
TestConfigEntityWithPluginCollections::setPluginManager function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php
TestDisplayVariant::$mainContent property core/modules/system/tests/modules/display_variant_test/src/Plugin/DisplayVariant/TestDisplayVariant.php The render array representing the main page content.
TestDisplayVariant::setMainContent function core/modules/system/tests/modules/display_variant_test/src/Plugin/DisplayVariant/TestDisplayVariant.php Sets the main content for the page being rendered.
TestLazyPluginCollection class core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Defines a plugin collection which uses fruit plugins.
TestLazyPluginCollection.php file core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php
TestLazyPluginCollection::$manager property core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Stores the plugin manager used by this collection.
TestLazyPluginCollection::getConfiguration function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Gets the current configuration of all plugins in this collection.
TestLazyPluginCollection::initializePlugin function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Initializes and stores a plugin.
TestLazyPluginCollection::setConfiguration function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Sets the configuration for all plugins in this collection.
TestLazyPluginCollection::__construct function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Constructs a TestLazyPluginCollection object.
TestSiteUserLoginCommand class core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php Command to generate a login link for the test site.
TestSiteUserLoginCommand.php file core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php
TestSiteUserLoginCommand::$classLoader property core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php The class loader to use for installation and initialization of setup.
TestSiteUserLoginCommand::configure function core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php
TestSiteUserLoginCommand::execute function core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php
test_module_incompatible_constraint.info.yml file core/modules/system/tests/themes/test_theme_depending_on_constrained_modules/test_module_incompatible_constraint/test_module_incompatible_constraint.info.yml core/modules/system/tests/themes/test_theme_depending_on_constrained_modules/test_module_incompatible_constraint/test_module_incompatible_constraint.info.yml
theme.inc file core/includes/theme.inc The theme system, which controls the output of Drupal.
theme.maintenance.inc file core/includes/theme.maintenance.inc Theming for maintenance pages.
ThemeTest::assertThemeIncompatibleText function core/modules/system/tests/src/Functional/System/ThemeTest.php Asserts that expected incompatibility text is displayed for a theme.
ThemeUiTest::testInstalledIncompatibleTheme function core/modules/system/tests/src/Functional/Theme/ThemeUiTest.php Tests that incompatible themes message is shown.

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