Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / migrate / src / Plugin / migrate / destination / ComponentEntityDisplayBase.php
index 660248494e110a1327ee08b5d5345ed18cb9021b..eaf3b54da6f94d02a8d7587b364b810208d07378 100644 (file)
@@ -64,6 +64,6 @@ abstract class ComponentEntityDisplayBase extends DestinationBase {
    * @return \Drupal\Core\Entity\Display\EntityDisplayInterface
    *   The entity display object.
    */
-  protected abstract function getEntity($entity_type, $bundle, $mode);
+  abstract protected function getEntity($entity_type, $bundle, $mode);
 
 }