You are here

public function QuickNodeCloneEntitySettingsFormInterface::getSelectedBundles in Quick Node Clone 8

Returns the selected bundles on the form.

Parameters

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

Return value

array|mixed|null An array/mixed set of content types if there are any, or null.

1 method overrides QuickNodeCloneEntitySettingsFormInterface::getSelectedBundles()
QuickNodeCloneEntitySettingsForm::getSelectedBundles in src/Form/QuickNodeCloneEntitySettingsForm.php
Returns the selected bundles on the form.

File

src/Form/QuickNodeCloneEntitySettingsFormInterface.php, line 53

Class

QuickNodeCloneEntitySettingsFormInterface
Provides an interface for an Clone Entity forms.

Namespace

Drupal\quick_node_clone\Form

Code

public function getSelectedBundles(FormStateInterface $form_state);