Search for properties

  1. Search 7.x for properties
  2. Search 9.5.x for properties
  3. Search 8.9.x for properties
  4. Search 10.3.x for properties
  5. Other projects
Title Object type File name Summary
ArrayElement::getProperties function core/lib/Drupal/Core/Config/Schema/ArrayElement.php Gets an array of property objects.
BaseFieldOverrideTest::testInheritedProperties function core/tests/Drupal/KernelTests/Core/Field/Entity/BaseFieldOverrideTest.php Tests that some properties are inherited from the BaseFieldDefinition.
BaseFieldOverrideValidationTest::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Entity/BaseFieldOverrideValidationTest.php Tests that immutable properties cannot be changed.
BlockContentTypeValidationTest::$propertiesWithOptionalValues property core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php The config entity properties whose values are optional (set to NULL).
ComplexDataConstraint::$properties property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php An array of constraints for contained properties, keyed by property name.
ComplexDataInterface::getProperties function core/lib/Drupal/Core/TypedData/ComplexDataInterface.php Gets an array of property objects.
ConfigEntityAdapter::getProperties function core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php Gets an array of property objects.
ConfigEntityAdapterTest::testGetProperties function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::getProperties
ConfigEntityType::getPropertiesToExport function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php Gets the config entity properties to export if declared on the annotation.
ConfigEntityTypeInterface::getPropertiesToExport function core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php Gets the config entity properties to export if declared on the annotation.
ConfigEntityTypeTest::providerGetPropertiesToExport function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php
ConfigEntityTypeTest::testGetPropertiesToExport function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php @covers ::getPropertiesToExport
ConfigEntityTypeTest::testGetPropertiesToExportNoFallback function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php @covers ::getPropertiesToExport
ConfigEntityValidationTestBase::$propertiesWithOptionalValues property core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php The config entity properties whose values are optional (set to NULL).
ConfigEntityValidationTestBase::$propertiesWithRequiredKeys property core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php The config entity mapping properties with >=1 required keys.
ConfigEntityValidationTestBase::getPropertiesWithOptionalValues function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Determines the config entity properties with optional values.
ConfigEntityValidationTestBase::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php Tests that immutable properties cannot be changed.
ContentEntityCloneTest::testEntityPropertiesModifications function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php Tests references of entity properties after entity cloning.
ContentEntityNullStorage::loadByProperties function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Load entities by their property values without any access checks.
ContentLanguageSettingsValidationTest::testImmutableProperties function core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php Tests that immutable properties cannot be changed.
ContentTranslationSynchronizedFieldsConstraintValidator::getSynchronizedPropertiesByField function core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php Returns the synchronized properties for every specified field.
DocParserTest::testWithoutConstructorWhenHasNoProperties function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
EditorValidationTest::$propertiesWithRequiredKeys property core/modules/editor/tests/src/Kernel/EditorValidationTest.php The config entity mapping properties with >=1 required keys.
EditorValidationTest::testImmutableProperties function core/modules/editor/tests/src/Kernel/EditorValidationTest.php Tests that immutable properties cannot be changed.
Element::properties function core/lib/Drupal/Core/Render/Element.php Gets properties of a structured array element (keys beginning with '#').
ElementsLabelsTest::getFormWithLimitedProperties function core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php Return a form with element with not all properties defined.
ElementTest::testProperties function core/tests/Drupal/Tests/Core/Render/ElementTest.php Tests the properties() method.
EntityAdapter::getProperties function core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php Gets an array of property objects.
EntityAdapterUnitTest::testGetProperties function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php @covers ::getProperties
EntityContentBaseTest::testOverwriteAllMappedProperties function core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php Tests overwriting all mapped properties in the destination entity.
EntityContentBaseTest::testOverwriteProperties function core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php Tests overwriting selected properties in the destination entity.
EntityDecoupledTranslationRevisionsTest::doTestInternalProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Checks that internal properties are preserved for the specified entity.
EntityDecoupledTranslationRevisionsTest::testInternalProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Tests that internal properties are preserved while creating a new revision.
EntityFieldTest::doTestComputedProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Executes the computed properties tests for the given entity type.
EntityFieldTest::testComputedProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php Tests getting processed property values via a computed property.
EntityFormDisplayValidationTest::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php Tests that immutable properties cannot be changed.
EntityFormModeValidationTest::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php Tests that immutable properties cannot be changed.
EntityReferenceFieldItemNormalizerTest::testConstructValueProperties function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php @covers ::constructValue
EntityStorageBase::loadByProperties function core/lib/Drupal/Core/Entity/EntityStorageBase.php Load entities by their property values without any access checks.
EntityStorageInterface::loadByProperties function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Load entities by their property values without any access checks.
EntityTranslationTest::doTestMultilingualProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Executes the multilingual property tests for the given entity type.
EntityTranslationTest::testMultilingualProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests multilingual properties.
EntityTypeTest::assertNoPublicProperties function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Asserts there on no public properties on the object instance.
EntityViewDisplayValidationTest::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityViewDisplayValidationTest.php Tests that immutable properties cannot be changed.
EntityViewModeValidationTest::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityViewModeValidationTest.php Tests that immutable properties cannot be changed.
ExtensionSerializationTest::testPublicProperties function core/tests/Drupal/Tests/Core/Extension/ExtensionSerializationTest.php Tests dynamically assigned public properties kept when serialized.
FieldConfigStorage::loadByProperties function core/modules/field/src/FieldConfigStorage.php Load entities by their property values without any access checks.
FieldConfigValidationTest::testImmutableProperties function core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php Tests that immutable properties cannot be changed.
FieldItemNormalizerTest::testNormalizeFieldItemWithoutProperties function core/modules/jsonapi/tests/src/Kernel/Normalizer/FieldItemNormalizerTest.php Tests a field item that has no properties.
FieldStorageConfigStorage::loadByProperties function core/modules/field/src/FieldStorageConfigStorage.php Load entities by their property values without any access checks.

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