This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
Section events¶
Event | Dispatched by | Properties |
---|---|---|
BeforeCreateSectionEvent |
SectionService::createSection |
SectionCreateStruct $sectionCreateStruct Section|null $section |
CreateSectionEvent |
SectionService::createSection |
SectionCreateStruct $sectionCreateStruct Section $section |
BeforeDeleteSectionEvent |
SectionService::deleteSection |
Section $section |
DeleteSectionEvent |
SectionService::deleteSection |
Section $section |
BeforeUpdateSectionEvent |
SectionService::updateSection |
Section $section SectionUpdateStruct $sectionUpdateStruct Section|null $updatedSection |
UpdateSectionEvent |
SectionService::updateSection |
Section $section SectionUpdateStruct $sectionUpdateStruct Section $updatedSection |
Assigning Sections¶
Event | Dispatched by | Properties |
---|---|---|
BeforeAssignSectionEvent |
SectionService::assignSection |
ContentInfo $contentInfo Section $section |
AssignSectionEvent |
SectionService::assignSection |
ContentInfo $contentInfo Section $section |
BeforeAssignSectionToSubtreeEvent |
SectionService::assignSectionToSubtree |
Location $location Section $section |
AssignSectionToSubtreeEvent |
SectionService::assignSectionToSubtree |
Location $location Section $section |