EntityTestJsonBasicAuthTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonBasicAuthTest.php |
The format to use in this test. |
EntityTestJsonCookieTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonCookieTest.php |
The format to use in this test. |
EntityTestJsonInternalPropertyNormalizerTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonInternalPropertyNormalizerTest.php |
The format to use in this test. |
EntityTestLabelJsonAnonTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelJsonAnonTest.php |
The format to use in this test. |
EntityTestLabelJsonBasicAuthTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelJsonBasicAuthTest.php |
The format to use in this test. |
EntityTestLabelJsonCookieTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelJsonCookieTest.php |
The format to use in this test. |
EntityTestLabelXmlAnonTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlAnonTest.php |
The format to use in this test. |
EntityTestLabelXmlBasicAuthTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlBasicAuthTest.php |
The format to use in this test. |
EntityTestLabelXmlCookieTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlCookieTest.php |
The format to use in this test. |
EntityTestMapFieldJsonAnonTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldJsonAnonTest.php |
The format to use in this test. |
EntityTestReferenceCustomCacheTagFormatter |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldFormatter/EntityTestReferenceCustomCacheTagFormatter.php |
Plugin implementation of the 'entity_reference_custom_cache_tag' formatter. |
EntityTestReferenceCustomCacheTagFormatter.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldFormatter/EntityTestReferenceCustomCacheTagFormatter.php |
|
EntityTestReferenceCustomCacheTagFormatter::viewElements |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldFormatter/EntityTestReferenceCustomCacheTagFormatter.php |
Builds a renderable array for a field value. |
EntityTestTextItemNormalizerTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
The format to use in this test. |
EntityTestTextItemNormalizerTest::providerTestGetWithFormat |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
Provides test cases for text format retrieval with expected cache tags. |
EntityTestTextItemNormalizerTest::testGetWithFormat |
function |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php |
Tests GETting an entity with the test text field set to a specific format. |
EntityTestXmlAnonTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlAnonTest.php |
The format to use in this test. |
EntityTestXmlBasicAuthTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlBasicAuthTest.php |
The format to use in this test. |
EntityTestXmlCookieTest::$format |
property |
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlCookieTest.php |
The format to use in this test. |
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 |
The theme to install as the default for testing. |
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 |
Modules to install. |
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. |
EntityType::getFormClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Gets the form class for a specific operation. |
EntityType::hasFormClasses |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates if this entity type has any forms. |
EntityType::setFormClass |
function |
core/lib/Drupal/Core/Entity/EntityType.php |
Sets a form class for a specific operation. |
EntityTypeInterface::getFormClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the form class for a specific operation. |
EntityTypeInterface::hasFormClasses |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Indicates if this entity type has any forms. |
EntityTypeInterface::setFormClass |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Sets a form class for a specific operation. |
EntityTypeManager::getFormObject |
function |
core/lib/Drupal/Core/Entity/EntityTypeManager.php |
Creates a new form instance. |
EntityTypeManagerInterface::getFormObject |
function |
core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php |
Creates a new form instance. |
EntityTypeManagerTest::provideFormObjectInvalidOperationData |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php |
Provides test data for testGetFormObjectInvalidOperation(). |
EntityTypeManagerTest::testGetFormObject |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php |
Tests the getFormObject() method. |
EntityTypeManagerTest::testGetFormObjectInvalidOperation |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php |
Tests the getFormObject() method with an invalid operation. |
EntityTypeTest::testGetFormClass |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the getFormClass() method. |
EntityTypeTest::testHasFormClasses |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the hasFormClasses() method. |
EntityUrlTest::providerTestToUrlLinkTemplateAddForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testToUrlLinkTemplateAddForm(). |
EntityUrlTest::testToUrlLinkTemplateAddForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method with the 'revision' link template. |
EntityViewDisplayEditForm |
class |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Edit form for the EntityViewDisplay entity type. |
EntityViewDisplayEditForm.php |
file |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
|
EntityViewDisplayEditForm::$displayContext |
property |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
The display context. Either 'view' or 'form'. |
EntityViewDisplayEditForm::alterSettingsSummary |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Alters the widget or formatter settings summary. |
EntityViewDisplayEditForm::buildExtraFieldRow |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Builds the table row structure for a single extra field. |
EntityViewDisplayEditForm::buildFieldRow |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Builds the table row structure for a single field. |
EntityViewDisplayEditForm::create |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Instantiates a new instance of this class. |
EntityViewDisplayEditForm::getDefaultPlugin |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Returns the ID of the default widget or formatter plugin for a field type. |
EntityViewDisplayEditForm::getDisplayModeOptions |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Returns an array of form or view mode options. |