WoltLab Suite 6.2 Handbuch
Deutsch/PHP-Version: Die Website-Struktur, Navigation und Überschriften sind auf Deutsch vorbereitet. Code-Beispiele und technische Namen bleiben unverändert.

ACP Suche Provider Paket Installation Plugin

Registers data provider for the admin panel search.

Komponenten

Each acp search result provider is described as an <acpsearchprovider> element with the mandatory attribute name.

<classname>

The name of the class providing the search results,

the class has to implement the wcf\system\search\acp\IACPSearchResultProvider interface.

<showorder>

<span class="label label-info">Optional</span>

Determines at which position of the search result list the provided results are shown.

Example

{jinja{ codebox(

title="acpSearchProvider.xml",

language="xml",

filepath="package/pip/acpSearchProvider.xml"

) }}