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