getPluginConstantPrefix() getPluginConstantPrefix(): string Get the prefix of this plugin so composer packages can dynamically build other constant values on it. Returns string
i18n() i18n() The plugin is loaded. Start to register the localization (i18n) files. Also respect packages in vendor dir.
updateDbCheck() updateDbCheck() Updates the database version in the options table. It also installs the needed database tables.
getInternalPackages() getInternalPackages(): object Get a list of internal packages (our own, symlinked from the monorepo). Returns object
getPluginData() getPluginData(string $key = null): array<mixed,string>|string|null Gets the plugin data. Parameters string $key The key of the data to return Returns array<mixed,string>|string|null
getActivator() getActivator(): \MatthiasWeb\Utils\Activator Getter. Returns \MatthiasWeb\Utils\Activator
construct() construct() The constructor handles the core startup mechanism. The constructor is protected because a factory method should only create a Core object.
__construct() __construct() The constructor handles the core startup mechanism. The constructor is protected because a factory method should only create a Core object.