Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 10.3.x for config
  4. Search 11.x for config
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Config class composer/Plugin/VendorHardening/Config.php Determine configuration.
Config class core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php Drupal config source from database.
Config class core/modules/migrate/src/Plugin/migrate/destination/Config.php Provides Configuration Management destination plugin.
Config class core/lib/Drupal/Core/Config/Config.php Defines the default configuration object.

All search results

Title Object type File name Summary
FieldConfigStorage.php file core/modules/field/src/FieldConfigStorage.php
FieldConfigStorage::$deletedFieldsRepository property core/modules/field/src/FieldConfigStorage.php The deleted fields repository.
FieldConfigStorage::$deprecatedProperties property core/modules/field/src/FieldConfigStorage.php
FieldConfigStorage::$entityTypeManager property core/modules/field/src/FieldConfigStorage.php The entity type manager.
FieldConfigStorage::$fieldTypeManager property core/modules/field/src/FieldConfigStorage.php The field type plugin manager.
FieldConfigStorage::createInstance function core/modules/field/src/FieldConfigStorage.php Instantiates a new instance of this entity handler.
FieldConfigStorage::importDelete function core/modules/field/src/FieldConfigStorage.php Delete entities upon synchronizing configuration changes.
FieldConfigStorage::loadByProperties function core/modules/field/src/FieldConfigStorage.php Load entities by their property values.
FieldConfigStorage::__construct function core/modules/field/src/FieldConfigStorage.php Constructs a FieldConfigStorage object.
FieldConfigStorageBase class core/lib/Drupal/Core/Field/FieldConfigStorageBase.php Base storage class for field config entities.
FieldConfigStorageBase.php file core/lib/Drupal/Core/Field/FieldConfigStorageBase.php
FieldConfigStorageBase::$fieldTypeManager property core/lib/Drupal/Core/Field/FieldConfigStorageBase.php The field type plugin manager.
FieldConfigStorageBase::mapFromStorageRecords function core/lib/Drupal/Core/Field/FieldConfigStorageBase.php Maps from storage records to entity objects.
FieldConfigStorageBase::mapToStorageRecord function core/lib/Drupal/Core/Field/FieldConfigStorageBase.php Maps from an entity object to the storage record.
FieldConfigTest class core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php JSON:API integration test for the "FieldConfig" config entity type.
FieldConfigTest.php file core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php
FieldConfigTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php The theme to install as the default for testing.
FieldConfigTest::$entity property core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php
FieldConfigTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php The tested entity type.
FieldConfigTest::$modules property core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Modules to enable.
FieldConfigTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php The name of the tested JSON:API resource type.
FieldConfigTest::createAnotherEntity function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Creates another entity to be tested.
FieldConfigTest::createEntity function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Creates the entity to be tested.
FieldConfigTest::entityAccess function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Checks access for the given operation on the given entity.
FieldConfigTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Returns the expected JSON:API document for the entity.
FieldConfigTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Return the expected error message.
FieldConfigTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Returns the JSON:API POST document.
FieldConfigTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Sets up the necessary authorization.
FieldConfigXmlAnonTest class core/modules/field/tests/src/Functional/Rest/FieldConfigXmlAnonTest.php @group rest
FieldConfigXmlAnonTest.php file core/modules/field/tests/src/Functional/Rest/FieldConfigXmlAnonTest.php
FieldConfigXmlAnonTest::$defaultTheme property core/modules/field/tests/src/Functional/Rest/FieldConfigXmlAnonTest.php The theme to install as the default for testing.
FieldConfigXmlAnonTest::$format property core/modules/field/tests/src/Functional/Rest/FieldConfigXmlAnonTest.php The format to use in this test.
FieldConfigXmlAnonTest::$mimeType property core/modules/field/tests/src/Functional/Rest/FieldConfigXmlAnonTest.php The MIME type that corresponds to $format.
FieldConfigXmlBasicAuthTest class core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php @group rest
FieldConfigXmlBasicAuthTest.php file core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php
FieldConfigXmlBasicAuthTest::$auth property core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php The authentication mechanism to use in this test.
FieldConfigXmlBasicAuthTest::$defaultTheme property core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php The theme to install as the default for testing.
FieldConfigXmlBasicAuthTest::$format property core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php The format to use in this test.
FieldConfigXmlBasicAuthTest::$mimeType property core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php The MIME type that corresponds to $format.
FieldConfigXmlBasicAuthTest::$modules property core/modules/field/tests/src/Functional/Rest/FieldConfigXmlBasicAuthTest.php Modules to install.
FieldConfigXmlCookieTest class core/modules/field/tests/src/Functional/Rest/FieldConfigXmlCookieTest.php @group rest
FieldConfigXmlCookieTest.php file core/modules/field/tests/src/Functional/Rest/FieldConfigXmlCookieTest.php
FieldConfigXmlCookieTest::$auth property core/modules/field/tests/src/Functional/Rest/FieldConfigXmlCookieTest.php The authentication mechanism to use in this test.
FieldConfigXmlCookieTest::$defaultTheme property core/modules/field/tests/src/Functional/Rest/FieldConfigXmlCookieTest.php The theme to install as the default for testing.
FieldConfigXmlCookieTest::$format property core/modules/field/tests/src/Functional/Rest/FieldConfigXmlCookieTest.php The format to use in this test.
FieldConfigXmlCookieTest::$mimeType property core/modules/field/tests/src/Functional/Rest/FieldConfigXmlCookieTest.php The MIME type that corresponds to $format.
FieldDefinition::getConfig function core/lib/Drupal/Core/Field/FieldDefinition.php Gets an object that can be saved in configuration.
FieldDefinition::isDisplayConfigurable function core/lib/Drupal/Core/Field/FieldDefinition.php Returns whether the display for the field can be configured.
FieldDefinition::setDisplayConfigurable function core/lib/Drupal/Core/Field/FieldDefinition.php Sets whether the display for the field can be configured.
FieldDefinitionInterface::getConfig function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Gets an object that can be saved in configuration.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.