public function GridStack::id in GridStack 8
Overrides Drupal\Core\Entity\Entity::id().
Overrides EntityBase::id
1 call to GridStack::id()
- GridStack::getIconUri in src/
Entity/ GridStack.php - Returns the icon URI.
File
- src/
Entity/ GridStack.php, line 96
Class
- GridStack
- Defines the GridStack configuration entity.
Namespace
Drupal\gridstack\EntityCode
public function id() {
return $this->name;
}