10 calls to EntityFieldManagerTest::setUpEntityWithFieldDefinition() in Drupal 8
- EntityFieldManagerTest::testGetBaseFieldDefinitions in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityFieldManagerTest.php - Tests the getBaseFieldDefinitions() method.
- EntityFieldManagerTest::testGetBaseFieldDefinitionsInvalidDefinition in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityFieldManagerTest.php - Tests the getBaseFieldDefinitions() method with an invalid definition.
- EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityFieldManagerTest.php - Tests the getBaseFieldDefinitions() method with a translatable entity type.
- EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityFieldManagerTest.php - Tests the getBaseFieldDefinitions() method with a translatable entity type.
- EntityFieldManagerTest::testGetBaseFieldDefinitionsWithCaching in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityFieldManagerTest.php - Tests the getBaseFieldDefinitions() method with caching.
- EntityFieldManagerTest::testGetFieldDefinitions in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityFieldManagerTest.php - Tests the getFieldDefinitions() method.
- EntityFieldManagerTest::testGetFieldDefinitionsProvider in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityFieldManagerTest.php - Tests that getFieldDefinitions() method sets the 'provider' definition key.
- EntityFieldManagerTest::testGetFieldDefinitionsWithCaching in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityFieldManagerTest.php - Tests the getFieldDefinitions() method with caching.
- EntityFieldManagerTest::testGetFieldStorageDefinitions in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityFieldManagerTest.php - Tests the getFieldStorageDefinitions() method.
- EntityFieldManagerTest::testGetFieldStorageDefinitionsWithCaching in core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityFieldManagerTest.php - Tests the getFieldStorageDefinitions() method with caching.