Search for message

  1. Search 7.x for message
  2. Search 9.5.x for message
  3. Search 8.9.x for message
  4. Search 10.3.x for message
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Message class composer/Plugin/ProjectMessage/Message.php Determine configuration.
Message class core/modules/contact/src/Entity/Message.php Defines the contact message entity.

All search results

Title Object type File name Summary
MigrateMessage class core/modules/migrate/src/MigrateMessage.php Defines a migrate message class.
MigrateMessage.php file core/modules/migrate/src/MigrateMessage.php
MigrateMessage::$map property core/modules/migrate/src/MigrateMessage.php The map between migrate status and watchdog severity.
MigrateMessage::display function core/modules/migrate/src/MigrateMessage.php Displays a migrate message.
MigrateMessageCapture class core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php Allows capturing messages rather than displaying them directly.
MigrateMessageCapture.php file core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php
MigrateMessageCapture::$messages property core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php Array of recorded messages.
MigrateMessageCapture::clear function core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php Clears out any captured messages.
MigrateMessageCapture::display function core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php Displays a migrate message.
MigrateMessageCapture::getMessages function core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php Returns any captured messages.
MigrateMessageController class core/modules/migrate_drupal_ui/src/Controller/MigrateMessageController.php Provides controller methods for the Message form.
MigrateMessageController class core/modules/migrate/src/Controller/MigrateMessageController.php Provides controller methods for the Message form.
MigrateMessageController.php file core/modules/migrate/src/Controller/MigrateMessageController.php
MigrateMessageController.php file core/modules/migrate_drupal_ui/src/Controller/MigrateMessageController.php
MigrateMessageController::buildFilterQuery function core/modules/migrate/src/Controller/MigrateMessageController.php Builds a query for migrate message administration.
MigrateMessageController::details function core/modules/migrate/src/Controller/MigrateMessageController.php Displays a listing of migration messages for the given migration ID.
MigrateMessageController::overview function core/modules/migrate/src/Controller/MigrateMessageController.php Displays an overview of migrate messages.
MigrateMessageController::overview function core/modules/migrate_drupal_ui/src/Controller/MigrateMessageController.php Displays an overview of migrate messages.
MigrateMessageController::title function core/modules/migrate/src/Controller/MigrateMessageController.php Gets the title for the details page.
MigrateMessageController::__construct function core/modules/migrate/src/Controller/MigrateMessageController.php Constructs a MigrateController.
MigrateMessageControllerTest class core/modules/migrate/tests/src/Functional/MigrateMessageControllerTest.php Tests for the MigrateController class.
MigrateMessageControllerTest class core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Tests for the MigrateController class.
MigrateMessageControllerTest.php file core/modules/migrate/tests/src/Functional/MigrateMessageControllerTest.php
MigrateMessageControllerTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php
MigrateMessageControllerTest::$database property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php The database connection.
MigrateMessageControllerTest::$defaultTheme property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php The theme to install as the default for testing.
MigrateMessageControllerTest::$migrationIds property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Migration IDs.
MigrateMessageControllerTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Modules to install.
MigrateMessageControllerTest::createMigrateTables function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Creates map and message tables for testing.
MigrateMessageControllerTest::createSourceTables function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Create source tables.
MigrateMessageControllerTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets the available upgrade paths.
MigrateMessageControllerTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets the expected number of entities per entity type after migration.
MigrateMessageControllerTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets expected number of entities per entity after incremental migration.
MigrateMessageControllerTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets the missing upgrade paths.
MigrateMessageControllerTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets the source base path for the concrete test.
MigrateMessageControllerTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php
MigrateMessageControllerTest::testDetail function core/modules/migrate/tests/src/Functional/MigrateMessageControllerTest.php Tests the detail pages for migrate messages.
MigrateMessageControllerTest::testDetail function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Tests the detail pages for migrate messages.
MigrateMessageControllerTest::testOverview function core/modules/migrate/tests/src/Functional/MigrateMessageControllerTest.php Tests the overview page for migrate messages.
MigrateMessageControllerTest::testOverview function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Tests the overview page for migrate messages.
MigrateMessageFormTest class core/modules/migrate/tests/src/Functional/MigrateMessageFormTest.php Tests for the MessageForm class.
MigrateMessageFormTest.php file core/modules/migrate/tests/src/Functional/MigrateMessageFormTest.php
MigrateMessageFormTest::getLevelCounts function core/modules/migrate/tests/src/Functional/MigrateMessageFormTest.php Gets the count of migration messages by level.
MigrateMessageFormTest::getMessages function core/modules/migrate/tests/src/Functional/MigrateMessageFormTest.php Gets the migrate messages.
MigrateMessageFormTest::testFilter function core/modules/migrate/tests/src/Functional/MigrateMessageFormTest.php Tests the message form.
MigrateMessageInterface interface core/modules/migrate/src/MigrateMessageInterface.php
MigrateMessageInterface.php file core/modules/migrate/src/MigrateMessageInterface.php
MigrateMessageInterface::display function core/modules/migrate/src/MigrateMessageInterface.php Displays a migrate message.
MigrateMessageTest class core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php Tests whether idmap messages are sent to message interface when requested.
MigrateMessageTest.php file core/modules/migrate/tests/src/Kernel/MigrateMessageTest.php

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