public function messageTableName() { return $this->messageTableName;
} /**
* Get the fully qualified map table name.
*
* @return string
* The fully qualified map table name.
*/
public function getQualifiedMapTableName() { return $this->
getDatabase()->
getFullQualifiedTableName($this->mapTableName
);
} /**
* Gets the database connection.
*
* @return \Drupal\Core\Database\Connection
* The database connection object.
*/
public function getDatabase() { $this->
init();
return $this->database;
}