You are here

public function Index::id in Search API 8

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

1 call to Index::id()
Index::trackItemsInsertedOrUpdated in src/Entity/Index.php
Tracks insertion or updating of items.

File

src/Entity/Index.php, line 285

Class

Index
Defines the search index configuration entity.

Namespace

Drupal\search_api\Entity

Code

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