| 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. |
| EntityTypeWithoutLanguageFormTest |
class |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
Tests entity type without language support. |
| EntityTypeWithoutLanguageFormTest.php |
file |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
|
| EntityTypeWithoutLanguageFormTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
The theme to install as the default for testing. |
| EntityTypeWithoutLanguageFormTest::$modules |
property |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
Modules to install. |
| EntityTypeWithoutLanguageFormTest::setUp |
function |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
|
| EntityTypeWithoutLanguageFormTest::testEmptyLangcode |
function |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
Tests configuration options with an entity without language definition. |
| 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. |
| EntityViewDisplayEditForm::getDisplayModes |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Returns the form or view modes used by this form. |
| EntityViewDisplayEditForm::getDisplayModesLink |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Returns a link to the form or view mode admin page. |
| EntityViewDisplayEditForm::getEntityDisplay |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Returns an entity display object to be used by this form. |
| EntityViewDisplayEditForm::getOverviewUrl |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Returns the Url object for a specific entity (form) display edit form. |
| EntityViewDisplayEditForm::getTableHeader |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Returns an array containing the table headers. |
| EntityViewDisplayEditForm::thirdPartySettingsForm |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
Adds the widget or formatter third party settings forms. |
| EntityViewDisplayJsonAnonTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonAnonTest.php |
The format to use in this test. |
| EntityViewDisplayJsonBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonBasicAuthTest.php |
The format to use in this test. |
| EntityViewDisplayJsonCookieTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayJsonCookieTest.php |
The format to use in this test. |
| EntityViewDisplayXmlAnonTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlAnonTest.php |
The format to use in this test. |
| EntityViewDisplayXmlBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlBasicAuthTest.php |
The format to use in this test. |
| EntityViewDisplayXmlCookieTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayXmlCookieTest.php |
The format to use in this test. |
| EntityViewModeJsonAnonTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeJsonAnonTest.php |
The format to use in this test. |
| EntityViewModeJsonBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeJsonBasicAuthTest.php |
The format to use in this test. |
| EntityViewModeJsonCookieTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeJsonCookieTest.php |
The format to use in this test. |
| EntityViewModeXmlAnonTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlAnonTest.php |
The format to use in this test. |
| EntityViewModeXmlBasicAuthTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlBasicAuthTest.php |
The format to use in this test. |
| EntityViewModeXmlCookieTest::$format |
property |
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeXmlCookieTest.php |
The format to use in this test. |
| Equality::valueForm |
function |
core/modules/views/src/Plugin/views/filter/Equality.php |
Provide a simple textfield for equality. |
| Error::formatBacktrace |
function |
core/lib/Drupal/Core/Utility/Error.php |
Formats a backtrace into a plain-text string. |
| ErrorTest::providerTestFormatBacktrace |
function |
core/tests/Drupal/Tests/Core/Utility/ErrorTest.php |
Data provider for testFormatBacktrace. |
| ErrorTest::testFormatBacktrace |
function |
core/tests/Drupal/Tests/Core/Utility/ErrorTest.php |
Tests the formatBacktrace() method. |
| EventSubscriber::onExportTransform |
function |
core/modules/config/tests/config_transformer_test/src/EventSubscriber.php |
The storage is transformed for exporting. |
| EventSubscriber::onImportTransform |
function |
core/modules/config/tests/config_transformer_test/src/EventSubscriber.php |
The storage is transformed for importing. |
| example_module_missing_information.libraries.yml |
file |
core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_missing_information.libraries.yml |
core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_missing_information.libraries.yml |
| exception.enforced_form_response |
service |
core/core.services.yml |
Drupal\Core\EventSubscriber\EnforcedFormResponseSubscriber |
| ExceptionJsonSubscriber::getHandledFormats |
function |
core/lib/Drupal/Core/EventSubscriber/ExceptionJsonSubscriber.php |
Specifies the request formats this subscriber will respond to. |