Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 8.9.x for config
  4. Search 10.3.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 8+ configuration 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
ConfigEntityMapper::__construct function core/modules/config_translation/src/ConfigEntityMapper.php Constructs a ConfigEntityMapper.
ConfigEntityMapperInterface interface core/modules/config_translation/src/ConfigEntityMapperInterface.php Defines an interface for configuration entity mappers.
ConfigEntityMapperInterface.php file core/modules/config_translation/src/ConfigEntityMapperInterface.php
ConfigEntityMapperInterface::getEntity function core/modules/config_translation/src/ConfigEntityMapperInterface.php Gets the entity instance for this mapper.
ConfigEntityMapperInterface::getType function core/modules/config_translation/src/ConfigEntityMapperInterface.php Gets the entity type ID from this mapper.
ConfigEntityMapperInterface::setEntity function core/modules/config_translation/src/ConfigEntityMapperInterface.php Sets the entity instance for this mapper.
ConfigEntityMapperInterface::setType function core/modules/config_translation/src/ConfigEntityMapperInterface.php Set entity type for this mapper.
ConfigEntityMapperTest class core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php Tests the functionality provided by the configuration entity mapper.
ConfigEntityMapperTest.php file core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php
ConfigEntityMapperTest::$configEntityMapper property core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php The configuration entity mapper to test.
ConfigEntityMapperTest::$entity property core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php The entity instance used for testing.
ConfigEntityMapperTest::$entityTypeManager property core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php The entity type manager used for testing.
ConfigEntityMapperTest::$eventDispatcher property core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php The mocked event dispatcher.
ConfigEntityMapperTest::$languageManager property core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php The mocked language manager.
ConfigEntityMapperTest::$routeProvider property core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php The route provider used for testing.
ConfigEntityMapperTest::setUp function core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php
ConfigEntityMapperTest::testEntityGetterAndSetter function core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php Tests ConfigEntityMapper::setEntity() and ConfigEntityMapper::getEntity().
ConfigEntityMapperTest::testGetOperations function core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php Tests ConfigEntityMapper::getOperations().
ConfigEntityMapperTest::testGetOverviewRouteParameters function core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php Tests ConfigEntityMapper::getOverviewRouteParameters().
ConfigEntityMapperTest::testGetType function core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php Tests ConfigEntityMapper::getType().
ConfigEntityMapperTest::testGetTypeLabel function core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php Tests ConfigEntityMapper::getTypeLabel().
ConfigEntityMapperTest::testGetTypeName function core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php Tests ConfigEntityMapper::getTypeName().
ConfigEntityNormalizer class core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php Normalizes/denormalizes Drupal config entity objects into an array structure.
ConfigEntityNormalizer.php file core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php
ConfigEntityNormalizer::denormalize function core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php
ConfigEntityNormalizer::getDataWithoutInternals function core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php Gets the given data without the internal implementation details.
ConfigEntityNormalizer::getSupportedTypes function core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php
ConfigEntityNormalizer::normalize function core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php
ConfigEntityNormalizerTest class core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php @coversDefaultClass \Drupal\serialization\Normalizer\ConfigEntityNormalizer
@group serialization
ConfigEntityNormalizerTest.php file core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php
ConfigEntityNormalizerTest::testDenormalize function core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php @covers ::denormalize
ConfigEntityNormalizerTest::testNormalize function core/modules/serialization/tests/src/Unit/Normalizer/ConfigEntityNormalizerTest.php Tests the normalize() method.
ConfigEntityNormalizeTest class core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php Tests the listing of configuration entities.
ConfigEntityNormalizeTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php
ConfigEntityNormalizeTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php Modules to install.
ConfigEntityNormalizeTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php
ConfigEntityNormalizeTest::testNormalize function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityNormalizeTest.php
ConfigEntityQueryTest class core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests Config Entity Query functionality.
ConfigEntityQueryTest.php file core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php
ConfigEntityQueryTest::$entities property core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Stores all config entities created for the test.
ConfigEntityQueryTest::$entityStorage property core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php The config entity storage used for testing.
ConfigEntityQueryTest::$factory property core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php The query factory used to construct all queries in the test.
ConfigEntityQueryTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Modules to install.
ConfigEntityQueryTest::$queryResults property core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Stores the search results for alter comparison.
ConfigEntityQueryTest::assertResults function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Asserts the results as expected regardless of order.
ConfigEntityQueryTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php
ConfigEntityQueryTest::testAlterHook function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Test the entity query alter hooks are invoked.
ConfigEntityQueryTest::testCaseSensitivity function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests case sensitivity.
ConfigEntityQueryTest::testConfigEntityQuery function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests basic functionality.
ConfigEntityQueryTest::testCount function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Tests count query.

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