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
RedirectDestinationInterface::getAsArray function core/lib/Drupal/Core/Routing/RedirectDestinationInterface.php Prepares a 'destination' URL query parameter for use with \Drupal\Core\Url.
RedirectDestinationTest::providerGet function core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php
RedirectDestinationTest::testGet function core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php Tests destination passed via $_GET.
RedirectDestinationTest::testGetAsArray function core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php @dataProvider providerGet
RedirectDestinationTest::testSetAfterGetCall function core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php @covers ::set[[api-linebreak]]
@covers ::get[[api-linebreak]]
RedirectDestinationTest::testSetBeforeGetCall function core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php @covers ::set[[api-linebreak]]
@covers ::get[[api-linebreak]]
RedirectDestinationTrait::getDestinationArray function core/lib/Drupal/Core/Routing/RedirectDestinationTrait.php Prepares a 'destination' URL query parameter for use with \Drupal\Core\Url.
RedirectDestinationTrait::getRedirectDestination function core/lib/Drupal/Core/Routing/RedirectDestinationTrait.php Returns the redirect destination service.
RedirectFormBlock::getCacheMaxAge function core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php @todo Make cacheable once https://www.drupal.org/node/2351015 lands.
RedirectLeadingSlashesSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/RedirectLeadingSlashesSubscriber.php
RedirectResponseSubscriber::getDestinationAsAbsoluteUrl function core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php Converts the passed in destination into an absolute URL.
RedirectResponseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php Registers the methods in this class that should be listeners.
RefinableDependentAccessTrait::getAccessDependency function core/modules/block_content/src/Access/RefinableDependentAccessTrait.php
ReflectionFactory::getInstanceArguments function core/lib/Drupal/Component/Plugin/Factory/ReflectionFactory.php Inspects the plugin class and build a list of arguments for the constructor.
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 @covers ::getInstanceArguments[[api-linebreak]]
@dataProvider providerGetInstanceArguments
RegionalForm::getEditableConfigNames function core/modules/system/src/Form/RegionalForm.php Gets the configuration names that will be editable.
RegionalForm::getFormId function core/modules/system/src/Form/RegionalForm.php Returns a unique string identifying the form.
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::getPath function core/lib/Drupal/Core/Theme/Registry.php Wraps drupal_get_path().
Registry::getPrefixGroupedUserFunctions function core/lib/Drupal/Core/Theme/Registry.php Gets all user functions grouped by the word before the first underscore.
Registry::getRuntime function core/lib/Drupal/Core/Theme/Registry.php Returns the incomplete, runtime theme registry.
RegistryLegacyTest::testGetLegacyThemeFunctionRegistryForModule function core/tests/Drupal/Tests/Core/Theme/RegistryLegacyTest.php Tests getting legacy theme function registry data defined by a module.
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 @covers ::getRelatableResourceTypes[[api-linebreak]]
@dataProvider getRelatableResourceTypesProvider
RelatedResourceTypesTest::testGetRelatableResourceTypes function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php @covers ::getRelatableResourceTypes[[api-linebreak]]
@dataProvider getRelatableResourceTypesProvider
RelatedResourceTypesTest::testGetRelatableResourceTypesByField function core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php @covers ::getRelatableResourceTypesByField[[api-linebreak]]
@dataProvider getRelatableResourceTypesByFieldProvider
RelationLinkManager::getRelationInternalIds function core/modules/hal/src/LinkManager/RelationLinkManager.php Translates a REST URI into internal IDs.
RelationLinkManager::getRelations function core/modules/hal/src/LinkManager/RelationLinkManager.php Get the array of relation links.
RelationLinkManager::getRelationUri function core/modules/hal/src/LinkManager/RelationLinkManager.php Gets the URI that corresponds to a field.
RelationLinkManagerInterface::getRelationInternalIds function core/modules/hal/src/LinkManager/RelationLinkManagerInterface.php Translates a REST URI into internal IDs.
RelationLinkManagerInterface::getRelationUri function core/modules/hal/src/LinkManager/RelationLinkManagerInterface.php Gets the URI that corresponds to a field.
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.
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.

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