AssetManager::getNames |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php |
Returns an array of asset names. |
PoStreamReader::getURI |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Implements Drupal\Component\Gettext\PoStreamInterface::getURI(). |
Settings::getSingleton |
function |
drupal/core/lib/Drupal/Component/Utility/Settings.php |
Returns the settings instance. |
Request::getRawHeaders |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php |
Get the raw message headers as a string |
CurlHandle::getErrorNo |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlHandle.php |
Get the last error number that occurred on the cURL handle |
TokenScanTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenScanTest.php |
|
AbstractProxy::getName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php |
Gets the session name. |
CurlHandle::getOptions |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlHandle.php |
Get the cURL setopt options of the handle. Changing values in the return object will have no effect on the curl
handle after it is created. |
ValidatorTest::getInfo |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/ValidatorTest.php |
|
LanguageTestController |
class |
drupal/core/modules/language/tests/language_test/lib/Drupal/language_test/Controller/LanguageTestController.php |
Controller routines for language_test routes. |
Request::getScriptName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Returns current script name. |
EntityBCDecorator::get |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
UpdateLobTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateLobTest.php |
|
NormalizeTest::getInfo |
function |
drupal/core/modules/hal/lib/Drupal/hal/Tests/NormalizeTest.php |
|
Request::getRequestUri |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Returns the requested URI. |
LoggingForm::getFormID |
function |
drupal/core/modules/system/lib/Drupal/system/Form/LoggingForm.php |
Returns a unique string identifying the form. |
Request::getUriForPath |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Generates a normalized URI for the given path. |
EntityTranslation::get |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::get(). |
FileStorage::getDumper |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Gets the YAML dumper instance. |
FileStorage::getParser |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Gets the YAML parser instance. |
Request::getRealMethod |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Gets the "real" request method. |
GetSetDummy::getFooBar |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php |
|
Profile::getCollectors |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php |
Gets the Collectors associated with this profile. |
TimerUnitTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/TimerUnitTest.php |
This method exists to support the simpletest UI runner. |
system_get_module_info |
function |
drupal/core/modules/system/system.module |
Return .info.yml data for modules. |
PluginBagTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/PluginBagTest.php |
|
PathAliasTest::getInfo |
function |
drupal/core/modules/path/lib/Drupal/path/Tests/PathAliasTest.php |
|
field_behaviors_widget |
function |
drupal/core/modules/field/field.info.inc |
Determines the behavior of a widget with respect to an operation. |
Request::getEventArray |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php |
Get an array containing the request and response for event notifications |
HeaderBagTest::testGet |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php |
@covers Symfony\Component\HttpFoundation\HeaderBag::get |
FlashBagInterface::get |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php |
Gets and clears flash from the stack. |
SpaceUsedTest::getInfo |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/SpaceUsedTest.php |
|
DiffArrayTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php |
This method exists to support the simpletest UI runner. |
EmailDefaultWidget.php |
file |
drupal/core/modules/email/lib/Drupal/email/Plugin/field/widget/EmailDefaultWidget.php |
Definition of Drupal\email\Plugin\field\widget\EmailDefaultWidget. |
DirectoryTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php |
|
BanDelete::getQuestion |
function |
drupal/core/modules/ban/lib/Drupal/ban/Form/BanDelete.php |
Returns the question to ask the user. |
WidgetBase::flagErrors |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::flagErrors(). |
StringInterface::getId |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringInterface.php |
Gets the string unique identifier. |
menu_get_local_actions |
function |
drupal/core/includes/menu.inc |
Returns the rendered local actions at the current level. |
PageTitleFilteringTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/System/PageTitleFilteringTest.php |
|
SetDelete::getQuestion |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/Form/SetDelete.php |
Returns the question to ask the user. |
GetterMetadataTest.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/GetterMetadataTest.php |
|
UploadedFile::getError |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php |
Returns the upload error. |
PoStreamWriter::getURI |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamWriter.php |
Implements Drupal\Component\Gettext\PoStreamInterface::getURI(). |
FieldUnitTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php |
|
ImageThemeFunctionTest |
class |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageThemeFunctionTest.php |
Tests image theme functions. |
FieldTypeTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/Views/FieldTypeTest.php |
|
KernelEvent::getKernel |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/KernelEvent.php |
Returns the kernel in which this event was thrown |
AutocompleteWidgetBase |
class |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/widget/AutocompleteWidgetBase.php |
Parent plugin for entity reference autocomplete widgets. |
SessionTest::testGetId |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|