Search for __get

  1. Search 7.x for __get
  2. Search 9.5.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
UpdateRegistryTest::testGetModuleUpdateFunctions function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getModuleUpdateFunctions[[api-linebreak]]
UpdateRegistryTest::testGetPendingUpdateFunctionsExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateFunctions[[api-linebreak]]
UpdateRegistryTest::testGetPendingUpdateFunctionsNoExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateFunctions[[api-linebreak]]
UpdateRegistryTest::testGetPendingUpdateFunctionsWithLoadedModulesButNotEnabled function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateFunctions[[api-linebreak]]
UpdateRegistryTest::testGetPendingUpdateInformation function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateInformation[[api-linebreak]]
UpdateRegistryTest::testGetPendingUpdateInformationWithExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateInformation[[api-linebreak]]
UpdateRegistryTest::testGetPendingUpdateInformationWithRemovedUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateInformation[[api-linebreak]]
UpdaterInterface::getInstallDirectory function core/lib/Drupal/Core/Updater/UpdaterInterface.php Returns the path to the default install location for the current project.
UpdaterInterface::getProjectName function core/lib/Drupal/Core/Updater/UpdaterInterface.php Returns the system name of the project.
UpdaterInterface::getRootDirectoryRelativePath function core/lib/Drupal/Core/Updater/UpdaterInterface.php Returns the name of the root directory under which projects will be copied.
UpdateRootFactory::get function core/modules/update/src/UpdateRootFactory.php Gets the root path under which projects are installed or updated.
UpdaterTest::testGetProjectTitleWithChild function core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php Tests project and child project showing correct title.
UpdateScriptTest::getSystemSchema function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Returns the Drupal 7 system table schema.
UpdateSettingsForm::getEditableConfigNames function core/modules/update/src/UpdateSettingsForm.php Gets the configuration names that will be editable.
UpdateSettingsForm::getFormId function core/modules/update/src/UpdateSettingsForm.php Returns a unique string identifying the form.
update_get_available function core/modules/update/update.module Tries to get update information and refreshes it when necessary.
update_get_update_function_list function core/includes/update.inc Returns an organized list of update functions for a set of modules.
update_get_update_list function core/includes/update.inc Returns a list of all the pending database updates.
update_manager_batch_project_get function core/modules/update/update.manager.inc Implements callback_batch_operation().
update_manager_file_get function core/modules/update/update.manager.inc Copies a file from the specified URL to the temporary directory for updates.
Upgrade6Test::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php Gets the available upgrade paths.
Upgrade6Test::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php Gets the expected number of entities per entity type after migration.
Upgrade6Test::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php Gets expected number of entities per entity after incremental migration.
Upgrade6Test::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php Gets the missing upgrade paths.
Upgrade6Test::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php Gets the source base path for the concrete test.
Upgrade7Test::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php Gets the available upgrade paths.
Upgrade7Test::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php Gets the expected number of entities per entity type after migration.
Upgrade7Test::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php Gets expected number of entities per entity after incremental migration.
Upgrade7Test::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php Gets the missing upgrade paths.
Upgrade7Test::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php Gets the source base path for the concrete test.
Upload::getIds function core/modules/file/src/Plugin/migrate/source/d6/Upload.php Defines the source fields uniquely identifying a source row.
UploadInstance::getIds function core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php Defines the source fields uniquely identifying a source row.
UriDependentTestImageEffect::getUriDependentDimensions function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php Make the image dimensions dependent on the image file extension.
UriWidget class core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php Plugin implementation of the 'uri' widget.
UriWidget.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php
UriWidget::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php Defines the default settings for this plugin.
UriWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php Returns the form for a single field widget.
UriWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php Returns a form to configure settings for the widget.
UriWidget::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php Returns a short summary for the current widget settings.
Url::getInfo function core/lib/Drupal/Core/Render/Element/Url.php Returns the element properties for this element.
Url::getInternalPath function core/lib/Drupal/Core/Url.php Returns the internal path (system path) for this route.
Url::getOption function core/lib/Drupal/Core/Url.php Gets a specific option.
Url::getOptions function core/lib/Drupal/Core/Url.php Returns the URL options.
Url::getRouteName function core/lib/Drupal/Core/Url.php Returns the route name.
Url::getRouteParameters function core/lib/Drupal/Core/Url.php Returns the route parameters.
Url::getUri function core/lib/Drupal/Core/Url.php Returns the URI value for this Url object.
UrlAlias::getEntityTypeId function core/modules/path/src/Plugin/migrate/destination/UrlAlias.php Finds the entity type from configuration or plugin ID.
UrlAliasBase::getIds function core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php Defines the source fields uniquely identifying a source row.
UrlCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php Gets the cacheability metadata for the context.
UrlCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php Returns the string representation of the cache context.

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