Skip to content
Snippets Groups Projects
Commit ff6e1eea authored by catch's avatar catch
Browse files

Issue #1992302 by larowlan: Fixed CustomBlock bundle() and id() needlessly...

Issue #1992302 by larowlan: Fixed CustomBlock bundle() and id() needlessly rely on EntityNG getters .
parent e88f0ab7
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -120,20 +120,6 @@ class CustomBlock extends EntityNG implements CustomBlockInterface {
*/
protected $theme;
/**
* {@inheritdoc}
*/
public function id() {
return $this->id->value;
}
/**
* {@inheritdoc}
*/
public function bundle() {
return $this->type->value;
}
/**
* {@inheritdoc}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment