Documentation

CRM_Extension_MixinLoader
in package

The MixinLoader gets a list of extensions and mixins - then loads them.

Table of Contents

Properties

$done  : array<string|int, mixed>
List extension-mixins that have been loaded already.

Methods

run()  : mixed
loadMixins()  : void
Load all extensions and call their respective function-files.

Properties

$done

List extension-mixins that have been loaded already.

protected array<string|int, mixed> $done = []

Methods

run()

public run([mixed $force = FALSE ]) : mixed
Parameters
$force : mixed = FALSE

loadMixins()

Load all extensions and call their respective function-files.

protected loadMixins(CRM_Extension_BootCache $bootCache, array<string|int, mixed> $liveFuncFiles, array<string|int, mixed> $mixInfos) : void
Parameters
$bootCache : CRM_Extension_BootCache
$liveFuncFiles : array<string|int, mixed>
$mixInfos : array<string|int, mixed>
Tags
throws
CRM_Core_Exception

        
On this page

Search results