CRM_Extension_Container_Interface
in
An extension container is a locally-accessible source tree which can be scanned for extensions.
Table of Contents
Methods
- checkRequirements() : mixed
- Determine if any unmet requirements prevent use of this container.
- getKeys() : mixed
- Get a list of extensions available in this container.
- getPath() : mixed
- Determine the main .php file for an extension
- getResUrl() : mixed
- Determine the base URL for resources provided by the extension.
- refresh() : mixed
- Scan the container for available extensions.
Methods
checkRequirements()
Determine if any unmet requirements prevent use of this container.
public
checkRequirements() : mixed
getKeys()
Get a list of extensions available in this container.
public
getKeys() : mixed
getPath()
Determine the main .php file for an extension
public
getPath(string $key) : mixed
Parameters
- $key : string
-
Fully-qualified extension name.
getResUrl()
Determine the base URL for resources provided by the extension.
public
getResUrl(string $key) : mixed
Parameters
- $key : string
-
Fully-qualified extension name.
Tags
refresh()
Scan the container for available extensions.
public
refresh() : mixed