Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
ModuleAdminLinksHelperTest::testGetModuleAdminLinks function core/modules/system/tests/src/Kernel/ModuleAdminLinksHelperTest.php Tests get module admin links.
ModuleDependencyMessageTrait trait core/lib/Drupal/Core/Extension/ModuleDependencyMessageTrait.php Messages for missing or incompatible dependencies on modules.
ModuleDependencyMessageTrait.php file core/lib/Drupal/Core/Extension/ModuleDependencyMessageTrait.php
ModuleDependencyMessageTrait::checkDependencyMessage function core/lib/Drupal/Core/Extension/ModuleDependencyMessageTrait.php Provides messages for missing modules or incompatible dependencies.
ModuleExtensionList::getActiveProfile function core/lib/Drupal/Core/Extension/ModuleExtensionList.php Gets the processed active profile object, or null.
ModuleExtensionList::getExtensionDiscovery function core/lib/Drupal/Core/Extension/ModuleExtensionList.php Returns the extension discovery.
ModuleExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ModuleExtensionList.php Returns a list of machine names of installed extensions.
ModuleExtensionList::getProfileDirectories function core/lib/Drupal/Core/Extension/ModuleExtensionList.php Finds all installation profile paths.
ModuleExtensionListTest::testGetList function core/tests/Drupal/KernelTests/Core/Extension/ModuleExtensionListTest.php Tests get list.
ModuleHandler::getCombinedListeners function core/lib/Drupal/Core/Extension/ModuleHandler.php Builds a list of implementations for an alter hook.
ModuleHandler::getHookImplementationList function core/lib/Drupal/Core/Extension/ModuleHandler.php Gets a hook implementation list for a specific hook.
ModuleHandler::getHookInfo function core/lib/Drupal/Core/Extension/ModuleHandler.php Retrieves a list of hooks that are declared through hook_hook_info().
ModuleHandler::getHookOrderingRules function core/lib/Drupal/Core/Extension/ModuleHandler.php Gets ordering rules for a hook.
ModuleHandler::getModule function core/lib/Drupal/Core/Extension/ModuleHandler.php Returns a module extension object from the currently active modules list.
ModuleHandler::getModuleDirectories function core/lib/Drupal/Core/Extension/ModuleHandler.php Returns an array of directories for all enabled modules.
ModuleHandler::getModuleList function core/lib/Drupal/Core/Extension/ModuleHandler.php Returns the list of currently active modules.
ModuleHandler::getName function core/lib/Drupal/Core/Extension/ModuleHandler.php Gets the human readable name of a given module.
ModuleHandlerInterface::getHookInfo function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Retrieves a list of hooks that are declared through hook_hook_info().
ModuleHandlerInterface::getModule function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Returns a module extension object from the currently active modules list.
ModuleHandlerInterface::getModuleDirectories function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Returns an array of directories for all enabled modules.
ModuleHandlerInterface::getModuleList function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Returns the list of currently active modules.
ModuleHandlerInterface::getName function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Gets the human readable name of a given module.
ModuleHandlerTest::getModuleHandler function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Get a module handler object to test.
ModuleHandlerTest::testGetModuleDirectories function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests get module directories.
ModuleHandlerTest::testGetModuleList function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Confirm we get back the modules set in the constructor.
ModuleHandlerTest::testGetModuleWithExistingModule function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Confirm we get back a module from the module list.
ModuleHandlerTest::testGetModuleWithNonExistingModule function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests get module with non existing module.
ModuleHandlerTest::testGetNameDeprecation function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerTest.php Tests deprecation of getName() function.
ModuleHandlerTest::testInvalidGetName function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerTest.php Tests requesting the name of an invalid module.
ModuleInstallConfigTestSubscriber::getSubscribedEvents function core/modules/system/tests/modules/module_installer_config_subscriber/src/EventSubscriber/ModuleInstallConfigTestSubscriber.php
ModuleInstallRequirements::getRequirements function core/modules/system/tests/modules/module_install_requirements/src/Install/Requirements/ModuleInstallRequirements.php Check installation requirements.
ModuleInstallUnmetRequirementsRequirements::getRequirements function core/modules/system/tests/modules/module_install_unmet_requirements/src/Install/Requirements/ModuleInstallUnmetRequirementsRequirements.php Check installation requirements.
ModulePermissionsLinkHelper::getModulePermissionsLink function core/modules/user/src/ModulePermissionsLinkHelper.php Generates a link pointing to a given module's permissions page section.
ModulePermissionsLinkHelperTest::testGetModulePermissionsLink function core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php Tests get module permissions link.
ModuleRequiredByThemesUninstallValidator::getThemesDependingOnModule function core/lib/Drupal/Core/Extension/ModuleRequiredByThemesUninstallValidator.php Returns themes that depend on a module.
ModulesListConfirmForm::getCancelUrl function core/modules/system/src/Form/ModulesListConfirmForm.php Returns the route to go to if the user cancels the action.
ModulesListConfirmForm::getConfirmText function core/modules/system/src/Form/ModulesListConfirmForm.php Returns a caption for the button that confirms the action.
ModulesListConfirmForm::getDescription function core/modules/system/src/Form/ModulesListConfirmForm.php Returns additional text to display as a description.
ModulesListConfirmForm::getFormId function core/modules/system/src/Form/ModulesListConfirmForm.php Returns a unique string identifying the form.
ModulesListConfirmForm::getQuestion function core/modules/system/src/Form/ModulesListConfirmForm.php Returns the question to ask the user.
ModulesListForm::getFormId function core/modules/system/src/Form/ModulesListForm.php Returns a unique string identifying the form.
ModulesListNonStableConfirmForm::getFormId function core/modules/system/src/Form/ModulesListNonStableConfirmForm.php Returns a unique string identifying the form.
ModulesListNonStableConfirmForm::getQuestion function core/modules/system/src/Form/ModulesListNonStableConfirmForm.php Returns the question to ask the user.
ModuleStream::getDescription function core/lib/Drupal/Core/StreamWrapper/ModuleStream.php Returns the description of the stream wrapper for use in the UI.
ModuleStream::getExtension function core/lib/Drupal/Core/StreamWrapper/ModuleStream.php Gets the extension object.
ModuleStream::getName function core/lib/Drupal/Core/StreamWrapper/ModuleStream.php Returns the name of the stream wrapper for use in the UI.
ModulesUninstallConfirmForm::getCancelUrl function core/modules/system/src/Form/ModulesUninstallConfirmForm.php Returns the route to go to if the user cancels the action.
ModulesUninstallConfirmForm::getConfirmText function core/modules/system/src/Form/ModulesUninstallConfirmForm.php Returns a caption for the button that confirms the action.
ModulesUninstallConfirmForm::getDescription function core/modules/system/src/Form/ModulesUninstallConfirmForm.php Returns additional text to display as a description.
ModulesUninstallConfirmForm::getFormId function core/modules/system/src/Form/ModulesUninstallConfirmForm.php Returns a unique string identifying the form.

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