Search for getAll

  1. Search 7.x for getAll
  2. Search 9.5.x for getAll
  3. Search 8.9.x for getAll
  4. Search 10.3.x for getAll
  5. Other projects
Title Object type File name Summary
ExtensionListTest::testGetAllInstalledInfo function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getAllInstalledInfo
FieldDiscovery::getAllFields function core/modules/migrate_drupal/src/FieldDiscovery.php Gets all field information related to this migration.
FieldDiscoveryTest::getAllFieldData function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Returns dummy data to test the field getters.
FieldDiscoveryTest::testGetAllFields function core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php Tests the getAllFields method.
FieldDiscoveryTest::testGetAllFields function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Tests the getAllFields method.
FieldDiscoveryTestClass::getAllFields function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Gets all field information related to this migration.
FieldResolver::getAllDataReferencePropertyNames function core/modules/jsonapi/src/Context/FieldResolver.php Gets all unique reference property names from the given field definitions.
FileSanitizationEventSubscriber::getAllowedExtensions function core/modules/file/tests/modules/file_validator_test/src/EventSubscriber/FileSanitizationEventSubscriber.php Gets the allowed extensions.
FileStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/FileStorage.php Gets the existing collections.
FileStorage::getAllCollectionNamesHelper function core/lib/Drupal/Core/Config/FileStorage.php Helper function for getAllCollectionNames().
FileUploadSanitizeNameEvent::getAllowedExtensions function core/lib/Drupal/Core/File/Event/FileUploadSanitizeNameEvent.php Gets the list of allowed extensions.
FilterPluginCollection::getAll function core/modules/filter/src/FilterPluginCollection.php Retrieves filter definitions and creates an instance for each filter.
HTMLRestrictions::getAllowedElements function core/modules/ckeditor5/src/HTMLRestrictions.php Gets allowed elements.
ImageToolkitManager::getAllValidExtensions function core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php Returns all valid extensions.
InstallStorage::getAllFolders function core/lib/Drupal/Core/Config/InstallStorage.php Returns a map of all config object names and their folders.
KeyValueStoreInterface::getAll function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns all stored key/value pairs in the collection.
LanguageReference::getAllValidLangcodes function core/lib/Drupal/Core/TypedData/Plugin/DataType/LanguageReference.php Returns all valid values for a `langcode` config value.
LocaleProjectStorage::getAll function core/modules/locale/src/LocaleProjectStorage.php
LocaleProjectStorageInterface::getAll function core/modules/locale/src/LocaleProjectStorageInterface.php Returns all the project records.
ManageDisplayTest::getAllOptionsList function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Extracts all options from a select element.
ManagedStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/ManagedStorage.php Gets the existing collections.
MediaLibraryState::getAllowedTypeIds function core/modules/media_library/src/MediaLibraryState.php Returns the media type IDs which can be selected.
MediaLibraryWidget::getAllowedMediaTypeIdsSorted function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php Gets the enabled media type IDs sorted by weight.
MemoryStorage::getAll function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Returns all stored key/value pairs in the collection.
MemoryStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/MemoryStorage.php Gets the existing collections.
MenuTreeStorage::getAllChildIds function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Loads all the IDs for menu links that are below the given ID.
MenuTreeStorageInterface::getAllChildIds function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads all the IDs for menu links that are below the given ID.
MockRouteProvider::getAllRoutes function core/modules/system/src/Tests/Routing/MockRouteProvider.php Returns all the routes on the system.
NullStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/NullStorage.php Gets the existing collections.
NullStorageExpirable::getAll function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns all stored key/value pairs in the collection.
ProviderRepository::getAll function core/modules/media/src/OEmbed/ProviderRepository.php
ProviderRepository::getAll function core/modules/media/tests/modules/media_test_oembed/src/ProviderRepository.php
ProviderRepositoryInterface::getAll function core/modules/media/src/OEmbed/ProviderRepositoryInterface.php Returns information on all available oEmbed providers.
ReadOnlyStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Gets the existing collections.
RecipeConfigStorageWrapper::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Gets the existing collections.
RecipeConfigStorageWrapperTest::testGetAllCollectionNames function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test that we merge and return only unique collection names.
RecipeExtensionConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Gets the existing collections.
RecipeOverrideConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets the existing collections.
ResolvedLibraryDefinitionsFilesMatchTest::getAllLibraries function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Gets all libraries for core and all installed modules.
ResourceTypeRepository::getAllBundlesForEntityType function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Gets all bundle IDs for a given entity type.
ResourceTypeRepository::getAllFieldNames function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Gets all field names for a given entity type and bundle.
RouteProvider::getAllRoutes function core/tests/Drupal/KernelTests/RouteProvider.php Returns all the routes on the system.
RouteProvider::getAllRoutes function core/lib/Drupal/Core/Routing/RouteProvider.php Returns all the routes on the system.
RouteProviderInterface::getAllRoutes function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Returns all the routes on the system.
RouteProviderLazyBuilder::getAllRoutes function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Returns all the routes on the system.
RouteProviderTest::testGetAllRoutes function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms RouteProvider::getAllRoutes() extracts information correctly from the database.
Settings::getAll function core/lib/Drupal/Core/Site/Settings.php Returns all the settings. This is only used for testing purposes.
SettingsTest::testGetAll function core/tests/Drupal/Tests/Core/Site/SettingsTest.php @covers ::getAll
Sql::getAllEntities function core/modules/views/src/Plugin/views/query/Sql.php Gets all the involved entities of the view.
StableLibraryOverrideTestBase::getAllLibraries function core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php Gets all libraries for core and all installed modules.

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