EntityBodyInterface::compress |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBodyInterface.php |
If the stream is readable, compress the data in the stream using deflate compression. The uncompressed stream is
then closed, and the compressed stream then becomes the wrapped stream. |
LifecycleEventArgs::getEntity |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php |
Retrieve associated Entity. |
entity_test_entity_info_alter |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_entity_info_alter(). |
translation_entity_menu_alter |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_menu_alter(). |
translation_entity_add_access |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Access callback for the translation addition page. |
ConfigEntityListTest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php |
|
translation_entity_get_config |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Retrieves the value for the specified setting. |
translation_entity_set_config |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Stores the given value for the specified setting. |
translation_entity_controller |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Entity translation controller factory. |
EntityBody::setRewindFunction |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Specify a custom callback used to rewind a non-seekable stream. This can be useful entity enclosing requests
that are redirected. |
translation_entity_permission |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_permission(). |
translation_entity_form_alter |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_form_alter(). |
QueryInterface::getEntityType |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Gets the entity type for this query. |
EntityManager::getDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
Overrides Drupal\Component\Plugin\PluginManagerBase::getDefinitions(). |
EntityBody::handleCompression |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
|
EntityEnclosingRequest::$body |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
|
EntityFormController::actions |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Returns an array of supported actions for the current entity form. |
_field_create_entity_from_ids |
function |
drupal/core/modules/field/field.module |
Assembles a partial entity structure with initial IDs. |
ReadLimitEntityBody::setLimit |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php |
Set the limit of bytes that the decorator allows to be read from the stream |
EntityTranslationFormTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php |
Definition of Drupal\system\Tests\Entity\EntityTranslationFormTest. |
NodeEntityFieldQueryAlterTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
Tests node_query_entity_field_access_alter(). |
Entity::getPropertyDefinition |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements ComplexDataInterface::getPropertyDefinition(). |
field_test_entity_nested_form |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc |
Form combining two separate entities. |
EntityTranslation::getIterator |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements IteratorAggregate::getIterator(). |
EntityFieldTest::testReadWrite |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Tests reading and writing properties and field items. |
EntityNG::setCompatibilityMode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Enables or disable the compatibility mode. |
EntityNG::getCompatibilityMode |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Returns whether the compatibility mode is active. |
EntityNG::updateOriginalValues |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Updates the original values with the interim changes. |
EntityQueryTest::$queryResults |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
|
EntityQueryTest::testTableSort |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Test tablesort(). |
WizardPluginBase::$entity_type |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
The entity type connected with the wizard. |
WizardPluginBase::$entity_info |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Contains the information from entity_get_info of the $entity_type. |
ConfigEntityListController.php |
file |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityListController.php |
Definition of Drupal\Core\Config\Entity\ConfigEntityListController. |
EntityPropertiesTest::$modules |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/EntityPropertiesTest.php |
Modules to enable. |
FieldEntityTest::testGetEntity |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FieldEntityTest.php |
Tests the get_entity method. |
OnClearEventArgs::$entityClass |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php |
|
EntityInterface::isNewRevision |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Returns whether a new revision should be created on save. |
EntityInterface::getRevisionId |
function |
drupal/core/lib/Drupal/Core/Entity/EntityInterface.php |
Returns the revision identifier of the entity. |
TestEntityFormController::form |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
TestEntityFormController::save |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
EntityTestAccessController.php |
file |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestAccessController.php |
Contains Drupal\entity_test\EntityTestAccessController. |
UserEntityCallbacksTest::setUp |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityCallbacksTest.php |
Sets up a Drupal site for running functional and integration tests. |
ConfigEntityListTest::$modules |
property |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php |
Modules to enable. |
comment_test_entity_info_alter |
function |
drupal/core/modules/comment/tests/modules/comment_test/comment_test.module |
Implements hook_entity_info_alter(). |
ConfigEntityListTest::testList |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php |
Tests entity list controller methods. |
translation_entity_entity_load |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_entity_load(). |
EntityTranslationUITest::setUp |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Overrides \Drupal\simpletest\WebTestBase::setUp(). |
EntityBody::getContentEncoding |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Get the Content-Encoding of the EntityBody |
EntityFormController::validate |
function |
drupal/core/lib/Drupal/Core/Entity/EntityFormController.php |
Implements Drupal\Core\Entity\EntityFormControllerInterface::validate(). |
EntityDerivative::$derivatives |
property |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/Derivative/EntityDerivative.php |
List of derivative definitions. |