Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
facets
Commits
afbb38ff
Commit
afbb38ff
authored
Mar 18, 2016
by
Joris Vercammen
Browse files
PHPCS | Remove @file header
parent
272401d8
Changes
104
Hide whitespace changes
Inline
Side-by-side
core_search_facets/src/FacetsQuery.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\core_search_facets\FacetsQuery.
*/
namespace
Drupal\core_search_facets
;
use
Drupal\search\SearchQuery
;
...
...
core_search_facets/src/Plugin/CoreSearchFacetSourceInterface.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\core_search_facets\Plugin\CoreSearchFacetSourceInterface.
*/
namespace
Drupal\core_search_facets\Plugin
;
use
Drupal\facets\FacetInterface
;
...
...
core_search_facets/src/Plugin/Search/NodeSearchFacets.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\core_search_facets\Plugin\Search\NodeSearchFacets.
*/
namespace
Drupal\core_search_facets\Plugin\Search
;
use
Drupal\Core\Form\FormStateInterface
;
...
...
core_search_facets/src/Plugin/facets/facet_source/CoreNodeSearchFacetSource.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\core_search_facets\Plugin\facets\facet_source\CoreNodeSearchFacetSource.
*/
namespace
Drupal\core_search_facets\Plugin\facets\facet_source
;
use
Drupal\Core\DependencyInjection\DependencySerializationTrait
;
...
...
core_search_facets/src/Plugin/facets/facet_source/CoreNodeSearchFacetSourceDeriver.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\core_search_facets\Plugin\facets\facet_source\CoreNodeSearchFacetSourceDeriver.
*/
namespace
Drupal\core_search_facets\Plugin\facets\facet_source
;
use
Drupal\Component\Plugin\PluginBase
;
...
...
core_search_facets/src/Plugin/facets/query_type/CoreNodeSearchString.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\core_search_facets\Plugin\facets\query_type\CoreNodeSearchString.
*/
namespace
Drupal\core_search_facets\Plugin\facets\query_type
;
use
Drupal\facets\QueryType\QueryTypePluginBase
;
...
...
core_search_facets/src/Tests/HooksTest.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\core_search_facets\Tests\HooksTest.
*/
namespace
Drupal\core_search_facets\Tests
;
use
Drupal\field\Entity\FieldConfig
;
...
...
core_search_facets/src/Tests/IntegrationTest.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\core_search_facets\Tests\IntegrationTest.
*/
namespace
Drupal\core_search_facets\Tests
;
use
Drupal\core_search_facets
\
Tests\WebTestBase
as
CoreSearchFacetsWebTestBase
;
/**
* Tests the admin UI with the core search facet source.
*
* @group core_search_facets
*/
class
IntegrationTest
extends
CoreSearchFacets
WebTestBase
{
class
IntegrationTest
extends
WebTestBase
{
/**
* The block entities used by this test.
...
...
core_search_facets/src/Tests/WebTestBase.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\core_search_facets\Tests\WebTestBase.
*/
namespace
Drupal\core_search_facets\Tests
;
use
Drupal\Core\StringTranslation\StringTranslationTrait
;
...
...
src/Annotation/FacetsFacetSource.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\facets\Annotation\FacetsFacetSource.
*/
namespace
Drupal\facets\Annotation
;
use
Drupal\Component\Annotation\Plugin
;
...
...
src/Annotation/FacetsProcessor.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\facets\Annotation\FacetsProcessor.
*/
namespace
Drupal\facets\Annotation
;
...
...
src/Annotation/FacetsQueryType.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\facets\Annotation\FacetsQueryType.
*/
namespace
Drupal\facets\Annotation
;
use
Drupal\Component\Annotation\Plugin
;
...
...
src/Annotation/FacetsUrlProcessor.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\facets\Annotation\FacetsUrlProcessor.
*/
namespace
Drupal\facets\Annotation
;
...
...
src/Annotation/FacetsWidget.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\facets\Annotation\FacetsWidget.
*/
namespace
Drupal\facets\Annotation
;
use
Drupal\Component\Annotation\Plugin
;
...
...
src/Controller/FacetController.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\facets\Controller\FacetController.
*/
namespace
Drupal\facets\Controller
;
use
Drupal\Component\Render\FormattableMarkup
;
...
...
src/Controller/FacetSourceController.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\facets\Controller\FacetSourceController.
*/
namespace
Drupal\facets\Controller
;
use
Drupal\Core\Controller\ControllerBase
;
...
...
src/Entity/Facet.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\facets\Entity\Facet.
*/
namespace
Drupal\facets\Entity
;
use
Drupal\Core\Config\Entity\ConfigEntityBase
;
...
...
src/Entity/FacetSource.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\facets\Entity\FacetSource.
*/
namespace
Drupal\facets\Entity
;
use
Drupal\Core\Config\Entity\ConfigEntityBase
;
...
...
src/Exception/Exception.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\facets\Exception\Exception.
*/
namespace
Drupal\facets\Exception
;
/**
...
...
src/Exception/InvalidProcessorException.php
View file @
afbb38ff
<?php
/**
* @file
* Contains \Drupal\facets\Exception\InvalidProcessorException.
*/
namespace
Drupal\facets\Exception
;
/**
...
...
Prev
1
2
3
4
5
6
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment