Request::preparePathInfo |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Prepares the path info. |
Date::acceptExposedInput |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Date.php |
Do some minor translation of the exposed input |
WidgetBase::errorElement |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::errorElement(). |
Node::pageDisplayOptions |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/Node.php |
Retrieves the page display options. |
ProcessDecorator::__call |
function |
drupal/core/lib/Drupal/Component/Plugin/Discovery/ProcessDecorator.php |
Passes through all unknown calls onto the decorated object. |
image_effect_definitions |
function |
drupal/core/modules/image/image.module |
Returns a set of image effects. |
LessFilter::$treeOptions |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php |
|
CronRunTest::testCronRun |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php |
Test cron runs. |
BlockPluginUI::facetLink |
function |
drupal/core/modules/block/lib/Drupal/block/Plugin/PluginUI/BlockPluginUI.php |
Creates a facet link for a given facet of a display plugin. |
YamlDumperTest::testDump |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php |
|
theme_dropbutton_wrapper |
function |
drupal/core/includes/theme.inc |
Returns HTML for wrapping a dropbutton menu. |
BlockPluginBag::$manager |
property |
drupal/core/modules/block/lib/Drupal/block/BlockPluginBag.php |
The manager used to instantiate the plugins. |
common_test_library_info |
function |
drupal/core/modules/system/tests/modules/common_test/common_test.module |
Implements hook_library_info(). |
ElementMetadata::__sleep |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ElementMetadata.php |
Returns the names of the properties that should be serialized. |
PropertyMetadataTest.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/PropertyMetadataTest.php |
|
menu_primary_local_tasks |
function |
drupal/core/includes/menu.inc |
Returns the rendered local tasks at the top level. |
Twig_Environment::render |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Renders a template. |
PasswordInterface::check |
function |
drupal/core/lib/Drupal/Core/Password/PasswordInterface.php |
Check whether a plain text password matches a stored hashed password. |
ConfigController::create |
function |
drupal/core/modules/config/lib/Drupal/config/Controller/ConfigController.php |
Instantiates a new instance of this controller. |
YamlFileLoader::supports |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php |
Returns true if this class supports the given resource. |
ElementMetadata::__clone |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ElementMetadata.php |
Clones this object. |
TestParseAnnotationClass |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@parseAnnotation("var")
@author Johannes M. Schmitt <schmittjoh@gmail.com> |
HttpCacheTestCase::setUp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php |
|
SessionTest::testSetName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
String::$always_multiple |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/String.php |
Disable the possibility to force a single value. |
Twig_Lexer::STATE_STRING |
constant |
drupal/core/vendor/twig/twig/lib/Twig/Lexer.php |
|
RdfaMarkupTest::$modules |
property |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfaMarkupTest.php |
Modules to enable. |
RdfaMarkupTest::$profile |
property |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfaMarkupTest.php |
The profile to install as a basis for testing. |
CompassFilter::setBoring |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php |
|
LessFilter::setLoadPaths |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php |
|
FileLocator::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Config/FileLocator.php |
Constructor. |
BulkFormBase::pre_render |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/views/field/BulkFormBase.php |
Overrides \Drupal\views\Plugin\views\Plugin\field\FieldPluginBase::pre_render(). |
Permissions::render_item |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/field/Permissions.php |
|
SetDelete::getCancelPath |
function |
drupal/core/modules/shortcut/lib/Drupal/shortcut/Form/SetDelete.php |
Returns the page to go to if the user cancels the action. |
HeaderBag::$cacheControl |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php |
|
plugin.manager.views.row |
service |
drupal/core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
YamlFileLoader::loadFile |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php |
Loads a YAML file. |
BulkFormBase::views_form |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/views/field/BulkFormBase.php |
Form constructor for the bulk form. |
SessionTest::testReplace |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
|
PersistentObjectTest.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
|
simpletest_last_test_get |
function |
drupal/core/modules/simpletest/simpletest.module |
Get information about the last test that ran given a test ID. |
Twig_Lexer::REGEX_NUMBER |
constant |
drupal/core/vendor/twig/twig/lib/Twig/Lexer.php |
|
ImmutableEventDispatcher |
class |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php |
A read-only proxy for an event dispatcher. |
YamlFileLoader::validate |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php |
Validates a YAML file. |
DRUPAL_BOOTSTRAP_SESSION |
constant |
drupal/core/includes/bootstrap.inc |
Sixth bootstrap phase: initialize session handling. |
Twig_Lexer::REGEX_STRING |
constant |
drupal/core/vendor/twig/twig/lib/Twig/Lexer.php |
|
EntityBody::calculateMd5 |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php |
Calculate the MD5 hash of an entity body |
TypedDataManager::create |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php |
Creates a new typed data object instance. |
EmailTest::testFormEmail |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/EmailTest.php |
Tests that #type 'email' fields are properly validated. |
locale_translate_english |
function |
drupal/core/modules/locale/locale.module |
Checks whether locale translates to English. |