| EntityFieldRenderer::getEntityTypeId |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
|
| EntityFieldRenderer::getEntityTypeManager |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
|
| EntityFieldRenderer::getLanguageManager |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
|
| EntityFieldRenderer::getRenderableFieldIds |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
Returns a list of names of entity fields to be rendered. |
| EntityFieldRenderer::getView |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
|
| EntityFieldStorageConfig::getIds |
function |
core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php |
|
| EntityFieldTest::getContainedStrings |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Gets all contained strings recursively. |
| EntityFile::getEntity |
function |
core/modules/file/src/Plugin/migrate/destination/EntityFile.php |
|
| EntityForm::getBaseFormId |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityForm::getEntity |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityForm::getEntityFromRouteMatch |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityForm::getFormId |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityForm::getOperation |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityFormBuilder::getForm |
function |
core/lib/Drupal/Core/Entity/EntityFormBuilder.php |
|
| EntityFormBuilderInterface::getForm |
function |
core/lib/Drupal/Core/Entity/EntityFormBuilderInterface.php |
Gets the built and processed entity form for the given entity. |
| EntityFormBuilderTest::testGetForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php |
Tests the getForm() method. |
| EntityFormDisplay::flagWidgetsErrorsFromViolations |
function |
core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php |
|
| EntityFormDisplay::getPluginCollections |
function |
core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php |
|
| EntityFormDisplay::getRenderer |
function |
core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php |
|
| EntityFormDisplayAccessControlHandlerTest::getEntityTypeManager |
function |
core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php |
Returns a mock Entity Type Manager. |
| EntityFormDisplayEditForm::getDefaultPlugin |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
|
| EntityFormDisplayEditForm::getDisplayModeOptions |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
|
| EntityFormDisplayEditForm::getDisplayModes |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
|
| EntityFormDisplayEditForm::getDisplayModesLink |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
|
| EntityFormDisplayEditForm::getEntityDisplay |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
|
| EntityFormDisplayEditForm::getOverviewUrl |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
|
| EntityFormDisplayEditForm::getTableHeader |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
|
| EntityFormDisplayInterface::flagWidgetsErrorsFromViolations |
function |
core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php |
Flags entity validation violations as form errors. |
| EntityFormDisplayResourceTestBase::getExpectedCacheContexts |
function |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php |
|
| EntityFormDisplayResourceTestBase::getExpectedNormalizedEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php |
|
| EntityFormDisplayResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php |
|
| EntityFormDisplayResourceTestBase::getNormalizedPostEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php |
|
| EntityFormDisplayTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php |
|
| EntityFormDisplayTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php |
|
| EntityFormDisplayTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php |
|
| EntityFormDisplayTest::testEntityGetFromDisplay |
function |
core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php |
@covers \Drupal\Core\Entity\EntityDisplayRepository::getFormDisplay[[api-linebreak]] |
| EntityFormInterface::getEntity |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Gets the form entity. |
| EntityFormInterface::getEntityFromRouteMatch |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Determines which entity will be used by this form from a RouteMatch object. |
| EntityFormInterface::getOperation |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Gets the operation identifying the form. |
| EntityFormModeResourceTestBase::getExpectedNormalizedEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php |
|
| EntityFormModeResourceTestBase::getNormalizedPostEntity |
function |
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php |
|
| EntityFormModeTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php |
|
| EntityFormModeTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php |
|
| EntityFormTest::testGetEntityFromRouteMatchAdd |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php |
Tests EntityForm::getEntityFromRouteMatch() for add forms without a bundle. |
| EntityFormTest::testGetEntityFromRouteMatchAddEntity |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php |
Tests EntityForm::getEntityFromRouteMatch() with a config entity bundle. |
| EntityFormTest::testGetEntityFromRouteMatchAddStatic |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php |
Tests EntityForm::getEntityFromRouteMatch() with a static bundle. |
| EntityFormTest::testGetEntityFromRouteMatchEditDelete |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php |
Tests EntityForm::getEntityFromRouteMatch() for edit and delete forms. |
| EntityHasFieldConstraint::getDefaultOption |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraint.php |
|
| EntityHasFieldConstraint::getRequiredOptions |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraint.php |
|
| EntityInterface::getCacheTagsToInvalidate |
function |
core/lib/Drupal/Core/Entity/EntityInterface.php |
Returns the cache tags that should be used to invalidate caches. |