*/ protected function getTableEmptyStateActions(): array { return []; } /** * @deprecated Override the `table()` method to configure the table. */ protected function getTableEmptyStateDescription(): ?string { return null; } /** * @deprecated Override the `table()` method to configure the table. */ protected function getTableEmptyStateHeading(): ?string { return null; } /** * @deprecated Override the `table()` method to configure the table. */ protected function getTableEmptyStateIcon(): ?string { return null; } }