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 11.x for __get
  5. Other projects
Title Object type File name Summary
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
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::create function core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php Instantiates a new instance of this class.
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.
RenderPlaceholderMessageTestController::__construct function core/modules/system/tests/modules/render_placeholder_message_test/src/RenderPlaceholderMessageTestController.php Constructs a new RenderPlaceholderMessageTestController object.
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
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::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
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.
RequestStack::getMainRequest function core/lib/Drupal/Core/Http/RequestStack.php Gets the main request.
RequestStackLegacyTest::testGetMainRequestDeprecation function core/tests/Drupal/Tests/Core/Http/RequestStackLegacyTest.php Tests deprecation message in our subclassed RequestStack.
RequiredConfigDependenciesConstraint::getDefaultOption function core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php
RequiredConfigDependenciesConstraint::getRequiredOptions function core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/RequiredConfigDependenciesConstraint.php
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]]
RequirementsException::getRequirements function core/modules/migrate/src/Exception/RequirementsException.php Get an array of requirements.
RequirementsException::getRequirementsString function core/modules/migrate/src/Exception/RequirementsException.php Get the requirements as a string.
RequirementsExceptionTest::getRequirementsProvider function core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php Provides a list of requirements to test.
RequirementsExceptionTest::testGetExceptionString function core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php @covers ::getRequirementsString[[api-linebreak]]
@dataProvider getRequirementsProvider
RequirementsExceptionTest::testGetRequirements function core/modules/migrate/tests/src/Unit/Exception/RequirementsExceptionTest.php @covers ::getRequirements[[api-linebreak]]
RequirementsPageTrait trait core/tests/Drupal/Tests/RequirementsPageTrait.php Provides helper methods for the requirements page.
RequirementsPageTrait.php file core/tests/Drupal/Tests/RequirementsPageTrait.php
RequirementsPageTrait::assertErrorSummaries function core/tests/Drupal/Tests/RequirementsPageTrait.php Asserts the given error summaries are present on the page.
RequirementsPageTrait::assertRequirementSummaries function core/tests/Drupal/Tests/RequirementsPageTrait.php Asserts the given requirements section summaries are present on the page.
RequirementsPageTrait::assertWarningSummaries function core/tests/Drupal/Tests/RequirementsPageTrait.php Asserts the given warning summaries are present on the page.
RequirementsPageTrait::continueOnExpectedWarnings function core/tests/Drupal/Tests/RequirementsPageTrait.php Continues installation when the expected warnings are found.

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