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
OverridesSectionStorageTest::testGetContexts function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Tests get contexts.
OverridesSectionStorageTest::testGetContextsDuringPreview function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Tests get contexts during preview.
OverridesSectionStorageTest::testGetDefaultSectionStorage function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Tests get default section storage.
OverridesSectionStorageTest::testGetTempstoreKey function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Tests get tempstore key.
OverridesSectionStorageTest::testIsOverridden function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php Tests is overridden.
OverridesSectionStorageTest::testIsSupported function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @legacy-covers ::isSupported
OverviewForm::getConfirmText function core/modules/migrate_drupal_ui/src/Form/OverviewForm.php Returns a caption for the button that confirms the action.
OverviewForm::getFormId function core/modules/migrate_drupal_ui/src/Form/OverviewForm.php Returns a unique string identifying the form.
OverviewTerms::getFormId function core/modules/taxonomy/src/Form/OverviewTerms.php Returns a unique string identifying the form.
OverwriteExistingPackagesValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php
PackageManagerRequirements::getRequirements function core/modules/package_manager/src/Install/Requirements/PackageManagerRequirements.php Check installation requirements.
PackageManagerUpdateProcessor::getProjectData function core/modules/package_manager/src/PackageManagerUpdateProcessor.php Gets the project data by name.
Page::getArgumentText function core/modules/views/src/Plugin/views/display/Page.php Provides help text for the arguments.
Page::getInfo function core/lib/Drupal/Core/Render/Element/Page.php Returns the element properties for this element.
Page::getPageRenderArray function core/modules/views/src/Plugin/views/display/Page.php Gets the current views page render array.
Page::getPagerText function core/modules/views/src/Plugin/views/display/Page.php Provides help text for pagers.
Page::getRoute function core/modules/views/src/Plugin/views/display/Page.php Generates a route entry for a given view and display.
PageActions::getFeaturedPageActions function core/modules/navigation/src/Plugin/TopBarItem/PageActions.php Gets the featured local task.
PageCache::get function core/modules/page_cache/src/StackMiddleware/PageCache.php Returns a response object from the page cache.
PageCache::getCacheId function core/modules/page_cache/src/StackMiddleware/PageCache.php Gets the page cache ID for this request.
PageCacheTest::getHeaders function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Retrieves only the headers for an absolute path.
PageContext::getBadgeLabel function core/modules/navigation/src/Plugin/TopBarItem/PageContext.php Retrieves the badge label for the given entity.
PageContext::getBadgeStatus function core/modules/navigation/src/Plugin/TopBarItem/PageContext.php Retrieves the badge status for the given entity.
PageContext::getEntityLabel function core/modules/navigation/src/Plugin/TopBarItem/PageContext.php Retrieves the label of the given entity.
PageDisplayVariantSelectionEvent::getContexts function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php Gets the contexts that were set during event dispatch.
PageDisplayVariantSelectionEvent::getPluginConfiguration function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php Get the configuration for the selected page display variant.
PageDisplayVariantSelectionEvent::getPluginId function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php The selected page display variant plugin ID.
PageDisplayVariantSelectionEvent::getRouteMatch function core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php Gets the current route match.
Pager::getCurrentPage function core/lib/Drupal/Core/Pager/Pager.php Gets the current page.
Pager::getInfo function core/lib/Drupal/Core/Render/Element/Pager.php Returns the element properties for this element.
Pager::getLimit function core/lib/Drupal/Core/Pager/Pager.php Gets the maximum number of items per page.
Pager::getTotalItems function core/lib/Drupal/Core/Pager/Pager.php Gets the total number of items.
Pager::getTotalPages function core/lib/Drupal/Core/Pager/Pager.php Gets the total number of pages.
PagerManager::getMaxPagerElementId function core/lib/Drupal/Core/Pager/PagerManager.php Gets the extent of the pager page element IDs.
PagerManager::getPager function core/lib/Drupal/Core/Pager/PagerManager.php Gets a pager from the static cache.
PagerManager::getUpdatedParameters function core/lib/Drupal/Core/Pager/PagerManager.php Gets the URL query parameter array of a pager link.
PagerManagerInterface::getMaxPagerElementId function core/lib/Drupal/Core/Pager/PagerManagerInterface.php Gets the extent of the pager page element IDs.
PagerManagerInterface::getPager function core/lib/Drupal/Core/Pager/PagerManagerInterface.php Gets a pager from the static cache.
PagerManagerInterface::getUpdatedParameters function core/lib/Drupal/Core/Pager/PagerManagerInterface.php Gets the URL query parameter array of a pager link.
PagerManagerTest::providerTestGetMaxPagerElementId function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php Provides test cases for PagerManagerTest::testGetMaxPagerElementId().
PagerManagerTest::testGetMaxPagerElementId function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php Tests get max pager element id.
PagerManagerTest::testGetUpdatedParameters function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php Tests get updated parameters.
PagerParameters::getPagerParameter function core/lib/Drupal/Core/Pager/PagerParameters.php Gets the 'page' query parameter for the current request.
PagerParameters::getPagerQuery function core/lib/Drupal/Core/Pager/PagerParameters.php Gets the request query parameter.
PagerParameters::getQueryParameters function core/lib/Drupal/Core/Pager/PagerParameters.php Gets all request URL query parameters that are unrelated to paging.
PagerParametersInterface::getPagerParameter function core/lib/Drupal/Core/Pager/PagerParametersInterface.php Gets the 'page' query parameter for the current request.
PagerParametersInterface::getPagerQuery function core/lib/Drupal/Core/Pager/PagerParametersInterface.php Gets the request query parameter.
PagerParametersInterface::getQueryParameters function core/lib/Drupal/Core/Pager/PagerParametersInterface.php Gets all request URL query parameters that are unrelated to paging.
PagerPluginBase::getCurrentPage function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Get the current page.
PagerPluginBase::getHeadingLevel function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Get the pager heading tag.

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