Issue #2488156 by andile2012: Fix typos in @inheritdoc
parent
a15c86702a
commit
e1a8219422
|
@ -329,7 +329,7 @@ abstract class ContentEntityBase extends Entity implements \IteratorAggregate, C
|
|||
}
|
||||
|
||||
/**
|
||||
* {inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function uuid() {
|
||||
return $this->getEntityKey('uuid');
|
||||
|
|
|
@ -30,7 +30,7 @@ use Drupal\Core\Field\FieldDefinitionInterface;
|
|||
class TestItemWithDependencies extends TestItem {
|
||||
|
||||
/**
|
||||
* {inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function calculateDependencies(FieldDefinitionInterface $field_definition) {
|
||||
return ['content' => ['node:article:uuid']];
|
||||
|
|
|
@ -24,7 +24,7 @@ use Drupal\Core\Field\PreconfiguredFieldUiOptionsInterface;
|
|||
class TestItemWithPreconfiguredOptions extends TestItem implements PreconfiguredFieldUiOptionsInterface {
|
||||
|
||||
/**
|
||||
* {inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function getPreconfiguredOptions() {
|
||||
return [
|
||||
|
|
Loading…
Reference in New Issue