Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
EntityTestXmlAnonTest.php file core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlAnonTest.php
EntityTestXmlAnonTest::$defaultTheme property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlAnonTest.php
EntityTestXmlAnonTest::$format property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlAnonTest.php
EntityTestXmlAnonTest::$mimeType property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlAnonTest.php
EntityTestXmlBasicAuthTest class core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php Tests EntityTest Xml Basic Auth.
EntityTestXmlBasicAuthTest.php file core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php
EntityTestXmlBasicAuthTest::$auth property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php
EntityTestXmlBasicAuthTest::$defaultTheme property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php
EntityTestXmlBasicAuthTest::$format property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php
EntityTestXmlBasicAuthTest::$mimeType property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php
EntityTestXmlBasicAuthTest::$modules property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php
EntityTestXmlCookieTest class core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php Tests EntityTest Xml Cookie.
EntityTestXmlCookieTest.php file core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php
EntityTestXmlCookieTest::$auth property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php
EntityTestXmlCookieTest::$defaultTheme property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php
EntityTestXmlCookieTest::$format property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php
EntityTestXmlCookieTest::$mimeType property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php
EntityTrait trait core/tests/Drupal/Tests/EntityTrait.php Provides helper methods for working with entities in tests.
EntityTrait.php file core/tests/Drupal/Tests/EntityTrait.php
EntityTrait::$generatedIds property core/tests/Drupal/Tests/EntityTrait.php A list of entity IDs generated by self::generateRandomEntityId().
EntityTrait::generateRandomEntityId function core/tests/Drupal/Tests/EntityTrait.php Generates a random ID avoiding collisions.
EntityTrait::reloadEntity function core/tests/Drupal/Tests/EntityTrait.php Reloads the given entity from the storage and returns it.
EntityTranslationFormTest class core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php Tests entity translation form.
EntityTranslationFormTest.php file core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php
EntityTranslationFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php
EntityTranslationFormTest::$langcodes property core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php The test language codes.
EntityTranslationFormTest::$modules property core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php
EntityTranslationFormTest::setUp function core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php
EntityTranslationFormTest::testEntityFormLanguage function core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php Tests entity form language.
EntityTranslationRendererBase class core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php Defines a base class for entity translation renderers.
EntityTranslationRendererBase.php file core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php
EntityTranslationRendererBase::getEntity function core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php Gets the entity associated with a row.
EntityTranslationRendererBase::getLangcode function core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php Returns the language code associated with the given row.
EntityTranslationRendererBase::getLangcodeByRelationship function core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php Returns the language code associated with the given row.
EntityTranslationRendererBase::preRender function core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php
EntityTranslationRendererBase::preRenderByRelationship function core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php Runs before each entity is rendered if a relationship is needed.
EntityTranslationRendererBase::query function core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php
EntityTranslationRendererBase::render function core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php
EntityTranslationRendererBase::renderByRelationship function core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php Renders entity data.
EntityTranslationRenderTrait trait core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Trait used to instantiate the view's entity translation renderer.
EntityTranslationRenderTrait.php file core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php
EntityTranslationRenderTrait::$entityTranslationRenderer property core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php The renderer to be used to render the entity row.
EntityTranslationRenderTrait::getEntityTranslationByRelationship function core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Returns the entity translation matching the configured row language.
EntityTranslationRenderTrait::getEntityTranslationRenderer function core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Returns the current renderer.
EntityTranslationRenderTrait::getEntityTypeId function core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Returns the entity type identifier.
EntityTranslationRenderTrait::getLanguageManager function core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Returns the language manager.
EntityTranslationRenderTrait::getView function core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Returns the top object of a view.
EntityTranslationSettings class core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php Drupal 7 Entity Translation settings (variables) from database.
EntityTranslationSettings.php file core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php
EntityTranslationSettings::doCount function core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php Gets the source count using countQuery().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.