Automattic\WooCommerce\Database\Migrations
TableMigrator::get_errors()
Get the list of error messages added.
Метод класса: TableMigrator{}
Хуков нет.
Возвращает
Массив
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_errors(): array;
Код TableMigrator::get_errors() TableMigrator::get errors WC 9.5.1
protected function get_errors(): array { return $this->errors; }