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
RemoveBlockForm::getQuestion function core/modules/layout_builder/src/Form/RemoveBlockForm.php Returns the question to ask the user.
RemoveSectionForm::getConfirmText function core/modules/layout_builder/src/Form/RemoveSectionForm.php Returns a caption for the button that confirms the action.
RemoveSectionForm::getFormId function core/modules/layout_builder/src/Form/RemoveSectionForm.php Returns a unique string identifying the form.
RemoveSectionForm::getQuestion function core/modules/layout_builder/src/Form/RemoveSectionForm.php Returns the question to ask the user.
RenderArrayNonHtmlSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php
RenderCache::get function core/lib/Drupal/Core/Render/RenderCache.php Gets the cached, pre-rendered element of a renderable element from cache.
RenderCache::getCacheableRenderArray function core/lib/Drupal/Core/Render/RenderCache.php Gets a cacheable render array for a render array and its rendered output.
RenderCache::maxAgeToExpire function core/lib/Drupal/Core/Render/RenderCache.php Maps a #cache[max-age] value to an "expire" value for the Cache API.
RenderCacheInterface::get function core/lib/Drupal/Core/Render/RenderCacheInterface.php Gets the cached, pre-rendered element of a renderable element from cache.
RenderCacheInterface::getCacheableRenderArray function core/lib/Drupal/Core/Render/RenderCacheInterface.php Gets a cacheable render array for a render array and its rendered output.
RenderedEntity::getCacheContexts function core/modules/views/src/Plugin/views/field/RenderedEntity.php The cache contexts associated with this object.
RenderedEntity::getCacheMaxAge function core/modules/views/src/Plugin/views/field/RenderedEntity.php The maximum age for which this object may be cached.
RenderedEntity::getCacheTags function core/modules/views/src/Plugin/views/field/RenderedEntity.php The cache tags associated with this object.
RenderedEntity::getEntityManager function core/modules/views/src/Plugin/views/field/RenderedEntity.php
RenderedEntity::getEntityRepository function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the entity repository.
RenderedEntity::getEntityTypeId function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the entity type identifier.
RenderedEntity::getEntityTypeManager function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the entity type manager.
RenderedEntity::getLanguageManager function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the language manager.
RenderedEntity::getView function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the top object of a view.
Renderer::getCurrentRenderContext function core/lib/Drupal/Core/Render/Renderer.php Returns the current render context.
RendererBase::getCacheContexts function core/modules/views/src/Entity/Render/RendererBase.php The cache contexts associated with this object.
RendererBase::getCacheMaxAge function core/modules/views/src/Entity/Render/RendererBase.php The maximum age for which this object may be cached.
RendererBase::getCacheTags function core/modules/views/src/Entity/Render/RendererBase.php The cache tags associated with this object.
RenderPlaceholderMessageTestController class core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php
RenderPlaceholderMessageTestController.php file core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php
RenderPlaceholderMessageTestController::build function core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php
RenderPlaceholderMessageTestController::messagesPlaceholderFirst function core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php
RenderPlaceholderMessageTestController::messagesPlaceholderLast function core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php
RenderPlaceholderMessageTestController::messagesPlaceholderMiddle function core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php
RenderPlaceholderMessageTestController::queuedMessages function core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php
RenderPlaceholderMessageTestController::setAndLogMessage function core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php #lazy_builder callback; sets and prints a message.
RenderPlaceholderMessageTestController::trustedCallbacks function core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php Lists the trusted callbacks provided by the implementing class.
ReorderDisplays::getFormId function core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php Returns a unique string identifying the form.
ReorderDisplays::getFormKey function core/modules/views_ui/src/Form/Ajax/ReorderDisplays.php Returns the key that represents this form.
ReplicaKillSwitch::getSubscribedEvents function core/lib/Drupal/Core/Database/ReplicaKillSwitch.php
RequestCloseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php Registers the methods in this class that should be listeners.
RequestContext::getCompleteBaseUrl function core/lib/Drupal/Core/Routing/RequestContext.php Gets the scheme, host and base path.
RequestFormatCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/RequestFormatCacheContext.php
RequestFormatCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/RequestFormatCacheContext.php
RequestFormatCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/RequestFormatCacheContext.php
RequestFormatRouteFilter::getAvailableFormats function core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php Gets the set of formats across all routes in the collection.
RequestFormatRouteFilter::getDefaultFormat function core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php Determines the default request format.
RequestHandler::getLegacyParameters function core/modules/rest/src/RequestHandler.php Provides the parameter usable without an argument resolver.
RequestHandler::getNormalizedRequestMethod function core/modules/rest/src/RequestHandler.php Gets the normalized HTTP request method of the matched route.
RequestPagerTest::testGetQueryParameters function core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php @covers ::getQueryParameters[[api-linebreak]]
RequestPath::getCacheContexts function core/modules/system/src/Plugin/Condition/RequestPath.php The cache contexts associated with this object.
RequestSanitizerTest::testAcceptableDestinationGet function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Tests acceptable destinations are not removed from GET requests.
RequestSanitizerTest::testSanitizedDestinationGet function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Tests unacceptable destinations are removed from GET requests.
RequiredModuleUninstallValidator::getModuleInfoByModule function core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php Returns the module info for a specific module.
RequiredStatesTest::testGetRequiredStates function core/modules/workflows/tests/src/Kernel/RequiredStatesTest.php @covers ::getRequiredStates[[api-linebreak]]
@covers ::__construct[[api-linebreak]]

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