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 11.x for __get
  5. Other projects
Title Object type File name Summary
FieldDiscoveryTest::testGetEntityFields function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Tests the protected getEntityFields method.
FieldDiscoveryTest::testGetFieldInstanceStubMigrationDefinition function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Tests the getFieldInstanceStubMigration method.
FieldDiscoveryTest::testGetSourcePlugin function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Tests the getSourcePlugin method.
FieldDiscoveryTest::testGetSourcePlugin function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Tests the getSourcePlugin method.
FieldDiscoveryTestClass::getAllFields function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Gets all field information related to this migration.
FieldDiscoveryTestClass::getBundleFields function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Gets all field information for a particular entity type and bundle.
FieldDiscoveryTestClass::getCoreVersion function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Finds the core version of a Drupal migration.
FieldDiscoveryTestClass::getEntityFields function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Gets all field information for a particular entity type.
FieldDiscoveryTestClass::getFieldInstanceStubMigrationDefinition function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Provides the stub migration definition for a given Drupal core version.
FieldDiscoveryTestClass::getFieldPlugin function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Returns the appropriate field plugin for a given field type.
FieldDiscoveryTestClass::getSourcePlugin function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Gets the source plugin to use to gather field information.
FieldEntityTest::testGetEntity function core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php Tests the getEntity method.
FieldEntityTest::testGetEntityNullEntityOptionalRelationship function core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php Tests the getEntity method returning NULL for an optional relationship.
FieldFieldTest::testGetValueMethod function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests \Drupal\views\Plugin\views\field\EntityField::getValue.
FieldFormButtonTest::getValue function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldFormButtonTest.php Gets the value that's supposed to be rendered.
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/d6/FieldInstancePerFormDisplay.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.
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 @covers \Drupal\Core\Field\BaseFieldDefinition::getSettings[[api-linebreak]]
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.
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.

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