You are here

public function TagadelicTag::getId in Tagadelic 8.3

Getter for the ID return Integer Identifier

File

src/TagadelicTag.php, line 32

Class

TagadelicTag

Namespace

Drupal\tagadelic

Code

public function getId() {
  return $this->id;
}