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
FieldStorageDefinitionInterface::getPropertyDefinitions function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Gets an array of property definitions of contained properties.
FieldStorageDefinitionInterface::getPropertyNames function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the names of the field's subproperties.
FieldStorageDefinitionInterface::getProvider function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the name of the provider of this field.
FieldStorageDefinitionInterface::getSchema function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the field schema.
FieldStorageDefinitionInterface::getSetting function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the value of a given storage setting.
FieldStorageDefinitionInterface::getSettings function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the storage settings.
FieldStorageDefinitionInterface::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the ID of the entity type the field is attached to.
FieldStorageDefinitionInterface::getType function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the field type.
FieldStorageDefinitionInterface::getUniqueStorageIdentifier function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns a unique identifier for the field storage.
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.
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.
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.
FieldTypePluginManager::getGroupedDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Gets sorted field type definitions grouped by category.
FieldTypePluginManager::getPluginClass function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Returns the PHP class that implements the field type plugin.
FieldTypePluginManager::getPreconfiguredOptions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Returns preconfigured field options for a field type.
FieldTypePluginManager::getStorageSettingsSummary function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Returns the summary of storage-level settings for a field type.
FieldTypePluginManager::getUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Gets the definition of all field types that can be added via UI.
FieldTypePluginManagerInterface::getDefaultFieldSettings function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the default field-level settings for a field type.
FieldTypePluginManagerInterface::getDefaultStorageSettings function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the default storage-level settings for a field type.
FieldTypePluginManagerInterface::getEntityTypeUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Get the field type definitions that can be added via UI for an entity type.
FieldTypePluginManagerInterface::getFieldSettingsSummary function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the summary of field-level settings for a field type.
FieldTypePluginManagerInterface::getPluginClass function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns the PHP class that implements the field type plugin.
FieldTypePluginManagerInterface::getPreconfiguredOptions function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns preconfigured field options for a field type.

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