interface MigrateMessageInterface
Hierarchy
- interface \Drupal\migrate\MigrateMessageInterface
Expanded class hierarchy of MigrateMessageInterface
All classes that implement MigrateMessageInterface
11 files declare their use of MigrateMessageInterface
- EntityContentBaseTest.php in core/modules/ migrate_drupal/ tests/ src/ Kernel/ d6/ EntityContentBaseTest.php 
- EventBase.php in core/modules/ migrate/ src/ Event/ EventBase.php 
- MigrateIdMapInterface.php in core/modules/ migrate/ src/ Plugin/ MigrateIdMapInterface.php 
- MigrateMessageCapture.php in core/modules/ migrate_drupal_ui/ src/ Batch/ MigrateMessageCapture.php 
- MigrateMessageTest.php in core/modules/ migrate/ tests/ src/ Kernel/ MigrateMessageTest.php 
File
- 
              core/modules/ migrate/ src/ MigrateMessageInterface.php, line 5 
Namespace
Drupal\migrateView source
interface MigrateMessageInterface {
  
  /**
   * Displays a migrate message.
   *
   * @param string $message
   *   The message to display.
   * @param string $type
   *   The type of message, for example: status or warning.
   */
  public function display($message, $type = 'status');
}Members
| Title Sort descending | Modifiers | Object type | Summary | Overrides | 
|---|---|---|---|---|
| MigrateMessageInterface::display | public | function | Displays a migrate message. | 4 | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
