Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
Map::$definition property core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php The data definition.
Map::$properties property core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php The array of properties.
Map::$values property core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php An array of values for the contained properties.
Map::applyDefaultValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Applies the default value.
Map::get function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Gets a property object.
Map::getIterator function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Retrieves the iterator for the object.
Map::getProperties function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Gets an array of property objects.
Map::getString function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Returns a string representation of the data.
Map::getValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Gets the data value.
Map::isEmpty function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Determines whether the data structure is empty.
Map::onChange function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php
Map::set function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Sets a property value.
Map::setValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Overrides \Drupal\Core\TypedData\TypedData::setValue().
Map::toArray function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Returns an array of all property values.
Map::writePropertyValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Writes the value of a property without handling changes.
Map::__clone function core/lib/Drupal/Core/TypedData/Plugin/DataType/Map.php Magic method: Implements a deep clone.
MapBaseFieldTest class core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php Tests map base fields.
MapBaseFieldTest.php file core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php
MapBaseFieldTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php The entity definition update manager.
MapBaseFieldTest::$modules property core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php Modules to install.
MapBaseFieldTest::setUp function core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php
MapBaseFieldTest::testUninstallMapItemBaseField function core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php Tests uninstalling map item base field.
MapDataDefinition class core/lib/Drupal/Core/TypedData/MapDataDefinition.php A typed data definition class for defining maps.
MapDataDefinition.php file core/lib/Drupal/Core/TypedData/MapDataDefinition.php
MapDataDefinition::$mainPropertyName property core/lib/Drupal/Core/TypedData/MapDataDefinition.php The name of the main property, or NULL if there is none.
MapDataDefinition::create function core/lib/Drupal/Core/TypedData/MapDataDefinition.php Creates a new map definition.
MapDataDefinition::createFromDataType function core/lib/Drupal/Core/TypedData/MapDataDefinition.php Creates a new data definition object.
MapDataDefinition::getMainPropertyName function core/lib/Drupal/Core/TypedData/MapDataDefinition.php Returns the name of the main property, if any.
MapDataDefinition::getPropertyDefinitions function core/lib/Drupal/Core/TypedData/MapDataDefinition.php Gets an array of property definitions of contained properties.
MapDataDefinition::setMainPropertyName function core/lib/Drupal/Core/TypedData/MapDataDefinition.php Sets the main property name.
MapDataDefinition::setPropertyDefinition function core/lib/Drupal/Core/TypedData/MapDataDefinition.php Sets the definition of a map property.
MapDataNormalizerTest class core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php Tests Map Data Normalizer.
MapDataNormalizerTest.php file core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php
MapDataNormalizerTest::$modules property core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php Modules to install.
MapDataNormalizerTest::$serializer property core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php The serializer service.
MapDataNormalizerTest::$typedDataManager property core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php The typed data manager.
MapDataNormalizerTest::buildExampleTypedData function core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php Builds some example typed data object with no properties.
MapDataNormalizerTest::buildExampleTypedDataWithProperties function core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php Builds some example typed data object with properties.
MapDataNormalizerTest::setUp function core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php
MapDataNormalizerTest::testMapNormalize function core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php Tests whether map data can be normalized.
MapDataNormalizerTest::testMapWithPropertiesNormalize function core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php Tests whether map data with properties can be normalized.
MapFieldItemList class core/lib/Drupal/Core/Field/MapFieldItemList.php Defines an item list class for map fields.
MapFieldItemList.php file core/lib/Drupal/Core/Field/MapFieldItemList.php
MapFieldItemList::equals function core/lib/Drupal/Core/Field/MapFieldItemList.php Determines equality to another object implementing FieldItemListInterface.
MapItem class core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php Defines the 'map' entity field type.
MapItem.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php
MapItem::isEmpty function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php Determines whether the data structure is empty.
MapItem::mainPropertyName function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php Returns the name of the main property, if any.
MapItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php Defines field item properties.
MapItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php Returns the schema for the field.

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