Subject
-
The subject plugin does the main work by calling the registered subjects and registered observers and callbacks
-
Using Pacemaker Import Community as a framework, this plugin is a great base to add your functionalities
-
In most cases, it is enough to write a subject and an observer to get the necessary functionality and then getting called
Configuration
Example:
app/etc/techdivision-import.json
"plugins": [
{
"id": "import.plugin.subject",
"subjects": [
{
"id": "import.subject.move.files",