You are here

protected function CliCommandWrapper::setPackageVersion in CKEditor Media Embed Plugin 8

Set the current CKEditor package version that is installed with Drupal.

Return value

$this

1 call to CliCommandWrapper::setPackageVersion()
CliCommandWrapper::__construct in src/Command/CliCommandWrapper.php
Constructs CLI commands object.

File

src/Command/CliCommandWrapper.php, line 88

Class

CliCommandWrapper
Class CLICommands.

Namespace

Drupal\ckeditor_media_embed\Command

Code

protected function setPackageVersion() {
  $this->packageVersion = AssetManager::getCKEditorVersion($this->libraryDiscovery, $this->configFactory);
  return $this;
}