You are here

public static function UnsavedIndexConfiguration::postLoad in Search API 8

Acts on loaded entities.

Parameters

\Drupal\Core\Entity\EntityStorageInterface $storage: The entity storage object.

\Drupal\Core\Entity\EntityInterface[] $entities: An array of entities.

Overrides EntityInterface::postLoad

File

src/UnsavedIndexConfiguration.php, line 937

Class

UnsavedIndexConfiguration
Represents a configuration of an index that was not yet permanently saved.

Namespace

Drupal\search_api

Code

public static function postLoad(EntityStorageInterface $storage, array &$entities) {
  EntityInterface::postLoad($storage, $entities);
}