diff --git a/core/modules/responsive_image/lib/Drupal/responsive_image/Entity/ResponsiveImageMapping.php b/core/modules/responsive_image/lib/Drupal/responsive_image/Entity/ResponsiveImageMapping.php index 80c327e..408e417 100644 --- a/core/modules/responsive_image/lib/Drupal/responsive_image/Entity/ResponsiveImageMapping.php +++ b/core/modules/responsive_image/lib/Drupal/responsive_image/Entity/ResponsiveImageMapping.php @@ -83,7 +83,7 @@ public function __construct(array $values, $entity_type) { public function calculateDependencies() { parent::calculateDependencies(); if (isset($this->breakpointGroup)) { - // @todo Implement getExportProperties() so we do not have reload the + // @todo Implement toArray() so we do not have reload the // entity since this property is changed in // \Drupal\responsive_image\Entity\ResponsiveImageMapping::save(). $breakpoint_group = \Drupal::entityManager()->getStorageController('breakpoint_group')->load($this->breakpointGroup);