You are here

public function AliasStorageInterface::getAliasesForAdminListing in Drupal 8

Loads aliases for admin listing.

Parameters

array $header: Table header.

string|null $keys: (optional) Search keyword that may include one or more '*' as wildcard values.

Return value

array Array of items to be displayed on the current page.

1 method overrides AliasStorageInterface::getAliasesForAdminListing()
AliasStorage::getAliasesForAdminListing in core/lib/Drupal/Core/Path/AliasStorage.php
Loads aliases for admin listing.

File

core/lib/Drupal/Core/Path/AliasStorageInterface.php, line 162

Class

AliasStorageInterface
Provides a class for CRUD operations on path aliases.

Namespace

Drupal\Core\Path

Code

public function getAliasesForAdminListing($header, $keys = NULL);