Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
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 @covers ::getList[[api-linebreak]]
ModuleHandler::getHookInfo function core/lib/Drupal/Core/Extension/ModuleHandler.php Retrieves a list of hooks that are declared through hook_hook_info().
ModuleHandler::getImplementationInfo function core/lib/Drupal/Core/Extension/ModuleHandler.php Provides information about modules' implementations of a hook.
ModuleHandler::getImplementations function core/lib/Drupal/Core/Extension/ModuleHandler.php Determines which modules are implementing 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::getImplementations function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Determines which modules are implementing a hook.
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::testCachedGetImplementations function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests getImplementations.
ModuleHandlerTest::testCachedGetImplementationsMissingMethod function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests getImplementations.
ModuleHandlerTest::testGetHookInfo function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests hook_hook_info() fetching through getHookInfo().
ModuleHandlerTest::testGetImplementations function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests deprecation of the ::getImplementations method.
ModuleHandlerTest::testGetModuleDirectories function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php @covers ::getModuleDirectories[[api-linebreak]]
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 @covers ::getModule[[api-linebreak]]
ModuleHandlerTest::testInvalidGetName function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerTest.php Tests requesting the name of an invalid module.
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.
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.
ModulesUninstallConfirmForm::getQuestion function core/modules/system/src/Form/ModulesUninstallConfirmForm.php Returns the question to ask the user.
ModulesUninstallForm::getFormId function core/modules/system/src/Form/ModulesUninstallForm.php Returns a unique string identifying the form.
ModuleTest::testViewsGetHandler function core/modules/views/tests/src/Kernel/ModuleTest.php Tests the ViewsHandlerManager::getHandler() method.
ModuleVersion::getMajorVersion function core/modules/update/src/ModuleVersion.php Gets the major version.
ModuleVersion::getVersionExtra function core/modules/update/src/ModuleVersion.php Gets the version extra string at the end of the version number.
ModuleVersionTest::testGetMajorVersion function core/modules/update/tests/src/Unit/ModuleVersionTest.php @covers ::getMajorVersion[[api-linebreak]]
ModuleVersionTest::testGetVersionExtra function core/modules/update/tests/src/Unit/ModuleVersionTest.php @covers ::getVersionExtra[[api-linebreak]]
MoreLink::getInfo function core/lib/Drupal/Core/Render/Element/MoreLink.php Returns the element properties for this element.

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