function media_library_theme
Implements hook_theme().
File
- 
              core/modules/ media_library/ media_library.module, line 103 
Code
function media_library_theme() {
  return [
    'media__media_library' => [
      'base hook' => 'media',
    ],
    'media_library_wrapper' => [
      'render element' => 'element',
    ],
    'media_library_item' => [
      'render element' => 'element',
    ],
  ];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
