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
UncacheableDependencyTrait::getCacheTags function core/lib/Drupal/Core/Cache/UncacheableDependencyTrait.php
UncacheableFieldHandlerTrait::getFieldTokenPlaceholder function core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php
UncacheableFieldHandlerTrait::getValue function core/modules/views/src/Plugin/views/field/UncacheableFieldHandlerTrait.php
UnchangingCacheableDependencyTrait::getCacheContexts function core/lib/Drupal/Core/Cache/UnchangingCacheableDependencyTrait.php
UnchangingCacheableDependencyTrait::getCacheMaxAge function core/lib/Drupal/Core/Cache/UnchangingCacheableDependencyTrait.php
UnchangingCacheableDependencyTrait::getCacheTags function core/lib/Drupal/Core/Cache/UnchangingCacheableDependencyTrait.php
Unicode::getStatus function core/lib/Drupal/Component/Utility/Unicode.php Gets the current status of unicode/multibyte support on this environment.
UnicornEditor::getDefaultSettings function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php Returns the default settings for this configurable text editor.
UnicornEditor::getJSSettings function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php Returns JavaScript settings to be attached.
UnicornEditor::getLibraries function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php Returns libraries to be attached.
UniqueLabelInListConstraint::getRequiredOptions function core/modules/ckeditor5/src/Plugin/Validation/Constraint/UniqueLabelInListConstraint.php
UnitTestCase::getClassResolverStub function core/tests/Drupal/Tests/UnitTestCase.php Returns a stub class resolver.
UnitTestCase::getConfigFactoryStub function core/tests/Drupal/Tests/UnitTestCase.php Returns a stub config factory that behaves according to the passed array.
UnitTestCase::getContainerWithCacheTagsInvalidator function core/tests/Drupal/Tests/UnitTestCase.php Sets up a container with a cache tags invalidator.
UnitTestCase::getStringTranslationStub function core/tests/Drupal/Tests/UnitTestCase.php Returns a stub translation manager that just returns the passed string.
UnknownPathExcluder::getExcludedPaths function core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php Returns the paths to exclude from stage operations.
UnknownPathExcluder::getScaffoldFiles function core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php Gets the path of scaffold files, for example 'index.php' and 'robots.txt'.
UnknownPathExcluder::getSubscribedEvents function core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php
UnmetDependenciesException::getConfigObjects function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Gets the list of configuration objects that have unmet dependencies.
UnmetDependenciesException::getExtension function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Gets the name of the extension that is being installed.
UnmetDependenciesException::getTranslatedMessage function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Gets a translated message from the exception.
Unpacker::getPackageFromLinkTarget function composer/Plugin/RecipeUnpack/Unpacker.php Gets the package object from a link's target.
UnpackRecipeTest::getFileContents function core/tests/Drupal/BuildTests/Composer/Plugin/Unpack/Functional/UnpackRecipeTest.php Gets the contents of a file as an array.
UnprocessableHttpEntityException::getViolations function core/modules/jsonapi/src/Exception/UnprocessableHttpEntityException.php Gets the constraint violations associated with this exception.
UnprocessableHttpEntityExceptionNormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php
UnroutedUrlTest::testGetInternalPath function core/tests/Drupal/Tests/Core/UnroutedUrlTest.php Tests the getInternalPath() method.
UnroutedUrlTest::testGetOptions function core/tests/Drupal/Tests/Core/UnroutedUrlTest.php Tests the getOptions() method.
UnroutedUrlTest::testGetRouteName function core/tests/Drupal/Tests/Core/UnroutedUrlTest.php Tests the getRouteName() method.
UnroutedUrlTest::testGetRouteParameters function core/tests/Drupal/Tests/Core/UnroutedUrlTest.php Tests the getRouteParameters() method.
UnroutedUrlTest::testGetUri function core/tests/Drupal/Tests/Core/UnroutedUrlTest.php Tests the getPath() method.
UnstickyNode::getFieldsToUpdate function core/modules/node/src/Plugin/Action/UnstickyNode.php Gets an array of values to be set.
Update::getQueryArguments function core/lib/Drupal/Core/Database/Query/Update.php Returns the query arguments with placeholders mapped to their values.
UpdateBlockForm::getFormId function core/modules/layout_builder/src/Form/UpdateBlockForm.php Returns a unique string identifying the form.
UpdateCacheBackendFactory::get function core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php Gets a cache backend class for a given cache bin.
UpdateDataSubscriber::getSubscribedEvents function core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php
UpdateDescriptionTest::testUpdateGetUpdateList function core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php Tests the list of pending database updates.
UpdateFetcher::getFetchBaseUrl function core/modules/update/src/UpdateFetcher.php Returns the base of the URL to fetch available update data for a project.
UpdateFetcherInterface::getFetchBaseUrl function core/modules/update/src/UpdateFetcherInterface.php Returns the base of the URL to fetch available update data for a project.
UpdateHookRegistry::getAllEquivalentUpdates function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns the equivalent update information for all modules.
UpdateHookRegistry::getAllInstalledVersions function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns the currently installed schema version for all modules.
UpdateHookRegistry::getAvailableUpdates function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns an array of available schema versions for a module.
UpdateHookRegistry::getEquivalentUpdate function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Gets the EquivalentUpdate object for an update.
UpdateHookRegistry::getInstalledVersion function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns the currently installed schema version for a module.
UpdateHookRegistryTest::testGetInstalledVersion function core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php Tests get installed version.
UpdateHookRegistryTest::testGetVersions function core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php Tests get versions.
UpdateHooks::pageTop function core/modules/update/src/Hook/UpdateHooks.php Implements hook_page_top().
UpdateLocalTasksTest::getUpdateReportRoutes function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Provides a list of report routes to test.
UpdateManager::getProjects function core/modules/update/src/UpdateManager.php Fetches an array of installed projects.
UpdateManagerInterface::getProjects function core/modules/update/src/UpdateManagerInterface.php Fetches an array of installed projects.
Updater::getBackupDir function core/lib/Drupal/Core/Updater/Updater.php Returns the full path to a directory where backups should be written.

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