Search for exists
- Search 7.x for exists
- Search 9.5.x for exists
- Search 8.9.x for exists
- Search 11.x for exists
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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. |
| 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. |
| 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. |
| FileNotExistsException.php | file | core/ |
|
| FileReadOnlyStorage::exists | function | core/ |
Checks whether the PHP code exists in storage. |
| FileStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| FileStorage::exists | function | core/ |
Checks whether the PHP code exists in storage. |
| FileSystemInterface::EXISTS_ERROR | constant | core/ |
Flag for dealing with existing files: Do nothing and return FALSE. |
| FileSystemInterface::EXISTS_RENAME | constant | core/ |
Flag for dealing with existing files: Appends number until name is unique. |
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.