public function TagadelicTag::getId in Tagadelic 8.3
Getter for the ID return Integer Identifier
File
- src/
TagadelicTag.php, line 32
Class
Namespace
Drupal\tagadelicCode
public function getId() {
return $this->id;
}
Getter for the ID return Integer Identifier
public function getId() {
return $this->id;
}