comparison core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.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
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