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
RelatedResourceTypesTest::testGetRelatableResourceTypesFromFieldDefinition function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php Ensure a graceful failure when a field can references a missing bundle.
Relationship::getContext function core/modules/jsonapi/src/JsonApiResource/Relationship.php Gets context resource object of the relationship.
Relationship::getData function core/modules/jsonapi/src/JsonApiResource/Relationship.php Gets the relationship object's data.
Relationship::getFieldName function core/modules/jsonapi/src/JsonApiResource/Relationship.php Gets the relationship object's public field name.
Relationship::getLinks function core/modules/jsonapi/src/JsonApiResource/Relationship.php Gets the relationship object's links.
Relationship::getMergedLinks function core/modules/jsonapi/src/JsonApiResource/Relationship.php Merges the object's links with the top-level links.
Relationship::getMergedMeta function core/modules/jsonapi/src/JsonApiResource/Relationship.php Merges the object's meta member with the top-level meta member.
Relationship::getMeta function core/modules/jsonapi/src/JsonApiResource/Relationship.php Gets the relationship object's metadata.
Relationship::getOmissions function core/modules/jsonapi/src/JsonApiResource/Relationship.php Returns the data that was omitted from the JSON:API document.
RelationshipNormalizer::getNormalizationSchema function core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php Retrieve JSON Schema for the normalization.
RelationshipNormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php
RelativeOrderBase::getOperation function core/lib/Drupal/Core/Hook/Order/RelativeOrderBase.php Gets order operations specified by this object.
RemoveBlockForm::getConfirmText function core/modules/layout_builder/src/Form/RemoveBlockForm.php Returns a caption for the button that confirms the action.
RemoveBlockForm::getFormId function core/modules/layout_builder/src/Form/RemoveBlockForm.php Returns a unique string identifying the form.
RemoveBlockForm::getQuestion function core/modules/layout_builder/src/Form/RemoveBlockForm.php Returns the question to ask the user.
RemoveCheckToStringNodeVisitor::getPriority function core/lib/Drupal/Core/Template/RemoveCheckToStringNodeVisitor.php
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::getMultiple function core/lib/Drupal/Core/Render/RenderCache.php Gets multiple cached, pre-rendered elements from cache.
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.
RenderCacheInterface::getMultiple function core/lib/Drupal/Core/Render/RenderCacheInterface.php Gets multiple cached, pre-rendered elements from cache.
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::getEntityRepository function core/modules/views/src/Plugin/views/field/RenderedEntity.php
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 Provides a controller for testing render placeholders and message ordering.
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 Render API 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.

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