Documentation

Modules
in package

Discovery and ordering of installed modules (composer type "zubzet-module").

Order: packages listed in the "modules" ini key (comma-separated) first, in listed order; unlisted installed modules after, in composer installed order. Listed-but-not-installed names are ignored, so a stale ini entry only affects ordering, never discovery.

Table of Contents

PACKAGE_TYPE  = "zubzet-module"
packages()  : array<string|int, string>
roots()  : array<string|int, string>

Constants

PACKAGE_TYPE

public mixed PACKAGE_TYPE = "zubzet-module"

Methods

packages()

public static packages() : array<string|int, string>
Return values
array<string|int, string>

Ordered composer package names of installed modules.

roots()

public static roots() : array<string|int, string>
Return values
array<string|int, string>

Ordered absolute module install roots, keyed by package name.

Search results