You are here

public function DashboardBlockInterface::getConfigSpecificFormFields in Content Planner 8

Add additonal form elements specific to the Plugin.

Parameters

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

\Symfony\Component\HttpFoundation\Request $request: The request.

array $block_configuration: The block configuration.

Return value

mixed Gets the config form fields.

1 method overrides DashboardBlockInterface::getConfigSpecificFormFields()
DashboardBlockBase::getConfigSpecificFormFields in src/DashboardBlockBase.php
Add additonal form elements specific to the Plugin.

File

src/DashboardBlockInterface.php, line 59

Class

DashboardBlockInterface
Defines an interface for dashboard block plugins.

Namespace

Drupal\content_planner

Code

public function getConfigSpecificFormFields(FormStateInterface &$form_state, Request &$request, array $block_configuration);