Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.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 |
---|---|
11 * | 11 * |
12 * Subscribers to this event should manipulate the cacheability object and the | 12 * Subscribers to this event should manipulate the cacheability object and the |
13 * build array in this event. | 13 * build array in this event. |
14 * | 14 * |
15 * @see \Drupal\layout_builder\LayoutBuilderEvents::SECTION_COMPONENT_BUILD_RENDER_ARRAY | 15 * @see \Drupal\layout_builder\LayoutBuilderEvents::SECTION_COMPONENT_BUILD_RENDER_ARRAY |
16 * | |
17 * @internal | |
18 * Layout Builder is currently experimental and should only be leveraged by | |
19 * experimental modules and development releases of contributed modules. | |
20 * See https://www.drupal.org/core/experimental for more information. | |
21 */ | 16 */ |
22 class SectionComponentBuildRenderArrayEvent extends Event { | 17 class SectionComponentBuildRenderArrayEvent extends Event { |
23 | 18 |
24 use CacheableResponseTrait; | 19 use CacheableResponseTrait; |
25 | 20 |