Issue #2208669 by andrei.dincu | Berdir: Remove book_library_info().
parent
fdf1391097
commit
1b23600f24
|
@ -776,23 +776,3 @@ function book_node_type_update(NodeTypeInterface $type) {
|
|||
$config->save();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Implements hook_library_info().
|
||||
*/
|
||||
function book_library_info() {
|
||||
$libraries['drupal.book'] = array(
|
||||
'title' => 'Book',
|
||||
'version' => \Drupal::VERSION,
|
||||
'js' => array(
|
||||
drupal_get_path('module', 'book') . '/book.js' => array(),
|
||||
),
|
||||
'dependencies' => array(
|
||||
array('system', 'jquery'),
|
||||
array('system', 'drupal'),
|
||||
array('system', 'drupal.form'),
|
||||
),
|
||||
);
|
||||
|
||||
return $libraries;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue