comparison core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
146 146
147 // This can be called during uninstallation, so check for a valid ID first. 147 // This can be called during uninstallation, so check for a valid ID first.
148 if ($this->getLayoutId()) { 148 if ($this->getLayoutId()) {
149 $this->calculatePluginDependencies($this->getLayout()); 149 $this->calculatePluginDependencies($this->getLayout());
150 } 150 }
151 return $this;
151 } 152 }
152 153
153 } 154 }