public static function AssetManager::getCKEditorLibraryPluginPath in CKEditor Media Embed Plugin 8
11 calls to AssetManager::getCKEditorLibraryPluginPath()
- AssetManagerTest::testGetCKEditorLibraryPluginPath in tests/
src/ Unit/ AssetManagerTest.php - AutoEmbed::getFile in src/
Plugin/ CKEditorPlugin/ AutoEmbed.php - Returns the Drupal root-relative file path to the plugin JavaScript file.
- AutoLink::getFile in src/
Plugin/ CKEditorPlugin/ AutoLink.php - Returns the Drupal root-relative file path to the plugin JavaScript file.
- MediaEmbed::getButtons in src/
Plugin/ CKEditorPlugin/ MediaEmbed.php - Returns the buttons that this plugin provides, along with metadata.
- MediaEmbed::getFile in src/
Plugin/ CKEditorPlugin/ MediaEmbed.php - Returns the Drupal root-relative file path to the plugin JavaScript file.
File
- src/
AssetManager.php, line 225
Class
- AssetManager
- The AssetManager facade for managing CKEditor plugins.
Namespace
Drupal\ckeditor_media_embedCode
public static function getCKEditorLibraryPluginPath() {
return 'libraries/ckeditor/plugins/';
}