RouteCollection::add |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Adds a route. |
PoDatabaseReader.php |
file |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php |
Definition of Drupal\locale\PoDatabaseReader. |
ErrorHandlerTest.php |
file |
drupal/core/vendor/symfony/debug/Symfony/Component/Debug/Tests/ErrorHandlerTest.php |
|
EqualToValidator.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/EqualToValidator.php |
|
aggregator_feed_load |
function |
drupal/core/modules/aggregator/aggregator.module |
Loads an aggregator feed. |
BundleSchema::getUri |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/BundleSchema.php |
Implements \Drupal\rdf\SiteSchema\SchemaTermInterface::getUri(). |
RouteCollection::all |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Returns all routes in this collection. |
Rearrange::getFormID |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/Rearrange.php |
Implements \Drupal\Core\Form\FormInterface::getFormID(). |
Selectable::matching |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Selectable.php |
Select all elements from a selectable that match the expression and
return a new collection containing these elements. |
update.authorize.inc |
file |
drupal/core/modules/update/update.authorize.inc |
Callbacks and related functions invoked by authorize.php to update projects. |
DrupalDiffInline::$a |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
QueryString::$prefix |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
|
NodeBuildContentTest |
class |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeBuildContentTest.php |
Test to ensure that a node's content is always rebuilt. |
AssetCollection::all |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Returns all child assets. |
EntityListController |
class |
drupal/core/lib/Drupal/Core/Entity/Controller/EntityListController.php |
Defines a generic controller to list entities. |
RouteCollection::get |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
Gets a route by name. |
Rearrange::buildForm |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/Rearrange.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
FieldInstance::$uuid |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
The instance UUID. |
TipPluginManager.php |
file |
drupal/core/modules/tour/lib/Drupal/tour/TipPluginManager.php |
Contains \Drupal\tour\TipPluginManager. |
DrupalDiffInline::$b |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
AssetCollection::add |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Adds an asset to the current collection. |
AddRoleUser::execute |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Action/AddRoleUser.php |
Executes the plugin. |
FetcherInterface.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/FetcherInterface.php |
Contains \Drupal\aggregator\Plugin\FetcherInterface. |
LanguageListTest.php |
file |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageListTest.php |
Definition of Drupal\language\Tests\LanguageListTest. |
TaxonomyTestBase.php |
file |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/Views/TaxonomyTestBase.php |
Contains \Drupal\taxonomy\Tests\Views\TaxonomyTestBase. |
search_update_totals |
function |
drupal/core/modules/search/search.module |
Updates the {search_total} database table. |
Response::getExpires |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Returns the value of the Expires header as a DateTime instance. |
EntityApiTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiTest.php |
Sets up Drupal unit test environment. |
UnsupportedException |
class |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/UnsupportedException.php |
UnsupportedException |
ContainerBuilderTest |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php |
|
RedisMock::storeData |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/RedisMock.php |
|
field.module-rtl.css |
file |
drupal/core/modules/field/css/field.module-rtl.css |
form .field-multiple-table .field-multiple-drag {
padding-left: 0;
}
form .field-multiple-table .field-multiple-drag .tabledrag-handle{
padding-left: .5em;
}
.field-label-inline .field-label,
.field-label-inline .field-items {
float: right;
} |
BundleConstraint.php |
file |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/BundleConstraint.php |
Contains \Drupal\Core\Validation\Constraint\BundleConstraint. |
hook_node_view_alter |
function |
drupal/core/modules/node/node.api.php |
Alter the results of node_view(). |
Response::setExpires |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php |
Sets the Expires HTTP header with a DateTime instance. |
QueryTest::viewsData |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/QueryTest.php |
Returns the views data definition. |
ArrayCache::doDelete |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ArrayCache.php |
Deletes a cache entry. |
BrowserTest::getInfo |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrowserTest.php |
|
UnicodeTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php |
This method exists to support the simpletest UI runner. |
QueryTest::testQuery |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/QueryTest.php |
Tests query plugins. |
ThemeTestTwig::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTestTwig.php |
Sets up a Drupal site for running functional and integration tests. |
AbstractLogger::info |
function |
drupal/core/vendor/psr/log/Psr/Log/AbstractLogger.php |
Interesting events. |
Twig_Token::getValue |
function |
drupal/core/vendor/twig/twig/lib/Twig/Token.php |
Gets the token value. |
FieldAttachOtherTest |
class |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php |
Unit test class for non-storage related field_attach_* functions. |
PostFile::$fieldName |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php |
|
FeedLanguageTest.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedLanguageTest.php |
Contains \Drupal\aggregator\Tests\FeedLanguageTest. |
ContextInterface.php |
file |
drupal/core/lib/Drupal/Component/Plugin/Context/ContextInterface.php |
Contains \Drupal\Component\Plugin\Context\ContextInterface. |
TaggingTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TaggingTest.php |
|
RequestDataCollector |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php |
RequestDataCollector. |
Attachment::attachTo |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Attachment.php |
Attach to another view. |