entity_crud_hook_test_file_delete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_file_delete(). |
entity_crud_hook_test_node_delete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_node_delete(). |
UserEntityCallbacksTest::$modules |
property |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityCallbacksTest.php |
Modules to enable. |
ViewEditFormController::getEntity |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::getEntity(). |
ViewEditFormController::setEntity |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewEditFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::setEntity(). |
entity_crud_hook_test_user_delete |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_user_delete(). |
translation_entity_get_config_key |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Returns the key name used to store the configuration item. |
EntityTranslationUITest::getValue |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Returns the value for the specified property in the given language. |
EntityFormController::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Constructs an EntityFormController object. |
translation_entity_delete_confirm |
function |
drupal/core/modules/translation_entity/translation_entity.pages.inc |
Form constructor for the translation deletion confirmation. |
EntityFormController::buildEntity |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements Drupal\Core\Entity\EntityFormControllerInterface::buildEntity(). |
EntityFormControllerInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityFormControllerInterface.php |
Definition of Drupal\Core\Entity\EntityFormControllerInterface. |
EntityListController::$entityType |
property |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
The entity type name. |
EntityListController::$entityInfo |
property |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
The entity info array. |
EntityListController::__construct |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Constructs a new EntityListController object. |
EntityListController::buildHeader |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListController.php |
Builds the header row for the entity listing. |
EntityListControllerInterface.php |
file |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Definition of Drupal\Core\Entity\EntityListControllerInterface. |
NodeEntityFieldQueryAlterTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
Definition of Drupal\node\Tests\NodeEntityFieldQueryAlterTest. |
EntityTranslationTest::$langcodes |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
|
EntityQueryRelationshipTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Sets up a Drupal site for running functional and integration tests. |
EntityTranslationFormTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php |
|
EntityAccessController::viewAccess |
function |
drupal/core/lib/Drupal/Core/Entity/EntityAccessController.php |
Implements EntityAccessControllerInterface::viewAccess(). |
EntityFilteringThemeTest::$profile |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
Use the standard profile. |
EntityFilteringThemeTest::$comment |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/EntityFilteringThemeTest.php |
A test comment. |
EntityFieldTest::testIntrospection |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Tests introspection and getting metadata upfront. |
AbstractEntityBodyDecorator::$body |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
|
EntityQueryTest::assertBundleOrder |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
|
EntityRevisionsTest::testRevisions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php |
Check node revision related operations. |
AbstractEntityBodyDecorator::write |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
@codeCoverageIgnore |
AbstractEntityBodyDecorator::ftell |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
@codeCoverageIgnore |
entity_crud_hook_test_file_presave |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_file_presave(). |
entity_crud_hook_test_node_presave |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_node_presave(). |
entity_crud_hook_test_user_presave |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_user_presave(). |
entity_crud_hook_test_comment_load |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_comment_load(). |
EntityInterface::isDefaultRevision |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Checks if this entity is the default revision. |
EntityBodyInterface::getContentMd5 |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBodyInterface.php |
Get an MD5 checksum of the stream's contents |
JsonldEntityWrapper::getProperties |
function |
drupal/core/modules/jsonld/lib/Drupal/jsonld/JsonldEntityWrapper.php |
Get properties, excluding JSON-LD specific properties. |
TestClassMetadataFactory::isEntity |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
Checks whether the class metadata is an entity. |
EntityRenderController::alterBuild |
function |
drupal/core/lib/Drupal/Core/Entity/EntityRenderController.php |
Specific per-entity building. |
translation_entity_form_controller |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Returns the entity form controller for the given form. |
EntityEnclosingRequest::$postFiles |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
|
EntityEnclosingRequest::__toString |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Get the HTTP request as a string |
EntityTestTranslationUITest::setUp |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTestTranslationUITest.php |
Overrides \Drupal\simpletest\WebTestBase::setUp(). |
EntityFormController::getOperation |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements Drupal\Core\Entity\EntityFormControllerInterface::getOperation(). |
entity_load_multiple_by_properties |
function |
drupal/core/includes/entity.inc |
Load entities by their property values. |
EntityAccessTest::testEntityAccess |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php |
Ensures entity access is properly working. |
entity_cache_test_dependency.module |
file |
drupal/core/modules/system/tests/modules/entity_cache_test_dependency/entity_cache_test_dependency.module |
Helper module for entity cache tests. |
EntityTranslationFormTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php |
Modules to enable. |
EntityListControllerInterface::load |
function |
drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php |
Loads entities of this type from storage for listing. |
AbstractEntityBodyDecorator::__call |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php |
Allow decorators to implement custom methods |