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
Tid::getArgument function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php Return the default argument.
Tid::getCacheContexts function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php The cache contexts associated with this object.
Tid::getCacheMaxAge function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php The maximum age for which this object may be cached.
Tid::getCacheTags function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php The cache tags associated with this object.
Time::getCurrentMicroTime function core/lib/Drupal/Component/Datetime/Time.php Returns the current system time with microsecond precision.
Time::getCurrentTime function core/lib/Drupal/Component/Datetime/Time.php Returns the current system time as an integer.
Time::getDefaultCacheMaxAge function core/modules/views/src/Plugin/views/cache/Time.php Returns the default cache max age.
Time::getLifespan function core/modules/views/src/Plugin/views/cache/Time.php Gets the value for the lifespan of the given type.
Time::getProxyRequestMicroTime function core/lib/Drupal/Component/Datetime/Time.php Returns a mimic of the timestamp of the current request.
Time::getProxyRequestTime function core/lib/Drupal/Component/Datetime/Time.php Returns a mimic of the timestamp of the current request.
Time::getRequestMicroTime function core/lib/Drupal/Component/Datetime/Time.php Returns the timestamp for the current request with microsecond precision.
Time::getRequestTime function core/lib/Drupal/Component/Datetime/Time.php Returns the timestamp for the current request.
TimeInterface::getCurrentMicroTime function core/lib/Drupal/Component/Datetime/TimeInterface.php Returns the current system time with microsecond precision.
TimeInterface::getCurrentTime function core/lib/Drupal/Component/Datetime/TimeInterface.php Returns the current system time as an integer.
TimeInterface::getRequestMicroTime function core/lib/Drupal/Component/Datetime/TimeInterface.php Returns the timestamp for the current request with microsecond precision.
TimeInterface::getRequestTime function core/lib/Drupal/Component/Datetime/TimeInterface.php Returns the timestamp for the current request.
TimeSpan::getDuration function core/lib/Drupal/Core/TypedData/Plugin/DataType/TimeSpan.php Returns the duration.
TimeSpan::getDurationAsIso8601Abnf function core/lib/Drupal/Core/TypedData/Plugin/DataType/TimeSpan.php #[JsonSchema([
'type' => 'string',
'format' => 'duration',
])]
Timestamp::getDateTime function core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php Returns the date time object.
TimestampDatetimeWidget class core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php Plugin implementation of the 'datetime timestamp' widget.
TimestampDatetimeWidget.php file core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php
TimestampDatetimeWidget::formElement function core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php Returns the form for a single field widget.
TimestampDatetimeWidget::massageFormValues function core/lib/Drupal/Core/Datetime/Plugin/Field/FieldWidget/TimestampDatetimeWidget.php Massages the form values into the format expected for field values.
TimestampFormatter::getRefreshIntervals function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampFormatter.php Returns the refresh interval options for the time difference display.
TimestampFormatterWithTimeDiffTest::getFormatDiffTestCases function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Provides test cases for unit testing Drupal.timeDiff.format().
TimestampFormatterWithTimeDiffTest::getRefreshIntervalTestCases function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Provides test cases for unit testing Drupal.timeDiff.refreshInterval().
TimestampFormatterWithTimeDiffViewsTest::getRowData function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Provides data for view rows.
TimestampItemNormalizer::getSupportedTypes function core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php
TimestampNormalizer::getNormalizationTimezone function core/modules/serialization/src/Normalizer/TimestampNormalizer.php Gets the timezone to be used during normalization.
TimestampNormalizer::getSupportedTypes function core/modules/serialization/src/Normalizer/TimestampNormalizer.php
TimestampTest::testWidget function core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php Tests the "datetime_timestamp" widget.
TimeTest::testGetCurrentMicroTime function core/tests/Drupal/Tests/Component/Datetime/TimeTest.php Tests the getCurrentMicroTime method.
TimeTest::testGetCurrentTime function core/tests/Drupal/Tests/Component/Datetime/TimeTest.php Tests the getCurrentTime method.
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 Tests get request micro time no request.
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 Tests get request time no request.
TimeWithNoRequestTest::testGetRequestMicroTimeImmutable function core/tests/Drupal/Tests/Component/Datetime/TimeWithNoRequestTest.php Tests the getRequestMicroTime method.
TimeWithNoRequestTest::testGetRequestTimeImmutable function core/tests/Drupal/Tests/Component/Datetime/TimeWithNoRequestTest.php Tests the getRequestTime method.
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.
TimeZoneFormHelper::getOptionsList function core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php Generate an array of time zones names.
TimeZoneFormHelper::getOptionsListByRegion function core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php Generate an array of time zones names grouped by region.
TimeZoneFormHelperTest::testGetGroupedList function core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php Tests get grouped list.
TimeZoneFormHelperTest::testGetList function core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php Tests get list.
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.

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