You are here

public function FooTableBreakpoint::id in FooTable 8

Same name and namespace in other branches
  1. 8.2 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 59

Class

FooTableBreakpoint
Defines the FooTable Breakpoint Config entity.

Namespace

Drupal\footable\Entity

Code

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