Documentation

UtilsProvider

To make the composer package in packages/utils work we need to make the constant variables be passed to the High-Order class.

Put this trait in all your classes! Note also not to use the below methods by your plugin, instead use direct access to the constant. It just is for composer packages which needs to access dynamically the plugin!

Table of Contents

Methods

getPluginConstantPrefix()  : string
Get the prefix of this plugin so composer packages can dynamically build other constant values on it.

Methods

getPluginConstantPrefix()

Get the prefix of this plugin so composer packages can dynamically build other constant values on it.

public getPluginConstantPrefix() : string
Tags
codeCoverageIgnore

It only returns a string with the constant prefix

Return values
string

        
On this page

Search results