trait LayoutRebuildTrait (View source)

Provides AJAX responses to rebuild the Layout Builder.

Methods

rebuildAndClose(SectionStorageInterface $section_storage)

Rebuilds the layout.

rebuildLayout(SectionStorageInterface $section_storage)

Rebuilds the layout.

Details

protected AjaxResponse rebuildAndClose(SectionStorageInterface $section_storage)

Rebuilds the layout.

Parameters

SectionStorageInterface $section_storage

The section storage.

Return Value

AjaxResponse

An AJAX response to either rebuild the layout and close the dialog, or reload the page.

protected AjaxResponse rebuildLayout(SectionStorageInterface $section_storage)

Rebuilds the layout.

Parameters

SectionStorageInterface $section_storage

The section storage.

Return Value

AjaxResponse

An AJAX response to either rebuild the layout and close the dialog, or reload the page.