You are here

public function GridStackBase::id in GridStack 8.2

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

Overrides EntityBase::id

4 calls to GridStackBase::id()
GridStack::getIconUri in src/Entity/GridStack.php
Returns the icon URI.
GridStackBase::buildIconFileUri in src/Entity/GridStackBase.php
Returns the file icon URI to be stored in public directory.
GridStackBase::getRandomizedId in src/Entity/GridStackBase.php
Returns a randomized ID.
GridStackVariant::toUrl in src/Entity/GridStackVariant.php
Gets the URL object for the entity.

File

src/Entity/GridStackBase.php, line 62

Class

GridStackBase
Defines the base class for GridStack configuration entity.

Namespace

Drupal\gridstack\Entity

Code

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