Mercurial > hg > isophonics-drupal-site
comparison core/modules/layout_builder/src/OverridesSectionStorageInterface.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 1fec387a4317 |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
13 interface OverridesSectionStorageInterface extends SectionStorageInterface { | 13 interface OverridesSectionStorageInterface extends SectionStorageInterface { |
14 | 14 |
15 /** | 15 /** |
16 * Returns the corresponding defaults section storage for this override. | 16 * Returns the corresponding defaults section storage for this override. |
17 * | 17 * |
18 * @return \Drupal\layout_builder\SectionStorageInterface | 18 * @return \Drupal\layout_builder\DefaultsSectionStorageInterface |
19 * The defaults section storage. | 19 * The defaults section storage. |
20 * | 20 * |
21 * @todo Determine if this method needs a parameter in | 21 * @todo Determine if this method needs a parameter in |
22 * https://www.drupal.org/project/drupal/issues/2936507. | 22 * https://www.drupal.org/project/drupal/issues/2936507. |
23 */ | 23 */ |