54 calls to Drupal::logger() in Drupal 10
- authorize.php in core/
authorize.php - Administrative script for running authorized file operations.
- comment_entity_view_display_presave in core/
modules/ comment/ comment.module - Implements hook_ENTITY_TYPE_presave() for entity_view_display entities.
- ConfigImporterBatch::finish in core/
lib/ Drupal/ Core/ Config/ Importer/ ConfigImporterBatch.php - Finish batch.
- CronAccessCheck::access in core/
modules/ system/ src/ Access/ CronAccessCheck.php - Checks access.
- DbLogControllerTest::testNonLatinCharacters in core/
modules/ dblog/ tests/ src/ Kernel/ DbLogControllerTest.php - Tests links with non latin characters.
- DbLogFormInjectionTest::setUp in core/
modules/ dblog/ tests/ src/ Kernel/ DbLogFormInjectionTest.php - DisplayTest::validateOptionsForm in core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ display/ DisplayTest.php - EntityDisplayBase::getLogger in core/
lib/ Drupal/ Core/ Entity/ EntityDisplayBase.php - Provides the 'system' channel logger service.
- field_field_config_presave in core/
modules/ field/ field.module - Implements hook_ENTITY_TYPE_presave() for 'field_config'.
- file_cron in core/
modules/ file/ file.module - Implements hook_cron().
- file_managed_file_save_upload in core/
modules/ file/ file.module - Saves any files that have been uploaded into a managed_file element.
- file_save_upload in core/
modules/ file/ file.module - Saves file uploads to a new location.
- FilterNull::__construct in core/
modules/ filter/ src/ Plugin/ Filter/ FilterNull.php - hook_entity_create in core/
lib/ Drupal/ Core/ Entity/ entity.api.php - Acts when creating a new entity.
- hook_entity_translation_create in core/
lib/ Drupal/ Core/ Entity/ entity.api.php - Acts when creating a new entity translation.
- hook_entity_translation_delete in core/
lib/ Drupal/ Core/ Entity/ entity.api.php - Respond to entity translation deletion.
- hook_entity_translation_insert in core/
lib/ Drupal/ Core/ Entity/ entity.api.php - Respond to creation of a new entity translation.
- hook_ENTITY_TYPE_create in core/
lib/ Drupal/ Core/ Entity/ entity.api.php - Acts when creating a new entity of a specific type.
- hook_ENTITY_TYPE_translation_create in core/
lib/ Drupal/ Core/ Entity/ entity.api.php - Acts when creating a new entity translation of a specific type.
- hook_ENTITY_TYPE_translation_delete in core/
lib/ Drupal/ Core/ Entity/ entity.api.php - Respond to entity translation deletion of a particular type.
- hook_ENTITY_TYPE_translation_insert in core/
lib/ Drupal/ Core/ Entity/ entity.api.php - Respond to creation of a new entity translation of a particular type.
- hook_file_copy in core/
modules/ file/ file.api.php - Respond to a file that has been copied.
- hook_file_move in core/
modules/ file/ file.api.php - Respond to a file that has been moved.
- ImageStyle::createDerivative in core/
modules/ image/ src/ Entity/ ImageStyle.php - Creates a new image derivative based on this image style.
- locale_config_batch_finished in core/
modules/ locale/ locale.bulk.inc - Implements callback_batch_finished().
- locale_translate_batch_finished in core/
modules/ locale/ locale.bulk.inc - Implements callback_batch_finished().
- locale_translate_batch_import in core/
modules/ locale/ locale.bulk.inc - Implements callback_batch_operation().
- locale_translation_download_source in core/
modules/ locale/ locale.batch.inc - Downloads a translation file from a remote server.
- locale_translation_http_check in core/
modules/ locale/ locale.batch.inc - Check if remote file exists and when it was last updated.
- MigrateControllerTest::setUp in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ MigrateControllerTest.php - MigrateMessage::display in core/
modules/ migrate/ src/ MigrateMessage.php - MigrateUpgradeImportBatch::run in core/
modules/ migrate_drupal_ui/ src/ Batch/ MigrateUpgradeImportBatch.php - Runs a single migrate batch import.
- ModuleInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - ModuleInstaller::uninstall in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - PoDatabaseWriter::importString in core/
modules/ locale/ src/ PoDatabaseWriter.php - Imports one string into the database.
- ProcessedText::logger in core/
modules/ filter/ src/ Element/ ProcessedText.php - Wraps a logger channel.
- StorageCopyTrait::replaceStorageContents in core/
lib/ Drupal/ Core/ Config/ StorageCopyTrait.php - Copy the configuration from one storage to another and remove stale items.
- SyslogTest::testSyslogSeverity in core/
modules/ syslog/ tests/ src/ Kernel/ SyslogTest.php - Tests severity level logging.
- SyslogTest::testSyslogWriting in core/
modules/ syslog/ tests/ src/ Kernel/ SyslogTest.php - @covers ::log
- system_check_directory in core/
modules/ system/ system.module - Checks the existence of the directory specified in $form_element.
- template_preprocess_image_style in core/
modules/ image/ image.module - Prepares variables for image style templates.
- template_preprocess_responsive_image in core/
modules/ responsive_image/ responsive_image.module - Prepares variables for a responsive image.
- ThemeManager::render in core/
lib/ Drupal/ Core/ Theme/ ThemeManager.php - tracker_cron in core/
modules/ tracker/ tracker.module - Implements hook_cron().
- update_get_update_list in core/
includes/ update.inc - Returns a list of all the pending database updates.
- user_cancel in core/
modules/ user/ user.module - Cancel a user account.
- user_login_finalize in core/
modules/ user/ user.module - Finalizes the login process and logs in a user.
- user_logout in core/
modules/ user/ user.module - Logs the current user out.
- views_field_default_views_data in core/
modules/ views/ views.views.inc - Default views data implementation for a field.
- watchdog_exception in core/
includes/ bootstrap.inc - Logs an exception.
- _drupal_log_error in core/
includes/ errors.inc - Logs a PHP error or exception and displays an error page in fatal cases.
- _locale_rebuild_js in core/
modules/ locale/ locale.module - (Re-)Creates the JavaScript translation file for a language.
- _update_fix_missing_schema in core/
includes/ update.inc - Helper to detect and fix 'missing' schema information.
- _user_cancel in core/
modules/ user/ user.module - Implements callback_batch_operation().