You are here

public function AlphaPaginationArea::validate in Views Alpha Pagination 8.2

Validate that the plugin is correct and can be saved.

Return value

An array of error strings to tell the user what is wrong with this plugin.

Overrides HandlerBase::validate

File

src/Plugin/views/area/AlphaPaginationArea.php, line 648

Class

AlphaPaginationArea
Views area handler to display alphabetic pagination.

Namespace

Drupal\alpha_pagination\Plugin\views\area

Code

public function validate() {
  return $this->alphaPagination
    ->validate();
}