Search for _info

  1. Search 7.x for _info
  2. Search 9.5.x for _info
  3. Search 8.9.x for _info
  4. Search 10.3.x for _info
  5. Search 11.x for _info
  6. Other projects
Title Object type File name Summary
ModerationInformationInterface::getAffectedRevisionTranslation function core/modules/content_moderation/src/ModerationInformationInterface.php Returns the revision translation affected translation of a revision.
ModerationInformationInterface::getDefaultRevisionId function core/modules/content_moderation/src/ModerationInformationInterface.php Returns the revision ID of the default revision for the specified entity.
ModerationInformationInterface::getOriginalState function core/modules/content_moderation/src/ModerationInformationInterface.php Gets the original or initial state of the given entity.
ModerationInformationInterface::getUnsupportedFeatures function core/modules/content_moderation/src/ModerationInformationInterface.php Gets unsupported features for a given entity type.
ModerationInformationInterface::getWorkflowForEntity function core/modules/content_moderation/src/ModerationInformationInterface.php Gets the workflow for the given content entity.
ModerationInformationInterface::getWorkflowForEntityTypeAndBundle function core/modules/content_moderation/src/ModerationInformationInterface.php Gets the workflow for the given entity type and bundle.
ModerationInformationInterface::hasPendingRevision function core/modules/content_moderation/src/ModerationInformationInterface.php Determines if a pending revision exists for the specified entity.
ModerationInformationInterface::isDefaultRevisionPublished function core/modules/content_moderation/src/ModerationInformationInterface.php Determines if the default revision for the given entity is published.
ModerationInformationInterface::isLiveRevision function core/modules/content_moderation/src/ModerationInformationInterface.php Determines if an entity is "live".
ModerationInformationInterface::isModeratedEntity function core/modules/content_moderation/src/ModerationInformationInterface.php Determines if an entity is moderated.
ModerationInformationInterface::isModeratedEntityType function core/modules/content_moderation/src/ModerationInformationInterface.php Determines if an entity type has at least one moderated bundle.
ModerationInformationInterface::shouldModerateEntitiesOfBundle function core/modules/content_moderation/src/ModerationInformationInterface.php Determines if an entity type/bundle entities should be moderated.
ModerationInformationTest class core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php Tests Drupal\content_moderation\ModerationInformation.
ModerationInformationTest class core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php Tests Drupal\content_moderation\ModerationInformation.
ModerationInformationTest.php file core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php
ModerationInformationTest.php file core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php
ModerationInformationTest::$moderationInformation property core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php The moderation information service.
ModerationInformationTest::$modules property core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php
ModerationInformationTest::getEntityTypeManager function core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php Returns a mock Entity Type Manager.
ModerationInformationTest::getUser function core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php Builds a mock user.
ModerationInformationTest::isDefaultRevisionPublishedTestCases function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php Test cases for ::testIsDefaultRevisionPublished.
ModerationInformationTest::providerWorkflow function core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php Data provider for several tests.
ModerationInformationTest::setUp function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php
ModerationInformationTest::setupModerationBundleInfo function core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php Sets up content moderation and entity type bundle info mocking.
ModerationInformationTest::testGetDefaultRevisionId function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php Tests get default revision id.
ModerationInformationTest::testGetOriginalState function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php Tests get original state.
ModerationInformationTest::testGetOriginalStateMultilingual function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php Tests get original state multilingual.
ModerationInformationTest::testGetWorkflowForEntity function core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php Tests get workflow for entity.
ModerationInformationTest::testHasPendingRevision function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php Tests has pending revision.
ModerationInformationTest::testIsDefaultRevisionPublished function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php Tests is default revision published.
ModerationInformationTest::testIsDefaultRevisionPublishedMultilingual function core/modules/content_moderation/tests/src/Kernel/ModerationInformationTest.php Tests is default revision published multilingual.
ModerationInformationTest::testIsModeratedEntity function core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php Tests is moderated entity.
ModerationInformationTest::testIsModeratedEntityType function core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php Tests is moderated entity type.
ModerationInformationTest::testShouldModerateEntities function core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php Tests should moderate entities.
ModerationOptOutPublish::$bundleInfo property core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublish.php Bundle info service.
ModerationOptOutPublish::$moderationInfo property core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublish.php Moderation information service.
ModerationOptOutUnpublish::$bundleInfo property core/modules/content_moderation/src/Plugin/Action/ModerationOptOutUnpublish.php Bundle info service.
ModerationOptOutUnpublish::$moderationInfo property core/modules/content_moderation/src/Plugin/Action/ModerationOptOutUnpublish.php Moderation information service.
ModerationStateConstraintValidator::$moderationInformation property core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php The moderation info.
ModerationStateFilter::$bundleInfo property core/modules/content_moderation/src/Plugin/views/filter/ModerationStateFilter.php The bundle information service.
ModerationStateWidget::$moderationInformation property core/modules/content_moderation/src/Plugin/Field/FieldWidget/ModerationStateWidget.php Moderation information service.
ModuleConfigureRouteTest::$moduleInfo property core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php An array of module info.
ModuleInfoTest class core/tests/Drupal/Tests/Core/Extension/ModuleInfoTest.php Tests that core module info files have the expected keys.
ModuleInfoTest.php file core/tests/Drupal/Tests/Core/Extension/ModuleInfoTest.php
ModuleInfoTest::testModuleInfo function core/tests/Drupal/Tests/Core/Extension/ModuleInfoTest.php Tests that core module info files have the expected keys.
ModuleRequiredTestHooks::systemInfoAlter function core/modules/system/tests/modules/module_required_test/src/Hook/ModuleRequiredTestHooks.php Implements hook_system_info_alter().
ModulesListFormWebTest::testModulesListFormWithEmptyDescriptionInfoFile function core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php Tests the module form with a module with an empty description in info.yml.
ModulesListFormWebTest::testModulesListFormWithInvalidInfoFile function core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php Tests the module form with a module with an invalid info.yml file.
ModulesListNonStableConfirmForm::$groupedModuleInfo property core/modules/system/src/Form/ModulesListNonStableConfirmForm.php An array of module names to be enabled, keyed by lifecycle.
ModulesListNonStableConfirmForm::buildNonStableInfo function core/modules/system/src/Form/ModulesListNonStableConfirmForm.php Sets properties with information about non-stable modules being enabled.

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