X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2Fmigrate%2Fdestination%2FComponentEntityDisplayBase.php;fp=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2Fmigrate%2Fdestination%2FComponentEntityDisplayBase.php;h=eaf3b54da6f94d02a8d7587b364b810208d07378;hp=660248494e110a1327ee08b5d5345ed18cb9021b;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php b/web/core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php index 660248494..eaf3b54da 100644 --- a/web/core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php +++ b/web/core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php @@ -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); }