Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Get.php

141 string references to 'Get'

AbstractBrowser::followRedirect in vendor/symfony/browser-kit/AbstractBrowser.php
Follow redirects?
AbstractStorage::get in vendor/lullabot/php-webdriver/lib/WebDriver/Storage/AbstractStorage.php
Get all keys from storage or a specific key/value pair
AbstractStorage::methods in vendor/lullabot/php-webdriver/lib/WebDriver/Storage/AbstractStorage.php
Return array of supported method names and corresponding HTTP request methods
AbstractUriElement::getMethod in vendor/symfony/dom-crawler/AbstractUriElement.php
Gets the method associated with this link.
Alert::methods in vendor/lullabot/php-webdriver/lib/WebDriver/Alert.php
Return array of supported method names and corresponding HTTP request methods
ApplicationCache::methods in vendor/lullabot/php-webdriver/lib/WebDriver/ApplicationCache.php
Return array of supported method names and corresponding HTTP request methods
ArrayDumper::dumpValues in vendor/composer/composer/src/Composer/Package/Dumper/ArrayDumper.php
AttributeLoader::loadClassMetadata in vendor/symfony/serializer/Mapping/Loader/AttributeLoader.php
BinaryFileResponse::prepare in vendor/symfony/http-foundation/BinaryFileResponse.php
Prepares the Response before it is sent to the client.
BrowserKitDriver::visit in vendor/behat/mink-browserkit-driver/src/BrowserKitDriver.php
Visit specified URL.
ckeditor5.routing.yml in core/modules/ckeditor5/ckeditor5.routing.yml
core/modules/ckeditor5/ckeditor5.routing.yml
ClientTrait::get in vendor/guzzlehttp/guzzle/src/ClientTrait.php
Create and send an HTTP GET request.
ClientTrait::getAsync in vendor/guzzlehttp/guzzle/src/ClientTrait.php
Create and send an asynchronous HTTP GET request.
CommentController::commentPermalink in core/modules/comment/src/Controller/CommentController.php
Redirects comment links to the correct page depending on comment settings.
CompiledUrlMatcherTrait::doMatch in vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php
CompiledUrlMatcherTrait::match in vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php
ConfigReturnTypeExtension::isMethodSupported in vendor/composer/composer/src/Composer/PHPStan/ConfigReturnTypeExtension.php
contact.services.yml in core/modules/contact/contact.services.yml
core/modules/contact/contact.services.yml
ContainerDynamicReturnTypeExtension::getTypeFromMethodCall in vendor/mglaman/phpstan-drupal/src/Type/ContainerDynamicReturnTypeExtension.php
ContainerDynamicReturnTypeExtension::isMethodSupported in vendor/mglaman/phpstan-drupal/src/Type/ContainerDynamicReturnTypeExtension.php
CoreExtension::getAttribute in vendor/twig/twig/src/Extension/CoreExtension.php
Returns the attribute value for a given array/object.
Crawler::links in vendor/symfony/dom-crawler/Crawler.php
Returns an array of Link objects for the nodes in the list.
CsrfRequestHeaderAccessCheck::access in core/lib/Drupal/Core/Access/CsrfRequestHeaderAccessCheck.php
Checks access.
CsrfRequestHeaderAccessCheck::applies in core/lib/Drupal/Core/Access/CsrfRequestHeaderAccessCheck.php
Declares whether the access check applies to a specific route or not.
CurlDownloader::tick in vendor/composer/composer/src/Composer/Util/Http/CurlDownloader.php
CurlService::execute in vendor/lullabot/php-webdriver/lib/WebDriver/Service/CurlService.php
Send protocol request to WebDriver server using curl extension API.
d6_block.yml in core/modules/block/migrations/d6_block.yml
core/modules/block/migrations/d6_block.yml
d7_block.yml in core/modules/block/migrations/d7_block.yml
core/modules/block/migrations/d7_block.yml
DefaultExceptionHtmlSubscriber::makeSubrequest in core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php
Makes a subrequest to retrieve the default error page.
DialogRenderer::getDialogOptions in core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php
Returns the dialog options from request.
dynamic_page_cache.services.yml in core/modules/dynamic_page_cache/dynamic_page_cache.services.yml
core/modules/dynamic_page_cache/dynamic_page_cache.services.yml
Element::methods in vendor/lullabot/php-webdriver/lib/WebDriver/Element.php
Return array of supported method names and corresponding HTTP request methods
Element::obsoleteMethods in vendor/lullabot/php-webdriver/lib/WebDriver/Element.php
Return array of obsolete method names and corresponding HTTP request methods
EntityResource::getBaseRoute in core/modules/rest/src/Plugin/rest/resource/EntityResource.php
Gets the base route for a particular method.
EntityUuidConverter::convert in core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php
Converts path variables to their corresponding objects.
ErrorListener::duplicateRequest in vendor/symfony/http-kernel/EventListener/ErrorListener.php
Clones the request for the exception.
FieldDescriptor::getFieldDescriptor in vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptor.php
FieldPluginBase::defineValueProcessPipeline in core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
Apply any custom processing to the field bundle migrations.
FileUpload::handleFileUploadForExistingResource in core/modules/jsonapi/src/Controller/FileUpload.php
Handles JSON:API file upload requests.
FilterHtml::tips in core/modules/filter/src/Plugin/Filter/FilterHtml.php
Generates a filter's tip.
Form::getMethod in vendor/symfony/dom-crawler/Form.php
Gets the form method.
FormBuilder::buildForm in core/lib/Drupal/Core/Form/FormBuilder.php
Builds and processes a form for a given form ID.
FormBuilder::prepareForm in core/lib/Drupal/Core/Form/FormBuilder.php
Prepares a structured form array.
FormBuilder::processForm in core/lib/Drupal/Core/Form/FormBuilder.php
Processes a form submission.
FormState::isRequestMethodSafe in core/lib/Drupal/Core/Form/FormState.php
Checks whether the request method is a "safe" HTTP method.
FunctionalTestSetupTrait::prepareRequestForGenerator in core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
Creates a mock request and sets it on the generator.
FunctionalTestSetupTrait::setupBaseUrl in core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php
Sets up the base URL based upon the environment variable.
GetDeprecatedServiceRule::processNode in vendor/mglaman/phpstan-drupal/src/Rules/Deprecations/GetDeprecatedServiceRule.php
GetSetMethodNormalizer::getAttributeValue in vendor/symfony/serializer/Normalizer/GetSetMethodNormalizer.php
Gets the attribute value.
GetSetMethodNormalizer::isAllowedAttribute in vendor/symfony/serializer/Normalizer/GetSetMethodNormalizer.php
Is this attribute allowed?
GetSetMethodNormalizer::isGetMethod in vendor/symfony/serializer/Normalizer/GetSetMethodNormalizer.php
Checks if a method's name matches /^(get|is|has).+$/ and can be called non-statically without parameters.
GetterMetadata::__construct in vendor/symfony/validator/Mapping/GetterMetadata.php
GuardTokenParser::parse in vendor/twig/twig/src/TokenParser/GuardTokenParser.php
Parses a token and returns a node.
HttpBrowser::getBodyAndExtraHeaders in vendor/symfony/browser-kit/HttpBrowser.php
HttpCache::fetch in vendor/symfony/http-kernel/HttpCache/HttpCache.php
Unconditionally fetches a fresh response from the backend and stores it in the cache if is cacheable.
HttpCache::invalidate in vendor/symfony/http-kernel/HttpCache/HttpCache.php
Invalidates non-safe methods (like POST, PUT, and DELETE).
HttpCache::validate in vendor/symfony/http-kernel/HttpCache/HttpCache.php
Validates that a cache entry is fresh.
HttpClientKernel::getBody in vendor/symfony/http-kernel/HttpClientKernel.php
Image::__construct in vendor/symfony/dom-crawler/Image.php
Ime::methods in vendor/lullabot/php-webdriver/lib/WebDriver/Ime.php
Return array of supported method names and corresponding HTTP request methods
InlineFragmentRenderer::createSubRequest in vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php
jsonapi.services.yml in core/modules/jsonapi/jsonapi.services.yml
core/modules/jsonapi/jsonapi.services.yml
LazyObjectRegistry::getParentMethods in vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php
LegacyWindow::getHandle in vendor/lullabot/php-webdriver/lib/WebDriver/LegacyWindow.php
Get window handle: /session/:sessionId/window_handle (GET)
LegacyWindow::methods in vendor/lullabot/php-webdriver/lib/WebDriver/LegacyWindow.php
Return array of supported method names and corresponding HTTP request methods
Loader::php in vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Loader.php
Log::methods in vendor/lullabot/php-webdriver/lib/WebDriver/Log.php
Return array of supported method names and corresponding HTTP request methods
media.routing.yml in core/modules/media/media.routing.yml
core/modules/media/media.routing.yml
MessageBuilderContext::getFieldDescriptor in vendor/google/protobuf/src/Google/Protobuf/Internal/MessageBuilderContext.php
MethodFilter::filter in core/lib/Drupal/Core/Routing/MethodFilter.php
Filters the route collection against a request.
migrate.services.yml in core/modules/migrate/migrate.services.yml
core/modules/migrate/migrate.services.yml
Migration::getProcessNormalized in core/modules/migrate/src/Plugin/Migration.php
Resolve shorthands into a list of plugin configurations.
Migration::getProcessPlugins in core/modules/migrate/src/Plugin/Migration.php
Returns the process plugins.
OEmbed::getLocalThumbnailUri in core/modules/media/src/Plugin/media/Source/OEmbed.php
Returns the local URI for a resource thumbnail.
page_cache.services.yml in core/modules/page_cache/page_cache.services.yml
core/modules/page_cache/page_cache.services.yml
Parser::parseMethodDefinition in vendor/mck89/peast/lib/Peast/Syntax/Parser.php
Parses a method definition
ParserAbstract::checkPropertyHook in vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php
PathPluginBase::overrideAppliesPathAndMethod in core/modules/views/src/Plugin/views/display/PathPluginBase.php
Determines whether an override for the path and method should happen.
PhpDumper::generateMethodName in vendor/symfony/dependency-injection/Dumper/PhpDumper.php
PhptTestCase::parse in vendor/phpunit/phpunit/src/Runner/PhptTestCase.php
ProviderRepository::getAll in core/modules/media/src/OEmbed/ProviderRepository.php
Psr17Factory::createServerRequestFromGlobals in vendor/php-http/discovery/src/Psr17Factory.php
QueryFactory::updateConfigKeyStore in core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php
Updates or adds lookup data.
ReadOnlyModeMethodFilter::filter in core/modules/jsonapi/src/Routing/ReadOnlyModeMethodFilter.php
Filters the route collection against a request.
RedirectableUrlMatcher::match in vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php
Tries to match a URL path with a set of routes.
RedirectMiddleware::modifyRequest in vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
Request::createFromGlobals in vendor/symfony/http-foundation/Request.php
Creates a new request with values from PHP's super globals.
Request::getMethod in vendor/symfony/http-foundation/Request.php
Gets the request "intended" method.
Request::getRealMethod in vendor/symfony/http-foundation/Request.php
Gets the "real" request method.
Request::isMethodCacheable in vendor/symfony/http-foundation/Request.php
Checks whether the method is cacheable or not.
Request::isMethodIdempotent in vendor/symfony/http-foundation/Request.php
Checks whether or not the method is idempotent.
Request::isMethodSafe in vendor/symfony/http-foundation/Request.php
Checks whether or not the method is safe.
RequestContext::fromUri in vendor/symfony/routing/RequestContext.php
ResourceBase::requestMethods in core/modules/rest/src/Plugin/ResourceBase.php
Provides predefined HTTP request methods.
ResourceFetcher::fetchResource in core/modules/media/src/OEmbed/ResourceFetcher.php
ResourceRoutes::getRoutesForResourceConfig in core/modules/rest/src/Routing/ResourceRoutes.php
Provides all routes for a given REST resource config.
rest.resource.entity.node.yml in core/modules/rest/config/optional/rest.resource.entity.node.yml
core/modules/rest/config/optional/rest.resource.entity.node.yml
rest.services.yml in core/modules/rest/rest.services.yml
core/modules/rest/rest.services.yml
RestExport::collectRoutes in core/modules/rest/src/Plugin/views/display/RestExport.php
Adds the route entry of a view to the collection.
RootPackageLoader::load in vendor/composer/composer/src/Composer/Package/Loader/RootPackageLoader.php
@inheritDoc
RouteMethodSubscriber::onRouteBuilding in core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php
Sets a default value of GET|POST for the _method route property.
RoutePreloader::isGetAndHtmlRoute in core/lib/Drupal/Core/Routing/RoutePreloader.php
Determines whether the given route is a GET and HTML route.
Router::doMatchCollection in core/lib/Drupal/Core/Routing/Router.php
Tries to match a URL with a set of routes.
Routes::getEntryPointRoute in core/modules/jsonapi/src/Routing/Routes.php
Provides the entry point route.
Routes::getIndividualRoutesForResourceType in core/modules/jsonapi/src/Routing/Routes.php
Gets a route collection for the given resource type.
Routes::getRoutesForResourceType in core/modules/jsonapi/src/Routing/Routes.php
Gets applicable resource routes for a JSON:API resource type.
SauceRest::getAccountDetails in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get account details: /rest/v1/users/:userId (GET)
SauceRest::getAccountLimits in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Check account limits: /rest/v1/limits (GET)
SauceRest::getActivity in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get current account activity: /rest/v1/:userId/activity (GET)
SauceRest::getBrowsers in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get currently supported browsers: /rest/v1/info/browsers (GET)
SauceRest::getCounter in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get number of tests executed so far on Sauce Labs: /rest/v1/info/counter (GET)
SauceRest::getJob in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get full information for job: /rest/v1/:userId/jobs/:jobId (GET)
SauceRest::getJobs in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get jobs: /rest/v1/:userId/jobs (GET)
SauceRest::getStatus in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get current status of Sauce Labs' services: /rest/v1/info/status (GET)
SauceRest::getTunnel in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get full information for a tunnel: /rest/v1/:userId/tunnels/:tunnelId (GET)
SauceRest::getTunnels in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get running tunnels for a given user: /rest/v1/:userId/tunnels (GET)
SauceRest::getUsage in vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php
Get historical account usage: /rest/v1/:userId/usage (GET)
SearchBlockForm::buildForm in core/modules/search/src/Form/SearchBlockForm.php
Form constructor.
ServerRequest::fromGlobals in vendor/guzzlehttp/psr7/src/ServerRequest.php
Return a ServerRequest populated with superglobals: $_GET $_POST $_COOKIE $_FILES $_SERVER
ServerRequestCreator::fromGlobals in vendor/nyholm/psr7-server/src/ServerRequestCreator.php
Create a new server request from the current environment variables. Defaults to a GET request to minimise the risk of an \InvalidArgumentException. Includes the current request headers as supplied by the server through `getallheaders()`. If…
Session::capabilities in vendor/lullabot/php-webdriver/lib/WebDriver/Session.php
Get browser capabilities: /session/:sessionId (GET)
Session::getAllCookies in vendor/lullabot/php-webdriver/lib/WebDriver/Session.php
Get all cookies: /session/:sessionId/cookie (GET) Alternative to: $session->cookie();
Session::getTimeouts in vendor/lullabot/php-webdriver/lib/WebDriver/Session.php
Get timeouts (W3C): /session/:sessionId/timeouts (GET)
Session::getWindowHandle in vendor/lullabot/php-webdriver/lib/WebDriver/Session.php
Get window handle: /session/:sessionId/window (GET) : /session/:sessionId/window_handle (GET)
Session::getWindowHandles in vendor/lullabot/php-webdriver/lib/WebDriver/Session.php
Get window handles : /session/:sessionId/window_handles (GET) : /session/:sessionId/window/handles (GET)
Session::methods in vendor/lullabot/php-webdriver/lib/WebDriver/Session.php
Return array of supported method names and corresponding HTTP request methods
Session::obsoleteMethods in vendor/lullabot/php-webdriver/lib/WebDriver/Session.php
Return array of obsolete method names and corresponding HTTP request methods
ThemeRegistry::__construct in core/lib/Drupal/Core/Utility/ThemeRegistry.php
Constructs a ThemeRegistry object.
toolbar.services.yml in core/modules/toolbar/toolbar.services.yml
core/modules/toolbar/toolbar.services.yml
TraceableUrlMatcher::matchCollection in vendor/symfony/routing/Matcher/TraceableUrlMatcher.php
Tries to match a URL with a set of routes.
TwigSandboxPolicy::getMethodsAllowedOnAllObjects in core/lib/Drupal/Core/Template/TwigSandboxPolicy.php
Gets the list of allowed methods on all objects.
TwigSandboxPolicy::__construct in core/lib/Drupal/Core/Template/TwigSandboxPolicy.php
Constructs a new TwigSandboxPolicy object.
UrlMatcher::matchCollection in vendor/symfony/routing/Matcher/UrlMatcher.php
Tries to match a URL with a set of routes.
user.routing.yml in core/modules/user/user.routing.yml
core/modules/user/user.routing.yml
WebDriver::methods in vendor/lullabot/php-webdriver/lib/WebDriver/WebDriver.php
Return array of supported method names and corresponding HTTP request methods
WebDriver::sessions in vendor/lullabot/php-webdriver/lib/WebDriver/WebDriver.php
Get Sessions: /sessions (GET) Get list of currently active sessions
Window::getHandle in vendor/lullabot/php-webdriver/lib/WebDriver/Window.php
Get window handle: /session/:sessionId/window (GET) : /session/:sessionId/window_handle (GET)
Window::methods in vendor/lullabot/php-webdriver/lib/WebDriver/Window.php
Return array of supported method names and corresponding HTTP request methods
Window::obsoleteMethods in vendor/lullabot/php-webdriver/lib/WebDriver/Window.php
Return array of obsolete method names and corresponding HTTP request methods
xa1.php in core/lib/Drupal/Component/Transliteration/data/xa1.php
xac.php in core/lib/Drupal/Component/Transliteration/data/xac.php

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal