Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
LockFunctionalTest class Drupal\system\Tests\Lock drupal/core/modules/system/lib/Drupal/system/Tests/Lock/LockFunctionalTest.php Tests the lock system.
Log class Drupal\Core\Database drupal/core/lib/Drupal/Core/Database/Log.php Database query logger.
Logger class Symfony\Component\HttpKernel\Tests drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Logger.php 1 1
LoggerDataCollector class Symfony\Component\HttpKernel\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php LogDataCollector. 1
LoggerDataCollectorTest class Symfony\Component\HttpKernel\Tests\DataCollector drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php
LoggerInterface interface Symfony\Component\HttpKernel\Log drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Log/LoggerInterface.php LoggerInterface. 2 11
LoggingFormatter class Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/LoggingFormatter.php Used to format logging messages during the compilation.
LoggingTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/LoggingTest.php Tests query logging.
LogicException class Symfony\Component\Serializer\Exception drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/LogicException.php LogicException 1 1
LogicException class Symfony\Component\DependencyInjection\Exception drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/LogicException.php Base LogicException for Dependency Injection component. 1 6
LoopTest class Drupal\action\Tests drupal/core/modules/action/lib/Drupal/action/Tests/LoopTest.php Tests aborting of actions executing in a potential loop.
MachineName class Drupal\views\Plugin\views\field drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/MachineName.php Field handler whichs allows to show machine name content as human name.
Mail class Drupal\user\Plugin\views\field drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Mail.php Field handler to provide acess control for the email field.
MailCaptureTest class Drupal\simpletest\Tests drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MailCaptureTest.php
MailInterface interface Drupal\Core\Mail drupal/core/lib/Drupal/Core/Mail/MailInterface.php Defines an interface for pluggable mail back-ends. 3 1
MailTest class Drupal\system\Tests\Mail drupal/core/modules/system/lib/Drupal/system/Tests/Mail/MailTest.php Defines a mail class used for testing.
MailToFormatter class Drupal\email\Plugin\field\formatter drupal/core/modules/field/modules/email/lib/Drupal/email/Plugin/field/formatter/MailToFormatter.php Plugin implementation of the 'email_mailto' formatter.
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\Core\EventSubscriber drupal/core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php Maintenance mode subscriber for controller requests.
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
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 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
MappingHookTest class Drupal\rdf\Tests drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingHookTest.php Tests the RDF mapping hook.
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.
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
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.
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
MemcacheddSessionHandlerTest 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