You are here

public function views_oai_pmh_error_no_set_hierarchy::get_message in Views OAI-PMH 7.3

Return the message.

Overrides views_oai_pmh_error::get_message

File

includes/error.inc, line 156
Base class for an OAI-PMH error.

Class

views_oai_pmh_error_no_set_hierarchy
Views OAI-PMH error no set hierarchy.

Code

public function get_message() {
  return t('This repository does not support sets.');
}