Wire::getHooks() method

Return all hooks associated with this class instance or method (if specified)

Usage

// basic usage
$array = $wire->getHooks();

// usage with all arguments
$array = $wire->getHooks(string $method = '', int $type = 0);

Arguments

NameType(s)Description
method (optional)string

Optional method that hooks will be limited to. Or specify '*' to return all hooks everywhere.

type (optional)int

Type of hooks to return, specify one of the following constants (from the WireHooks class):

  • WireHooks::getHooksAll returns all hooks (default).
  • WireHooks::getHooksLocal returns local hooks only.
  • WireHooks::getHooksStatic returns static hooks only.

Return value

array


Wire methods and properties

API reference based on ProcessWire core version 3.0.236

Latest news

  • ProcessWire Weekly #514
    In the 514th issue of ProcessWire Weekly we'll check out the latest blog post from Ryan, introduce two new third party modules — Page List Versions Counter and Fieldtype Fieldset Panel — and more. Read on!
    Weekly.pw / 16 March 2024
  • Invoices Site Profile
    The new invoices site profile is a free invoicing application developed in ProcessWire. It enables you to create invoices, record payments to them, email invoices to clients, print invoices, and more. This post covers all the details.
    Blog / 15 March 2024
  • Subscribe to weekly ProcessWire news

“Yesterday I sent the client a short documentation for their ProcessWire-powered website. Today all features already used with no questions. #cmsdoneright—Marc Hinse, Web designer/developer