Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
FieldStorageConfigInterface::getBundles function core/modules/field/src/FieldStorageConfigInterface.php Returns the list of bundles where the field storage has fields.
FieldStorageConfigInterface::getIndexes function core/modules/field/src/FieldStorageConfigInterface.php Returns the custom storage indexes for the field data storage.
FieldStorageConfigInterface::getType function core/modules/field/src/FieldStorageConfigInterface.php Returns the field type.
FieldStorageConfigInterface::getTypeProvider function core/modules/field/src/FieldStorageConfigInterface.php Returns the name of the module providing the field type.
FieldStorageConfigResourceTestBase::getExpectedNormalizedEntity function core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php Returns the expected normalization of the entity.
FieldStorageConfigResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php Return the expected error message.
FieldStorageConfigResourceTestBase::getNormalizedPostEntity function core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php Returns the normalized POST entity.
FieldStorageConfigTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php Returns the expected JSON:API document for the entity.
FieldStorageConfigTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php Return the expected error message.
FieldStorageConfigTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php Returns the JSON:API POST document.
FieldStorageCrudTest::testUpdateEntityTargetType function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests changing a field storage entity type.
FieldStorageDefinitionEvent::getFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldStorageDefinitionEvent.php The field storage definition.
FieldStorageDefinitionEvent::getOriginal function core/lib/Drupal/Core/Field/FieldStorageDefinitionEvent.php The original field storage definition.
FieldStorageDefinitionEventSubscriberTrait::getFieldStorageDefinitionEvents function core/lib/Drupal/Core/Field/FieldStorageDefinitionEventSubscriberTrait.php Returns the subscribed events.
FieldStorageDefinitionInterface::getCardinality function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the maximum number of items allowed for the field.
FieldStorageDefinitionInterface::getColumns function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the field columns, as defined in the field schema.
FieldStorageDefinitionInterface::getConstraint function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns a validation constraint.
FieldStorageDefinitionInterface::getConstraints function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns an array of validation constraints.
FieldStorageDefinitionInterface::getDescription function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the human-readable description for the field.
FieldStorageDefinitionInterface::getLabel function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the human-readable label for the field.
FieldStorageDefinitionInterface::getMainPropertyName function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the name of the main property, if any.
FieldStorageDefinitionInterface::getName function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the machine name of the field.
FieldStorageDefinitionInterface::getOptionsProvider function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Gets an options provider for the given field item property.
FieldStorageDefinitionInterface::getPropertyDefinition function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Gets the definition of a contained property.
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.
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.
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::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.

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