EntityAPITestCase::testCRUD |
core/modules/entity/tests/entity.test |
Tests basic CRUD functionality of the Entity API. |
EntityAPITestCase::testEntityView |
core/modules/entity/tests/entity.test |
Tests basic View functionality of the Entity API. |
EntityBundleLayoutAccess::checkAccess |
core/modules/layout/plugins/access/entity_bundle_layout_access.inc |
Checks for access based on the available context. |
EntityBundleLayoutAccess::form |
core/modules/layout/plugins/access/entity_bundle_layout_access.inc |
Settings form for configuring this access item. |
EntityBundleLayoutAccess::formSubmit |
core/modules/layout/plugins/access/entity_bundle_layout_access.inc |
Submit handler for the settings form for this access item. |
EntityBundleLayoutAccess::summary |
core/modules/layout/plugins/access/entity_bundle_layout_access.inc |
Provides a human-readable summary of this access check's behavior. |
EntityBundleLayoutAccess::__construct |
core/modules/layout/plugins/access/entity_bundle_layout_access.inc |
Constructor for a Layout access rule. |
EntityControllerInterface::buildContent |
core/modules/entity/entity.controller.inc |
Builds a structured array representing the entity's content. |
EntityControllerInterface::load |
core/modules/entity/entity.controller.inc |
Loads one or more entities. |
EntityControllerInterface::resetCache |
core/modules/entity/entity.controller.inc |
Resets the internal, static entity cache. |
EntityControllerInterface::resetStaticCache |
core/modules/entity/entity.controller.inc |
Resets the internal, static entity cache. |
EntityControllerInterface::view |
core/modules/entity/entity.controller.inc |
Creates a rendered entity. |
EntityCrudHookTestCase::assertHookMessageOrder |
core/modules/entity/tests/entity_crud_hook_test.test |
Checks the order of CRUD hook execution messages. |
EntityCrudHookTestCase::setUp |
core/modules/entity/tests/entity_crud_hook_test.test |
Sets up a Backdrop site for running functional and integration tests. |
EntityCrudHookTestCase::testCommentHooks |
core/modules/entity/tests/entity_crud_hook_test.test |
Tests hook invocations for CRUD operations on comments. |
EntityCrudHookTestCase::testFileHooks |
core/modules/entity/tests/entity_crud_hook_test.test |
Tests hook invocations for CRUD operations on files. |
EntityCrudHookTestCase::testNodeHooks |
core/modules/entity/tests/entity_crud_hook_test.test |
Tests hook invocations for CRUD operations on nodes. |
EntityCrudHookTestCase::testTaxonomyTermHooks |
core/modules/entity/tests/entity_crud_hook_test.test |
Tests hook invocations for CRUD operations on taxonomy terms. |
EntityCrudHookTestCase::testUserHooks |
core/modules/entity/tests/entity_crud_hook_test.test |
Tests hook invocations for CRUD operations on users. |
EntityDatabaseStorageController::create |
core/modules/entity/entity.controller.inc |
Implements EntityStorageControllerInterface::create(). |
EntityDatabaseStorageController::delete |
core/modules/entity/entity.controller.inc |
Implements EntityStorageControllerInterface::delete(). |
EntityDatabaseStorageController::invokeHook |
core/modules/entity/entity.controller.inc |
Invokes a hook on behalf of the entity. |
EntityDatabaseStorageController::postDelete |
core/modules/entity/entity.controller.inc |
Acts on deleted entities before the delete hook is invoked. |
EntityDatabaseStorageController::postSave |
core/modules/entity/entity.controller.inc |
Acts on a saved entity before the insert or update hook is invoked. |
EntityDatabaseStorageController::preDelete |
core/modules/entity/entity.controller.inc |
Acts on entities before they are deleted. |
EntityDatabaseStorageController::preSave |
core/modules/entity/entity.controller.inc |
Acts on an entity before the presave hook is invoked. |
EntityDatabaseStorageController::save |
core/modules/entity/entity.controller.inc |
Implements EntityStorageControllerInterface::save(). |
EntityExampleBasic::bundle |
modules/examples/entity_example/entity_example.inc |
Implements EntityInterface::bundle(). |
EntityExampleBasic::entityType |
modules/examples/entity_example/entity_example.inc |
Implements EntityInterface::entityType(). |
EntityExampleBasic::id |
modules/examples/entity_example/entity_example.inc |
Implements EntityInterface::id(). |
EntityExampleBasic::label |
modules/examples/entity_example/entity_example.inc |
Implements EntityInterface::label(). |
EntityExampleBasic::uri |
modules/examples/entity_example/entity_example.inc |
Implements EntityInterface::uri(). |
EntityExampleBasicController::create |
modules/examples/entity_example/entity_example.inc |
Create and return a new entity_example_basic entity. |
EntityExampleBasicController::delete |
modules/examples/entity_example/entity_example.inc |
Delete a single entity. |
EntityExampleBasicController::deleteMultiple |
modules/examples/entity_example/entity_example.inc |
Delete one or more entity_example_basic entities. |
EntityExampleBasicController::save |
modules/examples/entity_example/entity_example.inc |
Saves the custom fields using backdrop_write_record(). |
EntityExampleBasicControllerInterface::create |
modules/examples/entity_example/entity_example.inc |
Create an entity. |
EntityExampleBasicControllerInterface::delete |
modules/examples/entity_example/entity_example.inc |
Delete an entity. |
EntityExampleBasicControllerInterface::save |
modules/examples/entity_example/entity_example.inc |
Save an entity. |
EntityExampleTestCase::setUp |
modules/examples/entity_example/tests/entity_example.test |
Sets up a Backdrop site for running functional and integration tests. |
EntityExampleTestCase::testEntityExampleBasic |
modules/examples/entity_example/tests/entity_example.test |
Test Entity Example features. |
EntityFieldQuery::addCondition |
core/modules/entity/entity.query.inc |
Adds a condition to an already built SelectQuery (internal function). |
EntityFieldQuery::addFieldCondition |
core/modules/entity/entity.query.inc |
Adds the given condition to the proper condition array. |
EntityFieldQuery::addMetaData |
core/modules/entity/entity.query.inc |
Adds additional metadata to the query. |
EntityFieldQuery::addTag |
core/modules/entity/entity.query.inc |
Adds a tag to the query. |
EntityFieldQuery::age |
core/modules/entity/entity.query.inc |
Queries the current or every revision. |
EntityFieldQuery::count |
core/modules/entity/entity.query.inc |
Sets the query to be a count query only. |
EntityFieldQuery::deleted |
core/modules/entity/entity.query.inc |
Filters on the data being deleted. |
EntityFieldQuery::entityCondition |
core/modules/entity/entity.query.inc |
Adds a condition on entity-generic metadata. |
EntityFieldQuery::entityOrderBy |
core/modules/entity/entity.query.inc |
Orders the result set by entity-generic metadata. |