removeComponent($this->getSourceFieldDefinition($type)->getName()); } /** * {@inheritdoc} */ public function prepareFormDisplay(MediaTypeInterface $type, EntityFormDisplayInterface $display) { $display->removeComponent($this->getSourceFieldDefinition($type)->getName()); } /** * {@inheritdoc} */ protected function getSourceFieldName() { return 'field_media_hidden'; } }