public function UnsavedIndexConfiguration::getEntityTypeId in Search API 8
Gets the ID of the type of the entity.
Return value
string The entity type ID.
Overrides EntityInterface::getEntityTypeId
File
- src/
UnsavedIndexConfiguration.php, line 782
Class
- UnsavedIndexConfiguration
- Represents a configuration of an index that was not yet permanently saved.
Namespace
Drupal\search_apiCode
public function getEntityTypeId() {
return $this->entity
->getEntityTypeId();
}