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
MigrateIdMapMessageEvent::getMessage function core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Gets the message to be logged.
MigrateIdMapMessageEvent::getMigration function core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Gets the migration entity.
MigrateIdMapMessageEvent::getSourceIdValues function core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Gets the source ID values.
MigrateIdMapMessageEvent::__construct function core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php Constructs a post-save event object.
MigrateImportEventTest::testLogMessage function core/modules/migrate/tests/src/Unit/Event/MigrateImportEventTest.php Tests logging a message.
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
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
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
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
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
MigrateMessageControllerTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php
MigrateMessageControllerTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php
MigrateMessageControllerTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php
MigrateMessageControllerTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php
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.

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