You are here

public function DashboardBlockBase::validateForm in Content Planner 8

Validates teh plugin config form.

Parameters

array $form: The form array passed by reference.

\Drupal\Core\Form\FormStateInterface $form_state: The form state.

Overrides DashboardBlockInterface::validateForm

File

src/DashboardBlockBase.php, line 155

Class

DashboardBlockBase
Implements DashboardBlockBase.

Namespace

Drupal\content_planner

Code

public function validateForm(array &$form, FormStateInterface &$form_state) {
}