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
FieldStorageDefinitionInterface::getUniqueStorageIdentifier function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns a unique identifier for the field storage.
FieldStorageGetPropertyDefinitionTest class core/tests/Drupal/KernelTests/Core/Field/FieldStorageGetPropertyDefinitionTest.php Tests getting property definitions from field storages.
FieldStorageGetPropertyDefinitionTest.php file core/tests/Drupal/KernelTests/Core/Field/FieldStorageGetPropertyDefinitionTest.php
FieldStorageGetPropertyDefinitionTest::$modules property core/tests/Drupal/KernelTests/Core/Field/FieldStorageGetPropertyDefinitionTest.php Modules to install.
FieldStorageGetPropertyDefinitionTest::testBaseFieldGetPropertyDefinitionWithNull function core/tests/Drupal/KernelTests/Core/Field/FieldStorageGetPropertyDefinitionTest.php Tests BaseFieldDefinition::getPropertyDefinition() with null.
FieldStorageGetPropertyDefinitionTest::testFieldStorageConfigGetPropertyDefinitionWithNull function core/tests/Drupal/KernelTests/Core/Field/FieldStorageGetPropertyDefinitionTest.php Tests FieldStorageConfig::getPropertyDefinition() with null.
FieldStorageGetPropertyDefinitionTest::testGetPropertyDefinition function core/tests/Drupal/KernelTests/Core/Field/FieldStorageGetPropertyDefinitionTest.php Tests getPropertyDefinition().
FieldStorageReuseForm::getExistingFieldDefaults function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Get default options from an existing field and bundle.
FieldStorageReuseForm::getExistingFieldStorageOptions function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Returns an array of existing field storages that can be added to a bundle.
FieldStorageReuseForm::getFormId function core/modules/field_ui/src/Form/FieldStorageReuseForm.php Returns a unique string identifying the form.
FieldSyncWidget class core/modules/content_translation/src/FieldSyncWidget.php Field Sync Widget for content_translation.
FieldSyncWidget.php file core/modules/content_translation/src/FieldSyncWidget.php
FieldSyncWidget::widget function core/modules/content_translation/src/FieldSyncWidget.php Returns a form element to configure field synchronization.
FieldSyncWidget::__construct function core/modules/content_translation/src/FieldSyncWidget.php
FieldTest::getBaseFieldStorage function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Returns a mocked base field storage object.
FieldTest::getConfigFieldStorage function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Returns a mocked configurable field storage object.
FieldTest::getPlaceholder function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php A mock function which allows to call placeholder from public.
FieldTest::getTestValue function core/modules/views/tests/modules/views_test_data/src/Plugin/views/field/FieldTest.php Returns the testValue property.
FieldTestFieldHooks::fieldWidgetInfoAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestFieldHooks.php Implements hook_field_widget_info_alter().
FieldTestHooks::alterWidget function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Sets up alterations for widget alter tests.
FieldTestHooks::fieldWidgetCompleteFormAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_field_widget_complete_form_alter().
FieldTestHooks::fieldWidgetCompleteTestFieldWidgetMultipleFormAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_field_widget_complete_WIDGET_TYPE_form_alter().
FieldTestHooks::fieldWidgetCompleteTestFieldWidgetMultipleSingleValueFormAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_field_widget_complete_WIDGET_TYPE_form_alter().
FieldTestHooks::fieldWidgetSingleElementFormAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_field_widget_single_element_form_alter().
FieldThirdPartyTestHooks::fieldWidgetSettingsSummaryAlter function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_widget_settings_summary_alter().
FieldThirdPartyTestHooks::fieldWidgetThirdPartySettingsForm function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_widget_third_party_settings_form().
FieldThirdPartyTestHooks::fieldWidgetThirdPartySettingsFormAdditionalImplementation function core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php Implements hook_field_widget_third_party_settings_form().
FieldTranslationSqlStorageTest class core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Tests Field translation SQL Storage.
FieldTranslationSqlStorageTest.php file core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php
FieldTranslationSqlStorageTest::assertFieldStorageLangcode function core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Checks whether field languages are correctly stored for the given entity.
FieldTranslationSqlStorageTest::testFieldSqlStorage function core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Tests field SQL storage.
FieldTranslationSynchronizer::getFieldSynchronizationSettings function core/modules/content_translation/src/FieldTranslationSynchronizer.php Returns the synchronization settings for the specified field.
FieldTranslationSynchronizer::getFieldSynchronizedProperties function core/modules/content_translation/src/FieldTranslationSynchronizer.php Returns the synchronized properties for the specified field definition.
FieldTranslationSynchronizer::getOriginalEntity function core/modules/content_translation/src/FieldTranslationSynchronizer.php Returns the original unchanged entity to be used to detect changes.
FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties function core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php Returns the synchronized properties for the specified field definition.
FieldType::$default_widget property core/lib/Drupal/Core/Field/Annotation/FieldType.php The plugin ID of the default widget for this field type.
FieldTypeCategory::getDescription function core/lib/Drupal/Core/Field/FieldTypeCategory.php Returns the field group description.
FieldTypeCategory::getLabel function core/lib/Drupal/Core/Field/FieldTypeCategory.php Returns the field group label.
FieldTypeCategory::getLibraries function core/lib/Drupal/Core/Field/FieldTypeCategory.php Returns asset libraries for the field group.
FieldTypeCategory::getWeight function core/lib/Drupal/Core/Field/FieldTypeCategory.php Returns the field group weight.
FieldTypeCategoryInterface::getDescription function core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php Returns the field group description.
FieldTypeCategoryInterface::getLabel function core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php Returns the field group label.
FieldTypeCategoryInterface::getLibraries function core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php Returns asset libraries for the field group.
FieldTypeCategoryInterface::getWeight function core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php Returns the field group weight.
FieldTypeCategoryManager::getDiscovery function core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php Gets the plugin discovery.
FieldTypeCategoryManager::getFallbackPluginId function core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php Gets a fallback id for a missing plugin.
FieldTypePluginManager::getDefaultFieldSettings function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Returns the default field-level settings for a field type.
FieldTypePluginManager::getDefaultStorageSettings function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Returns the default storage-level settings for a field type.
FieldTypePluginManager::getEntityTypeUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Get the field type definitions that can be added via UI for an entity type.
FieldTypePluginManager::getFieldSettingsSummary function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Returns the summary of field-level settings for a field type.

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