Mercurial > hg > isophonics-drupal-site
diff core/modules/layout_builder/src/SectionComponent.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | c2387f117808 |
children |
line wrap: on
line diff
--- a/core/modules/layout_builder/src/SectionComponent.php Thu Feb 28 13:21:36 2019 +0000 +++ b/core/modules/layout_builder/src/SectionComponent.php Thu May 09 15:33:08 2019 +0100 @@ -14,19 +14,9 @@ * \Drupal\Core\Block\BlockPluginInterface, and contain the layout region * within the section layout where the component will be rendered. * - * @internal - * Layout Builder is currently experimental and should only be leveraged by - * experimental modules and development releases of contributed modules. - * See https://www.drupal.org/core/experimental for more information. - * * @see \Drupal\Core\Layout\LayoutDefinition * @see \Drupal\layout_builder\Section * @see \Drupal\layout_builder\SectionStorageInterface - * - * @todo Determine whether to retain the name 'component' in - * https://www.drupal.org/project/drupal/issues/2929783. - * @todo Determine whether an interface will be provided for this in - * https://www.drupal.org/project/drupal/issues/2930334. */ class SectionComponent {