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
FieldConfigListBuilder::getDefaultOperations function core/modules/field_ui/src/FieldConfigListBuilder.php Gets this list's default operations.
FieldConfigResourceTestBase::getExpectedCacheContexts function core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
FieldConfigResourceTestBase::getExpectedNormalizedEntity function core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php Returns the expected normalization of the entity.
FieldConfigResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php Return the expected error message.
FieldConfigResourceTestBase::getNormalizedPostEntity function core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php Returns the normalized POST entity.
FieldConfigTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Returns the expected JSON:API document for the entity.
FieldConfigTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Return the expected error message.
FieldConfigTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Returns the JSON:API POST document.
FieldConfigValidationTest::testTargetBundleMustExist function core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php Tests that the target bundle of the field is checked.
FieldDefinition::getConfig function core/lib/Drupal/Core/Field/FieldDefinition.php Gets an object that can be saved in configuration.
FieldDefinition::getDefaultValue function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the default value for the field in a newly created entity.
FieldDefinition::getDefaultValueCallback function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the default value callback for the field.
FieldDefinition::getDefaultValueLiteral function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the default value literal for the field.
FieldDefinition::getDisplayOptions function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the default display options for the field.
FieldDefinition::getFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the field storage definition.
FieldDefinition::getName function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the machine name of the field.
FieldDefinition::getSetting function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the value of a given setting.
FieldDefinition::getSettings function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the array of settings, as required by the used class.
FieldDefinition::getTargetBundle function core/lib/Drupal/Core/Field/FieldDefinition.php Gets the bundle the field is attached to.
FieldDefinition::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the ID of the entity type the field is attached to.
FieldDefinition::getType function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the field type.
FieldDefinition::getUniqueIdentifier function core/lib/Drupal/Core/Field/FieldDefinition.php Returns a unique identifier for the field.
FieldDefinition::setTargetBundle function core/lib/Drupal/Core/Field/FieldDefinition.php Set the target bundle.
FieldDefinitionInterface::getConfig function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Gets an object that can be saved in configuration.
FieldDefinitionInterface::getDefaultValue function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the default value for the field in a newly created entity.
FieldDefinitionInterface::getDefaultValueCallback function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the default value callback for the field.
FieldDefinitionInterface::getDefaultValueLiteral function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the default value literal for the field.
FieldDefinitionInterface::getDisplayOptions function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the default display options for the field.
FieldDefinitionInterface::getFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the field storage definition.
FieldDefinitionInterface::getName function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the machine name of the field.
FieldDefinitionInterface::getTargetBundle function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Gets the bundle the field is attached to.
FieldDefinitionInterface::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the ID of the entity type the field is attached to.
FieldDefinitionInterface::getType function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the field type.
FieldDefinitionInterface::getUniqueIdentifier function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns a unique identifier for the field.
FieldDiscovery::getAllFields function core/modules/migrate_drupal/src/FieldDiscovery.php Gets all field information related to this migration.
FieldDiscovery::getBundleFields function core/modules/migrate_drupal/src/FieldDiscovery.php Gets all field information for a particular entity type and bundle.
FieldDiscovery::getCoreVersion function core/modules/migrate_drupal/src/FieldDiscovery.php Finds the core version of a Drupal migration.
FieldDiscovery::getEntityFields function core/modules/migrate_drupal/src/FieldDiscovery.php Gets all field information for a particular entity type.
FieldDiscovery::getFieldInstanceStubMigrationDefinition function core/modules/migrate_drupal/src/FieldDiscovery.php Provides the stub migration definition for a given Drupal core version.
FieldDiscovery::getFieldPlugin function core/modules/migrate_drupal/src/FieldDiscovery.php Returns the appropriate field plugin for a given field type.
FieldDiscovery::getSourcePlugin function core/modules/migrate_drupal/src/FieldDiscovery.php Gets the source plugin to use to gather field information.
FieldDiscoveryTest::getAllFieldData function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Returns dummy data to test the field getters.
FieldDiscoveryTest::getBundleFieldsData function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Provides data for testGetBundleFields.
FieldDiscoveryTest::getCoreVersionData function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Provides data for testGetCoreVersion()
FieldDiscoveryTest::getEntityFieldsData function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Provides data for testGetEntityFields.
FieldDiscoveryTest::getFieldInstanceStubMigrationDefinition function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Provides data for testGetFieldInstanceStubMigrationDefinition.
FieldDiscoveryTest::testGetAllFields function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Tests the getAllFields method.
FieldDiscoveryTest::testGetAllFields function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Tests the getAllFields method.
FieldDiscoveryTest::testGetBundleFields function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Tests the protected getEntityFields method.
FieldDiscoveryTest::testGetCoreVersion function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Tests the protected getCoreVersion method.

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