Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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::isEmpty function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php Determines whether the data structure is empty.
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.
MapItem::setValue function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php Overrides \Drupal\Core\TypedData\TypedData::setValue().
MapItem::__set function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php Magic method: Sets a property value.
MappedClass class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php @Entity
MappedDiff::__construct function core/lib/Drupal/Component/Diff/MappedDiff.php Constructor.
MapperInterface::getInstance function core/lib/Drupal/Component/Plugin/Mapper/MapperInterface.php Gets or creates a plugin instance that satisfies the given options.
Mapping::$usesFields property core/modules/views/src/Plugin/views/style/Mapping.php Use fields without a row plugin.
Mapping::$usesGrouping property core/modules/views/src/Plugin/views/style/Mapping.php Do not use grouping.
Mapping::buildOptionsForm function core/modules/views/src/Plugin/views/style/Mapping.php Provide a form to edit options for this plugin.
Mapping::defineOptions function core/modules/views/src/Plugin/views/style/Mapping.php Information about options for all kinds of purposes will be held here.
Mapping::getDefinedKeys function core/lib/Drupal/Core/Config/Schema/Mapping.php Gets the keys defined for this mapping (locally defined + inherited).
Mapping::getDynamicallyValidKeys function core/lib/Drupal/Core/Config/Schema/Mapping.php Gets all dynamically valid keys.
Mapping::getOptionalKeys function core/lib/Drupal/Core/Config/Schema/Mapping.php Gets all optional keys in this mapping.
Mapping::getPossibleTypes function core/lib/Drupal/Core/Config/Schema/Mapping.php Returns all possible types for the type with the given name.
Mapping::getRequiredKeys function core/lib/Drupal/Core/Config/Schema/Mapping.php Gets all required keys in this mapping.
Mapping::getValidKeys function core/lib/Drupal/Core/Config/Schema/Mapping.php Gets all keys allowed in this mapping.
Mapping::processRequiredKeyFlags function core/lib/Drupal/Core/Config/Schema/Mapping.php Validates optional `requiredKey` flags, guarantees one will be set.
Mapping::__construct function core/lib/Drupal/Core/Config/Schema/Mapping.php Constructs a TypedData object given its definition and context.
MappingTest class core/tests/Drupal/KernelTests/Config/Schema/MappingTest.php @coversDefaultClass \Drupal\Core\Config\Schema\Mapping[[api-linebreak]]
@group Config
MappingTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/MappingTest.php Provides a test plugin for the mapping style.
MappingTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/MappingTest.php
MappingTest.php file core/tests/Drupal/KernelTests/Config/Schema/MappingTest.php
MappingTest::$configSchemaCheckerExclusions property core/tests/Drupal/KernelTests/Config/Schema/MappingTest.php An array of config object names that are excluded from schema checking.
MappingTest::defineMapping function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/MappingTest.php Builds the list of field mappings.
MappingTest::filterNumericFields function core/modules/views/tests/modules/views_test_data/src/Plugin/views/style/MappingTest.php Restricts the allowed fields to only numeric fields.
MappingTest::providerMappingInterpretation function core/tests/Drupal/KernelTests/Config/Schema/MappingTest.php Provides test cases for all kinds of i) dynamic typing, ii) optional keys.
MappingTest::testInvalidMappingKeyDefinition function core/tests/Drupal/KernelTests/Config/Schema/MappingTest.php @testWith [false, 42, "The mapping definition at `foobar` is invalid: its `invalid` key contains a integer. It must be an array."][[api-linebreak]]
[false, 10.2, "The mapping definition at `foobar` is invalid: its `invalid` key contains…
MappingTest::testInvalidRequiredKeyFlag function core/tests/Drupal/KernelTests/Config/Schema/MappingTest.php @testWith [true][[api-linebreak]]
[1][[api-linebreak]]
["true"][[api-linebreak]]
[0][[api-linebreak]]
["false"][[api-linebreak]]
[[api-linebreak]]
MappingTest::testMappingInterpretation function core/tests/Drupal/KernelTests/Config/Schema/MappingTest.php @dataProvider providerMappingInterpretation
MarkupInterface::__toString function core/lib/Drupal/Component/Render/MarkupInterface.php Returns markup.
MarkupInterfaceComparator::accepts function core/tests/Drupal/TestTools/Comparator/MarkupInterfaceComparator.php
MarkupInterfaceComparator::assertEquals function core/tests/Drupal/TestTools/Comparator/MarkupInterfaceComparator.php
MarkupInterfaceComparatorTest class core/tests/Drupal/KernelTests/Core/Test/Comparator/MarkupInterfaceComparatorTest.php Tests \Drupal\TestTools\Comparator\MarkupInterfaceComparator.
MarkupInterfaceComparatorTest.php file core/tests/Drupal/KernelTests/Core/Test/Comparator/MarkupInterfaceComparatorTest.php
MarkupInterfaceComparatorTest::$comparator property core/tests/Drupal/KernelTests/Core/Test/Comparator/MarkupInterfaceComparatorTest.php
MarkupInterfaceComparatorTest::$factory property core/tests/Drupal/KernelTests/Core/Test/Comparator/MarkupInterfaceComparatorTest.php

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