Search for table
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Table | class | core/ |
Style plugin to render each item as a row in a table. |
Table | class | core/ |
Provides a render element for a table. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
HandlerBase::ensureMyTable | function | core/ |
Ensures that the main table for this handler is in the query. |
HandlerBase::getTableJoin | function | core/ |
Fetches a handler to join one table to a primary table from the data cache. |
HandlerBaseTest::testGetEntityTypeForFieldOnBaseTable | function | core/ |
@covers ::getEntityType |
HandlerTestTrait::$executable | property | core/ |
The mocked view executable. |
HandlerTestTrait::setupExecutableAndView | function | core/ |
Sets up a view executable and a view entity. |
I18nQueryTrait::$i18nStringTable | property | core/ |
The i18n string table name. |
IdMapTableNoDummyTest | class | core/ |
Test that no dummy migrate_map tables are created. |
IdMapTableNoDummyTest.php | file | core/ |
|
IdMapTableNoDummyTest::$pluginManager | property | core/ |
The migration plugin manager. |
IdMapTableNoDummyTest::setUp | function | core/ |
|
IdMapTableNoDummyTest::testNoDummyTables | function | core/ |
Tests that dummy map tables do not exist. |
ImageToolkitForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
ImmutableConfig | class | core/ |
Defines the immutable configuration object. |
ImmutableConfig.php | file | core/ |
|
ImmutableConfig::clear | function | core/ |
Unsets a value in this configuration object. |
ImmutableConfig::delete | function | core/ |
Deletes the configuration object. |
ImmutableConfig::save | function | core/ |
Saves the configuration object. |
ImmutableConfig::set | function | core/ |
Sets a value in this configuration object. |
ImmutableConfigException | class | core/ |
Exception throw when an immutable config object is altered. |
ImmutableConfigException.php | file | core/ |
|
ImmutableConfigTest | class | core/ |
@coversDefaultClass \Drupal\Core\Config\ImmutableConfig @group Config |
ImmutableConfigTest.php | file | core/ |
|
ImmutableConfigTest::$config | property | core/ |
The immutable config object under test. |
ImmutableConfigTest::setUp | function | core/ |
|
ImmutableConfigTest::testClear | function | core/ |
@covers ::clear |
ImmutableConfigTest::testDelete | function | core/ |
@covers ::delete |
ImmutableConfigTest::testSave | function | core/ |
@covers ::save |
ImmutableConfigTest::testSet | function | core/ |
@covers ::set |
ImmutablePropertiesConstraint | class | core/ |
Checks if config entity properties have been changed. |
ImmutablePropertiesConstraint.php | file | core/ |
|
ImmutablePropertiesConstraint::$message | property | core/ |
The error message if an immutable property has been changed. |
ImmutablePropertiesConstraint::$properties | property | core/ |
The names of the immutable properties. |
ImmutablePropertiesConstraint::getDefaultOption | function | core/ |
@todo Add method return type declaration. |
ImmutablePropertiesConstraint::getRequiredOptions | function | core/ |
@todo Add method return type declaration. |
ImmutablePropertiesConstraintValidator | class | core/ |
Validates the ImmutableProperties constraint. |
ImmutablePropertiesConstraintValidator.php | file | core/ |
|
ImmutablePropertiesConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
ImmutablePropertiesConstraintValidator::validate | function | core/ |
|
ImmutablePropertiesConstraintValidator::__construct | function | core/ |
Constructs an ImmutablePropertiesConstraintValidator object. |
ImmutablePropertiesConstraintValidatorTest | class | core/ |
@group Entity @group Validation |
ImmutablePropertiesConstraintValidatorTest.php | file | core/ |
|
ImmutablePropertiesConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
ImmutablePropertiesConstraintValidatorTest::testImmutablePropertyCannotBeChanged | function | core/ |
Tests that changing a config entity's immutable property raises an error. |
ImmutablePropertiesConstraintValidatorTest::testValidatedEntityMustHaveAnId | function | core/ |
Tests that entities without an ID will raise an exception. |
ImmutablePropertiesConstraintValidatorTest::testValidatorRejectsANonExistentProperty | function | core/ |
Tests that the validator throws an exception for non-existent properties. |
ImmutablePropertiesConstraintValidatorTest::testValidatorRequiresAConfigEntity | function | core/ |
Tests that only config entities are accepted by the validator. |
ImportableEntityStorageInterface | interface | core/ |
Provides an interface for responding to configuration imports. |
ImportableEntityStorageInterface.php | file | core/ |
|
ImportableEntityStorageInterface::importCreate | function | core/ |
Creates entities upon synchronizing configuration changes. |
ImportableEntityStorageInterface::importDelete | function | core/ |
Delete entities upon synchronizing configuration changes. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.