Search for valid
- Search 7.x for valid
- Search 9.5.x for valid
- Search 8.9.x for valid
- Search 10.3.x for valid
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
StagedDatabaseUpdateValidator::$state | property | core/ |
The state service. |
StagedDatabaseUpdateValidator::hasStagedUpdates | function | core/ |
|
StagedDatabaseUpdateValidator::setExtensionsWithUpdates | function | core/ |
Sets the names of the extensions which should have staged database updates. |
StagedDatabaseUpdateValidator::setState | function | core/ |
Sets the state service dependency. |
StagedDBUpdateValidator | class | core/ |
Flags a warning if there are database updates in a staged update. |
StagedDBUpdateValidator.php | file | core/ |
|
StagedDBUpdateValidator::checkForStagedDatabaseUpdates | function | core/ |
Checks that the staged update does not have changes to its install files. |
StagedDBUpdateValidator::getExtensionsWithDatabaseUpdates | function | core/ |
Gets extensions that have database updates in the stage directory. |
StagedDBUpdateValidator::getSubscribedEvents | function | core/ |
|
StagedDBUpdateValidator::getUpdateFunctions | function | core/ |
Returns a list of all update functions for a module. |
StagedDBUpdateValidator::hasStagedUpdates | function | core/ |
Determines if a staged extension has changed update functions. |
StagedDBUpdateValidator::tokensMatchFunctionNamePattern | function | core/ |
Determines if a set of tokens contain a function name matching a pattern. |
StagedDBUpdateValidator::__construct | function | core/ |
|
StagedDBUpdateValidatorTest | class | core/ |
@covers \Drupal\package_manager\Validator\StagedDBUpdateValidator @group package_manager @internal |
StagedDBUpdateValidatorTest.php | file | core/ |
|
StagedDBUpdateValidatorTest::providerStagedDatabaseUpdate | function | core/ |
Data provider for ::testStagedDatabaseUpdates(). |
StagedDBUpdateValidatorTest::setUp | function | core/ |
|
StagedDBUpdateValidatorTest::testStagedDatabaseUpdate | function | core/ |
Tests validation of staged database updates. |
StagedDBUpdateValidatorTest::testUnclaimedStage | function | core/ |
Tests that the validator disregards unclaimed stages. |
StageEventsTest::providerValidationResults | function | core/ |
Data provider for testValidationResults(). |
StageEventsTest::testValidationResults | function | core/ |
Tests that an exception is thrown if an event has validation results. |
StageNotInActiveValidator | class | core/ |
Validates staging root is not a subdirectory of active. |
StageNotInActiveValidator.php | file | core/ |
|
StageNotInActiveValidator::getSubscribedEvents | function | core/ |
|
StageNotInActiveValidator::validate | function | core/ |
Check if staging root is a subdirectory of active. |
StageNotInActiveValidator::__construct | function | core/ |
|
StageNotInActiveValidatorTest | class | core/ |
@coversDefaultClass \Drupal\package_manager\Validator\StageNotInActiveValidator @group package_manager @internal |
StageNotInActiveValidatorTest.php | file | core/ |
|
StageNotInActiveValidatorTest::providerTestCheckNotInActive | function | core/ |
Data provider for testCheckNotInActive(). |
StageNotInActiveValidatorTest::testCheckNotInActive | function | core/ |
@covers ::validate |
StatementIteratorTrait::valid | function | core/ |
Checks if current position is valid. |
StateTransitionValidation | class | core/ |
Validates whether a certain state transition is allowed. |
StateTransitionValidation.php | file | core/ |
|
StateTransitionValidation::$moderationInfo | property | core/ |
The moderation information service. |
StateTransitionValidation::$possibleTransitions | property | core/ |
Stores the possible state transitions. |
StateTransitionValidation::getValidTransitions | function | core/ |
|
StateTransitionValidation::isTransitionValid | function | core/ |
|
StateTransitionValidation::__construct | function | core/ |
Constructs a new StateTransitionValidation. |
StateTransitionValidationInterface | interface | core/ |
Validates whether a certain state transition is allowed. |
StateTransitionValidationInterface.php | file | core/ |
|
StateTransitionValidationInterface::getValidTransitions | function | core/ |
Gets a list of transitions that are legal for this user on this entity. |
StateTransitionValidationInterface::isTransitionValid | function | core/ |
Checks if a transition between two states if valid for the given user. |
StateTransitionValidationTest | class | core/ |
@coversDefaultClass \Drupal\content_moderation\StateTransitionValidation @group content_moderation |
StateTransitionValidationTest.php | file | core/ |
|
StateTransitionValidationTest::$workflow | property | core/ |
A test workflow. |
StateTransitionValidationTest::setUp | function | core/ |
|
StateTransitionValidationTest::testUserSensitiveValidTransitions | function | core/ |
Verifies user-aware transition validation. |
StateTransitionValidationTest::userTransitionsProvider | function | core/ |
Data provider for the user transition test. |
StaticMapTest::testMapWithInvalidSource | function | core/ |
Tests when the source is invalid. |
StaticMapTest::testMapWithInvalidSourceAndBypass | function | core/ |
Tests when the source is invalid and bypass is enabled. |
Pagination
- Previous page
- Page 59
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.