public static function AssetManager::getCKEditorDevFullPackageUrl in CKEditor Media Embed Plugin 8
2 calls to AssetManager::getCKEditorDevFullPackageUrl()
- AssetManagerTest::testGetCKEditorDevFullPackageUrl in tests/
src/ Unit/ AssetManagerTest.php - CliCommandWrapper::downloadCKEditorFull in src/
Command/ CliCommandWrapper.php
File
- src/
AssetManager.php, line 253
Class
- AssetManager
- The AssetManager facade for managing CKEditor plugins.
Namespace
Drupal\ckeditor_media_embedCode
public static function getCKEditorDevFullPackageUrl($version) {
return 'https://github.com/ckeditor/' . self::$packagePrefix . '/archive/' . $version . '.zip';
}