UrlGeneratorInterface::generate |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php |
Generates a URL or path for a specific route based on the given parameters. |
MockUserLoginBlock::__construct |
function |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockUserLoginBlock.php |
Constructs a Drupal\Component\Plugin\PluginBase object. |
ContainerBuilder::setDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Sets a service definition. |
HandlerBase::defineExtraOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Provide defaults for the handler. |
PluginUIInterface::formValidate |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/PluginUIInterface.php |
Validates form values from the form() method. |
ContainerBuilder::hasDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Returns true if a service definition exists under the given identifier. |
StylePluginBase::$groupingTheme |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
The theme function used to render the grouping set. |
hook_field_formatter_info_alter |
function |
drupal/core/modules/field/field.api.php |
Perform alterations on Field API formatter types. |
ContainerBuilder::getDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Gets a service definition. |
BackendChain::garbageCollection |
function |
drupal/core/lib/Drupal/Core/Cache/BackendChain.php |
Implements Drupal\Core\Cache\CacheBackendInterface::garbageCollection(). |
CheckDefinitionValidityPassTest |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php |
|
ContainerBuilder::createService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Creates a service for a service definition. |
StyleSerializerTest::$adminUser |
property |
drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php |
A user with administrative privileges to look at test entity and configure views. |
CKEditorTest::testGetJSSettings |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php |
Tests CKEditor::getJSSettings(). |
bartik_process_maintenance_page |
function |
drupal/core/themes/bartik/bartik.theme |
Implements hook_process_HOOK() for maintenance-page.html.twig. |
ExceptionInSetUpTest::$tearDown |
property |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInSetUpTest.php |
|
edit_field_formatter_info_alter |
function |
drupal/core/modules/edit/edit.module |
Implements hook_field_formatter_info_alter(). |
ScopeCrossingInjectionException |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeCrossingInjectionException.php |
This exception is thrown when the a scope crossing injection is detected. |
PHPUnit_Util_XML::prepareString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/XML.php |
@author Kore Nordmann <mail@kore-nordmann.de>
@since Method available since Release 3.4.6 |
FilterSecurityTest::$admin_user |
property |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php |
A user with administrative permissions. |
WizardPluginBaseUnitTest::setUp |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/WizardPluginBaseUnitTest.php |
Sets up Drupal unit test environment. |
AnnotationWithConstants::STRING |
constant |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithConstants.php |
|
AccessPluginBase::defineOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/access/AccessPluginBase.php |
Retrieve the options when this is a new access
control plugin |
ImageFormatter::settingsSummary |
function |
drupal/core/modules/image/lib/Drupal/image/Plugin/field/formatter/ImageFormatter.php |
Returns a short summary for the current formatter settings. |
DefinedTestAccessCheck::applies |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/Access/DefinedTestAccessCheck.php |
Declares whether the access check applies to a specific route or not. |
PHP_Token_INTERFACE::getPackage |
function |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
EntityEnclosingRequest::setBody |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Set the body of the request |
EntityEnclosingRequest::getBody |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php |
Get the body of the request if set |
EasyRdf_Parser_Turtle::skipLine |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php |
Consumes characters from reader until the first EOL has been read.
@ignore |
HtmlIdentifierUnitTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlIdentifierUnitTest.php |
|
CustomBlockTestBase::$adminUser |
property |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTestBase.php |
Admin user |
test_theme_phptemplate.info.yml |
file |
drupal/core/modules/system/tests/themes/test_theme_phptemplate/test_theme_phptemplate.info.yml |
drupal/core/modules/system/tests/themes/test_theme_phptemplate/test_theme_phptemplate.info.yml |
InstallerTest::refreshVariables |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/InstallerTest.php |
During setup(), drupalPost calls refreshVariables() which tries to read
variables which are not yet there because the child Drupal is not yet
installed. |
PictureMappingActionConfirmForm |
class |
drupal/core/modules/picture/lib/Drupal/picture/Form/PictureMappingActionConfirmForm.php |
|
ScopeWideningInjectionException |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ScopeWideningInjectionException.php |
Thrown when a scope widening injection is detected. |
StylePluginBase::renderRowGroup |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Renders a group of rows of the grouped view. |
SessionBagInterface::initialize |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php |
Initializes the Bag |
IntefaceWithConstants::SOME_KEY |
constant |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/IntefaceWithConstants.php |
|
RemoveUnusedDefinitionsPass.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php |
|
SearchRankingTest::testRankings |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php |
|
ConstraintValidator::initialize |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ConstraintValidator.php |
Initializes the constraint validator. |
StylePluginBase::renderGrouping |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Group records as needed for rendering. |
CoalescingDirectoryResource.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php |
|
CommentNodeChangesTest::getInfo |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNodeChangesTest.php |
|
SelectInterface::getExpressions |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Returns a reference to the expressions array for this query. |
HandlerBase::acceptExposedInput |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Take input from exposed handlers and assign to this handler, if necessary. |
Twig_TokenParserBrokerInterface |
interface |
drupal/core/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php |
Interface implemented by token parser brokers. |
ViewPageControllerTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewPageControllerTest.php |
|
AlterDecoratorTestPluginManager |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/AlterDecoratorTestPluginManager.php |
Defines a plugin manager used by AlterDecorator unit tests. |
AdminController::$moduleHandler |
property |
drupal/core/modules/system/lib/Drupal/system/Controller/AdminController.php |
Module handler service. |