public function FooTableBreakpoint::id in FooTable 8.2
Same name and namespace in other branches
- 8 src/Entity/FooTableBreakpoint.php \Drupal\footable\Entity\FooTableBreakpoint::id()
Gets the identifier.
Return value
string|int|null The entity identifier, or NULL if the object does not yet have an identifier.
Overrides EntityBase::id
File
- src/
Entity/ FooTableBreakpoint.php, line 69
Class
- FooTableBreakpoint
- Defines the FooTable Breakpoint Config entity.
Namespace
Drupal\footable\EntityCode
public function id() {
return $this->name;
}