Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function onDependencyRemoval(array $dependencies)
 {
     $parent = parent::onDependencyRemoval($dependencies);
     $thumbnail = $this->thumbnailFormatter->onDependencyRemoval($dependencies);
     $video = $this->videoFormatter->onDependencyRemoval($dependencies);
     $this->setSetting('image_style', $this->thumbnailFormatter->getSetting('image_style'));
     return $parent || $thumbnail || $video;
 }