You are here

public function MediaSubFormManagerInterface::getFields in Media Bulk Upload 8

Get the form field components shared between the media types.

Parameters

\Drupal\media_bulk_upload\Entity\MediaBulkConfigInterface $mediaBulkConfig: MediaBulkConfig.

Return value

array The list of field names shared between the media types.

Throws

\Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException

\Drupal\Component\Plugin\Exception\PluginNotFoundException

1 method overrides MediaSubFormManagerInterface::getFields()
MediaSubFormManager::getFields in src/MediaSubFormManager.php

File

src/MediaSubFormManagerInterface.php, line 77

Class

MediaSubFormManagerInterface
Class MediaSubFormManager.

Namespace

Drupal\media_bulk_upload

Code

public function getFields(MediaBulkConfigInterface $mediaBulkConfig);