Download the PHP package happycog/craftcms-block-injector without Composer
On this page you can find all versions of the php package happycog/craftcms-block-injector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download happycog/craftcms-block-injector
More information about happycog/craftcms-block-injector
Files in happycog/craftcms-block-injector
Download happycog/craftcms-block-injector
More information about happycog/craftcms-block-injector
Files in happycog/craftcms-block-injector
Vendor happycog
Package craftcms-block-injector
Short Description Inject matrix blocks based on various rules.
License MIT
Package craftcms-block-injector
Short Description Inject matrix blocks based on various rules.
License MIT
Please rate this library. Is it a good library?
Informations about the package craftcms-block-injector
Block Injector plugin for Craft CMS 3.x
Inject matrix blocks based on various rules.
Extending with Events
\happycog\blockinjector\behaviors\InjectableBehavior::EVENT_BEFORE_APPLY_RULES
- Useful for modifying blocks before rules are applied. See "Splitting Blocks" example.
\happycog\blockinjector\behaviors\InjectableBehavior::EVENT_AFTER_APPLY_RULES
- Useful for any operations done after rules are applied. See "Debugging Block Types" example.
\happycog\blockinjector\Rule::EVENT_DEFINE_BEHAVIORS
, or any other events inherited from\craft\base\Component
- Useful for adding your own rule methods, see "Adding Custom Rule Methods" example.
Examples
modules/Module.php
modules/RuleBehavior.php
All versions of craftcms-block-injector with dependencies
PHP Build Version
Package Version
The package happycog/craftcms-block-injector contains the following files
Loading the files please wait ....