|
ComplexDataConstraint.php |
file |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraint.php |
Contains \Drupal\Core\Validation\Plugin\Validation\Constraint\CollectionConstraint. |
|
theme_aggregator_page_rss |
function |
drupal/core/modules/aggregator/aggregator.pages.inc |
Prints the RSS page for a feed. |
|
user_file_download_access |
function |
drupal/core/modules/user/user.module |
Implements hook_file_download_access(). |
|
AlterDecoratorTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/AlterDecoratorTest.php |
Sets up a Drupal site for running functional and integration tests. |
|
ViewsUIController::create |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Controller/ViewsUIController.php |
Instantiates a new instance of this controller. |
|
ConfigCache::getTimestamp |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ConfigCache.php |
Returns a timestamp for when the cache was created. |
|
EasyRdf_Parser_Arc::parse |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Arc.php |
Parse an RDF document into an EasyRdf_Graph |
|
FieldTestBase::$instances |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/FieldTestBase.php |
Stores the instances of the fields. They have
the same keys as the fields. |
|
AsseticExtension::getName |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php |
|
|
OverviewBase::reduceOrder |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/OverviewBase.php |
Determines the rendering order of an array representing a tree. |
|
WebTestBase::assertNoLink |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Pass if a link with the specified label is not found. |
|
TipsBag::initializePlugin |
function |
drupal/core/modules/tour/lib/Drupal/tour/TipsBag.php |
Overrides \Drupal\Component\Plugin\PluginBag::initializePlugin(). |
|
ConfigSchemaTest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigSchemaTest.php |
|
|
CommentLinksTest::getInfo |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php |
|
|
Twig_Node_SandboxedModule |
class |
drupal/core/vendor/twig/twig/lib/Twig/Node/SandboxedModule.php |
Represents a module node. |
|
JavaScriptTest::testAlter |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests altering a JavaScript's weight via hook_js_alter(). |
|
TestFieldDefaultFormatter |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldDefaultFormatter.php |
Plugin implementation of the 'field_test_default' formatter. |
|
Schema::$tableInformation |
property |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
A cache of information about blob columns and sequences of tables. |
|
ChangedCommand::$selector |
property |
drupal/core/lib/Drupal/Core/Ajax/ChangedCommand.php |
A CSS selector string. |
|
PageEditTest::$admin_user |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/PageEditTest.php |
|
|
EntityResolverTest::setUp |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Tests/EntityResolverTest.php |
Sets up Drupal unit test environment. |
|
RequestContext::$httpPort |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php |
|
|
LocaleTranslationTest.php |
file |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php |
Definition of Drupal\locale\Tests\LocaleTranslationTest. |
|
CurrencyValidatorTest.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CurrencyValidatorTest.php |
|
|
ViewsData::$moduleHandler |
property |
drupal/core/modules/views/lib/Drupal/views/ViewsData.php |
Stores a module manager to invoke hooks. |
|
ChangedCommand::$asterisk |
property |
drupal/core/lib/Drupal/Core/Ajax/ChangedCommand.php |
An optional CSS selector for elements to which asterisks will be appended. |
|
TextSummaryTest::$modules |
property |
drupal/core/modules/text/lib/Drupal/text/Tests/TextSummaryTest.php |
Modules to enable. |
|
EsiFragmentRenderer::$esi |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/EsiFragmentRenderer.php |
|
|
ParameterBagTest::testAll |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php |
@covers Symfony\Component\HttpFoundation\ParameterBag::all |
|
NodeStorageController.php |
file |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Definition of Drupal\node\NodeStorageController. |
|
FileTransferException.php |
file |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransferException.php |
Definition of Drupal\Core\FileTransfer\FileTransferException. |
|
module_test_class_loading |
function |
drupal/core/modules/system/tests/modules/module_test/module_test.module |
Page callback for 'class loading' test. |
|
Target::TARGET_ANNOTATION |
constant |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/Target.php |
|
|
XmlEncoderTest::getObject |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php |
|
|
EasyRdf_Graph::__toString |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php |
Magic method to return URI of resource when casted to string |
|
MenuDeleteMenuForm::$menu |
property |
drupal/core/modules/menu/lib/Drupal/menu/Form/MenuDeleteMenuForm.php |
The menu object to be deleted. |
|
StreamedResponse::prepare |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php |
Prepares the Response before it is sent to the client. |
|
ParameterBagTest::testAdd |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php |
|
|
menu_overview_form_submit |
function |
drupal/core/modules/menu/menu.admin.inc |
Submit handler for the menu overview form. |
|
breakpoint_select_options |
function |
drupal/core/modules/breakpoint/breakpoint.module |
Load all breakpoints as select options. |
|
RegionalForm::__construct |
function |
drupal/core/modules/system/lib/Drupal/system/Form/RegionalForm.php |
Constructs a RegionalForm object. |
|
NormalizerTestBase::setUp |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Tests/NormalizerTestBase.php |
Sets up Drupal unit test environment. |
|
UserTimeZoneTest::getInfo |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserTimeZoneTest.php |
|
|
EntityQueryTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Modules to enable. |
|
ParameterBag::escapeValue |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php |
Escape parameter placeholders % |
|
TestNormalizer::normalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/TestNormalizer.php |
Normalizes an object into a set of arrays/scalars |
|
PdoSessionHandlerTest.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php |
|
|
RouteProvider::$tableName |
property |
drupal/core/lib/Drupal/Core/Routing/RouteProvider.php |
The name of the SQL table from which to read the routes. |
|
AttributeValueBase::$name |
property |
drupal/core/lib/Drupal/Core/Template/AttributeValueBase.php |
The name of the value. |
|
ScssphpFilter::filterLoad |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php |
Filters an asset after it has been loaded. |