Skip to content
Snippets Groups Projects

Convert dblog entries into entities

1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -2,7 +2,6 @@
namespace Drupal\dblog\Entity;
use Drupal\Core\Entity\EntityBase;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Entity\FieldableEntityInterface;
use Drupal\Core\Entity\EntityTypeInterface;
@@ -102,7 +101,7 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type) {
}
/**
* {@inheridoc}
* {@inheritdoc}
*/
public function &__get($name) {
if (!isset($this->fieldDefinitions[$name])) {
Loading