- Issue created by @gerson.analista
- Status changed to Closed: won't fix
9 months ago 5:51pm 8 May 2024 - 🇧🇷Brazil gerson.analista
During the module update, files from the old version remained, which caused the error.
- 🇮🇳India Pramod Birla
paragraphs_features/src/Plugin/CKEditorPlugin/SplitText.php
51 public function getFile() {
52 - return drupal_get_path('module', 'paragraphs_features') . '/js/plugins/splittext/plugin.js';
53 + return \Drupal::service('extension.path.resolver')->getPath('module', 'paragraphs_features') . '/js/plugins/splittext/plugin.js';
54 }