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 |
---|---|---|---|
BlockInvalidRegionTest::testBlockInInvalidRegion | function | core/ |
Tests that blocks assigned to invalid regions work correctly. |
BlockListBuilder::validateForm | function | core/ |
|
BlockPluginInterface::blockValidate | function | core/ |
Adds block type-specific validation for the block form. |
BlockPluginTrait::blockValidate | function | core/ |
|
BlockPluginTrait::validateConfigurationForm | function | core/ |
Most block plugins should not override this method. To add validation for a specific block type, override BlockBase::blockValidate(). |
BlockRebuildTest::testRebuildInvalidBlocks | function | core/ |
@covers ::block_rebuild |
BlockRebuildTest::testRebuildNoInvalidBlocks | function | core/ |
@covers ::block_rebuild |
BlockUiTest::testBlockValidateErrors | function | core/ |
Tests if validation errors are passed plugin form to the parent form. |
BlockValidationTest | class | core/ |
Tests validation of block entities. |
BlockValidationTest.php | file | core/ |
|
BlockValidationTest::$modules | property | core/ |
|
BlockValidationTest::$propertiesWithOptionalValues | property | core/ |
|
BlockValidationTest::$propertiesWithRequiredKeys | property | core/ |
|
BlockValidationTest::providerInvalidMachineNameCharacters | function | core/ |
Block names are atypical in that they allow periods in the machine name. |
BlockValidationTest::setLabel | function | core/ |
|
BlockValidationTest::setUp | function | core/ |
|
BlockValidationTest::testInvalidPluginId | function | core/ |
Tests validating a block with an unknown plugin ID. |
BlockValidationTest::testLabelValidation | function | core/ |
|
BlockValidationTest::testRegionValidation | function | core/ |
Tests validating a block's region in a theme. |
BlockValidationTest::testRequiredPropertyValuesMissing | function | core/ |
|
BlockValidationTest::testThemeValidation | function | core/ |
Tests validating a block with a non-existent theme. |
BlockValidationTest::testWeightCannotBeNull | function | core/ |
@group legacy |
BlockValidationTest::testWeightValidation | function | core/ |
Tests validating weight. |
book.uninstall_validator | service | core/ |
Drupal\book\BookUninstallValidator |
BookAdminEditForm::validateForm | function | core/ |
Form validation handler. |
BookOutlineConstraintValidator | class | core/ |
Constraint validator for changing the book outline in pending revisions. |
BookOutlineConstraintValidator.php | file | core/ |
|
BookOutlineConstraintValidator::$bookManager | property | core/ |
The book manager. |
BookOutlineConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
BookOutlineConstraintValidator::validate | function | core/ |
|
BookOutlineConstraintValidator::__construct | function | core/ |
Creates a new BookOutlineConstraintValidator instance. |
BookSettingsForm::validateForm | function | core/ |
Form validation handler. |
BookUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\book\BookUninstallValidator. |
BookUninstallValidator | class | core/ |
Prevents book module from being uninstalled under certain conditions. |
BookUninstallValidator.php | file | core/ |
|
BookUninstallValidator.php | file | core/ |
|
BookUninstallValidator::$bookOutlineStorage | property | core/ |
The book outline storage. |
BookUninstallValidator::$container | property | core/ |
The service container. |
BookUninstallValidator::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
BookUninstallValidator::$entityTypeManager | property | core/ |
The entity type manager. |
BookUninstallValidator::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
BookUninstallValidator::hasBookNodes | function | core/ |
Determines if there is any book nodes or not. |
BookUninstallValidator::hasBookOutlines | function | core/ |
Checks if there are any books in an outline. |
BookUninstallValidator::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
BookUninstallValidator::setStringTranslation | function | core/ |
|
BookUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
BookUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
BookUninstallValidator::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
BookUninstallValidator::__construct | function | core/ |
Constructs a new BookUninstallValidator. |
BookUninstallValidatorTest | class | core/ |
@coversDefaultClass \Drupal\book\BookUninstallValidator @group book |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.