Search for properties

  1. Search 7.x for properties
  2. Search 8.9.x for properties
  3. Search 10.3.x for properties
  4. Search 11.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.
BookNavigationCacheContext::$deprecatedProperties property core/modules/book/src/Cache/BookNavigationCacheContext.php
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
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.
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
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.
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.
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.
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.
FieldTranslationSynchronizer::getFieldSynchronizedProperties function core/modules/content_translation/src/FieldTranslationSynchronizer.php Returns the synchronized properties for the specified field definition.
FieldTranslationSynchronizerInterface::getFieldSynchronizedProperties function core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php Returns the synchronized properties for the specified field definition.
FilterTest::testInvalidFilterPathDueMissingMetaPrefixReferenceFieldWithMetaProperties function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithMetaProperties function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithoutMetaProperties function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition
Interface translation properties group core/modules/locale/locale.api.php .info.yml file properties for interface translation settings.
InternalViolation::$properties property core/lib/Drupal/Core/Field/InternalViolation.php An array of dynamic properties.
InternalViolationTest::testSetGetDynamicProperties function core/tests/Drupal/Tests/Core/Field/InternalViolationTest.php @covers ::__get
@covers ::__set
locale_translate_file_attach_properties function core/modules/locale/locale.bulk.inc Generates file properties from filename and options.
Map::$properties property core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php The array of properties.
Map::getProperties function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Gets an array of property objects.
MapDataNormalizerTest::buildExampleTypedDataWithProperties function core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php Builds some example typed data object with properties.
MapDataNormalizerTest::testMapWithPropertiesNormalize function core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php Tests whether map data with properties can be normalized.
MediaSourceImageTest::testOnlyMainPropertiesTriggerSourceFieldChanged function core/modules/media/tests/src/Functional/MediaSourceImageTest.php Test that non-main properties do not trigger source field value change.

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