class TestEntityFieldManager

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php \Drupal\Tests\Core\Entity\TestEntityFieldManager

Hierarchy

Expanded class hierarchy of TestEntityFieldManager

File

core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php, line 869

Namespace

Drupal\Tests\Core\Entity
View source
class TestEntityFieldManager extends EntityFieldManager {
  
  /**
   * Allows the static caches to be cleared.
   */
  public function testClearEntityFieldInfo() {
    $this->baseFieldDefinitions = [];
    $this->fieldDefinitions = [];
    $this->fieldStorageDefinitions = [];
  }

}

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