Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
MapBaseFieldTest::testUninstallMapItemBaseField function core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php Tests uninstalling map item base field.
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 @group typedData
MapDataNormalizerTest.php file core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php
MapDataNormalizerTest::$modules property core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php Modules to enable.
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 Test whether map data with properties can be normalized.
MapFieldItemList class core/lib/Drupal/Core/Field/MapFieldItemList.php Defines a 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 a preconfigured instance of a plugin.
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.
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::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.
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
MarkupInterfaceComparatorTest::dataSetProvider function core/tests/Drupal/KernelTests/Core/Test/Comparator/MarkupInterfaceComparatorTest.php Provides test data for the comparator.
MarkupInterfaceComparatorTest::setUp function core/tests/Drupal/KernelTests/Core/Test/Comparator/MarkupInterfaceComparatorTest.php
MarkupInterfaceComparatorTest::testAccepts function core/tests/Drupal/KernelTests/Core/Test/Comparator/MarkupInterfaceComparatorTest.php @covers ::accepts[[api-linebreak]]
@dataProvider dataSetProvider
MarkupInterfaceComparatorTest::testAssertEquals function core/tests/Drupal/KernelTests/Core/Test/Comparator/MarkupInterfaceComparatorTest.php @covers ::assertEquals[[api-linebreak]]
@dataProvider dataSetProvider
MarkupNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/MarkupNormalizer.php The interface or class that this Normalizer supports.
MarkupTrait::$string property core/lib/Drupal/Component/Render/MarkupTrait.php The safe string.
MarkupTrait::jsonSerialize function core/lib/Drupal/Component/Render/MarkupTrait.php Returns a representation of the object for use in JSON serialization.
MarkupTrait::__toString function core/lib/Drupal/Component/Render/MarkupTrait.php Returns the string version of the Markup object.
MatcherDumper::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php The id of the original proxied service.
MatcherDumper::$routes property core/lib/Drupal/Core/Routing/MatcherDumper.php The routes to be dumped.

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