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
FieldItemListInterface::getLangcode function core/lib/Drupal/Core/Field/FieldItemListInterface.php Gets the langcode of the field values held in the object.
FieldItemListInterface::getSetting function core/lib/Drupal/Core/Field/FieldItemListInterface.php Returns the value of a given field setting.
FieldItemListInterface::getSettings function core/lib/Drupal/Core/Field/FieldItemListInterface.php Returns the array of field settings.
FieldItemListInterface::__get function core/lib/Drupal/Core/Field/FieldItemListInterface.php Magic method: Gets a property value of to the first field item.
FieldItemNormalizer::getAlternatives function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php Provides alternatives for a given array and key.
FieldItemNormalizer::getFieldItemInstance function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php Gets a field item instance for use with SerializedColumnNormalizerTrait.
FieldItemNormalizer::getNormalizationSchema function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php Retrieve JSON Schema for the normalization.
FieldItemNormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer::getSupportedTypes function core/modules/serialization/src/Normalizer/FieldItemNormalizer.php
FieldItemTest::testGetLabel function core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php Tests \Drupal\Core\Field\TypedData\FieldItemDataDefinition::getLabel().
FieldLabelDescriptionTranslation::getIds function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php Defines the source fields uniquely identifying a source row.
FieldLabelDescriptionTranslation::getIds function core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php Defines the source fields uniquely identifying a source row.
FieldLabelOptionsTrait::getFieldLabelOptions function core/modules/field/src/FieldLabelOptionsTrait.php Returns an array of visibility options for field labels.
FieldLanguageTest class core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php Tests the field language handler.
FieldLanguageTest.php file core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php
FieldLanguageTest::$testViews property core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php Views used by this test.
FieldLanguageTest::testField function core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php Tests the language field.
FieldLayoutBuilder::getFields function core/modules/field_layout/src/FieldLayoutBuilder.php Gets the fields that need to be processed.
FieldLayoutEntityDisplayFormTrait::getEntity function core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php Gets the form entity.
FieldLayoutEntityDisplayFormTrait::getLayout function core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php Gets the layout plugin for the currently selected field layout.
FieldLayoutEntityDisplayFormTrait::getRegions function core/modules/field_layout/src/Form/FieldLayoutEntityDisplayFormTrait.php Overrides \Drupal\field_ui\Form\EntityDisplayFormBase::getRegions().
FieldLayoutEntityDisplayTrait::doGetLayout function core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php Gets the layout plugin.
FieldLayoutEntityDisplayTrait::getDefaultRegion function core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getDefaultRegion().
FieldLayoutEntityDisplayTrait::getLayout function core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php
FieldLayoutEntityDisplayTrait::getLayoutDefinition function core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php Gets a layout definition.
FieldLayoutEntityDisplayTrait::getLayoutId function core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayoutId().
FieldLayoutEntityDisplayTrait::getLayoutSettings function core/modules/field_layout/src/Entity/FieldLayoutEntityDisplayTrait.php Implements \Drupal\field_layout\Display\EntityDisplayWithLayoutInterface::getLayoutSettings().
FieldLayoutTest::getRegionTitles function core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php Gets the region titles on the page.
FieldLayoutTest::getRegionTitles function core/modules/field_layout/tests/src/Functional/FieldLayoutTest.php Gets the region titles on the page.
FieldMigration::getProcess function core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php Gets the normalized process plugin configuration.
FieldNormalizer::getNormalizationSchema function core/modules/jsonapi/src/Normalizer/FieldNormalizer.php Retrieve JSON Schema for the normalization.
FieldNormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/FieldNormalizer.php
FieldNormalizer::getSupportedTypes function core/modules/serialization/src/Normalizer/FieldNormalizer.php
FieldOptionTranslation::getIds function core/modules/field/src/Plugin/migrate/source/d6/FieldOptionTranslation.php Defines the source fields uniquely identifying a source row.
FieldOptionTranslation::getIds function core/modules/field/src/Plugin/migrate/source/d7/FieldOptionTranslation.php Defines the source fields uniquely identifying a source row.
FieldPluginBase::alterFieldWidgetMigration function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Apply any custom processing to the field widget migration.
FieldPluginBase::getElements function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Provides a list of elements valid for field HTML.
FieldPluginBase::getEntity function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Gets the entity matching the current row and relationship.
FieldPluginBase::getFieldFormatterMap function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Get a map between D6 formatters and D8 formatters for this field type.
FieldPluginBase::getFieldFormatterType function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Get the field formatter type from the source.
FieldPluginBase::getFieldTokenPlaceholder function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Returns a token placeholder for the current field.
FieldPluginBase::getFieldType function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Computes the destination type of a migrated field.
FieldPluginBase::getFieldWidgetMap function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Get a map between D6 and D8 widgets for this field type.
FieldPluginBase::getFieldWidgetType function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Get the field widget type from the source.
FieldPluginBase::getPreviousFieldLabels function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Returns all field labels of fields before this field.
FieldPluginBase::getRenderer function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Returns the render API renderer.
FieldPluginBase::getRenderTokens function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Gets the 'render' tokens to use for advanced rendering.
FieldPluginBase::getTokenValuesRecursive function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Recursive function to add replacements for nested query string parameters.
FieldPluginBase::getValue function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Gets the value that's supposed to be rendered.
FieldPluginBaseTest::providerTestGetRenderTokensWithQuery function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Data provider for ::testGetRenderTokensWithQuery().

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