Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
AssetResolver::getLibrariesToLoad function core/lib/Drupal/Core/Asset/AssetResolver.php Returns the libraries that need to be loaded.
AssetResolverInterface::getCssAssets function core/lib/Drupal/Core/Asset/AssetResolverInterface.php Returns the CSS assets for the current response's libraries.
AssetResolverInterface::getJsAssets function core/lib/Drupal/Core/Asset/AssetResolverInterface.php Returns the JavaScript assets for the current response's libraries.
AssetResolverTest::testGetCssAssets function core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php @covers ::getCssAssets
@dataProvider providerAttachedAssets
AssetResolverTest::testGetJsAssets function core/tests/Drupal/Tests/Core/Asset/AssetResolverTest.php @covers ::getJsAssets
@dataProvider providerAttachedAssets
AttachedAssets::getAlreadyLoadedLibraries function core/lib/Drupal/Core/Asset/AttachedAssets.php Returns the set of already loaded asset libraries.
AttachedAssets::getLibraries function core/lib/Drupal/Core/Asset/AttachedAssets.php Returns the asset libraries attached to the current response.
AttachedAssets::getSettings function core/lib/Drupal/Core/Asset/AttachedAssets.php Returns the settings attached to the current response.
AttachedAssetsInterface::getAlreadyLoadedLibraries function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Returns the set of already loaded asset libraries.
AttachedAssetsInterface::getLibraries function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Returns the asset libraries attached to the current response.
AttachedAssetsInterface::getSettings function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Returns the settings attached to the current response.
AttachedRenderingBlock::getCacheMaxAge function core/modules/system/tests/modules/render_attached_test/src/Plugin/Block/AttachedRenderingBlock.php
AttachmentsInterface::getAttachments function core/lib/Drupal/Core/Render/AttachmentsInterface.php Gets attachments.
AttachmentsTrait::getAttachments function core/lib/Drupal/Core/Render/AttachmentsTrait.php
Attribute::getClass function core/lib/Drupal/Core/Template/Attribute.php Gets the class attribute value if set.
Attribute::getIterator function core/lib/Drupal/Core/Template/Attribute.php
Attribute::offsetGet function core/lib/Drupal/Core/Template/Attribute.php
AttributeArray::getIterator function core/lib/Drupal/Core/Template/AttributeArray.php
AttributeArray::offsetGet function core/lib/Drupal/Core/Template/AttributeArray.php
AttributeTest::getXPathResultCount function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Counts the occurrences of the given XPath query in a given HTML snippet.
AuditResult::getMigration function core/modules/migrate/src/Audit/AuditResult.php Returns the audited migration.
AuthenticationCollector::getProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Returns an authentication provider.
AuthenticationCollector::getSortedProviders function core/lib/Drupal/Core/Authentication/AuthenticationCollector.php Returns the sorted array of authentication providers.
AuthenticationCollectorInterface::getProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Returns an authentication provider.
AuthenticationCollectorInterface::getSortedProviders function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Returns the sorted array of authentication providers.
AuthenticationManager::getChallenger function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Returns the ID of the challenge provider for a request.
AuthenticationManager::getProvider function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Returns the id of the authentication provider for a request.
AuthenticationSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php
AutoIncrementingTestItem::getIncrementedFieldValue function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Gets an incremented field value.
AutomatedCron::getSubscribedEvents function core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php Registers the methods in this class that should be listeners.
BackendChain::get function core/lib/Drupal/Core/Cache/BackendChain.php Returns data from the persistent cache.
BackendChain::getMultiple function core/lib/Drupal/Core/Cache/BackendChain.php Returns data from the persistent cache when given an array of cache IDs.
BackendChainImplementationUnitTest::testGet function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests the get feature.
BackendChainImplementationUnitTest::testGetHasPropagated function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Ensure get values propagation to previous backends.
BackendChainImplementationUnitTest::testGetMultiple function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests the get multiple feature.
BackendChainImplementationUnitTest::testGetMultipleHasPropagated function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Ensure get multiple values propagation to previous backends.
BackendCompilerPassTest::getDrivertestMysqlContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a DrivertestMysql database mock definition in it.
BackendCompilerPassTest::getMysqlContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a mysql database service definition in it.
BackendCompilerPassTest::getSqliteContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a sqlite database service in it.
BanAdmin::getFormId function core/modules/ban/src/Form/BanAdmin.php Returns a unique string identifying the form.
BanDelete::getCancelUrl function core/modules/ban/src/Form/BanDelete.php Returns the route to go to if the user cancels the action.
BanDelete::getConfirmText function core/modules/ban/src/Form/BanDelete.php Returns a caption for the button that confirms the action.
BanDelete::getFormId function core/modules/ban/src/Form/BanDelete.php Returns a unique string identifying the form.
BanDelete::getQuestion function core/modules/ban/src/Form/BanDelete.php Returns the question to ask the user.
BarClass::getBaz function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BarClass.php Getter for our BazClass object.
bartik_preprocess_image_widget function core/themes/bartik/bartik.theme Implements hook_preprocess_image_widget().
BaseFieldDefinition::getCardinality function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns the maximum number of items allowed for the field.
BaseFieldDefinition::getColumns function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns the field columns, as defined in the field schema.
BaseFieldDefinition::getConfig function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Gets an object that can be saved in configuration.
BaseFieldDefinition::getDefaultValue function core/lib/Drupal/Core/Field/BaseFieldDefinition.php Returns the default value for the field in a newly created entity.

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