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
ConfigEntityBase class core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Defines a base configuration entity class.
ConfigEntityBase.php file core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::$isUninstalling property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Whether the config is being deleted by the uninstall process.
ConfigEntityBase::$langcode property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php The language code of the entity's default language.
ConfigEntityBase::$originalId property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php The original ID of the configuration entity.
ConfigEntityBase::$status property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php The enabled/disabled status of the configuration entity.
ConfigEntityBase::$third_party_settings property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Third party entity settings.
ConfigEntityBase::$trustedData property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Trust supplied data and not use configuration schema on save.
ConfigEntityBase::$uuid property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php The UUID for this entity.
ConfigEntityBase::$_core property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Information maintained by Drupal core about configuration.
ConfigEntityBase::addDependency function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Overrides \Drupal\Core\Entity\DependencyTrait:addDependency().
ConfigEntityBase::calculateDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::createDuplicate function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::disable function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php #[ActionMethod(adminLabel: new TranslatableMarkup('Disable'), pluralize: FALSE)]
ConfigEntityBase::enable function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php #[ActionMethod(adminLabel: new TranslatableMarkup('Enable'), pluralize: FALSE)]
ConfigEntityBase::get function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::getCacheTagsToInvalidate function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::getConfigDependencyName function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::getConfigManager function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the configuration manager.
ConfigEntityBase::getConfigTarget function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::getDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::getOriginalId function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::getThirdPartyProviders function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::getThirdPartySetting function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::getThirdPartySettings function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::getTypedConfig function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the typed config manager.
ConfigEntityBase::hasTrustedData function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::invalidateTagsOnDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Override to never invalidate the individual entities' cache tags; the
config system already invalidates them.
ConfigEntityBase::invalidateTagsOnSave function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Override to never invalidate the entity's cache tag; the config system
already invalidates it.
ConfigEntityBase::isInstallable function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::isNew function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Overrides EntityBase::isNew().
ConfigEntityBase::isUninstalling function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::onDependencyRemoval function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::preDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::preSave function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::save function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::set function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set a value'), pluralize: 'setMultiple')]
ConfigEntityBase::setOriginalId function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::setStatus function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set status'), pluralize: FALSE)]
ConfigEntityBase::setThirdPartySetting function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set third-party setting'))]
ConfigEntityBase::setUninstalling function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::sort function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Callback for uasort() to sort configuration entities by weight and label.
ConfigEntityBase::status function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::toArray function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::toUrl function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::trustData function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::unsetThirdPartySetting function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::__construct function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBase::__sleep function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityBaseUnitTest class core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @coversDefaultClass \Drupal\Core\Config\Entity\ConfigEntityBase[[api-linebreak]]
@group Config

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