TestEntity |
class |
modules/entity/tests/entity_test/entity_test.entity.inc |
Test class for the test_entity entity type. |
TestEntity |
class |
modules/field/tests/field_test/field_test.class.inc |
Test class for the test_entity entity type. |
TestEntity::id |
function |
modules/field/tests/field_test/field_test.class.inc |
Returns the entity identifier (the entity's machine name or numeric ID). |
TestEntity::id |
function |
modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::id(). |
TestEntity::uri |
function |
modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::uri(). |
TestEntity::$id |
property |
modules/entity/tests/entity_test/entity_test.entity.inc |
|
TestEntity::uri |
function |
modules/field/tests/field_test/field_test.class.inc |
Returns the URI elements of the entity. |
TestEntity::$id |
property |
modules/field/tests/field_test/field_test.class.inc |
|
TestEntity::label |
function |
modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::label(). |
TestEntity::label |
function |
modules/field/tests/field_test/field_test.class.inc |
Returns the label of the entity. |
TestEntity::access |
function |
modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::access(). |
TestEntity::entityType |
function |
modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::entityType(). |
TestEntity::entityType |
function |
modules/field/tests/field_test/field_test.class.inc |
Returns the type of the entity. |
TestEntity::createAccess |
function |
modules/entity/tests/entity_test/entity_test.entity.inc |
Implements EntityInterface::createAccess(). |
TestEntityBundleController |
class |
modules/field/tests/field_test/field_test.controller.inc |
Controller class for the test_entity_bundle entity type. |
TestEntityBundleController::attachLoad |
function |
modules/field/tests/field_test/field_test.controller.inc |
Attaches data to entities upon loading. |
TokenEntityTestCase::testEntityOriginal |
function |
modules/simpletest/tests/token.test |
Test the [entity:original:*] tokens. |
EntityLoadTestCase::testEntityLoadConditions |
function |
modules/entity/tests/entity_crud.test |
Tests the functionality for loading entities matching certain conditions. |
EntityAPIInfoTestCase::testEntityInfoChanges |
function |
modules/entity/tests/entity.test |
Ensures entity info cache is updated after changes. |
EntityFieldQueryTestCase::testEntityFieldQuery |
function |
modules/entity/tests/entity_query.test |
Tests EntityFieldQuery. |
EntityAPIInfoTestCase::testEntityInfoCacheWatchdog |
function |
modules/entity/tests/entity.test |
Tests entity info cache after enabling a module with a dependency on an entity providing module. |
EntityFieldQueryTestCase::testEntityFieldQueryPager |
function |
modules/entity/tests/entity_query.test |
Tests the pager integration of EntityFieldQuery. |
EntityFieldQueryTestCase::testEntityFieldQueryAccess |
function |
modules/entity/tests/entity_query.test |
Tests EntityFieldQuery access on non-node entities. |
EntityFieldQueryTestCase::testEntityFieldQueryRouting |
function |
modules/entity/tests/entity_query.test |
Tests the routing feature of EntityFieldQuery. |
EntityFieldQueryTestCase::testEntityFieldQueryTableSort |
function |
modules/entity/tests/entity_query.test |
Tests the TableSort integration of EntityFieldQuery. |
PathPatternUnitTestCase::testEntityBundleRenamingDeleting |
function |
modules/path/tests/path_pattern.test |
|
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable |
function |
modules/entity/tests/entity_query.test |
Tests querying translatable fields. |
EntityFieldQueryTestCase::testEntityFieldQueryDisablePager |
function |
modules/entity/tests/entity_query.test |
Tests the disabling the pager in EntityFieldQuery. |
EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions |
function |
modules/entity/tests/entity_query.test |
Tests field meta conditions. |