Skip to content
Snippets Groups Projects
Commit 059e30b0 authored by catch's avatar catch
Browse files

Issue #1881674 by dawehner: Drop legacy area render functions.

parent 5aeaea32
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -2407,31 +2407,6 @@ public function renderMoreLink() {
}
}
/**
* Legacy functions.
*/
/**
* Render the header of the view.
*/
public function renderHeader() {
$empty = empty($this->view->result);
return $this->renderArea('header', $empty);
}
/**
* Render the footer of the view.
*/
public function renderFooter() {
$empty = empty($this->view->result);
return $this->renderArea('footer', $empty);
}
public function renderEmpty() {
return $this->renderArea('empty', TRUE);
}
/**
* If this display creates a page with a menu item, implement it here.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment