Loading core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php +0 −3 Original line number Diff line number Diff line Loading @@ -158,9 +158,6 @@ public function getBundleFromClass(string $class_name): ?string { * * @return string|null * The bundle or NULL if not set. * * @throws \Drupal\Core\Entity\EntityStorageException * When a corresponding bundle cannot be found and is expected. */ protected function getBundleFromValues(array $values): ?string { $bundle = NULL; Loading Loading
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php +0 −3 Original line number Diff line number Diff line Loading @@ -158,9 +158,6 @@ public function getBundleFromClass(string $class_name): ?string { * * @return string|null * The bundle or NULL if not set. * * @throws \Drupal\Core\Entity\EntityStorageException * When a corresponding bundle cannot be found and is expected. */ protected function getBundleFromValues(array $values): ?string { $bundle = NULL; Loading