comparison core/modules/layout_builder/src/LayoutBuilderEvents.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 1fec387a4317
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
4 4
5 /** 5 /**
6 * Defines events for the layout_builder module. 6 * Defines events for the layout_builder module.
7 * 7 *
8 * @see \Drupal\layout_builder\Event\SectionComponentBuildRenderArrayEvent 8 * @see \Drupal\layout_builder\Event\SectionComponentBuildRenderArrayEvent
9 *
10 * @internal
11 * Layout Builder is currently experimental and should only be leveraged by
12 * experimental modules and development releases of contributed modules.
13 * See https://www.drupal.org/core/experimental for more information.
14 */ 9 */
15 final class LayoutBuilderEvents { 10 final class LayoutBuilderEvents {
16 11
17 /** 12 /**
18 * Name of the event fired when a component's render array is built. 13 * Name of the event fired when a component's render array is built.