Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
EntityFieldRenderer::getEntityTypeId function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns the entity type identifier.
EntityFieldRenderer::getEntityTypeManager function core/modules/views/src/Entity/Render/EntityFieldRenderer.php
EntityFieldRenderer::getLanguageManager function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns the language manager.
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 Returns the top object of a view.
EntityFieldStorageConfig::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityFieldStorageConfig.php Gets the destination IDs.
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 Creates or loads an entity.
EntityForm::getBaseFormId function core/lib/Drupal/Core/Entity/EntityForm.php Returns a string identifying the base form.
EntityForm::getEntity function core/lib/Drupal/Core/Entity/EntityForm.php Gets the form entity.
EntityForm::getEntityFromRouteMatch function core/lib/Drupal/Core/Entity/EntityForm.php Determines which entity will be used by this form from a RouteMatch object.
EntityForm::getFormId function core/lib/Drupal/Core/Entity/EntityForm.php Returns a unique string identifying the form.
EntityForm::getOperation function core/lib/Drupal/Core/Entity/EntityForm.php Gets the operation identifying the form.
EntityFormBuilder::getForm function core/lib/Drupal/Core/Entity/EntityFormBuilder.php Gets the built and processed entity form for the given entity.
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 Flags entity validation violations as form errors.
EntityFormDisplay::getPluginCollections function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
EntityFormDisplay::getRenderer function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php Gets the renderer plugin for a field (e.g. widget, formatter).
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 @covers \Drupal\Core\Entity\EntityDisplayRepository::getFormDisplay
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.
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.

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