Registers an opener.
\Drupal\media_library\MediaLibraryOpenerInterface $opener: The opener.
string $id: The service ID.
public function addOpener(MediaLibraryOpenerInterface $opener, string $id) : void { $this->openers[$id] = $opener; }