Search for has

  1. Search 7.x for has
  2. Search 9.5.x for has
  3. Search 10.3.x for has
  4. Search 11.x for has
  5. Other projects
Title Object type File name Summary
ComposerIntegrationTest::getContentHash function core/tests/Drupal/Tests/ComposerIntegrationTest.php Returns the md5 hash of the sorted content of the composer file.
ComposerIntegrationTest::testComposerLockHash function core/tests/Drupal/Tests/ComposerIntegrationTest.php Tests composer.lock content-hash.
Config::hasOverrides function core/lib/Drupal/Core/Config/Config.php Determines if overrides are applied to a key for this configuration object.
ConfigEntityBase::hasTrustedData function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Gets whether on not the data is trusted.
ConfigEntityDependency::hasDependency function core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Determines if the entity is dependent on extensions or entities.
ConfigEntityInterface::hasTrustedData function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Gets whether on not the data is trusted.
ConfigEntityStorage::has function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Determines if this entity already exists in storage.
ConfigEntityStorage::hasData function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Determines if the storage contains any data.
ConfigEntityStorageTest::testHasData function core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php Tests the hasData() method for config entity storage.
ConfigImporter::hasUnprocessedConfigurationChanges function core/lib/Drupal/Core/Config/ConfigImporter.php Checks if there are any unprocessed configuration changes.
ConfigMapperInterface::hasSchema function core/modules/config_translation/src/ConfigMapperInterface.php Checks that all pieces of this configuration mapper have a schema.
ConfigMapperInterface::hasTranslatable function core/modules/config_translation/src/ConfigMapperInterface.php Checks if pieces of this configuration mapper have translatables.
ConfigMapperInterface::hasTranslation function core/modules/config_translation/src/ConfigMapperInterface.php Checks whether there is already a translation for this mapper.
ConfigMapperManager::hasTranslatable function core/modules/config_translation/src/ConfigMapperManager.php Returns TRUE if the configuration data has translatable items.
ConfigMapperManagerInterface::hasTranslatable function core/modules/config_translation/src/ConfigMapperManagerInterface.php Returns TRUE if the configuration data has translatable items.
ConfigMapperManagerTest::providerTestHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Provides data for ConfigMapperManager::testHasTranslatable()
ConfigMapperManagerTest::testHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Tests ConfigMapperManager::hasTranslatable().
ConfigNamesMapper::hasSchema function core/modules/config_translation/src/ConfigNamesMapper.php Checks that all pieces of this configuration mapper have a schema.
ConfigNamesMapper::hasTranslatable function core/modules/config_translation/src/ConfigNamesMapper.php Checks if pieces of this configuration mapper have translatables.
ConfigNamesMapper::hasTranslation function core/modules/config_translation/src/ConfigNamesMapper.php Checks whether there is already a translation for this mapper.
ConfigNamesMapperTest::providerTestHasSchema function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Provides data for ConfigMapperTest::testHasSchema().
ConfigNamesMapperTest::providerTestHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Provides data for ConfigNamesMapperTest::testHasTranslatable().
ConfigNamesMapperTest::providerTestHasTranslation function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Provides data for for ConfigNamesMapperTest::testHasTranslation().
ConfigNamesMapperTest::testHasSchema function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::hasSchema().
ConfigNamesMapperTest::testHasTranslatable function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::hasTranslatable().
ConfigNamesMapperTest::testHasTranslation function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::hasTranslation().
ConfirmClassyCopiesTest::getClassyHash function core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php Gets the hash of a Classy asset.
ConfirmClassyCopiesTest::testClassyHashes function core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php Tests Classy's assets have not been altered.
Container::has function core/lib/Drupal/Component/DependencyInjection/Container.php
Container::hasParameter function core/lib/Drupal/Component/DependencyInjection/Container.php
ContainerAwareEventDispatcher::hasListeners function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcherTest::testHasListenersIsLazy function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testHasListenersWhenAddedCallbackListenerIsRemoved function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testHasListenersWithoutEventsReturnsFalseAfterHasListenersWithEventHasBeenCalled function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerTest::testHas function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::has() works properly.
ContainerTest::testHasForAliasedService function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::has() for aliased services works properly.
ContainerTest::testHasParameter function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::hasParameter() works properly.
ContentEntityBase::hasField function core/lib/Drupal/Core/Entity/ContentEntityBase.php
ContentEntityBase::hasTranslation function core/lib/Drupal/Core/Entity/ContentEntityBase.php
ContentEntityBase::hasTranslationChanges function core/lib/Drupal/Core/Entity/ContentEntityBase.php
ContentEntityHasChangesTest class core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php Tests ContentEntityBase::hasTranslationChanges().
ContentEntityHasChangesTest.php file core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php
ContentEntityHasChangesTest::$bundle property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php Bundle of entity.
ContentEntityHasChangesTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php Modules to enable.
ContentEntityHasChangesTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php
ContentEntityHasChangesTest::testHasTranslationChanges function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php Tests the correct functionality of the hasTranslationChanges() function.
ContentEntityNullStorage::has function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Determines if this entity already exists in storage.
ContentEntityNullStorage::hasData function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php Determines if the storage contains any data.
ContentEntityStorageBase::hasFieldValueChanged function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Checks whether the field values changed compared to the original entity.
ContentEntityType::hasRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityType.php Indicates if a given entity revision metadata key exists.

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