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
DataReferenceTargetDefinition class core/lib/Drupal/Core/TypedData/DataReferenceTargetDefinition.php A typed data definition class for the entity reference target_id property.
DataReferenceTargetDefinition.php file core/lib/Drupal/Core/TypedData/DataReferenceTargetDefinition.php
DataReferenceTargetDefinition::getConstraints function core/lib/Drupal/Core/TypedData/DataReferenceTargetDefinition.php Returns an array of validation constraints.
Date::getDateField function core/modules/datetime/src/Plugin/views/sort/Date.php Override to account for dates stored as strings.
Date::getDateField function core/modules/datetime/src/Plugin/views/argument/Date.php Creates cross-database SQL dates.
Date::getDateFormat function core/modules/datetime/src/Plugin/views/sort/Date.php Overridden in order to pass in the string date flag.
Date::getDateFormat function core/modules/datetime/src/Plugin/views/argument/Date.php Creates cross-database SQL date formatting.
Date::getDefaultArgument function core/modules/views/src/Plugin/views/argument/Date.php Gets the date default argument, formatted appropriately for this argument.
Date::getFormula function core/modules/views/src/Plugin/views/argument/Date.php
Date::getInfo function core/lib/Drupal/Core/Render/Element/Date.php Returns the element properties for this element.
Date::getOffset function core/modules/datetime/src/Plugin/views/filter/Date.php Get the proper offset from UTC to use in computations.
Date::getSortName function core/modules/views/src/Plugin/views/argument/Date.php Return a description of how the argument would normally be sorted.
Date::getTimezone function core/modules/datetime/src/Plugin/views/filter/Date.php Get the proper time zone to use in computations.
DateElementBase::getElementTitle function core/lib/Drupal/Core/Datetime/Element/DateElementBase.php Returns the most relevant title of a datetime element.
DateField::getFieldFormatterMap function core/modules/datetime/src/Plugin/migrate/field/DateField.php Get a map between D6 formatters and D8 formatters for this field type.
DateField::getFieldType function core/modules/datetime/src/Plugin/migrate/field/DateField.php Computes the destination type of a migrated field.
DateField::getFieldWidgetMap function core/modules/datetime/src/Plugin/migrate/field/DateField.php Get a map between D6 and D8 widgets for this field type.
DateFormat::getCacheTagsToInvalidate function core/lib/Drupal/Core/Datetime/Entity/DateFormat.php Returns the cache tags that should be used to invalidate caches.
DateFormat::getPattern function core/lib/Drupal/Core/Datetime/Entity/DateFormat.php Gets the date pattern string for this format.
DateFormat::getTranslationElement function core/modules/config_translation/src/FormElement/DateFormat.php Returns the translation form element for a given configuration definition.
DateFormatDeleteForm::getQuestion function core/modules/system/src/Form/DateFormatDeleteForm.php
DateFormatInterface::getPattern function core/lib/Drupal/Core/Datetime/DateFormatInterface.php Gets the date pattern string for this format.
DateFormatResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php Returns the expected normalization of the entity.
DateFormatResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php Returns the normalized POST entity.
DateFormatter::getSampleDateFormats function core/lib/Drupal/Core/Datetime/DateFormatter.php Provides values for all date formatting characters for a given timestamp.
DateFormatterInterface::getSampleDateFormats function core/lib/Drupal/Core/Datetime/DateFormatterInterface.php Provides values for all date formatting characters for a given timestamp.
DateFormatTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/DateFormatTest.php Returns the expected JSON:API document for the entity.
DateFormatTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/DateFormatTest.php Returns the JSON:API POST document.
Datelist::getInfo function core/lib/Drupal/Core/Datetime/Element/Datelist.php Returns the element properties for this element.
DatelistElementFormTest::getFormId function core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php Returns a unique string identifying the form.
DateRangeDatelistWidget class core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php Plugin implementation of the 'daterange_datelist' widget.
DateRangeDatelistWidget.php file core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php
DateRangeDatelistWidget::defaultSettings function core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php Defines the default settings for this plugin.
DateRangeDatelistWidget::formElement function core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php Returns the form for a single field widget.
DateRangeDatelistWidget::settingsForm function core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php Returns a form to configure settings for the widget.
DateRangeDatelistWidget::settingsSummary function core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php Returns a short summary for the current widget settings.
DateRangeDefaultWidget class core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php Plugin implementation of the 'daterange_default' widget.
DateRangeDefaultWidget.php file core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php
DateRangeDefaultWidget::$dateStorage property core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php The date format storage.
DateRangeDefaultWidget::create function core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php Creates an instance of the plugin.
DateRangeDefaultWidget::formElement function core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php Returns the form for a single field widget.
DateRangeDefaultWidget::__construct function core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php Constructs a WidgetBase object.
DateRangeFieldTest::getTestFieldType function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Returns the type of field to be tested.
DateRangeFieldTest::testDatelistWidget function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Tests Date Range List Widget functionality.
DateRangeWidgetBase class core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php Base class for the 'daterange_*' widgets.
DateRangeWidgetBase.php file core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php
DateRangeWidgetBase::formElement function core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php Returns the form for a single field widget.
DateRangeWidgetBase::massageFormValues function core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php Massages the form values into the format expected for field values.
DateRangeWidgetBase::validateStartEnd function core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php #element_validate callback to ensure that the start date <= the end date.
DateSqlInterface::getDateField function core/modules/views/src/Plugin/views/query/DateSqlInterface.php Returns a native database expression for a given field.

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