function AliasStorageInterface::getAliasesForAdminListing
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\PathCode
public function getAliasesForAdminListing($header, $keys = NULL);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.