You are here

public function SlickBase::id in Slick Carousel 8.2

Same name and namespace in other branches
  1. 7.3 src/Entity/SlickBase.php \Drupal\slick\Entity\SlickBase::id()

Overrides Drupal\Core\Entity\Entity::id().

Overrides EntityBase::id

File

src/Entity/SlickBase.php, line 44

Class

SlickBase
Defines the Slick configuration entity.

Namespace

Drupal\slick\Entity

Code

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