Search for __get

  1. Search 7.x for __get
  2. Search 8.9.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
TimeTest::testGetRequestMicroTime function core/tests/Drupal/Tests/Component/Datetime/TimeTest.php Tests the getRequestMicroTime method.
TimeTest::testGetRequestMicroTimeNoRequest function core/tests/Drupal/Tests/Component/Datetime/TimeTest.php @covers ::getRequestMicroTime[[api-linebreak]]
TimeTest::testGetRequestTime function core/tests/Drupal/Tests/Component/Datetime/TimeTest.php Tests the getRequestTime method.
TimeTest::testGetRequestTimeNoRequest function core/tests/Drupal/Tests/Component/Datetime/TimeTest.php @covers ::getRequestTime[[api-linebreak]]
TimeZoneCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/TimeZoneCacheContext.php Gets the cacheability metadata for the context.
TimeZoneCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/TimeZoneCacheContext.php Returns the string representation of the cache context.
TimeZoneCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/TimeZoneCacheContext.php Returns the label of the cache context.
TimezoneController::getTimezone function core/modules/system/src/Controller/TimezoneController.php Returns a time zone identifier given a time zone abbreviation.
TimeZoneResolver::getSubscribedEvents function core/modules/system/src/TimeZoneResolver.php
TimeZoneResolver::getTimeZone function core/modules/system/src/TimeZoneResolver.php Gets the time zone based on site and user configuration.
TimezoneResolverTest::testGetTimeZone function core/modules/system/tests/src/Kernel/TimezoneResolverTest.php Tests time zone resolution.
TimezoneTest::getFormId function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Returns a unique string identifying the form.
TipPluginBase::get function core/modules/tour/src/TipPluginBase.php Used for returning values by key.
TipPluginBase::getAttributes function core/modules/tour/src/TipPluginBase.php @todo remove in https://drupal.org/node/3195193
TipPluginBase::getLabel function core/modules/tour/src/TipPluginBase.php Returns label of the tip.
TipPluginBase::getLocation function core/modules/tour/src/TipPluginBase.php Determines the placement of the tip relative to the element.
TipPluginBase::getOutput function core/modules/tour/src/TipPluginBase.php This method should not be used. It is deprecated from TipPluginInterface.
TipPluginBase::getSelector function core/modules/tour/src/TipPluginBase.php The selector the tour tip will attach to.
TipPluginBase::getWeight function core/modules/tour/src/TipPluginBase.php Returns weight of the tip.
TipPluginBaseTest::testGetLocationAssertion function core/modules/tour/tests/src/Unit/TipPluginBaseTest.php @covers ::getLocation[[api-linebreak]]
TipPluginImage::getBody function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php Returns the body content of the tooltip.
TipPluginImageLegacy::getConfigurationOrNot function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php
TipPluginImageLegacy::getOutput function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php This method should not be used. It is deprecated from TipPluginInterface.
TipPluginInterface::get function core/modules/tour/src/TipPluginInterface.php Used for returning values by key.
TipPluginInterface::getAttributes function core/modules/tour/src/TipPluginInterface.php Returns an array of attributes for the tip wrapper.
TipPluginInterface::getLabel function core/modules/tour/src/TipPluginInterface.php Returns label of the tip.
TipPluginInterface::getOutput function core/modules/tour/src/TipPluginInterface.php Returns a renderable array.
TipPluginInterface::getWeight function core/modules/tour/src/TipPluginInterface.php Returns weight of the tip.
TipPluginText::getBody function core/modules/tour/src/Plugin/tour/tip/TipPluginText.php Returns the body content of the tooltip.
TipPluginText::getOutput function core/modules/tour/src/Plugin/tour/tip/TipPluginText.php This method should not be used. It is deprecated from TipPluginInterface.
TipPluginTextLegacy::getAriaId function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php Returns an ID that is guaranteed uniqueness.
TipPluginTextLegacy::getAttributes function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php @todo remove in https://drupal.org/node/3195193
TipPluginTextLegacy::getBody function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php Returns body of the text tip.
TipPluginTextLegacy::getOutput function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php This method should not be used. It is deprecated from TipPluginInterface.
TipsPluginCollection::get function core/modules/tour/src/TipsPluginCollection.php
TitleResolver::getTitle function core/lib/Drupal/Core/Controller/TitleResolver.php Returns a static or dynamic title for the route.
TitleResolverInterface::getTitle function core/lib/Drupal/Core/Controller/TitleResolverInterface.php Returns a static or dynamic title for the route.
Token::getInfo function core/lib/Drupal/Core/Render/Element/Token.php Returns the element properties for this element.
Token::getInfo function core/lib/Drupal/Core/Utility/Token.php Returns metadata describing supported tokens.
TokenTest::testGetInfo function core/tests/Drupal/Tests/Core/Utility/TokenTest.php @covers ::getInfo[[api-linebreak]]
Toolbar::getInfo function core/modules/toolbar/src/Element/Toolbar.php Returns the element properties for this element.
ToolbarAdminMenuTest::getSubtreesHash function core/modules/toolbar/tests/src/Functional/ToolbarAdminMenuTest.php Get the hash value from the admin menu subtrees route path.
ToolbarController::preRenderGetRenderedSubtrees function core/modules/toolbar/src/Controller/ToolbarController.php #pre_render callback for toolbar_get_rendered_subtrees().
ToolbarItem::getInfo function core/modules/toolbar/src/Element/ToolbarItem.php Returns the element properties for this element.
ToolbarItemDependencyConstraint::getRequiredOptions function core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemDependencyConstraint.php
toolbar_get_rendered_subtrees function core/modules/toolbar/toolbar.module Returns the rendered subtree of each top-level toolbar link.
ToolkitGdTest::getPixelColor function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Function for finding a pixel's RGBa values.
ToolkitGdTest::providerSupportedImageTypes function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Data provider for ::testCreateImageFromScratch().
ToolkitTest::testGetAvailableToolkits function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests that the toolkit manager only returns available toolkits.
ToolkitTestBase::getImage function core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Sets up an image with the custom toolkit.

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