Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 10.3.x for conf
  5. Other projects
Title Object type File name Summary
ConfigEntityAdapterTest.php file core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php
ConfigEntityAdapterTest::$entity property core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php The config entity.
ConfigEntityAdapterTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php Modules to install.
ConfigEntityAdapterTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php
ConfigEntityAdapterTest::testApplyDefaultValue function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::applyDefaultValue[[api-linebreak]]
ConfigEntityAdapterTest::testEntityDeriver function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers \Drupal\Core\Entity\Plugin\DataType\Deriver\EntityDeriver::getDerivativeDefinitions[[api-linebreak]]
ConfigEntityAdapterTest::testGetIterator function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::getIterator[[api-linebreak]]
ConfigEntityAdapterTest::testGetProperties function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::getProperties[[api-linebreak]]
ConfigEntityAdapterTest::testGetString function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::getString[[api-linebreak]]
ConfigEntityAdapterTest::testGetValue function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::getValue[[api-linebreak]]
ConfigEntityAdapterTest::testSet function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::set[[api-linebreak]]
ConfigEntityAdapterTest::testValidate function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::validate[[api-linebreak]]
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
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
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 Calculates dependencies and stores them in the dependency property.
ConfigEntityBase::createDuplicate function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Creates a duplicate of the entity.
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 Returns the value of a property.
ConfigEntityBase::getCacheTagsToInvalidate function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Returns the cache tags that should be used to invalidate caches.
ConfigEntityBase::getConfigDependencyName function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the configuration dependency name.
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 Gets the configuration target identifier for the entity.
ConfigEntityBase::getDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the configuration dependencies.
ConfigEntityBase::getOriginalId function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the original ID.
ConfigEntityBase::getThirdPartyProviders function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the list of third parties that store information.
ConfigEntityBase::getThirdPartySetting function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets the value of a third-party setting.
ConfigEntityBase::getThirdPartySettings function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets all third-party settings of a given module.
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 Gets whether on not the data is trusted.
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 Checks whether this entity is installable.
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 Returns whether this entity is being changed during the uninstall process.
ConfigEntityBase::onDependencyRemoval function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Informs the entity that entities it depends on will be deleted.
ConfigEntityBase::preDelete function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Acts on entities before they are deleted and before hooks are invoked.
ConfigEntityBase::preSave function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Acts on an entity before the presave hook is invoked.
ConfigEntityBase::save function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Saves an entity permanently.
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 Sets the original ID.

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