Search for list
Title | Object type | File name | Summary |
---|---|---|---|
ModerationStateFieldItemListTest::moderationStateChangesTestCases | function | core/ |
Data provider for ::testModerationStateChanges. |
ModerationStateFieldItemListTest::setUp | function | core/ |
|
ModerationStateFieldItemListTest::testArrayIndex | function | core/ |
Tests the field item list when accessing an index. |
ModerationStateFieldItemListTest::testArrayIteration | function | core/ |
Tests the field item list when iterating. |
ModerationStateFieldItemListTest::testAssignNullItemList | function | core/ |
Tests the field item when it is assigned NULL. |
ModerationStateFieldItemListTest::testEmptyFieldItem | function | core/ |
Tests an empty value assigned to the field item. |
ModerationStateFieldItemListTest::testEmptyFieldItemList | function | core/ |
Tests an empty value assigned to the field item list. |
ModerationStateFieldItemListTest::testEmptyStateAndAppend | function | core/ |
Tests the item list when it is emptied and appended to. |
ModerationStateFieldItemListTest::testEntityUnserialize | function | core/ |
Tests the moderation_state field after an entity has been serialized. |
ModerationStateFieldItemListTest::testEntityWithNoWorkflow | function | core/ |
Tests updating the state for an entity without a workflow. |
ModerationStateFieldItemListTest::testGet | function | core/ |
@covers ::get[[api-linebreak]] |
ModerationStateFieldItemListTest::testGetValue | function | core/ |
@covers ::getValue[[api-linebreak]] |
ModerationStateFieldItemListTest::testModeratedEntityWithExistingId | function | core/ |
Tests saving a moderated node with an existing ID. |
ModerationStateFieldItemListTest::testModerationStateChanges | function | core/ |
Tests that moderation state changes also change the related entity state. |
ModerationStateFieldItemListTest::testModerationStateSampleValues | function | core/ |
Test generating sample values for entities with a moderation state. |
ModerationStateFieldItemListTest::testNonModeratedEntity | function | core/ |
Tests the list class with a non moderated entity. |
ModerationStateFieldItemListTest::testTranslationWithExistingUnmoderatedContent | function | core/ |
Tests field item list translation support with unmoderated content. |
ModerationStateFieldItemListTest::testUnsetItemList | function | core/ |
Tests the field item when it is unset. |
ModerationStateFieldItemListTest::testWithExistingUnmoderatedContent | function | core/ |
Tests the field item list when used with existing unmoderated content. |
ModerationStateFieldItemListTest::testWorkflowCustomizedInitialState | function | core/ |
Test customizing the default moderation state. |
ModuleExtensionList | class | core/ |
Provides a list of available modules. |
ModuleExtensionList.php | file | core/ |
|
ModuleExtensionList::$configFactory | property | core/ |
The config factory. |
ModuleExtensionList::$defaults | property | core/ |
Default values to be merged into *.info.yml file arrays. |
ModuleExtensionList::$profileList | property | core/ |
The profile list needed by this module list. |
ModuleExtensionList::doList | function | core/ |
Builds the list of extensions. |
ModuleExtensionList::doScanExtensions | function | core/ |
Scans the available extensions. |
ModuleExtensionList::ensureRequiredDependencies | function | core/ |
Marks dependencies of required modules as 'required', recursively. |
ModuleExtensionList::getActiveProfile | function | core/ |
Gets the processed active profile object, or null. |
ModuleExtensionList::getExtensionDiscovery | function | core/ |
Returns the extension discovery. |
ModuleExtensionList::getInstalledExtensionNames | function | core/ |
Returns a list of machine names of installed extensions. |
ModuleExtensionList::getProfileDirectories | function | core/ |
Finds all installation profile paths. |
ModuleExtensionList::__construct | function | core/ |
Constructs a new ModuleExtensionList instance. |
ModuleExtensionListTest | class | core/ |
Tests Drupal\Core\Extension\ModuleExtensionList. |
ModuleExtensionListTest.php | file | core/ |
|
ModuleExtensionListTest::testGetList | function | core/ |
Tests get list. |
ModuleHandler::$alterEventListeners | property | core/ |
Lists of callbacks which implement an alter hook, keyed by hook name(s). |
ModuleHandler::$listenersByHook | property | core/ |
Lists of implementation callables by hook. |
ModuleHandler::$moduleList | property | core/ |
Installed modules, as extension objects keyed by module name. |
ModuleHandler::getCombinedListeners | function | core/ |
Builds a list of listeners for an alter hook. |
ModuleHandler::getFlatHookListeners | function | core/ |
Gets a list of hook listener callbacks. |
ModuleHandler::getHookListeners | function | core/ |
Gets hook listeners by module. |
ModuleHandler::getModuleList | function | core/ |
Returns the list of currently active modules. |
ModuleHandler::setModuleList | function | core/ |
Sets an explicit list of currently active modules. |
ModuleHandler::triggerErrorForDuplicateAlterHookListener | function | core/ |
Triggers an error on duplicate alter listeners. |
ModuleHandlerInterface::getModuleList | function | core/ |
Returns the list of currently active modules. |
ModuleHandlerInterface::setModuleList | function | core/ |
Sets an explicit list of currently active modules. |
ModuleHandlerTest::assertModuleList | function | core/ |
Assert that the extension handler returns the expected values. |
ModuleHandlerTest::testGetModuleList | function | core/ |
Confirm we get back the modules set in the constructor. |
ModuleHandlerTest::testModuleList | function | core/ |
The basic functionality of retrieving enabled modules. |
Pagination
- Previous page
- Page 27
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.