Documentation

CoreRequirementsAdapter.civi-setup.php

Tags
file

Run the PHP+MySQL system requirements checks from Civi\Install\Requirements.

Aesthetically, I'd sorta prefer to remove this and (instead) migrate the Requirements.php so that each check was its own plugin. But for now this works.

Table of Contents

Functions

_corereqadapter_addMessages()  : mixed

Functions

_corereqadapter_addMessages()

_corereqadapter_addMessages(CheckRequirementsEvent $e, mixed $section, array<string|int, mixed> $msgs) : mixed
Parameters
$e : CheckRequirementsEvent

Symbolic machine name for this group of messages. Ex: 'database' or 'system'.

$section : mixed
$msgs : array<string|int, mixed>

A list of messages in the format used by \Civi\Install\Requirements


        
On this page

Search results