Automattic\WooCommerce\Database\Migrations

TableMigrator::get_errors()protectedWC 1.0

Get the list of error messages added.

Method of the class: TableMigrator{}

No Hooks.

Return

Array.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_errors(): array;

TableMigrator::get_errors() code WC 8.7.0

protected function get_errors(): array {
	return $this->errors;
}