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. Other projects
Title Object type File name Summary
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.
EntityViewDisplayResourceTestBase::getExpectedCacheContexts function core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
EntityViewDisplayResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php Returns the expected normalization of the entity.
EntityViewDisplayResourceTestBase::getExpectedUnauthorizedAccessMessage function core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php Return the expected error message.
EntityViewDisplayResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php Returns the normalized POST entity.
EntityViewDisplayTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php Returns the expected JSON:API document for the entity.
EntityViewDisplayTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php Return the expected error message.
EntityViewDisplayTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php Returns the JSON:API POST document.
EntityViewDisplayValidationTest::testTargetBundleMustExist function core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php Tests that the target bundle of the entity view display is checked.
EntityViewMode::getIds function core/modules/migrate/src/Plugin/migrate/destination/EntityViewMode.php Gets the destination IDs.
EntityViewModeResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php Returns the expected normalization of the entity.
EntityViewModeResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php Returns the normalized POST entity.
EntityViewModeTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/EntityViewModeTest.php Returns the expected JSON:API document for the entity.
EntityViewModeTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/EntityViewModeTest.php Returns the JSON:API POST document.
EntityViewsData::getFieldStorageDefinitions function core/modules/views/src/EntityViewsData.php Gets the field storage definitions.
EntityViewsData::getViewsData function core/modules/views/src/EntityViewsData.php Returns views data for the entity type.
EntityViewsData::getViewsTableForEntityType function core/modules/views/src/EntityViewsData.php Gets the table of an entity type to be used as base table in views.
EntityViewsDataInterface::getViewsData function core/modules/views/src/EntityViewsDataInterface.php Returns views data for the entity type.
EntityViewsDataInterface::getViewsTableForEntityType function core/modules/views/src/EntityViewsDataInterface.php Gets the table of an entity type to be used as base table in views.
EntityViewsDataWithDeprecations::getViewsData function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Returns views data for the entity type.
EntityWithUriCacheTagsTestBase::getDefaultCacheContexts function core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php Gets the default cache contexts for rendered entities.
Environment::getUploadMaxSize function core/lib/Drupal/Component/Utility/Environment.php Determines the maximum file upload size by querying the PHP settings.
EnvironmentSupportValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/EnvironmentSupportValidator.php
Error::getLastCaller function core/lib/Drupal/Core/Utility/Error.php Gets the last caller from a backtrace.
ErrorCollection::getIterator function core/modules/jsonapi/src/JsonApiResource/ErrorCollection.php Returns an iterator for errors.
ErrorContainer::get function core/tests/Drupal/FunctionalTests/Bootstrap/ErrorContainer.php
ErrorTest::providerTestGetLastCaller function core/tests/Drupal/Tests/Core/Utility/ErrorTest.php Data provider for testGetLastCaller.
ErrorTest::testGetLastCaller function core/tests/Drupal/Tests/Core/Utility/ErrorTest.php Tests the getLastCaller() method.
EventBase::getMigration function core/modules/migrate/src/Event/EventBase.php Gets the migration.
EventBaseTest::testGetMigration function core/modules/migrate/tests/src/Unit/Event/EventBaseTest.php Tests getMigration method.
EventLogSubscriber::getSubscribedEvents function core/modules/package_manager/tests/modules/package_manager_test_event_logger/src/EventSubscriber/EventLogSubscriber.php
EventSubscriber::getSubscribedEvents function core/modules/config/tests/config_collection_install_test/src/EventSubscriber.php
EventSubscriber::getSubscribedEvents function core/modules/config/tests/config_events_test/src/EventSubscriber.php
EventSubscriber::getSubscribedEvents function core/modules/config/tests/config_transformer_test/src/EventSubscriber.php
EventSubscriber::getSubscribedEvents function core/modules/config/tests/config_import_test/src/EventSubscriber.php Registers the methods in this class that should be listeners.
EventSubscriber::getSubscribedEvents function core/modules/system/tests/modules/module_install_class_loader_test2/src/EventSubscriber.php
EventSubscriber::getSubscribedEvents function core/modules/system/tests/modules/module_install_class_loader_test1/src/EventSubscriber.php
EventSubscriber::getSubscribedEvents function core/modules/language/tests/language_events_test/src/EventSubscriber.php
EventWithPackageListTrait::getDevPackages function core/modules/package_manager/src/Event/EventWithPackageListTrait.php Gets the dev packages.
EventWithPackageListTrait::getKeyedPackages function core/modules/package_manager/src/Event/EventWithPackageListTrait.php Gets packages as a keyed array.
EventWithPackageListTrait::getRuntimePackages function core/modules/package_manager/src/Event/EventWithPackageListTrait.php Gets the runtime (i.e., non-dev) packages.
EventWithPackageListTraitTest::providerGetPackages function core/modules/package_manager/tests/src/Unit/EventWithPackageListTraitTest.php Data provider for testGetPackages().
EventWithPackageListTraitTest::testGetPackages function core/modules/package_manager/tests/src/Unit/EventWithPackageListTraitTest.php Tests that runtime and dev packages are keyed correctly.
ExceptionContainer::get function core/tests/Drupal/FunctionalTests/Bootstrap/ExceptionContainer.php
ExceptionDetectNeedsInstallSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/ExceptionDetectNeedsInstallSubscriber.php Registers the methods in this class that should be listeners.
ExceptionJsonSubscriber::getHandledFormats function core/lib/Drupal/Core/EventSubscriber/ExceptionJsonSubscriber.php Specifies the request formats this subscriber will respond to.

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