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
RefinableDependentAccessTrait::getAccessDependency function core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php
Reflection::getParameterClassName function core/lib/Drupal/Component/Utility/Reflection.php Gets the parameter's class name.
ReflectionFactory::getInstanceArguments function core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php Inspects the plugin class and builds a list of constructor arguments.
ReflectionFactoryTest::providerGetInstanceArguments function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Data provider for testGetInstanceArguments.
ReflectionFactoryTest::testGetInstanceArguments function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Tests get instance arguments.
ReflectionTest::providerGetParameterClassName function core/tests/Drupal/Tests/Component/Utility/ReflectionTest.php Data provider for ::testGetParameterClassName().
ReflectionTest::testGetParameterClassName function core/tests/Drupal/Tests/Component/Utility/ReflectionTest.php Tests get parameter class name.
RegexRecursiveFilterIterator::getChildren function core/lib/Drupal/Core/Plugin/Discovery/RegexRecursiveFilterIterator.php
RegionalForm::getFormId function core/modules/system/src/Form/RegionalForm.php Returns a unique string identifying the form.
Registry::cacheGet function core/lib/Drupal/Core/Theme/Registry.php Gets the theme registry cache.
Registry::get function core/lib/Drupal/Core/Theme/Registry.php Returns the complete theme registry from cache or rebuilds it.
Registry::getBaseHook function core/lib/Drupal/Core/Theme/Registry.php Returns the base hook for a given hook suggestion.
Registry::getPrefixGroupedUserFunctions function core/lib/Drupal/Core/Theme/Registry.php Gets all user functions grouped by the word before the first underscore.
Registry::getPreprocessForSuggestions function core/lib/Drupal/Core/Theme/Registry.php Returns discovered preprocess suggestions.
Registry::getRuntime function core/lib/Drupal/Core/Theme/Registry.php Returns the incomplete, runtime theme registry.
RegistryTest::testGetRegistryForModule function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Tests getting the theme registry defined by a module.
ReindexConfirm::getCancelText function core/modules/search/src/Form/ReindexConfirm.php Returns a caption for the link which cancels the action.
ReindexConfirm::getCancelUrl function core/modules/search/src/Form/ReindexConfirm.php Returns the route to go to if the user cancels the action.
ReindexConfirm::getConfirmText function core/modules/search/src/Form/ReindexConfirm.php Returns a caption for the button that confirms the action.
ReindexConfirm::getDescription function core/modules/search/src/Form/ReindexConfirm.php Returns additional text to display as a description.
ReindexConfirm::getFormId function core/modules/search/src/Form/ReindexConfirm.php Returns a unique string identifying the form.
ReindexConfirm::getQuestion function core/modules/search/src/Form/ReindexConfirm.php Returns the question to ask the user.
RelatedResourceTypesTest::getRelatableResourceTypesByFieldProvider function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php Provides cases to test getRelatableTypesByField.
RelatedResourceTypesTest::getRelatableResourceTypesProvider function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php Tests get relatable resource types provider.
RelatedResourceTypesTest::testGetRelatableResourceTypes function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php Tests get relatable resource types.
RelatedResourceTypesTest::testGetRelatableResourceTypesByField function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php Tests get relatable resource types by field.
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.

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