function MigrateIdMapMessageEvent::getLevel
Gets the severity level of the message.
Message levels are declared in MigrationInterface and start with MESSAGE_.
Return value
int The message level.
See also
\Drupal\migrate\Plugin\MigrationInterface
File
-
core/
modules/ migrate/ src/ Event/ MigrateIdMapMessageEvent.php, line 100
Class
- MigrateIdMapMessageEvent
- Wraps an ID map message event for event listeners.
Namespace
Drupal\migrate\EventCode
public function getLevel() {
return $this->level;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.