ExtensionPointProvider
This Class allow you to call methods on a ExtensionPointProvider extended class that you're not sure of the method's availality. It also provides a set of generic methods that you could use to integrate your module with others, or allow your module to share services.
public
|
|
public
string
|
|
public
mixed
|
#
get_extension_point( string $extension_point, mixed $args = null )
Check the existance of the extension point and if exists call it. |
public
boolean
|
#
has_extension_point( string $extension_point )
Check the availability of the extension_point (hook) |
public
boolean
|
#
has_extensions_points( array $extensions_points )
Check the availability of the extensions points (hook) |