Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
EntityFieldTest.php
»
EntityFieldTest
»
EntityFieldTest::createTestEntity
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
6 calls to EntityFieldTest::createTestEntity()
EntityFieldTest::assertComputedProperties
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityFieldTest.php
Executes the computed properties tests for the given entity type.
EntityFieldTest::assertDataStructureInterfaces
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityFieldTest.php
Executes the data structure interfaces tests for the given entity type.
EntityFieldTest::assertIterator
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityFieldTest.php
Executes the iterator tests for the given entity type.
EntityFieldTest::assertReadWrite
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityFieldTest.php
Executes the read write test set for a defined entity type.
EntityFieldTest::assertSave
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityFieldTest.php
Executes the save tests for the given entity type.
EntityFieldTest::testEntityConstraintValidation
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityFieldTest.php
Tests validation constraints provided by the Entity API.