Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
LegacyWidget class Drupal\field\Plugin\field\widget drupal/core/modules/field/lib/Drupal/field/Plugin/field/widget/LegacyWidget.php Plugin implementation for legacy widgets.
LessFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php Loads LESS files. 1
LessFilterTest class Assetic\Test\Filter drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/LessFilterTest.php @group integration 1
LessphpFilter class Assetic\Filter drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php Loads LESS files using the PHP implementation of less, lessphp. 1
LessphpFilterTest class Assetic\Test\Filter drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/LessphpFilterTest.php @group integration
Lexer abstract class Doctrine\Common drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php Base class for writing simple lexers, i.e. for creating small DSLs. 1 1
LifecycleEventArgs class Doctrine\Common\Persistence\Event drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php Lifecycle Events are triggered by the UnitOfWork during lifecycle transitions of entities. 1
Link class Drupal\user\Plugin\views\field drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Link.php Field handler to present a link to the user. 2
Link class Drupal\node\Plugin\views\field drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Link.php Field handler to present a link to the node. 3 3
Link class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Link.php Base field handler to present a link. 4
LinkApprove class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkApprove.php Provides a comment approve link.
LinkCancel class Drupal\user\Plugin\views\field drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/LinkCancel.php Field handler to present a link to user cancel.
LinkDelete class Drupal\node\Plugin\views\field drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/LinkDelete.php Field handler to present a link to delete a node.
LinkDelete class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkDelete.php Field handler to present a link to delete a node.
LinkEdit class Drupal\node\Plugin\views\field drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/LinkEdit.php Field handler to present a link node edit.
LinkEdit class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkEdit.php Field handler to present a link node edit.
LinkEdit class Drupal\taxonomy\Plugin\views\field drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/field/LinkEdit.php Field handler to present a term edit link.
LinkEdit class Drupal\user\Plugin\views\field drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/LinkEdit.php Field handler to present a link to user edit.
LinkFieldTest class Drupal\link\Tests drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php Tests link field widgets and formatters.
LinkFieldUITest class Drupal\link\Tests drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldUITest.php Tests link field UI functionality.
LinkReply class Drupal\comment\Plugin\views\field drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/LinkReply.php Field handler to present a link to delete a node.
LinksTest class Drupal\system\Tests\Menu drupal/core/modules/system/lib/Drupal/system/Tests/Menu/LinksTest.php Tests for menu links.
ListInterface interface Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/ListInterface.php Interface for a list of typed data. 1 1
ListString class Drupal\field\Plugin\views\argument drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/ListString.php Argument handler for list field to show the human readable name in the summary.
LoadClassMetadataEventArgs class Doctrine\Common\Persistence\Event drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php Class that holds event arguments for a loadMetadata event.
LoadMultipleTest class Drupal\taxonomy\Tests drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/LoadMultipleTest.php Test the taxonomy_term_load_multiple() function.
LoadTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/LoadTest.php Tests the file_load() function.
Local class Drupal\Core\FileTransfer drupal/core/lib/Drupal/Core/FileTransfer/Local.php Defines the local connection class for copying files as the httpd user. 1
LocaleCompareTest class Drupal\locale\Tests drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php Tests for comparing status of existing project translations with available translations.
LocaleConfigOverride class Drupal\config\Tests drupal/core/modules/config/lib/Drupal/config/Tests/LocaleConfigOverride.php Tests locale config override.
LocaleConfigSubscriber class Drupal\locale drupal/core/modules/locale/lib/Drupal/locale/LocaleConfigSubscriber.php Locale Config helper 1
LocaleContentTest class Drupal\locale\Tests drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php Functional tests for multilingual support on nodes.
LocaleExportTest class Drupal\locale\Tests drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php Tests for the export of translation files.
LocaleFileImportStatus class Drupal\locale\Tests drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleFileImportStatus.php Functional tests for the import of translation files.
LocaleImportFunctionalTest class Drupal\locale\Tests drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php Functional tests for the import of translation files.
LocaleInstallTest class Drupal\locale\Tests drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleInstallTest.php Tests for the st() function.
LocaleJavascriptTranslation class Drupal\locale\Tests drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleJavascriptTranslation.php Functional tests for JavaScript parsing for translatable strings.
LocaleLibraryInfoAlterTest class Drupal\locale\Tests drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleLibraryInfoAlterTest.php Tests localization of the JavaScript libraries.
LocaleListener class Symfony\Component\HttpKernel\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/LocaleListener.php Initializes the locale based on the current request. 1
LocaleListenerTest class Symfony\Component\HttpKernel\Tests\EventListener drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php
LocaleLookup class Drupal\locale drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php Extends CacheArray to allow for dynamic building of the locale cache. 1
LocalePathTest class Drupal\locale\Tests drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePathTest.php Functional tests for configuring a different path alias per language.
LocalePluralFormatTest class Drupal\locale\Tests drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePluralFormatTest.php Tests plural format handling functionality.
LocaleStringTest class Drupal\locale\Tests drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php Tests for the locale string data API.
LocaleTranslationTest class Drupal\locale\Tests drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php Functional test for string translation and validation.
LocaleUninstallFrenchTest class Drupal\locale\Tests drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallFrenchTest.php Locale uninstall with French UI functional test.
LocaleUninstallTest class Drupal\locale\Tests drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php Locale uninstall with English UI functional test. 1
LocalStream abstract class Drupal\Core\StreamWrapper drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php Defines a Drupal stream wrapper base class for local files. 5 3
LockBackendAbstract abstract class Drupal\Core\Lock drupal/core/lib/Drupal/Core/Lock/LockBackendAbstract.php Non backend related common methods implementation for lock backends. 1
LockBackendInterface interface Drupal\Core\Lock drupal/core/lib/Drupal/Core/Lock/LockBackendInterface.php Lock backend interface. 2 4

Pages

Other projects