public function MediaSubFormManagerInterface::getMediaEntityFieldComponents in Media Bulk Upload 8
Get the field components for the given media type.
Parameters
\Drupal\media_bulk_upload\Entity\MediaBulkConfigInterface $mediaBulkConfig: The media bulk config entity.
\Drupal\media\MediaTypeInterface $mediaType: The media type.
Return value
array List of field components.
1 method overrides MediaSubFormManagerInterface::getMediaEntityFieldComponents()
- MediaSubFormManager::getMediaEntityFieldComponents in src/
MediaSubFormManager.php - Get the field components for the given media type.
File
- src/
MediaSubFormManagerInterface.php, line 90
Class
- MediaSubFormManagerInterface
- Class MediaSubFormManager.
Namespace
Drupal\media_bulk_uploadCode
public function getMediaEntityFieldComponents(MediaBulkConfigInterface $mediaBulkConfig, MediaTypeInterface $mediaType);