Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/layout_builder/src/LayoutBuilderEvents.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
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. |