Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
MailToFormatter class Drupal\email\Plugin\field\formatter drupal/core/modules/email/lib/Drupal/email/Plugin/field/formatter/MailToFormatter.php Plugin implementation of the 'email_mailto' formatter.
MailUpgradePathTest class Drupal\system\Tests\Upgrade drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/MailUpgradePathTest.php Tests upgrade of mail backend system variables.
MainContentFallbackTest class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/MainContentFallbackTest.php Test main content rendering fallback provided by system module.
MaintenanceModeSubscriber class Drupal\menu_test\EventSubscriber drupal/core/modules/system/tests/modules/menu_test/lib/Drupal/menu_test/EventSubscriber/MaintenanceModeSubscriber.php Maintenance mode subscriber to set site online on a test. 2
MaintenanceModeSubscriber class Drupal\user\EventSubscriber drupal/core/modules/user/lib/Drupal/user/EventSubscriber/MaintenanceModeSubscriber.php Maintenance mode subscriber to logout users. 2
MaintenanceModeSubscriber class Drupal\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Maintenance mode subscriber for controller requests. 2
ManageDisplayTest class Drupal\field_ui\Tests drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php Tests the functionality of the 'Manage display' screens.
ManageFieldsTest class Drupal\field_ui\Tests drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php Tests the functionality of the 'Manage fields' screen.
ManagerEventArgs class Doctrine\Common\Persistence\Event drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php Provides event arguments for the preFlush event.
ManagerRegistry interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php Contract covering object managers for a Doctrine persistence layer ManagerRegistry class to implement. 1 1
ManyToOne class Drupal\views\Plugin\views\argument drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ManyToOne.php An argument handler for use in fields that have a many to one relationship with the table(s) to the left. This adds a bunch of options that are reasonably common with this type of relationship. Definition terms: 2 2
ManyToOne class Drupal\views\Plugin\views\filter drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/ManyToOne.php Complex filter to handle filtering for many to one relationships, such as terms (many terms per node) or roles (many roles per user). 4 4
ManyToOneHelper class Drupal\views drupal/core/modules/views/lib/Drupal/views/ManyToOneHelper.php This many to one helper object is used on both arguments and filters. 3
Map class Drupal\Core\TypedData\Type drupal/core/lib/Drupal/Core/TypedData/Type/Map.php The "map" data type. 1 1
MapArray class Drupal\Component\Utility drupal/core/lib/Drupal/Component/Utility/MapArray.php Provides generic array mapping helper methods. 2
MapArrayTest class Drupal\Tests\Component\Utility drupal/core/tests/Drupal/Tests/Component/Utility/MapArrayTest.php Tests the MapArray system.
MapClassLoader class Symfony\Component\ClassLoader drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/MapClassLoader.php A class loader that uses a mapping file to look up paths.
MappedClass class Doctrine\Tests\Common\Annotations\Ticket drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Test.php @Entity
MappedDiff class drupal/core/lib/Drupal/Component/Diff/DiffEngine.php FIXME: bad name. @todo document @private @subpackage DifferenceEngine 1
MapperExceptionInterface interface Drupal\Component\Plugin\Exception drupal/core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php Extended interface for exceptions thrown specifically by the Mapper subsystem within the Plugin component.
MapperInterface interface Drupal\Component\Plugin\Mapper drupal/core/lib/Drupal/Component/Plugin/Mapper/MapperInterface.php Plugin mapper interface. 1 1
Mapping class Drupal\Core\Config\Schema drupal/core/lib/Drupal/Core/Config/Schema/Mapping.php Defines a mapping configuration element. 1
Mapping abstract class Drupal\views\Plugin\views\style drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Mapping.php Allows fields to be mapped to specific use cases. 1 1
MappingDefinitionTest class Drupal\rdf\Tests drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php Tests the RDF mapping definition functionality.
MappingDriver interface Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php Contract for metadata drivers. 4 1
MappingDriverChain class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php The DriverChain allows you to add multiple other mapping drivers for certain namespaces 1
MappingException class Doctrine\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php A MappingException indicates that something is wrong with the mapping setup. 6
MappingException class Symfony\Component\Validator\Exception drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Exception/MappingException.php 6
MappingHookTest class Drupal\rdf\Tests drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingHookTest.php Tests the RDF mapping hook.
MappingSubscriber class Drupal\rdf\EventSubscriber drupal/core/modules/rdf/lib/Drupal/rdf/EventSubscriber/MappingSubscriber.php Default RDF mapping handling. 1 2
MappingTest class Drupal\views_test_data\Plugin\views\style drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/style/MappingTest.php Provides a test plugin for the mapping style.
MapTypesFromInputEvent class Drupal\rdf drupal/core/modules/rdf/lib/Drupal/rdf/MapTypesFromInputEvent.php Represents type mapping as event. 1
Marker class Doctrine\Tests\Common\Annotations drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php
Markup class Drupal\views\Plugin\views\field drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Markup.php A handler to run a field through check_markup, using a companion format field.
MatcherDumper class Drupal\Core\Routing drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php Dumps Route information to a database table. 2 2
MatcherDumper abstract class Symfony\Component\Routing\Matcher\Dumper drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php MatcherDumper is the abstract class for all built-in matcher dumpers. 2
MatcherDumperInterface interface Symfony\Component\Routing\Matcher\Dumper drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php MatcherDumperInterface is the interface that all matcher dumper classes must implement. 2 2
MatcherDumperTest class Drupal\system\Tests\Routing drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php Basic tests for the UrlMatcherDumper.
MatchPathTest class Drupal\system\Tests\Path drupal/core/modules/system/lib/Drupal/system/Tests/Path/MatchPathTest.php Unit tests for the drupal_match_path() function in path.inc.
MemberMetadata abstract class Symfony\Component\Validator\Mapping drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/MemberMetadata.php 3 1
MemberMetadataTest class Symfony\Component\Validator\Tests\Mapping drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/MemberMetadataTest.php
MemcacheCache class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcacheCache.php Memcache cache provider. 1
MemcacheCacheTest class Doctrine\Tests\Common\Cache drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/MemcacheCacheTest.php
MemcachedCache class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcachedCache.php Memcached cache provider. 1
MemcachedCacheTest class Doctrine\Tests\Common\Cache drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/MemcachedCacheTest.php
MemcachedMock class Symfony\Component\HttpKernel\Tests\Profiler\Mock drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcachedMock.php MemcachedMock for simulating Memcached extension in tests. 1
MemcachedProfilerStorage class Symfony\Component\HttpKernel\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php Memcached Profiler Storage 1
MemcachedProfilerStorageTest class Symfony\Component\HttpKernel\Tests\Profiler drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MemcachedProfilerStorageTest.php
MemcachedSessionHandler class Symfony\Component\HttpFoundation\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php MemcachedSessionHandler. 1
MemcachedSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php

Pages

Other projects