You are here

12 uses of Drupal::CORE_COMPATIBILITY in Zircon Profile 8.0

DistributionProfileTest::setUp in core/modules/system/src/Tests/Installer/DistributionProfileTest.php
Sets up a Drupal site for running functional and integration tests.
install_check_translations in core/includes/install.core.inc
Checks installation requirements and reports any errors.
locale_translation_build_projects in core/modules/locale/locale.compare.inc
Builds list of projects and stores the result in the database.
ModuleHandler::parseDependency in core/lib/Drupal/Core/Extension/ModuleHandler.php
Parses a dependency for comparison by drupal_check_incompatibility().
ModulesListForm::buildRow in core/modules/system/src/Form/ModulesListForm.php
Builds a table row for the system modules page.
SingleVisibleProfileTest::setUp in core/modules/system/src/Tests/Installer/SingleVisibleProfileTest.php
Sets up a Drupal site for running functional and integration tests.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
template_preprocess_system_themes_page in core/modules/system/system.admin.inc
Prepares variables for appearance page templates.
UpdateFetcher::buildFetchUrl in core/modules/update/src/UpdateFetcher.php
Generates the URL to fetch information about project updates.
update_check_incompatibility in core/includes/update.inc
Tests the compatibility of a module or theme.
update_get_update_list in core/includes/update.inc
Returns a list of all the pending database updates.
update_verify_update_archive in core/modules/update/update.module
Implements hook_verify_update_archive().