class hook_callbacks

Methods

static void
after_config(object|null $hook = null)

Listener for the after_config hook.

static void
before_standard_head_html_generation(object|null $hook = null)

Listener for the before_standard_head_html_generation hook.

Details

at line 36
static void after_config(object|null $hook = null)

Listener for the after_config hook.

Parameters

object|null $hook

Return Value

void

Exceptions

Throwable

at line 59
static void before_standard_head_html_generation(object|null $hook = null)

Listener for the before_standard_head_html_generation hook.

Parameters

object|null $hook

Return Value

void