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 $sectionCreateStructSection|null $section | 
CreateSectionEvent | 
SectionService::createSection | 
SectionCreateStruct $sectionCreateStructSection $section | 
BeforeDeleteSectionEvent | 
SectionService::deleteSection | 
Section $section | 
DeleteSectionEvent | 
SectionService::deleteSection | 
Section $section | 
BeforeUpdateSectionEvent | 
SectionService::updateSection | 
Section $sectionSectionUpdateStruct $sectionUpdateStructSection|null $updatedSection | 
UpdateSectionEvent | 
SectionService::updateSection | 
Section $sectionSectionUpdateStruct $sectionUpdateStructSection $updatedSection | 
Assigning sections¶
| Event | Dispatched by | Properties | 
|---|---|---|
BeforeAssignSectionEvent | 
SectionService::assignSection | 
ContentInfo $contentInfoSection $section | 
AssignSectionEvent | 
SectionService::assignSection | 
ContentInfo $contentInfoSection $section | 
BeforeAssignSectionToSubtreeEvent | 
SectionService::assignSectionToSubtree | 
Location $locationSection $section | 
AssignSectionToSubtreeEvent | 
SectionService::assignSectionToSubtree | 
Location $locationSection $section |