Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
ConfigEntityAdapterTest::testGetProperties function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::getProperties
ConfigEntityAdapterTest::testGetString function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::getString
ConfigEntityAdapterTest::testGetValue function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php @covers ::getValue
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.
ConfigEntityBaseUnitTest::testGet function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::set
@covers ::get
ConfigEntityBaseUnitTest::testGetOriginalId function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::setOriginalId
@covers ::getOriginalId
ConfigEntityDenormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php
ConfigEntityDependency::getConfigDependencyName function core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Gets the configuration entity's configuration dependency name.
ConfigEntityDependency::getDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityDependency.php Gets the configuration entity's dependencies of the supplied type.
ConfigEntityInterface::get function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Returns the value of a property.
ConfigEntityInterface::getDependencies function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Gets the configuration dependencies.
ConfigEntityListBuilder::getDefaultOperations function core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php Gets this list's default operations.
ConfigEntityListBuilder::getStorage function core/lib/Drupal/Core/Config/Entity/ConfigEntityListBuilder.php Gets the config entity storage.
ConfigEntityMapper::getBaseRouteParameters function core/modules/config_translation/src/ConfigEntityMapper.php Returns the route parameters for the base route the mapper is attached to.
ConfigEntityMapper::getContextualLinkGroup function core/modules/config_translation/src/ConfigEntityMapper.php Returns the name of the contextual link group to add contextual links to.
ConfigEntityMapper::getEntity function core/modules/config_translation/src/ConfigEntityMapper.php Gets the entity instance for this mapper.
ConfigEntityMapper::getOperations function core/modules/config_translation/src/ConfigEntityMapper.php Provides an array of information to build a list of operation links.
ConfigEntityMapper::getOverviewRouteName function core/modules/config_translation/src/ConfigEntityMapper.php Returns route name for the translation overview route.
ConfigEntityMapper::getTitle function core/modules/config_translation/src/ConfigEntityMapper.php Returns title of this translation page.
ConfigEntityMapper::getType function core/modules/config_translation/src/ConfigEntityMapper.php Gets the entity type ID from this mapper.
ConfigEntityMapper::getTypeLabel function core/modules/config_translation/src/ConfigEntityMapper.php Returns the label of the type of data the mapper encapsulates.
ConfigEntityMapper::getTypeName function core/modules/config_translation/src/ConfigEntityMapper.php Returns the name of the type of data the mapper encapsulates.
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.
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::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
ConfigEntityStorage::getIDFromConfigName function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Extracts the configuration entity ID from the full configuration name.
ConfigEntityStorage::getPrefix function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Returns the prefix used to create the configuration name.
ConfigEntityStorage::getQueryServiceName function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Gets the name of the service for the query for this entity storage.
ConfigEntityStorageInterface::getIDFromConfigName function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Extracts the configuration entity ID from the full configuration name.
ConfigEntityStorageTest class core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @coversDefaultClass \Drupal\Core\Config\Entity\ConfigEntityStorage
@group Config
ConfigEntityStorageTest class core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php Tests configuration entity storage.
ConfigEntityStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigEntityStorageTest.php
ConfigEntityStorageTest.php file core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php

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