AliasStorageInterface::getAliasesForAdminListing

public AliasStorageInterface::getAliasesForAdminListing($header, $keys = NULL)

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.

File

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

Class

AliasStorageInterface
Provides a class for CRUD operations on path aliases.

Namespace

Drupal\Core\Path

Code

public function getAliasesForAdminListing($header, $keys = NULL);
doc_Drupal
2016-10-29 08:44:17
Comments
Leave a Comment

Please login to continue.