You are here

public function AlphaPaginationGroup::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/field/AlphaPaginationGroup.php, line 158

Class

AlphaPaginationGroup
A handler to provide a field that generates alpha pagination values.

Namespace

Drupal\alpha_pagination\Plugin\views\field

Code

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