Skip to content
Snippets Groups Projects
Commit 486bb0d3 authored by Eugene Kulishov's avatar Eugene Kulishov Committed by Joseph Olstad
Browse files

Issue #3182997 by joseph.olstad, miritas: Incorrect interface name

parent 95b4871c
No related branches found
No related tags found
No related merge requests found
...@@ -368,7 +368,7 @@ function libraries_detect_dependencies(&$library, $version = NULL, $variant = NU ...@@ -368,7 +368,7 @@ function libraries_detect_dependencies(&$library, $version = NULL, $variant = NU
// Remove the version string from the dependency, so libraries_load() can // Remove the version string from the dependency, so libraries_load() can
// load the libraries directly. // load the libraries directly.
$dependency_string = $dependency_info['name']; $dependency_string = $info['name'];
} }
} }
} }
......
...@@ -8,7 +8,7 @@ use Drupal\libraries\ExternalLibrary\Utility\LibraryIdAccessorInterface; ...@@ -8,7 +8,7 @@ use Drupal\libraries\ExternalLibrary\Utility\LibraryIdAccessorInterface;
/** /**
* Provides an exception for a library definition without a type declaration. * Provides an exception for a library definition without a type declaration.
*/ */
class LibraryTypeNotFoundException extends \RuntimeException implements LibraryAccessorInterface { class LibraryTypeNotFoundException extends \RuntimeException implements LibraryIdAccessorInterface {
use LibraryIdAccessorTrait; use LibraryIdAccessorTrait;
......
# This is an example info file of a library used for testing purposes. # This is an example info file of a library used for testing purposes.
name: Example info file name: Example info file
type: module
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment