You are here

public function SlickBase::id in Slick Carousel 7.3

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

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

File

src/Entity/SlickBase.php, line 48

Class

SlickBase
Defines the Slick configuration entity.

Namespace

Drupal\slick\Entity

Code

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