HandlerTestTrait::$executable |
property |
core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php |
The mocked view executable. |
HandlerTestTrait::setupExecutableAndView |
function |
core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php |
Sets up a view executable and a view entity. |
I18nQueryTrait::$i18nStringTable |
property |
core/modules/migrate_drupal/src/Plugin/migrate/source/I18nQueryTrait.php |
The i18n string table name. |
IdMapTableNoDummyTest |
class |
core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php |
Test that no dummy migrate_map tables are created. |
IdMapTableNoDummyTest.php |
file |
core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php |
|
IdMapTableNoDummyTest::$pluginManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php |
The migration plugin manager. |
IdMapTableNoDummyTest::setUp |
function |
core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php |
|
IdMapTableNoDummyTest::testNoDummyTables |
function |
core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php |
Tests that dummy map tables do not exist. |
ImageToolkitForm::getEditableConfigNames |
function |
core/modules/system/src/Form/ImageToolkitForm.php |
Gets the configuration names that will be editable. |
ImmutableConfig |
class |
core/lib/Drupal/Core/Config/ImmutableConfig.php |
Defines the immutable configuration object. |
ImmutableConfig.php |
file |
core/lib/Drupal/Core/Config/ImmutableConfig.php |
|
ImmutableConfig::clear |
function |
core/lib/Drupal/Core/Config/ImmutableConfig.php |
Unsets a value in this configuration object. |
ImmutableConfig::delete |
function |
core/lib/Drupal/Core/Config/ImmutableConfig.php |
Deletes the configuration object. |
ImmutableConfig::save |
function |
core/lib/Drupal/Core/Config/ImmutableConfig.php |
Saves the configuration object. |
ImmutableConfig::set |
function |
core/lib/Drupal/Core/Config/ImmutableConfig.php |
Sets a value in this configuration object. |
ImmutableConfigException |
class |
core/lib/Drupal/Core/Config/ImmutableConfigException.php |
Exception throw when an immutable config object is altered. |
ImmutableConfigException.php |
file |
core/lib/Drupal/Core/Config/ImmutableConfigException.php |
|
ImmutableConfigTest |
class |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
Tests Drupal\Core\Config\ImmutableConfig. |
ImmutableConfigTest.php |
file |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
|
ImmutableConfigTest::$config |
property |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
The immutable config object under test. |
ImmutableConfigTest::setUp |
function |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
|
ImmutableConfigTest::testClear |
function |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
Tests clear. |
ImmutableConfigTest::testDelete |
function |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
Tests delete. |
ImmutableConfigTest::testSave |
function |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
Tests save. |
ImmutableConfigTest::testSet |
function |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
Tests set. |
ImmutablePathList |
class |
core/modules/package_manager/src/ImmutablePathList.php |
Defines a path list that cannot be changed. |
ImmutablePathList.php |
file |
core/modules/package_manager/src/ImmutablePathList.php |
|
ImmutablePathList::add |
function |
core/modules/package_manager/src/ImmutablePathList.php |
|
ImmutablePathList::getAll |
function |
core/modules/package_manager/src/ImmutablePathList.php |
|
ImmutablePathList::__construct |
function |
core/modules/package_manager/src/ImmutablePathList.php |
|
ImmutablePropertiesConstraint |
class |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraint.php |
Checks if config entity properties have been changed. |
ImmutablePropertiesConstraint.php |
file |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraint.php |
|
ImmutablePropertiesConstraint::$message |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraint.php |
The error message if an immutable property has been changed. |
ImmutablePropertiesConstraint::$properties |
property |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraint.php |
The names of the immutable properties. |
ImmutablePropertiesConstraint::getDefaultOption |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraint.php |
|
ImmutablePropertiesConstraint::getRequiredOptions |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraint.php |
|
ImmutablePropertiesConstraintValidator |
class |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php |
Validates the ImmutableProperties constraint. |
ImmutablePropertiesConstraintValidator.php |
file |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php |
|
ImmutablePropertiesConstraintValidator::create |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php |
Instantiates a new instance of this class. |
ImmutablePropertiesConstraintValidator::validate |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php |
|
ImmutablePropertiesConstraintValidator::__construct |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ImmutablePropertiesConstraintValidator.php |
Constructs an ImmutablePropertiesConstraintValidator object. |
ImmutablePropertiesConstraintValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests Immutable Properties Constraint Validator. |
ImmutablePropertiesConstraintValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
|
ImmutablePropertiesConstraintValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Modules to install. |
ImmutablePropertiesConstraintValidatorTest::testImmutablePropertyCannotBeChanged |
function |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests that changing a config entity's immutable property raises an error. |
ImmutablePropertiesConstraintValidatorTest::testValidatedEntityMustHaveAnId |
function |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests that entities without an ID will raise an exception. |
ImmutablePropertiesConstraintValidatorTest::testValidatorRejectsANonExistentProperty |
function |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests that the validator throws an exception for non-existent properties. |
ImmutablePropertiesConstraintValidatorTest::testValidatorRequiresAConfigEntity |
function |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests that only config entities are accepted by the validator. |
ImportableEntityStorageInterface |
interface |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
Provides an interface for responding to configuration imports. |
ImportableEntityStorageInterface.php |
file |
core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php |
|