Search for exists
- Search 7.x for exists
- Search 9.5.x for exists
- Search 8.9.x for exists
- Search 10.3.x for exists
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityBundleExistsConstraintValidatorTest::testEntityTypeIdFromMultipleParents | function | core/ |
Tests getting the entity type ID from a deeply nested property path. |
EntityBundleExistsConstraintValidatorTest::testEntityTypeIdIsStatic | function | core/ |
Tests validating a bundle of a known (static) entity type ID. |
EntityBundleExistsConstraintValidatorTest::testInvalidEntityTypeId | function | core/ |
Tests when the constraint's entityTypeId value is not valid. |
EntityBundleExistsConstraintValidatorTest::testValueMustBeAString | function | core/ |
Tests that the constraint validator will only work with strings. |
EntityCloneConfigActionTest::testFailIfEntityExists | function | core/ |
Tests that the action can be configured to fail if the clone exists. |
EntityDisplayModeFormBase::exists | function | core/ |
Determines if the display mode already exists. |
EntityExists | class | core/ |
This plugin checks if a given entity exists. |
EntityExists.php | file | core/ |
|
EntityExists::$storage | property | core/ |
The entity storage. |
EntityExists::create | function | core/ |
Creates an instance of the plugin. |
EntityExists::transform | function | core/ |
Performs the associated process. |
EntityExists::__construct | function | core/ |
EntityExists constructor. |
EntityExistsTest | class | core/ |
Tests the EntityExists process plugin. |
EntityExistsTest.php | file | core/ |
|
EntityExistsTest::$modules | property | core/ |
Modules to install. |
EntityExistsTest::setUp | function | core/ |
|
EntityExistsTest::testEntityExists | function | core/ |
Tests the EntityExists plugin. |
EntityResource::entityExists | function | core/ |
Checks if the given entity exists. |
Exists.php | file | core/ |
|
ExtensionExistsConstraint | class | core/ |
Checks that the value is the name of an installed extension. |
ExtensionExistsConstraint.php | file | core/ |
|
ExtensionExistsConstraint::$moduleMessage | property | core/ |
The error message for a non-existent module. |
ExtensionExistsConstraint::$themeMessage | property | core/ |
The error message for a non-existent theme. |
ExtensionExistsConstraint::$type | property | core/ |
The type of extension to look for. Can be 'module' or 'theme'. |
ExtensionExistsConstraint::getDefaultOption | function | core/ |
|
ExtensionExistsConstraint::getRequiredOptions | function | core/ |
|
ExtensionExistsConstraintValidator | class | core/ |
Validates that a given extension exists. |
ExtensionExistsConstraintValidator.php | file | core/ |
|
ExtensionExistsConstraintValidator::$moduleHandler | property | core/ |
The module handler service. |
ExtensionExistsConstraintValidator::$themeHandler | property | core/ |
The theme handler service. |
ExtensionExistsConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
ExtensionExistsConstraintValidator::validate | function | core/ |
|
ExtensionExistsConstraintValidator::__construct | function | core/ |
Constructs a ExtensionExistsConstraintValidator object. |
ExtensionExistsConstraintValidatorTest | class | core/ |
Tests the ExtensionExists constraint validator. |
ExtensionExistsConstraintValidatorTest.php | file | core/ |
|
ExtensionExistsConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
ExtensionExistsConstraintValidatorTest::testValidation | function | core/ |
Tests the ExtensionExists constraint validator. |
ExtensionList::exists | function | core/ |
Determines if an extension exists in the filesystem. |
FailureMarker::assertNotExists | function | core/ |
Asserts the failure file doesn't exist. |
FailureMarkerRequirementTest::testFailureMarkerExists | function | core/ |
Tests that error is shown if failure marker already exists. |
FailureMarkerTest::testAssertNotExists | function | core/ |
Tests that the failure marker can contain an exception message. |
FieldStorageAddForm::fieldNameExists | function | core/ |
Checks if a field machine name is taken. |
FieldUiTestTrait::assertFieldExistsOnOverview | function | core/ |
Asserts that the field appears on the overview form. |
FieldUiTestTrait::assertTableHeaderExistsByLabel | function | core/ |
Asserts that a header cell appears on a table. |
FileExists.php | file | core/ |
|
FileExistsException | class | core/ |
Exception thrown when a file unexpectedly exists. |
FileExistsException.php | file | core/ |
|
FileFieldTestBase::assertFileEntryExists | function | core/ |
Asserts that a file exists in the database. |
FileFieldTestBase::assertFileEntryNotExists | function | core/ |
Asserts that a file does not exist in the database. |
FileNotExistsException | class | core/ |
Exception thrown when a file is expected to exist but does not. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.