function EntityFieldManager::preWarm

Overrides PreWarmableInterface::preWarm

File

core/lib/Drupal/Core/Entity/EntityFieldManager.php, line 704

Class

EntityFieldManager
Manages the discovery of entity fields.

Namespace

Drupal\Core\Entity

Code

public function preWarm() : void {
    $this->getFieldMap();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.