Loading admin_toolbar.module +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ * This is the module to create a drop-down menu for the core toolbar. */ declare(strict_types=1); use Drupal\Component\Utility\Html; use Drupal\Component\Utility\NestedArray; use Drupal\Core\Url; Loading admin_toolbar_search/admin_toolbar_search.module +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ * Integration of a JS autocomplete search text field in the admin toolbar. */ declare(strict_types=1); use Drupal\admin_toolbar_search\Constants\AdminToolbarSearchConstants; use Drupal\Component\Utility\NestedArray; use Drupal\Core\Url; Loading admin_toolbar_search/src/Constants/AdminToolbarSearchConstants.php +2 −0 Original line number Diff line number Diff line <?php declare(strict_types=1); namespace Drupal\admin_toolbar_search\Constants; /** Loading admin_toolbar_search/src/Controller/AdminToolbarSearchController.php +2 −0 Original line number Diff line number Diff line <?php declare(strict_types=1); namespace Drupal\admin_toolbar_search\Controller; use Drupal\Core\Controller\ControllerBase; Loading admin_toolbar_search/src/Form/AdminToolbarSearchSettingsForm.php +2 −0 Original line number Diff line number Diff line <?php declare(strict_types=1); namespace Drupal\admin_toolbar_search\Form; use Drupal\Core\Form\ConfigFormBase; Loading Loading
admin_toolbar.module +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ * This is the module to create a drop-down menu for the core toolbar. */ declare(strict_types=1); use Drupal\Component\Utility\Html; use Drupal\Component\Utility\NestedArray; use Drupal\Core\Url; Loading
admin_toolbar_search/admin_toolbar_search.module +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ * Integration of a JS autocomplete search text field in the admin toolbar. */ declare(strict_types=1); use Drupal\admin_toolbar_search\Constants\AdminToolbarSearchConstants; use Drupal\Component\Utility\NestedArray; use Drupal\Core\Url; Loading
admin_toolbar_search/src/Constants/AdminToolbarSearchConstants.php +2 −0 Original line number Diff line number Diff line <?php declare(strict_types=1); namespace Drupal\admin_toolbar_search\Constants; /** Loading
admin_toolbar_search/src/Controller/AdminToolbarSearchController.php +2 −0 Original line number Diff line number Diff line <?php declare(strict_types=1); namespace Drupal\admin_toolbar_search\Controller; use Drupal\Core\Controller\ControllerBase; Loading
admin_toolbar_search/src/Form/AdminToolbarSearchSettingsForm.php +2 −0 Original line number Diff line number Diff line <?php declare(strict_types=1); namespace Drupal\admin_toolbar_search\Form; use Drupal\Core\Form\ConfigFormBase; Loading