AttributeArray::value |
function |
drupal/core/lib/Drupal/Core/Template/AttributeArray.php |
Returns the whole array. |
HttpKernel::handleRaw |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php |
Handles a request to convert it to a response. |
assertLessThanOrEqual |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that a value is smaller than or equal to another value. |
IpValidator::validate |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/IpValidator.php |
Checks if the passed value is valid. |
ClassMetadata::accept |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
Implementation of the Visitor design pattern. |
views_ui_library_info |
function |
drupal/core/modules/views_ui/views_ui.module |
Implements hook_library_info(). |
PoStreamReader::close |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Implements Drupal\Component\Gettext\PoStreamInterface::close(). |
Twig_Node_Do::compile |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Do.php |
Compiles the node to PHP. |
ShutdownFunctionsTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/System/ShutdownFunctionsTest.php |
Functional tests shutdown functions. |
MetadataInterface.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/MetadataInterface.php |
|
ScanDirectoryTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php |
Definition of Drupal\system\Tests\File\ScanDirectoryTest. |
theme_image_formatter |
function |
drupal/core/modules/image/image.field.inc |
Returns HTML for an image field formatter. |
module_test_hook_info |
function |
drupal/core/modules/system/tests/modules/module_test/module_test.module |
Implements hook_hook_info(). |
assertNotContainsOnly |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that a haystack does not contain only values of a given type. |
PassConfig::getPasses |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/PassConfig.php |
Returns all passes in order to be processed. |
SortPluginBase::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/SortPluginBase.php |
Called to add the sort to a query. |
menu_preprocess_block |
function |
drupal/core/modules/menu/menu.module |
Implements hook_preprocess_HOOK() for block.html.twig. |
ParamConverterManager |
class |
drupal/core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php |
Provides a service which allows to enhance (say alter) the arguments coming
from the URL. |
_file_test_get_return |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Load the appropriate return value. |
TermStorageController |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Defines a Controller class for taxonomy terms. |
ModuleHandler::enable |
function |
drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php |
Enables or installs a given list of modules. |
TermUnitTest::getInfo |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermUnitTest.php |
|
RequestContext::$host |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php |
|
FlashBag::$storageKey |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php |
The storage key for flashes in the session |
FreeConfigContext.php |
file |
drupal/core/lib/Drupal/Core/Config/Context/FreeConfigContext.php |
Contains \Drupal\Core\Config\Context\FreeConfigContext. |
session_test.info.yml |
file |
drupal/core/modules/system/tests/modules/session_test/session_test.info.yml |
drupal/core/modules/system/tests/modules/session_test/session_test.info.yml |
ViewsData::$skipCache |
property |
drupal/core/modules/views/lib/Drupal/views/ViewsData.php |
Whether or not to skip data caching and rebuild data each time. |
FilterHtmlImageSecure |
class |
drupal/core/modules/filter/lib/Drupal/filter/Plugin/Filter/FilterHtmlImageSecure.php |
Provides a filter to restrict images to site. |
ManyToOne::titleQuery |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ManyToOne.php |
Override for specific title lookups. |
Revision::render_link |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Revision.php |
Render whatever the data is as a link to the node. |
LanguageField::render |
function |
drupal/core/modules/language/lib/Drupal/language/Plugin/views/field/LanguageField.php |
Render the field. |
FlashBag::__construct |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php |
Constructor. |
OptionsWidgetBase.php |
file |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/OptionsWidgetBase.php |
Contains \Drupal\options\Plugin\field\widget\OptionsWidgetBase. |
AbstractProxyTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php |
|
Truncate::__construct |
function |
drupal/core/lib/Drupal/Core/Database/Query/Truncate.php |
Constructs a Truncate query object. |
ParameterBag::resolve |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php |
Replaces parameter placeholders (%name%) by their values for all parameters. |
Target::TARGET_METHOD |
constant |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/Target.php |
|
breakpoint_group_load |
function |
drupal/core/modules/breakpoint/breakpoint.module |
Load one breakpoint group by its identifier. |
PageEditTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/PageEditTest.php |
|
assertNotInternalType |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that a variable is not of a given type. |
ViewsHandlerDiscovery |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/Discovery/ViewsHandlerDiscovery.php |
Defines a discovery mechanism to find Views handlers in PSR-0 namespaces. |
DefaultSummary::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/DefaultSummary.php |
Add anything to the query that we might need to. |
DCOM55Test::testIssue |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM55Test.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Semantical Error] The class "Doctrine\Tests\Common\Annotations\Fixtures\Controller" is not annotated with
. Are you sure this class can be used as… |
TimeValidatorTest.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/TimeValidatorTest.php |
|
filter.url-output.txt |
file |
drupal/core/modules/filter/tests/filter.url-output.txt |
This is just a <a href="http://www.test.com">www.test.com</a>. paragraph with <a href="mailto:person@test.com">person@test.com</a>. some <a… |
UrlValidator::isValid |
function |
drupal/core/lib/Drupal/Component/Utility/UrlValidator.php |
Verifies the syntax of the given URL. |
install_settings_form |
function |
drupal/core/includes/install.core.inc |
Form constructor for a form to configure and rewrite settings.php. |
Field::getConstraints |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php |
Overrides \Drupal\Core\TypedData\TypedData::getConstraints(). |
file_test_file_insert |
function |
drupal/core/modules/file/tests/file_test/file_test.module |
Implements hook_file_insert(). |
CurlHandle::getStderr |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlHandle.php |
Get the stderr output |