Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Search main for __get
  6. Other projects
Title Object type File name Summary
EntityFieldValueTrait::getFieldValue function core/lib/Drupal/Core/Entity/EntityFieldValueTrait.php Gets the value of a field property directly, bypassing the typed data API.
EntityFieldValueTraitTest::getFieldValue function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Calls protected getFieldValue() method via reflection.
EntityFieldValueTraitTest::testGetFieldValueConsistencyWithTraditionalAccess function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() consistency with traditional access.
EntityFieldValueTraitTest::testGetFieldValueCorrectness function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() returns correct values.
EntityFieldValueTraitTest::testGetFieldValueFallsBackToInitializedFieldObjects function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() falls back to initialized field objects.
EntityFieldValueTraitTest::testGetFieldValueViaUserMethods function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() via User entity methods.
EntityFieldValueTraitTest::testGetFieldValueWithDelta function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() with delta parameter.
EntityFieldValueTraitTest::testGetFieldValueWithNonExistentField function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() with non-existent field.
EntityFieldValueTraitTest::testGetFieldValueWithoutTypedDataInitialization function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() without typed data initialization.
EntityFieldValueTraitTest::testGetFieldValueWithScalarValues function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldValueTraitTest.php Tests getFieldValue() with scalar values.
EntityFile::getEntity function core/modules/file/src/Plugin/migrate/destination/EntityFile.php Creates or loads an entity.
EntityForm::getBaseFormId function core/lib/Drupal/Core/Entity/EntityForm.php
EntityForm::getCallableFromDefinition function core/lib/Drupal/Core/Entity/EntityForm.php Gets a callable from a string or array definition if possible.
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 Returns the ID of the default widget or formatter plugin for a field type.
EntityFormDisplayEditForm::getDisplayModeOptions function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns an array of form or view mode options.
EntityFormDisplayEditForm::getDisplayModes function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns the form or view modes used by this form.
EntityFormDisplayEditForm::getDisplayModesLink function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns a link to the form or view mode admin page.
EntityFormDisplayEditForm::getEntityDisplay function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns an entity display object to be used by this form.
EntityFormDisplayEditForm::getOverviewUrl function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns the Url object for a specific entity (form) display edit form.
EntityFormDisplayEditForm::getTableHeader function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns an array containing the table headers.
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 The expected cache contexts for the GET/HEAD response of the test entity.
EntityFormDisplayResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Returns the expected normalization of the entity.
EntityFormDisplayResourceTestBase::getExpectedUnauthorizedAccessMessage function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Return the expected error message.
EntityFormDisplayResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Returns the normalized POST entity.
EntityFormDisplayTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php Returns the expected JSON:API document for the entity.
EntityFormDisplayTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php Return the expected error message.
EntityFormDisplayTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php Returns the JSON:API POST document.
EntityFormDisplayTest::testEntityGetFromDisplay function core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php Tests entity get from display.
EntityFormDisplayValidationTest::testMultilineTextFieldWidgetTextAreaPlaceholder function core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php Tests validation of entity form display component's widget settings.
EntityFormDisplayValidationTest::testMultilineTextFieldWidgetTextAreaSummaryPlaceholder function core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php Tests validation of entity form display component's widget settings.
EntityFormDisplayValidationTest::testTargetBundleMustExist function core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php Tests that the target bundle of the entity form display is checked.
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 Returns the expected normalization of the entity.
EntityFormModeResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php Returns the normalized POST entity.
EntityFormModeTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php Returns the expected JSON:API document for the entity.
EntityFormModeTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php Returns the JSON:API POST document.

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