dcat-8.x-1.x-dev/dcat_import/src/DcatImportUiLogMigrateMessage.php

dcat_import/src/DcatImportUiLogMigrateMessage.php
<?php

namespace Drupal\dcat_import;

/**
 * Class DcatImportUiLogMigrateMessage.
 *
 * @package Drupal\dcat_import
 */
class DcatImportUiLogMigrateMessage extends DcatImportLogMigrateMessage {

  /**
   * Output a message from the migration.
   *
   * @param string $message
   *   The message to display.
   * @param string $type
   *   The type of message to display.
   */
  public function display($message, $type = 'status') {
    parent::display($message, $type);

    drupal_set_message($message, $type);
  }

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc