Skip to content
Snippets Groups Projects
Commit 4001ef85 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1927534 by nick_schuch, larowlan: Fix override docs on an entity block class method

parent e27aff7f
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ class CustomBlockType extends ConfigEntityBase {
public $description;
/**
* Overrides \Drupal\Core\Entity\Entity::getRevisionId().
* Overrides \Drupal\Core\Entity\Entity::uri().
*/
public function uri() {
return array(
......
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