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
Fieldgroup::getInfo function core/lib/Drupal/Core/Render/Element/Fieldgroup.php Returns the element properties for this element.
FieldHandlerInterface::getElements function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Provides a list of elements valid for field HTML.
FieldHandlerInterface::getEntity function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Gets the entity matching the current row and relationship.
FieldHandlerInterface::getRenderTokens function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Gets the 'render' tokens to use for advanced rendering.
FieldHandlerInterface::getValue function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Gets the value that's supposed to be rendered.
FieldImportChangeTest class core/modules/field/tests/src/Kernel/FieldImportChangeTest.php Update field storage and fields during config change method invocation.
FieldImportChangeTest.php file core/modules/field/tests/src/Kernel/FieldImportChangeTest.php
FieldImportChangeTest::$modules property core/modules/field/tests/src/Kernel/FieldImportChangeTest.php Modules to install.
FieldImportChangeTest::testImportChange function core/modules/field/tests/src/Kernel/FieldImportChangeTest.php Tests importing an updated field.
FieldInstance::getIds function core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php Defines the source fields uniquely identifying a source row.
FieldInstance::getIds function core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php Defines the source fields uniquely identifying a source row.
FieldInstancePerFormDisplay::getIds function core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerFormDisplay.php Defines the source fields uniquely identifying a source row.
FieldInstancePerFormDisplay::getIds function core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerFormDisplay.php Defines the source fields uniquely identifying a source row.
FieldInstancePerViewMode::getIds function core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerViewMode.php Defines the source fields uniquely identifying a source row.
FieldInstancePerViewMode::getIds function core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerViewMode.php Defines the source fields uniquely identifying a source row.
FieldInstanceSettingsTest::getSettingsProvider function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldInstanceSettingsTest.php Provides field settings for testGetSettings().
FieldInstanceSettingsTest::testGetSettings function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldInstanceSettingsTest.php Tests get settings.
FieldInstanceWidgetSettings class core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceWidgetSettings.php Get the field instance widget settings.
FieldInstanceWidgetSettings.php file core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceWidgetSettings.php
FieldInstanceWidgetSettings::getSettings function core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceWidgetSettings.php Merge the default D8 and specified D6 settings for a widget type.
FieldInstanceWidgetSettings::transform function core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceWidgetSettings.php Get the field instance default/mapped widget settings.
FieldInstanceWidgetSettings::__construct function core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceWidgetSettings.php Constructs a \Drupal\Component\Plugin\PluginBase object.
FieldItemBase::getEntity function core/lib/Drupal/Core/Field/FieldItemBase.php Gets the entity that field belongs to.
FieldItemBase::getFieldDefinition function core/lib/Drupal/Core/Field/FieldItemBase.php Gets the field definition.
FieldItemBase::getLangcode function core/lib/Drupal/Core/Field/FieldItemBase.php Gets the langcode of the field values held in the object.
FieldItemBase::getSetting function core/lib/Drupal/Core/Field/FieldItemBase.php Returns the value of a field setting.
FieldItemBase::getSettings function core/lib/Drupal/Core/Field/FieldItemBase.php Returns the array of field settings.
FieldItemBase::__get function core/lib/Drupal/Core/Field/FieldItemBase.php Magic method: Gets a property value.
FieldItemDataDefinition::getFieldDefinition function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Gets the field item's field definition.
FieldItemDataDefinition::getLabel function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Gets the label of the field type.
FieldItemDataDefinition::getMainPropertyName function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Returns the name of the main property, if any.
FieldItemDataDefinition::getPropertyDefinition function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Gets the definition of a contained property.
FieldItemDataDefinition::getPropertyDefinitions function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Gets an array of property definitions of contained properties.
FieldItemDataDefinitionInterface::getFieldDefinition function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinitionInterface.php Gets the field item's field definition.
FieldItemDeriver::getDerivativeDefinition function core/lib/Drupal/Core/Field/Plugin/DataType/Deriver/FieldItemDeriver.php Gets the definition of a derivative plugin.
FieldItemDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Field/Plugin/DataType/Deriver/FieldItemDeriver.php Gets the definition of all derivatives of a base plugin.
FieldItemInterface::getEntity function core/lib/Drupal/Core/Field/FieldItemInterface.php Gets the entity that field belongs to.
FieldItemInterface::getFieldDefinition function core/lib/Drupal/Core/Field/FieldItemInterface.php Gets the field definition.
FieldItemInterface::getLangcode function core/lib/Drupal/Core/Field/FieldItemInterface.php Gets the langcode of the field values held in the object.
FieldItemInterface::__get function core/lib/Drupal/Core/Field/FieldItemInterface.php Magic method: Gets a property value.
FieldItemList::defaultValueWidget function core/lib/Drupal/Core/Field/FieldItemList.php Returns the widget object used in default value form.
FieldItemList::getConstraints function core/lib/Drupal/Core/Field/FieldItemList.php Gets a list of validation constraints.
FieldItemList::getEntity function core/lib/Drupal/Core/Field/FieldItemList.php Gets the entity that field belongs to.
FieldItemList::getFieldDefinition function core/lib/Drupal/Core/Field/FieldItemList.php Gets the field definition.
FieldItemList::getLangcode function core/lib/Drupal/Core/Field/FieldItemList.php Gets the langcode of the field values held in the object.
FieldItemList::getSetting function core/lib/Drupal/Core/Field/FieldItemList.php Returns the value of a given field setting.
FieldItemList::getSettings function core/lib/Drupal/Core/Field/FieldItemList.php Returns the array of field settings.
FieldItemList::__get function core/lib/Drupal/Core/Field/FieldItemList.php Magic method: Gets a property value of to the first field item.
FieldItemListInterface::getEntity function core/lib/Drupal/Core/Field/FieldItemListInterface.php Gets the entity that field belongs to.
FieldItemListInterface::getFieldDefinition function core/lib/Drupal/Core/Field/FieldItemListInterface.php Gets the field definition.

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