Add aria-label for item per page link

This commit is contained in:
Kyle Huynh 2023-02-02 16:32:37 -05:00
parent 6f32b52ad4
commit d1480afec9

View file

@ -186,6 +186,7 @@ class SearchResultsPagerBlock extends BlockBase implements ContainerFactoryPlugi
'#url' => $url,
'#title' => $items_per_page,
'#attributes' => [
'aria-label' => $this->t($items_per_page . " items per page"),
'class' => $active ? ['pager__link', 'pager__link--is-active', 'pager__itemsperpage'] : ['pager__link', 'pager__itemsperpage'],
],
'#wrapper_attributes' => [